|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sortable | |
|---|---|
| org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
| org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
| Uses of Sortable in org.zkoss.zkplus.databind |
|---|
| Classes in org.zkoss.zkplus.databind that implement Sortable | |
|---|---|
class |
BindingListModelArray
This is the BindingListModel as a Object array to be used with
Listbox, Grid,
and DataBinder. |
class |
BindingListModelList
This is the BindingListModel as a List to be used with
Listbox, Grid,
and DataBinder. |
class |
BindingListModelMap
This is the BindingListModel as a Map to be used with
Listbox, Grid,
and DataBinder. |
class |
BindingListModelSet
This is the BindingListModel as a Set to be used with
Listbox, Grid,
and DataBinder. |
| Uses of Sortable in org.zkoss.zul |
|---|
| Subinterfaces of Sortable in org.zkoss.zul | |
|---|---|
interface |
ListModelExt<T>
Deprecated. As of release 6.0.0, replaced with Sortable.
An extra interface that can be implemented with ListModel
to control the sorting of the data model. |
| Classes in org.zkoss.zul that implement Sortable | |
|---|---|
class |
ListModelArray<E>
This is the ListModel as an Object array to be used with Listbox. |
class |
ListModelList<E>
This is the ListModel as a List to be used with Listbox. |
class |
ListModelMap<K,V>
This is the ListModel as a Map to be used with Listbox. |
class |
ListModelSet<E>
This is the ListModel as a Set to be used with Listbox. |
class |
SimpleListModel<E>
A simple implementation of ListModel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||