Newer Version Available

This content describes an older version of this product. View Latest

DescribeLayoutComponent Class

Represents the smallest unit in a layout—a field or a separator.

Namespace

QuickAction

Usage

In the application, QuickActions are referred to as actions or publisher actions.

Note

DescribeLayoutComponent Methods

The following are methods for DescribeLayoutComponent. All are instance methods.

getDisplayLines()

Returns the vertical lines displayed for a field. Applies to textarea and multi-select picklist fields.

Signature

public Integer getDisplayLines()

Return Value

Type: Integer

getTabOrder()

Returns the tab order for the item in the row.

Signature

public Integer getTabOrder()

Return Value

Type: Integer

getType()

Returns the name of the QuickAction.DescribeLayoutComponent type for this component.

Signature

public String getType()

Return Value

Type: String

getValue()

Returns the name of the field if the type for QuickAction.DescribeLayoutComponent is textarea.

Signature

public String getValue()

Return Value

Type: String