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, setValue
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
public 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 AbstractPropertyEditor
protected void handleAsString(java.lang.String str)