org.kuali.rice.krad.web.bind
Class UifKualiIntegerCurrencyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.kuali.rice.krad.web.bind.UifCurrencyEditor
          extended by 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)

Constructor Summary
UifKualiIntegerCurrencyEditor()
           
 
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 org.kuali.rice.krad.web.bind.UifCurrencyEditor
convertToObject, getAsText
 
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
 

Constructor Detail

UifKualiIntegerCurrencyEditor

public UifKualiIntegerCurrencyEditor()
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.