Uses of Interface
org.zkoss.zkmax.zul.MatrixComparatorProvider
-
Packages that use MatrixComparatorProvider Package Description org.zkoss.stateless.sul org.zkoss.zkmax.zul -
-
Uses of MatrixComparatorProvider in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return MatrixComparatorProvider Modifier and Type Method Description MatrixComparatorProvider<?>IBiglistbox. getSortAscending()Returns the ascending sorter provider, or null if not available.MatrixComparatorProvider<?>IBiglistbox. getSortDescending()Returns the descending sorter provider, or null if not available.Methods in org.zkoss.stateless.sul with parameters of type MatrixComparatorProvider Modifier and Type Method Description IBiglistboxIBiglistbox. withSortAscending(MatrixComparatorProvider<?> sortAscending)Returns a copy ofthisimmutable component with the specifiedsortAscending.IBiglistboxIBiglistbox. withSortDescending(MatrixComparatorProvider<?> sortDescending)Returns a copy ofthisimmutable component with the specifiedsortDescending. -
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.
-