GroupAgent"

From Documentation
(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...")
 
Line 1: Line 1:
 
{{ZATSEssentialsPageHeader}}
 
{{ZATSEssentialsPageHeader}}
 +
 +
 +
__TOC__
 +
 +
= Group =
  
 
<tt> GroupAgent </tt> is only supported on a ''column'' of ''gird''. It mimics the action to "group by a column's data".
 
<tt> GroupAgent </tt> is only supported on a ''column'' of ''gird''. It mimics the action to "group by a column's data".
Line 19: Line 24:
  
  
 +
=Supported Components=
 +
 +
{| border="1" | width="100%"
 +
! <center>Components</center>
 +
! <center>Version</center>
 +
! <center>Note</center>
 +
|-
 +
| Column
 +
| 5, 6
 +
|
 +
|}
  
 
{{ZATSEssentialsPageFooter}}
 
{{ZATSEssentialsPageFooter}}

Revision as of 02:47, 16 May 2012



Group

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();


Supported Components

Components
Version
Note
Column 5, 6



Last Update : 2012/05/16

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