|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.converter.sys.AbstractListModelConverter<Listbox> org.zkoss.bind.converter.sys.ListboxModelConverter
public class ListboxModelConverter
The Converter
implementation of the listbox for converting collection to ListModel and vice versa.
Field Summary |
---|
Fields inherited from interface org.zkoss.bind.Converter |
---|
IGNORED_VALUE |
Constructor Summary | |
---|---|
ListboxModelConverter()
|
Method Summary | |
---|---|
protected ListModel<?> |
getComponentModel(Listbox comp)
|
protected ListModel<?> |
handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model)
post processing the wrapped model. default return original one |
Methods inherited from class org.zkoss.bind.converter.sys.AbstractListModelConverter |
---|
coerceToBean, coerceToUi |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListboxModelConverter()
Method Detail |
---|
protected ListModel<?> getComponentModel(Listbox comp)
getComponentModel
in class AbstractListModelConverter<Listbox>
comp
- the component that has listmodel
protected ListModel<?> handleWrappedModel(BindContext ctx, Listbox comp, ListModel<?> model)
AbstractListModelConverter
handleWrappedModel
in class AbstractListModelConverter<Listbox>
ctx
- the contextcomp
- the component of the convertermodel
- the wrapped model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |