public class JRDesignCrosstabCell extends JRBaseCrosstabCell implements JRChangeEventsSupport
JRCrosstabCell to be used
for report design.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_COLUMN_TOTAL_GROUP |
static java.lang.String |
PROPERTY_CONTENTS |
static java.lang.String |
PROPERTY_HEIGHT |
static java.lang.String |
PROPERTY_ROW_TOTAL_GROUP |
static java.lang.String |
PROPERTY_WIDTH |
columnTotalGroup, contents, height, rowTotalGroup, width| Constructor and Description |
|---|
JRDesignCrosstabCell()
Creates a crosstab data cell.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setColumnTotalGroup(java.lang.String columnTotalGroup)
Indicates that the cell corresponds to a total column.
|
void |
setContents(JRDesignCellContents contents)
Sets the cell contents.
|
void |
setHeight(java.lang.Integer height)
Sets the cell height.
|
void |
setRowTotalGroup(java.lang.String rowTotalGroup)
Indicates that the cell corresponds to a total row.
|
void |
setWidth(java.lang.Integer width)
Sets the cell width.
|
getColumnTotalGroup, getContents, getHeight, getRowTotalGroup, getWidthpublic static final java.lang.String PROPERTY_COLUMN_TOTAL_GROUP
public static final java.lang.String PROPERTY_CONTENTS
public static final java.lang.String PROPERTY_HEIGHT
public static final java.lang.String PROPERTY_ROW_TOTAL_GROUP
public static final java.lang.String PROPERTY_WIDTH
public void setColumnTotalGroup(java.lang.String columnTotalGroup)
columnTotalGroup - the corresponding column groupJRCrosstabCell.getColumnTotalGroup()public void setContents(JRDesignCellContents contents)
contents - the contentsJRCrosstabCell.getContents()public void setRowTotalGroup(java.lang.String rowTotalGroup)
rowTotalGroup - the corresponding row groupJRCrosstabCell.getRowTotalGroup()public void setWidth(java.lang.Integer width)
This is compulsory for base cells only.
width - the widthJRCrosstabCell.getWidth()public void setHeight(java.lang.Integer height)
This is compulsory for base cells only.
height - the heightJRCrosstabCell.getHeight()public java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseCrosstabCellpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupport© 2001-2010 Jaspersoft Corporation www.jaspersoft.com