Uses of Interface
org.zkoss.zkmax.zul.MatrixComparatorProvider
-
Packages that use MatrixComparatorProvider Package Description org.zkoss.zkmax.zul -
-
Uses of MatrixComparatorProvider in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return MatrixComparatorProvider Modifier and Type Method Description MatrixComparatorProvider<?>Biglistbox. getSortAscending()Returns the ascending sorter provider, or null if not available.MatrixComparatorProvider<?>Biglistbox. getSortDescending()Returns the descending sorter provider, or null if not available.Methods in org.zkoss.zkmax.zul with parameters of type MatrixComparatorProvider Modifier and Type Method Description voidBiglistbox. setSortAscending(MatrixComparatorProvider<?> sorter)Sets the ascending sorter provider, or null for no sorter for the ascending order.voidBiglistbox. setSortDescending(MatrixComparatorProvider<?> sorter)Sets the descending sorter provider, or null for no sorter for the descending order.
-