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, wait
visitColumn
public 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 JRIdentifiable
public void setUUID(UUID uuid)
public Cell getColumnHeader()
getColumnHeader
in interface BaseColumn
public Cell getColumnFooter()
getColumnFooter
in interface BaseColumn
public JRExpression getPrintWhenExpression()
getPrintWhenExpression
in interface BaseColumn
public void setPrintWhenExpression(JRExpression printWhenExpression)
public void setColumnHeader(Cell header)
public void setColumnFooter(Cell header)
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public Cell getTableHeader()
getTableHeader
in interface BaseColumn
public void setTableHeader(Cell tableHeader)
public Cell getTableFooter()
getTableFooter
in interface BaseColumn
public void setTableFooter(Cell tableFooter)
public Integer getWidth()
getWidth
in interface BaseColumn
public void setWidth(Integer width)
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
public List<GroupCell> getGroupHeaders()
getGroupHeaders
in interface BaseColumn
public List<GroupCell> getGroupFooters()
getGroupFooters
in interface BaseColumn
public Cell getGroupFooter(String groupName)
getGroupFooter
in interface BaseColumn
public Cell getGroupHeader(String groupName)
getGroupHeader
in interface BaseColumn
public void addGroupHeader(GroupCell groupCell)
public void addGroupFooter(GroupCell groupCell)
public boolean removeGroupFooter(GroupCell groupCell)
public boolean removeGroupHeader(GroupCell groupCell)
public boolean hasProperties()
JRPropertiesHolder
hasProperties
in interface JRPropertiesHolder
public JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap
in interface JRPropertiesHolder
public JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties
in interface JRPropertiesHolder
null
if no parentpublic JRPropertyExpression[] getPropertyExpressions()
getPropertyExpressions
in interface BaseColumn
public 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.