codeValues - an array of strings that should be returned from
getJavaInitializationString. This hint is optional when using the
aforementioned hints. These hints will also work for the Integer
editor, which wraps an instance of this editor.
|
Constructor Summary |
IntEditor()
Creates a new instance of IntEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEYS
public static final String KEYS
- See Also:
- Constant Field Values
VALS
public static final String VALS
- See Also:
- Constant Field Values
CODE_VALS
public static final String CODE_VALS
- See Also:
- Constant Field Values
IntEditor
public IntEditor()
- Creates a new instance of IntEditor
attachEnvImpl
protected void attachEnvImpl(PropertyEnv env)
- Description copied from class:
ExPropertyEditorSupport
- Perform the actual attaching of the PropertyEnv.
- Specified by:
attachEnvImpl in class ExPropertyEditorSupport
validateEnv
protected void validateEnv(PropertyEnv env)
- Validate that the values supplied by the PropertyEnv are proper,
so there's not an obscure ArrayIndexOutOfBoundsException some time
later because bad information was supplied.
- Specified by:
validateEnv in class ExPropertyEditorSupport
getAsText
public String getAsText()
- Specified by:
getAsText in interface PropertyEditor- Overrides:
getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String s)
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
getValue
public Object getValue()
- Specified by:
getValue in interface PropertyEditor- Overrides:
getValue in class PropertyEditorSupport
setValue
public void setValue(Object value)
- Specified by:
setValue in interface PropertyEditor- Overrides:
setValue in class PropertyEditorSupport
getTags
public String[] getTags()
- Specified by:
getTags in interface PropertyEditor- Overrides:
getTags in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Specified by:
getJavaInitializationString in interface PropertyEditor- Overrides:
getJavaInitializationString in class PropertyEditorSupport