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()
JRPropertiesHolder
hasProperties
in interface JRPropertiesHolder
public JRPropertiesMap getPropertiesMap()
JRPropertiesHolder
getPropertiesMap
in interface JRPropertiesHolder
public JRPropertiesHolder getParentProperties()
JRPropertiesHolder
getParentProperties
in interface JRPropertiesHolder
null
if no parentCopyright © 2019 TIBCO Software Inc.. All rights reserved.