Class CurrencyEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.propertyeditors.CurrencyEditor
- All Implemented Interfaces:
PropertyEditor
public class CurrencyEditor extends PropertyEditorSupport
Editor forjava.util.Currency, translating currency codes into Currency objects. Exposes the currency code as text representation of a Currency object.- Since:
- 3.0
- Author:
- Juergen Hoeller
- See Also:
Currency
Constructor Summary
Constructors Constructor Description CurrencyEditor()
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
CurrencyEditor
public CurrencyEditor()
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