public interface ColumnExpr
Modifier and Type | Method and Description |
---|---|
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.
|
DataType getDataType()
DataType
String getName()
String getTitle()
String getControlType()
Object getAttribute(String name)
name
- the name of the attributeOptions getOptions()
String getBeanPropertyName()
Column getSourceColumn()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.