public class EnumPropertyEditor extends AbstractPropertyEditor
| Constructor and Description |
|---|
EnumPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.Enum> |
getEnumType() |
protected void |
handleAsString(java.lang.String str) |
void |
setEnumType(java.lang.Class<? extends java.lang.Enum> enumType) |
protected void |
setValueInternal(java.lang.Object value) |
getAsText, getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, resolveFormatter, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic java.lang.Class<? extends java.lang.Enum> getEnumType()
public void setEnumType(java.lang.Class<? extends java.lang.Enum> enumType)
protected void setValueInternal(java.lang.Object value)
setValueInternal in class AbstractPropertyEditorprotected void handleAsString(java.lang.String str)