public class CharacterArrayEditor extends GenericArrayPropertyEditor<char[]>
| Constructor and Description |
|---|
CharacterArrayEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text)
Build a char[] from comma or eol seperated elements
|
encode, getAsText, getCellType, tokenizeaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class GenericArrayPropertyEditor<char[]>text - The string to be parsed.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.