public class ListboxListModelConverter extends ListModelConverter
TypeConverter
implementation for converting collection to ListModel of a listboxIGNORE
Constructor and Description |
---|
ListboxListModelConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ListModel<?> |
getComponentModel(Component comp)
Deprecated.
Gets the model of the component, the sub-class should override this method
|
protected BindingListModel<?> |
handleWrappedNonListModel(Component comp,
BindingListModel<?> wrappedModel)
Deprecated.
Handles the wrapped non-list-model, by default it return the original one.
|
coerceToBean, coerceToUi
protected ListModel<?> getComponentModel(Component comp)
ListModelConverter
getComponentModel
in class ListModelConverter
protected BindingListModel<?> handleWrappedNonListModel(Component comp, BindingListModel<?> wrappedModel)
ListModelConverter
handleWrappedNonListModel
in class ListModelConverter
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.