org.kuali.rice.kns.web.ui
Class HeaderField

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

Deprecated.

@Deprecated
public class HeaderField
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static HeaderField EMPTY_FIELD
          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

EMPTY_FIELD

public static final HeaderField EMPTY_FIELD
Deprecated. 
Constructor Detail

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 Detail

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. 


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.