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.Object
public int hashCode()
hashCode
in class java.lang.Object
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 parent© 2001-2014 TIBCO Software Inc. www.jaspersoft.com