PropertyEditorListEditor, SetEditorpublic class CollectionEditor extends AbstractPropertyEditor
| Constructor | Description |
|---|---|
CollectionEditor(Class<?> elementType) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Object |
defaultElement() |
|
protected Collection<Object> |
newCollection() |
|
protected String |
toText(Object value) |
|
protected Object |
toValue(String text) |
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic CollectionEditor(Class<?> elementType)
protected final String toText(Object value)
toText in class AbstractPropertyEditorprotected final Object toValue(String text) throws IllegalArgumentException
toValue in class AbstractPropertyEditorIllegalArgumentExceptionprotected Collection<Object> newCollection()
protected Object defaultElement()
Copyright © 2004–2018 Apache MINA Project. All rights reserved.