Class ListEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.mina.integration.beans.AbstractPropertyEditor
-
- org.apache.mina.integration.beans.CollectionEditor
-
- org.apache.mina.integration.beans.ListEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class ListEditor extends CollectionEditor
APropertyEditor
which converts aString
into aList
and vice versa.- Author:
- Apache MINA Project
-
-
Constructor Summary
Constructors Constructor Description ListEditor(java.lang.Class<?> elementType)
Creates a new DateEditor instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<java.lang.Object>
newCollection()
-
Methods inherited from class org.apache.mina.integration.beans.CollectionEditor
defaultElement, toText, toValue
-
Methods inherited from class org.apache.mina.integration.beans.AbstractPropertyEditor
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValue
-
-
-
-
Method Detail
-
newCollection
protected java.util.Collection<java.lang.Object> newCollection()
- Overrides:
newCollection
in classCollectionEditor
-
-