Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DescribeLayoutComponent Class
Represents the smallest unit in a layout—a field
or a separator.
Namespace
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