Package org.zkoss.zats.mimic.operation
Interface SortAgent
- All Superinterfaces:
Agent,OperationAgent
- All Known Implementing Classes:
SwitchedSortAgentImpl
The agent for sorting operation. Supported components are Column, Treecol,and ListHeader.
- Author:
- pao
-
Method Summary
Modifier and TypeMethodDescriptionvoidsort(boolean ascending) To sort a header with specified sorting order.Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
sort
void sort(boolean ascending) To sort a header with specified sorting order.- Parameters:
ascending- true indicates ascending; false indicates descending.
-