| java.lang.Object org.kuali.core.web.ui.Column
getColumnTitle | public String getColumnTitle()(Code) | | Returns the columnTitle. |
getMaxLength | public int getMaxLength()(Code) | | Returns the maximum column length. If propertyValue's length exceeds this value, then
it will be truncated to this length when displayed
|
getPropertyName | public String getPropertyName()(Code) | | Returns the propertyName. |
getPropertyURL | public String getPropertyURL()(Code) | | Returns the propertyURL. |
getPropertyValue | public String getPropertyValue()(Code) | | Returns the propertyValue. |
getSortable | public String getSortable()(Code) | | Returns the sortable. |
setColumnTitle | public void setColumnTitle(String columnTitle)(Code) | | Parameters: columnTitle - The columnTitle to set. |
setComparator | public void setComparator(Comparator comparator)(Code) | | Parameters: comparator - The comparator to set. |
setFormatter | public void setFormatter(Formatter formatter)(Code) | | Parameters: formatter - The formatter to set. |
setMaxLength | public void setMaxLength(int maxColumnLength)(Code) | | Sets the maximum column length. If propertyValue's length exceeds this value, then
it will be truncated to this length when displayed
Parameters: maxColumnLength - |
setPropertyName | public void setPropertyName(String propertyName)(Code) | | Parameters: propertyName - The propertyName to set. |
setPropertyURL | public void setPropertyURL(String propertyURL)(Code) | | Parameters: propertyURL - The propertyURL to set. |
setPropertyValue | public void setPropertyValue(String propertyValue)(Code) | | Parameters: propertyValue - The propertyValue to set. |
setSortable | public void setSortable(String sortable)(Code) | | Parameters: sortable - The sortable to set. |
setValueComparator | public void setValueComparator(Comparator valueComparator)(Code) | | |
|
|