|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.web.ui.HeaderField
@Deprecated public class HeaderField
Field Summary | |
---|---|
private String |
ddAttributeEntryName
Deprecated. |
private String |
displayValue
Deprecated. |
static HeaderField |
EMPTY_FIELD
Deprecated. |
private String |
id
Deprecated. |
private boolean |
lookupAware
Deprecated. |
private String |
nonLookupValue
Deprecated. |
private static long |
serialVersionUID
Deprecated. |
Constructor Summary | |
---|---|
HeaderField()
Deprecated. |
|
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 | |
---|---|
String |
getDdAttributeEntryName()
Deprecated. |
String |
getDisplayValue()
Deprecated. |
String |
getId()
Deprecated. |
String |
getNonLookupValue()
Deprecated. |
boolean |
isLookupAware()
Deprecated. |
void |
setDdAttributeEntryName(String ddAttributeEntryName)
Deprecated. |
void |
setDisplayValue(String displayValue)
Deprecated. |
void |
setId(String id)
Deprecated. |
void |
setLookupAware(boolean lookupAware)
Deprecated. |
void |
setNonLookupValue(String nonLookupValue)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
public static final HeaderField EMPTY_FIELD
private String id
private String ddAttributeEntryName
private String displayValue
private String nonLookupValue
private boolean lookupAware
Constructor Detail |
---|
public HeaderField()
public HeaderField(String id, String ddAttributeEntryName, String displayValue, String nonLookupValue)
public HeaderField(String ddAttributeEntryName, String displayValue, String nonLookupValue)
public HeaderField(String ddAttributeEntryName, String displayValue)
Method Detail |
---|
public String getId()
public void setId(String id)
public String getDdAttributeEntryName()
public void setDdAttributeEntryName(String ddAttributeEntryName)
public String getDisplayValue()
public void setDisplayValue(String displayValue)
public String getNonLookupValue()
public void setNonLookupValue(String nonLookupValue)
public boolean isLookupAware()
public void setLookupAware(boolean lookupAware)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |