Package | Description |
---|---|
org.zkoss.zkmax.zul |
Components and UI utitilies available in ZK EE.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.