|
||||||||||
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 | |
---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Returns futher metadata attributes. |
java.lang.String |
getBeanPropertyName()
Returns the name of a Java bean property to which this column is mapped. |
java.lang.String |
getControlType()
Returns the column's control type used for displaying and entering data. |
DataType |
getDataType()
Returns the column's data type. |
java.lang.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). |
java.lang.String |
getTitle()
Returns the column's display title. |
Method Detail |
---|
DataType getDataType()
DataType
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getControlType()
java.lang.Object getAttribute(java.lang.String name)
name
- the name of the attribute
Options getOptions()
java.lang.String getBeanPropertyName()
Column getSourceColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |