public class FillColumn extends java.lang.Object implements JRPropertiesHolder
| Constructor and Description |
|---|
FillColumn(BaseColumn tableColumn,
int width,
java.util.List<FillColumn> subcolumns,
JRPropertiesMap properties) |
FillColumn(BaseColumn tableColumn,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults
for this object.
|
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map.
|
java.util.List<FillColumn> |
getSubcolumns() |
BaseColumn |
getTableColumn() |
int |
getWidth() |
int |
hashCode() |
boolean |
hasProperties()
Checks whether the object has any properties.
|
public FillColumn(BaseColumn tableColumn, JRPropertiesMap properties)
public FillColumn(BaseColumn tableColumn, int width, java.util.List<FillColumn> subcolumns, JRPropertiesMap properties)
public BaseColumn getTableColumn()
public int getWidth()
public java.util.List<FillColumn> getSubcolumns()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean hasProperties()
JRPropertiesHolderhasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHoldergetPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHoldergetParentProperties in interface JRPropertiesHoldernull if no parent© 2001-2010 Jaspersoft Corporation www.jaspersoft.com