GroupAgent"

From Documentation
(→‎Group: minor fix)
m (correct highlight (via JWB))
 
Line 6: Line 6:
 
= Group =
 
= Group =
  
<tt> GroupAgent </tt> is only supported on a ''column'' of ''grid''. It mimics the action to "group by a column's data".
+
<code> GroupAgent </code> is only supported on a ''column'' of ''grid''. It mimics the action to "group by a column's data".
  
  

Latest revision as of 02:55, 18 January 2022



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 : 2022/01/18

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