GroupAgent

From Documentation
Revision as of 04:50, 14 May 2012 by Hawk (talk | contribs) (Created page with "{{ZATSEssentialsPageHeader}} <tt> GroupAgent </tt> is only supported on a ''column'' of ''gird''. It mimics the action to "group by a column's data". [[File:Zats-mimic-group.p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


GroupAgent is only supported on a column of gird. 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();




Last Update : 2012/05/14

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