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

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

Deprecated.

@Deprecated
public class Column
extends Object
implements Serializable, PropertyRenderingConfigElement

Represents a Column in a result table

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
Column()
          Deprecated.  
Column(String columnTitle, String propertyName)
          Deprecated.  
Column(String columnTitle, String propertyName, Formatter formatter)
          Deprecated.  
Column(String columnTitle, String sortable, String propertyName)
          Deprecated.  
Column(String columnTitle, String sortable, String propertyName, Comparator comparator)
          Deprecated.  
 
Method Summary
 String getAdditionalDisplayPropertyName()
          Deprecated.  
 String getAlternateDisplayPropertyName()
          Deprecated.  
 HtmlData getColumnAnchor()
          Deprecated.  
 List<HtmlData.AnchorHtmlData> getColumnAnchors()
          Deprecated.  
 String getColumnTitle()
          Deprecated.  
 Comparator getComparator()
          Deprecated.  
 Formatter getFormatter()
          Deprecated.  
 int getMaxLength()
          Deprecated. Returns the maximum column length.
 int getNumberOfColumnAnchors()
          Deprecated.  
 String getPropertyName()
          Deprecated.  
 String getPropertyURL()
          Deprecated.  
 String getPropertyValue()
          Deprecated.  
 String getSortable()
          Deprecated.  
 Object getUnformattedPropertyValue()
          Deprecated.  
 Comparator getValueComparator()
          Deprecated.  
 boolean isEscapeXMLValue()
          Deprecated.  
 boolean isMultipleAnchors()
          Deprecated.  
 boolean isTotal()
          Deprecated.  
 void setAdditionalDisplayPropertyName(String additionalDisplayPropertyName)
          Deprecated.  
 void setAlternateDisplayPropertyName(String alternateDisplayPropertyName)
          Deprecated.  
 void setColumnAnchor(HtmlData columnAnchor)
          Deprecated.  
 void setColumnTitle(String columnTitle)
          Deprecated.  
 void setComparator(Comparator comparator)
          Deprecated.  
 void setEscapeXMLValue(boolean escapeXMLValue)
          Deprecated.  
 void setFormatter(Formatter formatter)
          Deprecated.  
 void setMaxLength(int maxColumnLength)
          Deprecated. Sets the maximum column length.
 void setPropertyName(String propertyName)
          Deprecated.  
 void setPropertyURL(String propertyURL)
          Deprecated.  
 void setPropertyValue(String propertyValue)
          Deprecated.  
 void setSortable(String sortable)
          Deprecated.  
 void setTotal(boolean total)
          Deprecated.  
 void setUnformattedPropertyValue(Object unformattedPropertyValue)
          Deprecated.  
 void setValueComparator(Comparator valueComparator)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Column

public Column()
Deprecated. 

Column

public Column(String columnTitle,
              String propertyName)
Deprecated. 

Column

public Column(String columnTitle,
              String sortable,
              String propertyName)
Deprecated. 

Column

public Column(String columnTitle,
              String sortable,
              String propertyName,
              Comparator comparator)
Deprecated. 

Column

public Column(String columnTitle,
              String propertyName,
              Formatter formatter)
Deprecated. 
Method Detail

getComparator

public Comparator getComparator()
Deprecated. 
Returns:
Returns the comparator.

setComparator

public void setComparator(Comparator comparator)
Deprecated. 
Parameters:
comparator - The comparator to set.

getColumnTitle

public String getColumnTitle()
Deprecated. 
Returns:
Returns the columnTitle.

setColumnTitle

public void setColumnTitle(String columnTitle)
Deprecated. 
Parameters:
columnTitle - The columnTitle to set.

getPropertyName

public String getPropertyName()
Deprecated. 
Specified by:
getPropertyName in interface PropertyRenderingConfigElement
Returns:
Returns the propertyName.

setPropertyName

public void setPropertyName(String propertyName)
Deprecated. 
Specified by:
setPropertyName in interface PropertyRenderingConfigElement
Parameters:
propertyName - The propertyName to set.

getSortable

public String getSortable()
Deprecated. 
Returns:
Returns the sortable.

setSortable

public void setSortable(String sortable)
Deprecated. 
Parameters:
sortable - The sortable to set.

getPropertyURL

public String getPropertyURL()
Deprecated. 
Returns:
Returns the propertyURL.

setPropertyURL

public void setPropertyURL(String propertyURL)
Deprecated. 
Parameters:
propertyURL - The propertyURL to set.

getColumnAnchor

public HtmlData getColumnAnchor()
Deprecated. 
Returns:
the columnAnchor

isMultipleAnchors

public boolean isMultipleAnchors()
Deprecated. 

getColumnAnchors

public List<HtmlData.AnchorHtmlData> getColumnAnchors()
Deprecated. 

getNumberOfColumnAnchors

public int getNumberOfColumnAnchors()
Deprecated. 

setColumnAnchor

public void setColumnAnchor(HtmlData columnAnchor)
Deprecated. 
Parameters:
columnAnchor - the columnAnchor to set

getPropertyValue

public String getPropertyValue()
Deprecated. 
Specified by:
getPropertyValue in interface PropertyRenderingConfigElement
Returns:
Returns the propertyValue.

setPropertyValue

public void setPropertyValue(String propertyValue)
Deprecated. 
Specified by:
setPropertyValue in interface PropertyRenderingConfigElement
Parameters:
propertyValue - The propertyValue to set.

getFormatter

public Formatter getFormatter()
Deprecated. 
Specified by:
getFormatter in interface PropertyRenderingConfigElement
Returns:
Returns the formatter.

setFormatter

public void setFormatter(Formatter formatter)
Deprecated. 
Specified by:
setFormatter in interface PropertyRenderingConfigElement
Parameters:
formatter - The formatter to set.

getValueComparator

public Comparator getValueComparator()
Deprecated. 

setValueComparator

public void setValueComparator(Comparator valueComparator)
Deprecated. 

getMaxLength

public int getMaxLength()
Deprecated. 
Returns the maximum column length. If propertyValue's length exceeds this value, then it will be truncated to this length when displayed

Returns:

setMaxLength

public void setMaxLength(int maxColumnLength)
Deprecated. 
Sets the maximum column length. If propertyValue's length exceeds this value, then it will be truncated to this length when displayed

Parameters:
maxColumnLength -

isEscapeXMLValue

public boolean isEscapeXMLValue()
Deprecated. 
Returns:
the escapeXMLValue

setEscapeXMLValue

public void setEscapeXMLValue(boolean escapeXMLValue)
Deprecated. 
Parameters:
escapeXMLValue - the escapeXMLValue to set

getAlternateDisplayPropertyName

public String getAlternateDisplayPropertyName()
Deprecated. 
Specified by:
getAlternateDisplayPropertyName in interface PropertyRenderingConfigElement
Returns:
name of the property that should be displayed in place of property we are rendering (only applies when read-only)

setAlternateDisplayPropertyName

public void setAlternateDisplayPropertyName(String alternateDisplayPropertyName)
Deprecated. 
Specified by:
setAlternateDisplayPropertyName in interface PropertyRenderingConfigElement
Parameters:
alternateDisplayPropertyName - - name of the property that should be displayed in place of property we are rendering (only applies when read-only)

getAdditionalDisplayPropertyName

public String getAdditionalDisplayPropertyName()
Deprecated. 
Specified by:
getAdditionalDisplayPropertyName in interface PropertyRenderingConfigElement
Returns:
name of the property that should be displayed in addition to the property we are rendering (only applies when read-only)

setAdditionalDisplayPropertyName

public void setAdditionalDisplayPropertyName(String additionalDisplayPropertyName)
Deprecated. 
Specified by:
setAdditionalDisplayPropertyName in interface PropertyRenderingConfigElement
Parameters:
additionalDisplayPropertyName - - name of the property that should be displayed in addition to the property we are rendering (only applies when read-only)

isTotal

public boolean isTotal()
Deprecated. 

setTotal

public void setTotal(boolean total)
Deprecated. 

getUnformattedPropertyValue

public Object getUnformattedPropertyValue()
Deprecated. 

setUnformattedPropertyValue

public void setUnformattedPropertyValue(Object unformattedPropertyValue)
Deprecated. 


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.