Package | Description |
---|---|
org.zkoss.zkplus.databind |
The DataBinder used for binding ZK UI component and the backend data bean.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BindingListModelExt<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingGroupsListModel
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelArray<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelList<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelListModel<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelMap<K,V>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
class |
BindingListModelSet<E>
Deprecated.
As of release 7.0.0, replace with new ZK binding.
|
Modifier and Type | Method and Description |
---|---|
protected BindingListModel<?> |
ListboxListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
|
protected BindingListModel<?> |
ListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
Handles the wrapped non-list-model, by default it return the original one.
|
Modifier and Type | Method and Description |
---|---|
protected BindingListModel<?> |
ListboxListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
|
protected BindingListModel<?> |
ListModelConverter.handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
Handles the wrapped non-list-model, by default it return the original one.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.