DescribeLayoutComponent Class

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

Namespace

QuickAction

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.
  • getTabOrder()
    Returns the tab order for the item in the row.
  • getType()
    Returns the name of the QuickAction.DescribeLayoutComponent type for this component.
  • getValue()
    Returns the name of the field if the type for QuickAction.DescribeLayoutComponent is textarea.

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