Uses of Interface
org.zkoss.zats.mimic.operation.SortAgent
-
Packages that use SortAgent Package Description org.zkoss.zats.mimic.impl.operation -
-
Uses of SortAgent in org.zkoss.zats.mimic.impl.operation
Classes in org.zkoss.zats.mimic.impl.operation that implement SortAgent Modifier and Type Class Description classSwitchedSortAgentImplFor Treecol & Listheader, their sorting order's switching is pre-defined.Methods in org.zkoss.zats.mimic.impl.operation that return SortAgent Modifier and Type Method Description SortAgentColumnSortAgentBuilder. getOperation(ComponentAgent target)SortAgentListheaderSortAgentBuilder. getOperation(ComponentAgent target)SortAgentTreecolSortAgentBuilder. getOperation(ComponentAgent target)Methods in org.zkoss.zats.mimic.impl.operation that return types with arguments of type SortAgent Modifier and Type Method Description Class<SortAgent>ColumnSortAgentBuilder. getOperationClass()Class<SortAgent>ListheaderSortAgentBuilder. getOperationClass()Class<SortAgent>TreecolSortAgentBuilder. getOperationClass()
-