| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.beans.PropertyEditorSupport | +--org.springframework.beans.propertyeditors.StringArrayPropertyEditor
Properties editor for String[] type. Strings must be in CSV format. This property editor is automatically registered by BeanWrapperImpl.
Method Summary | |
String | getAsText() |
void | setAsText(String s) |
Methods inherited from class java.beans.PropertyEditorSupport |
firePropertyChange, isPaintable, supportsCustomEditor, getCustomEditor, addPropertyChangeListener, removePropertyChangeListener, getValue, setValue, getJavaInitializationString, getTags, paintValue |
Methods inherited from class java.lang.Object |
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals, toString |
Method Detail |
public String getAsText()
public void setAsText(String s)
throws java.lang.IllegalArgumentException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |