public abstract class ValidationEditorSupport extends PropertyEditorSupport
PropertyEditorSupport,
BeanInfo| Constructor and Description |
|---|
ValidationEditorSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String |
getAsText(Object val)
This method is specified in the FastPropertyEditor interface and it is implemented here for convenience
|
Object |
getValue() |
abstract void |
setAsText(String txt) |
void |
setValue(Object val) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorprotected Object value
public void setValue(Object val)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic String getAsText(Object val)
public abstract void setAsText(String txt)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportCopyright © 2013 Atlassian. All Rights Reserved.