Class DelegationTypeFormatter

java.lang.Object
org.kuali.rice.core.web.format.Formatter
org.kuali.rice.kns.web.format.DelegationTypeFormatter
All Implemented Interfaces:
Serializable

@Deprecated public class DelegationTypeFormatter extends org.kuali.rice.core.web.format.Formatter
Deprecated.
Only used by KNS classes, use KRAD.
begin Kuali Foundation modification This class is used to format boolean values. end Kuali Foundation modification
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kuali.rice.core.web.format.Formatter

    org.kuali.rice.core.web.format.Formatter.ArrayUtils
  • Field Summary

    Fields inherited from class org.kuali.rice.core.web.format.Formatter

    propertyType, settings
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Object target)
    Deprecated.
     

    Methods inherited from class org.kuali.rice.core.web.format.Formatter

    convertFromPresentationFormat, convertToArray, convertToCollection, convertToObject, findFormatter, formatArray, formatBean, formatCollection, formatForPresentation, formatNull, formatObject, formatterForType, getFormatter, getFormatter, getImplementationClass, getNullObjectValue, getPropertyType, getSettings, isEmptyValue, isNullValue, isSupportedType, registerFormatter, setPropertyType, setSettings, unwrapString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DelegationTypeFormatter

      public DelegationTypeFormatter()
      Deprecated.
  • Method Details

    • format

      public Object format(Object target)
      Deprecated.
      Overrides:
      format in class org.kuali.rice.core.web.format.Formatter