public class ListboxModelConverter extends AbstractListModelConverter<Listbox>
Converter
implementation of the listbox for converting collection to ListModel and vice versa.IGNORED_VALUE
Constructor and Description |
---|
ListboxModelConverter() |
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
getComponentModel(Listbox comp) |
protected ListModel<?> |
handleWrappedModel(BindContext ctx,
Listbox comp,
ListModel<?> model)
post processing the wrapped model. default return original one
|
coerceToBean, coerceToUi
protected ListModel<?> getComponentModel(Listbox comp)
getComponentModel
in class AbstractListModelConverter<Listbox>
comp
- the component that has listmodelprotected ListModel<?> handleWrappedModel(BindContext ctx, Listbox comp, ListModel<?> model)
AbstractListModelConverter
handleWrappedModel
in class AbstractListModelConverter<Listbox>
ctx
- the contextcomp
- the component of the convertermodel
- the wrapped modelCopyright © 2005-2011 Potix Corporation. All Rights Reserved.