|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingListModel | |
|---|---|
| org.zkoss.zkplus.databind | The DataBinder used for binding ZK UI component and the backend data bean. |
| Uses of BindingListModel in org.zkoss.zkplus.databind |
|---|
| Subinterfaces of BindingListModel in org.zkoss.zkplus.databind | |
|---|---|
interface |
BindingListModelExt<E>
Support same object in multiple items of a ListModel. |
| Classes in org.zkoss.zkplus.databind that implement BindingListModel | |
|---|---|
class |
BindingGroupsListModel
This is the BindingListModel as a GroupsListModel to be used with
Listbox, Grid,
and DataBinder. |
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. |
| Methods in org.zkoss.zkplus.databind that return BindingListModel | |
|---|---|
protected BindingListModel<?> |
ListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Handles the wrapped non-list-model, by default it return the original one. |
protected BindingListModel<?> |
ListboxListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
|
| Methods in org.zkoss.zkplus.databind with parameters of type BindingListModel | |
|---|---|
protected BindingListModel<?> |
ListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Handles the wrapped non-list-model, by default it return the original one. |
protected BindingListModel<?> |
ListboxListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||