Package org.apache.myfaces.tobago.layout
Class MeasureEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.myfaces.tobago.layout.MeasureEditor
-
- All Implemented Interfaces:
PropertyEditor
public class MeasureEditor extends PropertyEditorSupport
Converter forMeasure
-
-
Constructor Summary
Constructors Constructor Description MeasureEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(String text)
-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsText
in interfacePropertyEditor
- Overrides:
setAsText
in classPropertyEditorSupport
- Throws:
IllegalArgumentException
-
-