DescribeLayoutRow Class
Namespace
Usage
A QuickAction.DescribeLayoutRow consists of one or more QuickAction.DescribeLayoutItem objects. For each QuickAction.DescribeLayoutRow, a QuickAction.DescribeLayoutItem refers either to a specific field or to an “empty” QuickAction.DescribeLayoutItem (one that contains no QuickAction.DescribeLayoutComponent objects). An empty QuickAction.DescribeLayoutItem can be returned when a given QuickAction.DescribeLayoutRow is sparse (for example, containing more fields on the right column than on the left column).
DescribeLayoutRow Methods
The following are methods for DescribeLayoutRow. All are instance methods.
getLayoutItems()
Signature
public List<QuickAction.DescribeLayoutItem> getLayoutItems()
Return Value
getNumItems()
Signature
public Integer getNumItems()
Return Value
Type: Integer