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