public class FillColumn extends Object implements JRPropertiesHolder
| Constructor and Description |
|---|
FillColumn(BaseColumn tableColumn,
int width,
List<FillColumn> subcolumns,
JRPropertiesMap properties) |
FillColumn(BaseColumn tableColumn,
JRPropertiesMap properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getColSpan() |
JRPropertiesHolder |
getParentProperties()
Returns the parent properties holder, whose properties are used as defaults
for this object.
|
JRPropertiesMap |
getPropertiesMap()
Returns this object's properties map.
|
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, List<FillColumn> subcolumns, JRPropertiesMap properties)
public BaseColumn getTableColumn()
public int getWidth()
public int getColSpan()
public List<FillColumn> getSubcolumns()
public boolean hasProperties()
JRPropertiesHolderhasProperties in interface JRPropertiesHolderpublic JRPropertiesMap getPropertiesMap()
JRPropertiesHoldergetPropertiesMap in interface JRPropertiesHolderpublic JRPropertiesHolder getParentProperties()
JRPropertiesHoldergetParentProperties in interface JRPropertiesHoldernull if no parentCopyright © 2017. All rights reserved.