Package org.kuali.rice.kns.web.ui
Class Column
java.lang.Object
org.kuali.rice.kns.web.ui.Column
- All Implemented Interfaces:
Serializable,PropertyRenderingConfigElement
@Deprecated
public class Column
extends Object
implements Serializable, PropertyRenderingConfigElement
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
Represents a Column in a result table
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.intDeprecated.Returns the maximum column length.intDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.booleanisTotal()Deprecated.voidsetAdditionalDisplayPropertyName(String additionalDisplayPropertyName) Deprecated.voidsetAlternateDisplayPropertyName(String alternateDisplayPropertyName) Deprecated.voidsetColumnAnchor(HtmlData columnAnchor) Deprecated.voidsetColumnTitle(String columnTitle) Deprecated.voidsetComparator(Comparator comparator) Deprecated.voidsetEscapeXMLValue(boolean escapeXMLValue) Deprecated.voidsetFormatter(Formatter formatter) Deprecated.voidsetMaxLength(int maxColumnLength) Deprecated.Sets the maximum column length.voidsetPropertyName(String propertyName) Deprecated.voidsetPropertyURL(String propertyURL) Deprecated.voidsetPropertyValue(String propertyValue) Deprecated.voidsetSortable(String sortable) Deprecated.voidsetTotal(boolean total) Deprecated.voidsetUnformattedPropertyValue(Object unformattedPropertyValue) Deprecated.voidsetValueComparator(Comparator valueComparator) Deprecated.
-
Constructor Details
-
Column
public Column()Deprecated. -
Column
Deprecated. -
Column
Deprecated. -
Column
Deprecated. -
Column
Deprecated.
-
-
Method Details
-
getComparator
Deprecated.- Returns:
- Returns the comparator.
-
setComparator
Deprecated.- Parameters:
comparator- The comparator to set.
-
getColumnTitle
Deprecated.- Returns:
- Returns the columnTitle.
-
setColumnTitle
Deprecated.- Parameters:
columnTitle- The columnTitle to set.
-
getPropertyName
Deprecated.- Specified by:
getPropertyNamein interfacePropertyRenderingConfigElement- Returns:
- Returns the propertyName.
-
setPropertyName
Deprecated.- Specified by:
setPropertyNamein interfacePropertyRenderingConfigElement- Parameters:
propertyName- The propertyName to set.
-
getSortable
Deprecated.- Returns:
- Returns the sortable.
-
setSortable
Deprecated.- Parameters:
sortable- The sortable to set.
-
getPropertyURL
Deprecated.- Returns:
- Returns the propertyURL.
-
setPropertyURL
Deprecated.- Parameters:
propertyURL- The propertyURL to set.
-
getColumnAnchor
Deprecated.- Returns:
- the columnAnchor
-
isMultipleAnchors
public boolean isMultipleAnchors()Deprecated. -
getColumnAnchors
Deprecated. -
getNumberOfColumnAnchors
public int getNumberOfColumnAnchors()Deprecated. -
setColumnAnchor
Deprecated.- Parameters:
columnAnchor- the columnAnchor to set
-
getPropertyValue
Deprecated.- Specified by:
getPropertyValuein interfacePropertyRenderingConfigElement- Returns:
- Returns the propertyValue.
-
setPropertyValue
Deprecated.- Specified by:
setPropertyValuein interfacePropertyRenderingConfigElement- Parameters:
propertyValue- The propertyValue to set.
-
getFormatter
Deprecated.- Specified by:
getFormatterin interfacePropertyRenderingConfigElement- Returns:
- Returns the formatter.
-
setFormatter
Deprecated.- Specified by:
setFormatterin interfacePropertyRenderingConfigElement- Parameters:
formatter- The formatter to set.
-
getValueComparator
Deprecated. -
setValueComparator
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
Deprecated.- Specified by:
getAlternateDisplayPropertyNamein interfacePropertyRenderingConfigElement- Returns:
- name of the property that should be displayed in place of property we are rendering (only applies when read-only)
-
setAlternateDisplayPropertyName
Deprecated.- Specified by:
setAlternateDisplayPropertyNamein interfacePropertyRenderingConfigElement- Parameters:
alternateDisplayPropertyName- - name of the property that should be displayed in place of property we are rendering (only applies when read-only)
-
getAdditionalDisplayPropertyName
Deprecated.- Specified by:
getAdditionalDisplayPropertyNamein interfacePropertyRenderingConfigElement- Returns:
- name of the property that should be displayed in addition to the property we are rendering (only applies when read-only)
-
setAdditionalDisplayPropertyName
Deprecated.- Specified by:
setAdditionalDisplayPropertyNamein interfacePropertyRenderingConfigElement- 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
Deprecated. -
setUnformattedPropertyValue
Deprecated.
-