SortAgent

From Documentation
Revision as of 03:18, 16 May 2012 by Hawk (talk | contribs)




Sorting

This agent can work on column, listheader, and treecol and mimic to sort a header with specified sorting order.

Zats-mimic-group.png


 

			ComponentAgent sortingColumn = desktop.query("column[label='Author']");
			//ascending
			sortingColumn.as(SortAgent.class).sort(true);
			//descending
			sortingColumn.as(SortAgent.class).sort(false);


Supported Components

Components
Version
Note
Column, Listheader, Treecol 5, 6




Last Update : 2012/05/16

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