GroupAgent

From Documentation
Revision as of 09:36, 9 December 2014 by Hawk (talk | contribs) (→‎Group: minor fix)



Group

GroupAgent is only supported on a column of grid. It mimics the action to "group by a column's data".


Zats-mimic-group.png


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

Components
Version
Note
Column 5, 6




Last Update : 2014/12/09

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.