org.kuali.rice.kns.web.format
Class IntegerFormatter

java.lang.Object
  extended by org.kuali.rice.kns.web.format.Formatter
      extended by org.kuali.rice.kns.web.format.IntegerFormatter
All Implemented Interfaces:
Serializable

public class IntegerFormatter
extends Formatter

This class is used to format Integer objects.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.web.format.Formatter
CREATE_MSG, propertyType, settings
 
Constructor Summary
IntegerFormatter()
           
 
Method Summary
protected  Object convertToObject(String string)
          begin Kuali Foundation modification Returns an object representation of the provided string.
 Object format(Object value)
          Returns the provided value as a formatted string
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IntegerFormatter

public IntegerFormatter()
Method Detail

convertToObject

protected Object convertToObject(String string)
begin Kuali Foundation modification Returns an object representation of the provided string. end Kuali Foundation modification

Overrides:
convertToObject in class Formatter

format

public Object format(Object value)
Returns the provided value as a formatted string

Overrides:
format in class Formatter


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.