GroupAgent"
From Documentation
Line 36: | Line 36: | ||
|} | |} | ||
+ | |||
+ | {{ZATSEssentialsPageHeader}} | ||
{{ZATSEssentialsPageFooter}} | {{ZATSEssentialsPageFooter}} |
Revision as of 08:17, 21 June 2012
Group
GroupAgent is only supported on a column of grid. It mimics the action to "group by a column's data".
The following code presents how to make a column to group its data.
ComponentAgent groupingColumn = desktop.query("column[label="Author']");
groupingColumn.as(GroupAgent.class).group();
Supported Components
Column | 5, 6 |