Class TimeZoneEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.propertyeditors.TimeZoneEditor
- All Implemented Interfaces:
PropertyEditor
public class TimeZoneEditor extends PropertyEditorSupport
Editor forjava.util.TimeZone, translating timezone IDs intoTimeZoneobjects. Exposes theTimeZoneID as a text representation.- Since:
- 3.0
- Author:
- Juergen Hoeller, Nicholas Williams
- See Also:
TimeZone,ZoneIdEditor
Constructor Summary
Constructors Constructor Description TimeZoneEditor()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsText()voidsetAsText(String text)Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
Constructor Detail
TimeZoneEditor
public TimeZoneEditor()
Method Detail
setAsText
public void setAsText(String text) throws IllegalArgumentException
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport- Throws:
IllegalArgumentException
getAsText
public String getAsText()
- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport