public class IFSExistenceOptionEditor
extends java.beans.PropertyEditorSupport
Constructor and Description |
---|
IFSExistenceOptionEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsText()
Returns the property value in an editable form.
|
java.lang.String |
getJavaInitializationString()
Returns a code fragment representing an initializer for the current value.
|
java.lang.String[] |
getTags()
Returns the set of possible values for the property.
|
java.lang.Object |
getValue()
Returns the value of the property.
|
void |
setAsText(java.lang.String text)
Sets the property value from the specified String.
|
void |
setValue(java.lang.Object value)
Sets the value of the object that is to be edited.
|
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
getJavaInitializationString
in class java.beans.PropertyEditorSupport
public java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
getTags
in class java.beans.PropertyEditorSupport
public java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text)
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
text
- The property value.public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
value
- The new target object to be edited.