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 IBiglistbox
IBiglistbox. withSortAscending(MatrixComparatorProvider<?> sortAscending)
Returns a copy ofthis
immutable component with the specifiedsortAscending
.IBiglistbox
IBiglistbox. withSortDescending(MatrixComparatorProvider<?> sortDescending)
Returns a copy ofthis
immutable 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 void
Biglistbox. setSortAscending(MatrixComparatorProvider<?> sorter)
Sets the ascending sorter provider, or null for no sorter for the ascending order.void
Biglistbox. setSortDescending(MatrixComparatorProvider<?> sorter)
Sets the descending sorter provider, or null for no sorter for the descending order.
-