org.kuali.kfs.pdp.businessobject
Class DisbursementNumberFormatter

java.lang.Object
  extended by org.kuali.rice.kns.web.format.Formatter
      extended by org.kuali.rice.kns.web.format.CurrencyFormatter
          extended by org.kuali.kfs.pdp.businessobject.DisbursementNumberFormatter
All Implemented Interfaces:
Serializable

public class DisbursementNumberFormatter
extends org.kuali.rice.kns.web.format.CurrencyFormatter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.web.format.CurrencyFormatter
SHOW_SYMBOL
 
Fields inherited from class org.kuali.rice.kns.web.format.Formatter
propertyType, settings
 
Constructor Summary
DisbursementNumberFormatter()
           
 
Method Summary
protected  Object convertToObject(String target)
           
 Object format(Object obj)
          Returns a string representation of its argument formatted as a currency value.
 
Methods inherited from class org.kuali.rice.kns.web.format.CurrencyFormatter
getSymbol, interpolateSymbol, removeSymbol, showSymbol, validate
 
Methods inherited from class org.kuali.rice.kns.web.format.Formatter
convertFromPresentationFormat, convertToArray, convertToCollection, findFormatter, formatArray, formatBean, formatCollection, formatForPresentation, formatNull, formatObject, formatterForType, getFormatter, getFormatter, getImplementationClass, getNullObjectValue, getPropertyType, getSettings, isBlank, isEmptyValue, isNullValue, isSupportedType, registerFormatter, setPropertyType, setSettings, trimString, unwrapString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisbursementNumberFormatter

public DisbursementNumberFormatter()
Method Detail

convertToObject

protected Object convertToObject(String target)
Overrides:
convertToObject in class org.kuali.rice.kns.web.format.CurrencyFormatter

format

public Object format(Object obj)
Returns a string representation of its argument formatted as a currency value.

Overrides:
format in class org.kuali.rice.kns.web.format.CurrencyFormatter


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.