public class BooleanEditor extends PropertyEditorSupport<Boolean>
Boolean.| Constructor and Description |
|---|
BooleanEditor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getTags() |
void |
setAsText(String text)
Map the argument text into Boolean.TRUE or Boolean.FALSE using Boolean.valueOf.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupport<Boolean>text - The string to be parsed.public String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportCopyright © 2012 JBoss by Red Hat. All Rights Reserved.