|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingListModelExt | |
---|---|
org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
Uses of BindingListModelExt in org.zkoss.zkplus.databind |
---|
Classes in org.zkoss.zkplus.databind that implement BindingListModelExt | |
---|---|
class |
BindingListModelArray<E>
This is the BindingListModel as a Object array to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelList<E>
This is the BindingListModel as a List to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelListModel<E>
This is the BindingListModel as a ListModel to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelMap<K,V>
This is the BindingListModel as a Map to be used with
Listbox , Grid ,
and DataBinder . |
class |
BindingListModelSet<E>
This is the BindingListModel as a Set to be used with
Listbox , Grid ,
and DataBinder . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |