|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkplus.databind.ListModelConverter org.zkoss.zkplus.databind.ListboxListModelConverter
public class ListboxListModelConverter
The TypeConverter
implementation for converting collection to ListModel of a listbox
Field Summary |
---|
Fields inherited from interface org.zkoss.zkplus.databind.TypeConverter |
---|
IGNORE |
Constructor Summary | |
---|---|
ListboxListModelConverter()
|
Method Summary | |
---|---|
protected ListModel<?> |
getComponentModel(Component comp)
Gets the model of the component, the sub-class should override this method |
protected BindingListModel<?> |
handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Handles the wrapped non-list-model, by default it return the original one. |
Methods inherited from class org.zkoss.zkplus.databind.ListModelConverter |
---|
coerceToBean, coerceToUi |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListboxListModelConverter()
Method Detail |
---|
protected ListModel<?> getComponentModel(Component comp)
ListModelConverter
getComponentModel
in class ListModelConverter
protected BindingListModel<?> handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
ListModelConverter
handleWrappedNonListModel
in class ListModelConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |