public class YesNoEditor
extends java.beans.PropertyEditorSupport
| Constructor and Description |
|---|
YesNoEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAsText()
return the boolean property as Text.
|
java.lang.String |
getJavaInitializationString()
used by the IDE for code generation
|
java.lang.String[] |
getTags() |
void |
setAsText(java.lang.String text)
Sets the boolean property from a String.
|
public java.lang.String[] getTags()
getTags in interface java.beans.PropertyEditorgetTags in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditorgetJavaInitializationString in class java.beans.PropertyEditorSupportpublic void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupporttext - must be one of the tagsjava.lang.IllegalArgumentExceptionpublic java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class java.beans.PropertyEditorSupport