Package org.kuali.rice.krad.web.bind
Class UifKualiIntegerCurrencyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.kuali.rice.krad.web.bind.UifCurrencyEditor
org.kuali.rice.krad.web.bind.UifKualiIntegerCurrencyEditor
- All Implemented Interfaces:
PropertyEditor,Serializable
Class used to format
org.kuali.rice.core.api.util.type.KualiInteger in the local currency- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.krad.web.bind.UifCurrencyEditor
convertToObject, getAsTextMethods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
UifKualiIntegerCurrencyEditor
public UifKualiIntegerCurrencyEditor()
-
-
Method Details
-
setAsText
This overridden method converts the display string to aorg.kuali.rice.core.api.util.type.KualiIntegerobject using local currency format.- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classUifCurrencyEditor- See Also:
-