public class BooleanEditor extends PropertyEditorSupport
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, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportCopyright © 2015 JBoss by Red Hat. All rights reserved.