Package org.zkoss.zkplus.databind
Class ListboxListModelConverter
- java.lang.Object
-
- org.zkoss.zkplus.databind.ListModelConverter
-
- org.zkoss.zkplus.databind.ListboxListModelConverter
-
- All Implemented Interfaces:
java.io.Serializable
,TypeConverter
public class ListboxListModelConverter extends ListModelConverter
Deprecated.As of release 7.0.0, replace with new ZK binding.TheTypeConverter
implementation for converting collection to ListModel of a listbox- Since:
- 6.0.1
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter
IGNORE
-
-
Constructor Summary
Constructors Constructor Description ListboxListModelConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ListModel<?>
getComponentModel(Component comp)
Deprecated.Gets the model of the component, the sub-class should override this methodprotected BindingListModel<?>
handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
Deprecated.Handles the wrapped non-list-model, by default it return the original one.-
Methods inherited from class org.zkoss.zkplus.databind.ListModelConverter
coerceToBean, coerceToUi
-
-
-
-
Method Detail
-
getComponentModel
protected ListModel<?> getComponentModel(Component comp)
Deprecated.Description copied from class:ListModelConverter
Gets the model of the component, the sub-class should override this method- Overrides:
getComponentModel
in classListModelConverter
-
handleWrappedNonListModel
protected BindingListModel<?> handleWrappedNonListModel(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 classListModelConverter
-
-