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, supportsCustomEditor
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
Copyright © 2018 JBoss by Red Hat. All rights reserved.