| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.web.ui.Column
@Deprecated public class Column
Represents a Column in a result table
| 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 | 
|---|
public Column()
public Column(String columnTitle,
              String propertyName)
public Column(String columnTitle,
              String sortable,
              String propertyName)
public Column(String columnTitle,
              String sortable,
              String propertyName,
              Comparator comparator)
public Column(String columnTitle,
              String propertyName,
              Formatter formatter)
| Method Detail | 
|---|
public Comparator getComparator()
public void setComparator(Comparator comparator)
comparator - The comparator to set.public String getColumnTitle()
public void setColumnTitle(String columnTitle)
columnTitle - The columnTitle to set.public String getPropertyName()
getPropertyName in interface PropertyRenderingConfigElementpublic void setPropertyName(String propertyName)
setPropertyName in interface PropertyRenderingConfigElementpropertyName - The propertyName to set.public String getSortable()
public void setSortable(String sortable)
sortable - The sortable to set.public String getPropertyURL()
public void setPropertyURL(String propertyURL)
propertyURL - The propertyURL to set.public HtmlData getColumnAnchor()
public boolean isMultipleAnchors()
public List<HtmlData.AnchorHtmlData> getColumnAnchors()
public int getNumberOfColumnAnchors()
public void setColumnAnchor(HtmlData columnAnchor)
columnAnchor - the columnAnchor to setpublic String getPropertyValue()
getPropertyValue in interface PropertyRenderingConfigElementpublic void setPropertyValue(String propertyValue)
setPropertyValue in interface PropertyRenderingConfigElementpropertyValue - The propertyValue to set.public Formatter getFormatter()
getFormatter in interface PropertyRenderingConfigElementpublic void setFormatter(Formatter formatter)
setFormatter in interface PropertyRenderingConfigElementformatter - The formatter to set.public Comparator getValueComparator()
public void setValueComparator(Comparator valueComparator)
public int getMaxLength()
public void setMaxLength(int maxColumnLength)
maxColumnLength - public boolean isEscapeXMLValue()
public void setEscapeXMLValue(boolean escapeXMLValue)
escapeXMLValue - the escapeXMLValue to setpublic String getAlternateDisplayPropertyName()
getAlternateDisplayPropertyName in interface PropertyRenderingConfigElementpublic void setAlternateDisplayPropertyName(String alternateDisplayPropertyName)
setAlternateDisplayPropertyName in interface PropertyRenderingConfigElementalternateDisplayPropertyName - - name of the property that should be displayed in place of property we are
            rendering (only applies when read-only)public String getAdditionalDisplayPropertyName()
getAdditionalDisplayPropertyName in interface PropertyRenderingConfigElementpublic void setAdditionalDisplayPropertyName(String additionalDisplayPropertyName)
setAdditionalDisplayPropertyName in interface PropertyRenderingConfigElementadditionalDisplayPropertyName - - name of the property that should be displayed in addition to the property we are
            rendering (only applies when read-only)public boolean isTotal()
public void setTotal(boolean total)
public Object getUnformattedPropertyValue()
public void setUnformattedPropertyValue(Object unformattedPropertyValue)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||