|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatrixComparatorProvider | |
|---|---|
| org.zkoss.zkmax.zul | Components and UI utitilies available in ZK EE. |
| Uses of MatrixComparatorProvider in org.zkoss.zkmax.zul |
|---|
| Methods in org.zkoss.zkmax.zul that return MatrixComparatorProvider | |
|---|---|
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 | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||