|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnExpr
The column interface provides methods for accessing metadata that is relevant for managing and displaying data available through the RecordData interface.
Method Summary | |
---|---|
Object |
getAttribute(String name)
Returns futher metadata attributes. |
String |
getBeanPropertyName()
Returns the name of a Java bean property to which this column is mapped. |
String |
getControlType()
Returns the column's control type used for displaying and entering data. |
DataType |
getDataType()
Returns the column's data type. |
String |
getName()
Returns the physical column name. |
Options |
getOptions()
Returns an option set with possible column values and their corresponding display text. |
Column |
getSourceColumn()
Returns the underlying source column (if any). |
String |
getTitle()
Returns the column's display title. |
Method Detail |
---|
DataType getDataType()
DataType
String getName()
String getTitle()
String getControlType()
Object getAttribute(String name)
name
- the name of the attribute
Options getOptions()
String getBeanPropertyName()
Column getSourceColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |