org.kuali.rice.krad.web.bind
Class UifKualiIntegerCurrencyEditor
java.lang.Object
   java.beans.PropertyEditorSupport
java.beans.PropertyEditorSupport
       org.kuali.rice.krad.web.bind.UifCurrencyEditor
org.kuali.rice.krad.web.bind.UifCurrencyEditor
           org.kuali.rice.krad.web.bind.UifKualiIntegerCurrencyEditor
org.kuali.rice.krad.web.bind.UifKualiIntegerCurrencyEditor
- All Implemented Interfaces: 
- PropertyEditor
- public class UifKualiIntegerCurrencyEditor 
- extends UifCurrencyEditor
This class is used to format
 org.kuali.rice.core.api.util.type.KualiInteger in the local
 currency.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Method Summary | 
|  void | setAsText(String text)This overridden method converts the display string to a
 org.kuali.rice.core.api.util.type.KualiIntegerobject 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.KualiIntegerobject using
 local currency format.
 
- 
- Specified by:
- setAsTextin interface- PropertyEditor
- Overrides:
- setAsTextin class- UifCurrencyEditor
 
- 
- See Also:
- UifCurrencyEditor.setAsText(java.lang.String)
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.