Package org.kuali.rice.kns.web.ui
Class HeaderField
java.lang.Object
org.kuali.rice.kns.web.ui.HeaderField
- All Implemented Interfaces:
Serializable
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HeaderField(String ddAttributeEntryName, String displayValue) Deprecated.HeaderField(String ddAttributeEntryName, String displayValue, String nonLookupValue) Deprecated.HeaderField(String id, String ddAttributeEntryName, String displayValue, String nonLookupValue) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getId()Deprecated.Deprecated.booleanDeprecated.voidsetDdAttributeEntryName(String ddAttributeEntryName) Deprecated.voidsetDisplayValue(String displayValue) Deprecated.voidDeprecated.voidsetLookupAware(boolean lookupAware) Deprecated.voidsetNonLookupValue(String nonLookupValue) Deprecated.
-
Field Details
-
EMPTY_FIELD
Deprecated.
-
-
Constructor Details
-
Method Details
-
getId
Deprecated. -
setId
Deprecated. -
getDdAttributeEntryName
Deprecated. -
setDdAttributeEntryName
Deprecated. -
getDisplayValue
Deprecated. -
setDisplayValue
Deprecated. -
getNonLookupValue
Deprecated. -
setNonLookupValue
Deprecated. -
isLookupAware
public boolean isLookupAware()Deprecated. -
setLookupAware
public void setLookupAware(boolean lookupAware) Deprecated.
-