Class HeaderField

java.lang.Object
org.kuali.rice.kns.web.ui.HeaderField
All Implemented Interfaces:
Serializable

@Deprecated public class HeaderField extends Object implements Serializable
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
See Also:
  • Field Details

    • EMPTY_FIELD

      public static final HeaderField EMPTY_FIELD
      Deprecated.
  • Constructor Details

    • HeaderField

      public HeaderField()
      Deprecated.
    • HeaderField

      public HeaderField(String id, String ddAttributeEntryName, String displayValue, String nonLookupValue)
      Deprecated.
    • HeaderField

      public HeaderField(String ddAttributeEntryName, String displayValue, String nonLookupValue)
      Deprecated.
    • HeaderField

      public HeaderField(String ddAttributeEntryName, String displayValue)
      Deprecated.
  • Method Details

    • getId

      public String getId()
      Deprecated.
    • setId

      public void setId(String id)
      Deprecated.
    • getDdAttributeEntryName

      public String getDdAttributeEntryName()
      Deprecated.
    • setDdAttributeEntryName

      public void setDdAttributeEntryName(String ddAttributeEntryName)
      Deprecated.
    • getDisplayValue

      public String getDisplayValue()
      Deprecated.
    • setDisplayValue

      public void setDisplayValue(String displayValue)
      Deprecated.
    • getNonLookupValue

      public String getNonLookupValue()
      Deprecated.
    • setNonLookupValue

      public void setNonLookupValue(String nonLookupValue)
      Deprecated.
    • isLookupAware

      public boolean isLookupAware()
      Deprecated.
    • setLookupAware

      public void setLookupAware(boolean lookupAware)
      Deprecated.