public interface ColumnExpr
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Returns a metadata attribute.
|
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.
|
Class<Enum<?>> |
getEnumType()
Returns the enum type for this column
|
String |
getName()
Returns the physical column name.
|
Options |
getOptions()
Returns an option set with possible column values and their
corresponding display text.
|
Column |
getSourceColumn()
Deprecated.
|
String |
getTitle()
Returns the column's display title.
|
Column |
getUpdateColumn()
Returns the underlying source column (if any).
|
DataType getDataType()
DataType
String getName()
String getTitle()
String getControlType()
Object getAttribute(String name)
name
- the name of the attributeClass<Enum<?>> getEnumType()
Options getOptions()
String getBeanPropertyName()
Column getUpdateColumn()
@Deprecated Column getSourceColumn()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.