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