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, getTokenizer, tokenize
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValue
firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditor
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class GenericArrayPropertyEditor<char[]>
text
- The string to be parsed.Copyright © 2014 JBoss by Red Hat. All rights reserved.