public abstract class StandardBaseColumn extends Object implements BaseColumn, Serializable, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COLUMN_FOOTER |
static String |
PROPERTY_COLUMN_HEADER |
static String |
PROPERTY_GROUP_FOOTERS |
static String |
PROPERTY_GROUP_HEADERS |
static String |
PROPERTY_PRINT_WHEN_EXPRESSION |
static String |
PROPERTY_TABLE_FOOTER |
static String |
PROPERTY_TABLE_HEADER |
static String |
PROPERTY_WIDTH |
| Constructor and Description |
|---|
StandardBaseColumn() |
StandardBaseColumn(BaseColumn column,
ColumnFactory factory) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitColumnpublic static final String PROPERTY_PRINT_WHEN_EXPRESSION
public static final String PROPERTY_TABLE_HEADER
public static final String PROPERTY_TABLE_FOOTER
public static final String PROPERTY_COLUMN_HEADER
public static final String PROPERTY_COLUMN_FOOTER
public static final String PROPERTY_GROUP_HEADERS
public static final String PROPERTY_GROUP_FOOTERS
public static final String PROPERTY_WIDTH
public StandardBaseColumn()
public StandardBaseColumn(BaseColumn column, ColumnFactory factory)
public UUID getUUID()
getUUID in interface JRIdentifiablepublic void setUUID(UUID uuid)
public Cell getColumnHeader()
getColumnHeader in interface BaseColumnpublic Cell getColumnFooter()
getColumnFooter in interface BaseColumnpublic JRExpression getPrintWhenExpression()
getPrintWhenExpression in interface BaseColumnpublic void setPrintWhenExpression(JRExpression printWhenExpression)
public void setColumnHeader(Cell header)
public void setColumnFooter(Cell header)
public Object clone()
clone in interface JRCloneableclone in class Objectpublic Cell getTableHeader()
getTableHeader in interface BaseColumnpublic void setTableHeader(Cell tableHeader)
public Cell getTableFooter()
getTableFooter in interface BaseColumnpublic void setTableFooter(Cell tableFooter)
public Integer getWidth()
getWidth in interface BaseColumnpublic void setWidth(Integer width)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportpublic List<GroupCell> getGroupHeaders()
getGroupHeaders in interface BaseColumnpublic List<GroupCell> getGroupFooters()
getGroupFooters in interface BaseColumnpublic Cell getGroupFooter(String groupName)
getGroupFooter in interface BaseColumnpublic Cell getGroupHeader(String groupName)
getGroupHeader in interface BaseColumnpublic void addGroupHeader(GroupCell groupCell)
public void addGroupFooter(GroupCell groupCell)
public boolean removeGroupFooter(GroupCell groupCell)
public boolean removeGroupHeader(GroupCell groupCell)
public boolean hasProperties()
JRPropertiesHolderhasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHoldergetPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHoldergetParentProperties in interface JRPropertiesHoldernull if no parentpublic JRPropertyExpression[] getPropertyExpressions()
getPropertyExpressions in interface BaseColumnpublic void addPropertyExpression(JRPropertyExpression propertyExpression)
propertyExpression - the property to addgetPropertyExpressions()public void removePropertyExpression(JRPropertyExpression propertyExpression)
propertyExpression - the property expression to removeaddPropertyExpression(JRPropertyExpression)public JRPropertyExpression removePropertyExpression(String name)
name - the name of the property to removepublic List<JRPropertyExpression> getPropertyExpressionsList()
JRPropertyExpression instances)addPropertyExpression(JRPropertyExpression)Copyright © 2017. All rights reserved.