public class ListboxListModelConverter extends ListModelConverter
TypeConverter implementation for converting collection to ListModel of a listboxIGNORE| Constructor and Description |
|---|
ListboxListModelConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.ListModel<?> |
getComponentModel(org.zkoss.zk.ui.Component comp)
Deprecated.
Gets the model of the component, the sub-class should override this method
|
protected BindingListModel<?> |
handleWrappedNonListModel(org.zkoss.zk.ui.Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
Handles the wrapped non-list-model, by default it return the original one.
|
coerceToBean, coerceToUiprotected org.zkoss.zul.ListModel<?> getComponentModel(org.zkoss.zk.ui.Component comp)
ListModelConvertergetComponentModel in class ListModelConverterprotected BindingListModel<?> handleWrappedNonListModel(org.zkoss.zk.ui.Component comp, BindingListModel<?> wrappedModel)
ListModelConverterhandleWrappedNonListModel in class ListModelConverterCopyright © 2015. All rights reserved.