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