Class PIntegerPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
ee.jakarta.tck.pages.spec.core_syntax.actions.setproperty.PIntegerPropertyEditor
- All Implemented Interfaces:
PropertyEditor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
PIntegerPropertyEditor
public PIntegerPropertyEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Parameters:
param1
- a valid String-based integer value. The String value of "314" will be appended to whatever value is passed.- Throws:
IllegalArgumentException
- if unable to set property
-