org.zkoss.zkplus.databind
Class ListboxListModelConverter
java.lang.Object
org.zkoss.zkplus.databind.ListModelConverter
org.zkoss.zkplus.databind.ListboxListModelConverter
- All Implemented Interfaces:
- Serializable, TypeConverter
Deprecated. As of release 7.0.0, replace with new ZK binding.
public class ListboxListModelConverter
- extends ListModelConverter
The TypeConverter implementation for converting collection to ListModel of a listbox
- Since:
- 6.0.1
- Author:
- dennis
- See Also:
- Serialized Form
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListboxListModelConverter
public ListboxListModelConverter()
- Deprecated.
getComponentModel
protected org.zkoss.zul.ListModel<?> getComponentModel(org.zkoss.zk.ui.Component comp)
- Deprecated.
- Description copied from class:
ListModelConverter
- Gets the model of the component, the sub-class should override this method
- Overrides:
getComponentModel in class ListModelConverter
handleWrappedNonListModel
protected BindingListModel<?> handleWrappedNonListModel(org.zkoss.zk.ui.Component comp,
BindingListModel<?> wrappedModel)
- Deprecated.
- Description copied from class:
ListModelConverter
- Handles the wrapped non-list-model, by default it return the original one.
The sub-class could override this method if it needs to do some post process on the wrapped model.
- Overrides:
handleWrappedNonListModel in class ListModelConverter
Copyright © 2014. All rights reserved.