| java.lang.Object edu.iu.uis.eden.lookupable.Column
Column | public class Column (Code) | | Represents a column within a table in the user interface for Lookupables.
See Also: WorkflowLookupable author: jhopf |
COLUMN_IS_SORTABLE_VALUE | final public static String COLUMN_IS_SORTABLE_VALUE(Code) | | |
COLUMN_NOT_SORTABLE_VALUE | final public static String COLUMN_NOT_SORTABLE_VALUE(Code) | | |
getColumnTitle | public String getColumnTitle()(Code) | | Returns the columnTitle. |
getPropertyName | public String getPropertyName()(Code) | | Returns the propertyName. |
getSortPropertyName | public String getSortPropertyName()(Code) | | the sortPropertyName |
getSortable | public String getSortable()(Code) | | Returns the sortable. |
setColumnTitle | public void setColumnTitle(String columnTitle)(Code) | | Parameters: columnTitle - The columnTitle to set. |
setDisplayParameters | public void setDisplayParameters(Map<String, String> displayParameters)(Code) | | Parameters: displayParameters - the displayParameters to set |
setKey | public void setKey(String key)(Code) | | Parameters: key - the key to set |
setPropertyName | public void setPropertyName(String propertyName)(Code) | | Parameters: propertyName - The propertyName to set. |
setSortPropertyName | public void setSortPropertyName(String sortPropertyName)(Code) | | Parameters: sortPropertyName - the sortPropertyName to set |
setSortable | public void setSortable(String sortable)(Code) | | Parameters: sortable - The sortable to set. |
setType | public void setType(String type)(Code) | | Parameters: type - the type to set |
|
|