org.kuali.rice.kns.web.format
Class LongFormatter
java.lang.Object
   org.kuali.rice.kns.web.format.Formatter
org.kuali.rice.kns.web.format.Formatter
       org.kuali.rice.kns.web.format.LongFormatter
org.kuali.rice.kns.web.format.LongFormatter
- All Implemented Interfaces: 
- Serializable
- public class LongFormatter 
- extends Formatter
This class is used to format Long objects.
- See Also:
- Serialized Form
 
 
 
 
| 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 | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
LongFormatter
public LongFormatter()
convertToObject
protected Object convertToObject(String string)
- Returns an object representation of the provided string.
 
- 
- Overrides:
- convertToObjectin class- Formatter
 
- 
 
format
public Object format(Object value)
- Returns the provided value as a formatted string
 
- 
- Overrides:
- formatin class- Formatter
 
- 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.