net.sf.jasperreports.components.table.fill
Class FillColumn
java.lang.Object
net.sf.jasperreports.components.table.fill.FillColumn
- All Implemented Interfaces:
- JRPropertiesHolder
public class FillColumn
- extends Object
- implements JRPropertiesHolder
- Version:
- $Id: FillColumn.java 5106 2012-03-20 11:35:24Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
FillColumn
public FillColumn(BaseColumn tableColumn,
JRPropertiesMap properties)
FillColumn
public FillColumn(BaseColumn tableColumn,
int width,
List<FillColumn> subcolumns,
JRPropertiesMap properties)
getTableColumn
public BaseColumn getTableColumn()
getWidth
public int getWidth()
getSubcolumns
public List<FillColumn> getSubcolumns()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
hasProperties
public boolean hasProperties()
- Description copied from interface:
JRPropertiesHolder
- Checks whether the object has any properties.
- Specified by:
hasProperties in interface JRPropertiesHolder
- Returns:
- whether the object has any properties
getPropertiesMap
public JRPropertiesMap getPropertiesMap()
- Description copied from interface:
JRPropertiesHolder
- Returns this object's properties map.
- Specified by:
getPropertiesMap in interface JRPropertiesHolder
- Returns:
- this object's properties map
getParentProperties
public JRPropertiesHolder getParentProperties()
- Description copied from interface:
JRPropertiesHolder
- Returns the parent properties holder, whose properties are used as defaults
for this object.
- Specified by:
getParentProperties in interface JRPropertiesHolder
- Returns:
- the parent properties holder, or
null if no parent
Copyright © 2012. All Rights Reserved.