| java.lang.Object com.flexive.shared.search.ResultColumnInfo
All known Subclasses: com.flexive.shared.search.ResultOrderByInfo,
ResultColumnInfo | public class ResultColumnInfo implements Serializable(Code) | | A displayed column info object for the result preferences.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 181 $ |
ResultColumnInfo | public ResultColumnInfo(Table table, String propertyName, String suffix)(Code) | | Create a displayed column info object.
Parameters: table - the table containing the type/assignment Parameters: propertyName - the type name Parameters: suffix - an (optional) suffix |
getColumnName | public String getColumnName()(Code) | | Return the full column name to be used in SQL queries.
For example:
new ColumnInfo(Table.CONTENT, "mandator", "name").getColumnName() -> co.mandator.name
the full column name to be used in SQL queries. |
getLabel | public String getLabel(FxEnvironment environment)(Code) | | Returns the label to be used e.g. as result column header.
Parameters: environment - the current environment the label to be used e.g. as result column header. |
hashCode | public int hashCode()(Code) | |
|
isProperty | public boolean isProperty()(Code) | | Return true if the object info's property is a "real" structure
property.
true if this info object is for a "real" structure property |
|
|