Package org.zkoss.zats.mimic.operation
Interface SortAgent
-
- All Superinterfaces:
Agent,OperationAgent
- All Known Implementing Classes:
SwitchedSortAgentImpl
public interface SortAgent extends OperationAgent
The agent for sorting operation. Supported components are Column, Treecol,and ListHeader.- Author:
- pao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(boolean ascending)To sort a header with specified sorting order.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-