public class ListEditor extends CollectionEditor
PropertyEditor
which converts a String
into
a List
and vice versa.Constructor and Description |
---|
ListEditor(java.lang.Class<?> elementType) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<java.lang.Object> |
newCollection() |
defaultElement, toText, toValue
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
protected java.util.Collection<java.lang.Object> newCollection()
newCollection
in class CollectionEditor