public class StringArrayEditor extends GenericArrayPropertyEditor<String[]>
| Constructor and Description |
|---|
StringArrayEditor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(String[] v) |
void |
setAsText(String text)
Set the property value by parsing a given String.
|
protected String[] |
tokenize(String text) |
getAsText, getCellType, getTokenizeraddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text) throws IllegalArgumentException
PropertyEditorsetAsText in interface PropertyEditorsetAsText in class GenericArrayPropertyEditor<String[]>text - The string to be parsed.IllegalArgumentExceptionprotected String[] tokenize(String text)
tokenize in class GenericArrayPropertyEditor<String[]>protected String encode(String[] v)
encode in class GenericArrayPropertyEditor<String[]>Copyright © 2019 JBoss by Red Hat. All rights reserved.