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
public class UifKualiIntegerCurrencyEditor
- extends UifCurrencyEditor
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:
- Serialized Form
Method Summary |
void |
setAsText(String text)
This overridden method converts the display string to a
org.kuali.rice.core.api.util.type.KualiInteger object using
local currency format. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifKualiIntegerCurrencyEditor
public UifKualiIntegerCurrencyEditor()
setAsText
public void setAsText(String text)
- This overridden method converts the display string to a
org.kuali.rice.core.api.util.type.KualiInteger
object using
local currency format.
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class UifCurrencyEditor
- See Also:
UifCurrencyEditor.setAsText(java.lang.String)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.