public class StandardColumn extends StandardBaseColumn implements Column
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DETAIL |
PROPERTY_COLUMN_FOOTER, PROPERTY_COLUMN_HEADER, PROPERTY_GROUP_FOOTERS, PROPERTY_GROUP_HEADERS, PROPERTY_PRINT_WHEN_EXPRESSION, PROPERTY_TABLE_FOOTER, PROPERTY_TABLE_HEADER, PROPERTY_WIDTH| Constructor and Description |
|---|
StandardColumn() |
StandardColumn(Column column,
ColumnFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Cell |
getDetailCell() |
void |
setDetailCell(Cell detail) |
<R> R |
visitColumn(ColumnVisitor<R> visitor) |
addGroupFooter, addGroupHeader, addPropertyExpression, findGroupCellIndex, getColumnFooter, getColumnHeader, getEventSupport, getGroupFooter, getGroupFooters, getGroupHeader, getGroupHeaders, getParentProperties, getPrintWhenExpression, getPropertiesMap, getPropertyExpressions, getPropertyExpressionsList, getTableFooter, getTableHeader, getUUID, getWidth, hasProperties, removeGroupFooter, removeGroupHeader, removePropertyExpression, removePropertyExpression, setColumnFooter, setColumnHeader, setGroupFooter, setGroupFooters, setGroupHeader, setGroupHeaders, setPrintWhenExpression, setTableFooter, setTableHeader, setUUID, setWidthequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnFooter, getColumnHeader, getGroupFooter, getGroupFooters, getGroupHeader, getGroupHeaders, getPrintWhenExpression, getPropertyExpressions, getTableFooter, getTableHeader, getWidthgetParentProperties, getPropertiesMap, hasPropertiesgetUUIDpublic static final String PROPERTY_DETAIL
public StandardColumn()
public StandardColumn(Column column, ColumnFactory factory)
public Cell getDetailCell()
getDetailCell in interface Columnpublic void setDetailCell(Cell detail)
public <R> R visitColumn(ColumnVisitor<R> visitor)
visitColumn in interface BaseColumnpublic Object clone()
clone in interface JRCloneableclone in class StandardBaseColumnCopyright © 2017. All rights reserved.