Class FillColumn
- java.lang.Object
-
- net.sf.jasperreports.components.table.fill.FillColumn
-
- All Implemented Interfaces:
JRPropertiesHolder
public class FillColumn extends java.lang.Object implements JRPropertiesHolder
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FillColumn(BaseColumn tableColumn, int width, java.util.List<FillColumn> subcolumns, JRPropertiesMap properties)FillColumn(BaseColumn tableColumn, JRPropertiesMap properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetColSpan()JRPropertiesHoldergetParentProperties()Returns the parent properties holder, whose properties are used as defaults for this object.JRPropertiesMapgetPropertiesMap()Returns this object's properties map.java.util.List<FillColumn>getSubcolumns()BaseColumngetTableColumn()intgetWidth()inthashCode()booleanhasProperties()Checks whether the object has any properties.
-
-
-
Constructor Detail
-
FillColumn
public FillColumn(BaseColumn tableColumn, JRPropertiesMap properties)
-
FillColumn
public FillColumn(BaseColumn tableColumn, int width, java.util.List<FillColumn> subcolumns, JRPropertiesMap properties)
-
-
Method Detail
-
getTableColumn
public BaseColumn getTableColumn()
-
getWidth
public int getWidth()
-
getColSpan
public int getColSpan()
-
getSubcolumns
public java.util.List<FillColumn> getSubcolumns()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
hasProperties
public boolean hasProperties()
Description copied from interface:JRPropertiesHolderChecks whether the object has any properties.- Specified by:
hasPropertiesin interfaceJRPropertiesHolder- Returns:
- whether the object has any properties
-
getPropertiesMap
public JRPropertiesMap getPropertiesMap()
Description copied from interface:JRPropertiesHolderReturns this object's properties map.- Specified by:
getPropertiesMapin interfaceJRPropertiesHolder- Returns:
- this object's properties map
-
getParentProperties
public JRPropertiesHolder getParentProperties()
Description copied from interface:JRPropertiesHolderReturns the parent properties holder, whose properties are used as defaults for this object.- Specified by:
getParentPropertiesin interfaceJRPropertiesHolder- Returns:
- the parent properties holder, or
nullif no parent
-
-