Class PBooleanPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
ee.jakarta.tck.pages.spec.core_syntax.actions.setproperty.PBooleanPropertyEditor
- 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
-
PBooleanPropertyEditor
public PBooleanPropertyEditor()
-
-
Method Details
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Parameters:
param1
- String value of "true" or "false"- Throws:
IllegalArgumentException
- if unable to set the property.
-