Newer Version Available
DescribeLayoutSection Class
Represents a section of a layout and consists of one or
more columns and one or more rows (an array of QuickAction.DescribeLayoutRow).
Namespace
DescribeLayoutSection Methods
The following are methods for DescribeLayoutSection.
getColumns()
Returns the number of columns in the QuickAction.DescribeLayoutSection.
Signature
public Integer getColumns()
Return Value
Type: Integer
getHeading()
The heading text (label) for the QuickAction.DescribeLayoutSection.
Signature
public String getHeading()
Return Value
Type: String
getLayoutRows()
Returns an array of one or more QuickAction.DescribeLayoutRow objects.
Signature
public List<QuickAction.DescribeLayoutRow> getLayoutRows()
Return Value
getRows()
Returns the number of rows in the QuickAction.DescribeLayoutSection.
Signature
public Integer getRows()
Return Value
Type: Integer
isUseCollapsibleSection()
Indicates whether the QuickAction.DescribeLayoutSection is a collapsible section (true) or not (false).
Signature
public Boolean isUseCollapsibleSection()
Return Value
Type: Boolean
isUseHeading()
Indicates whether to use the heading (true)
or not (false).
Signature
public Boolean isUseHeading()
Return Value
Type: Boolean