|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell
net.sf.jasperreports.crosstabs.design.JRDesignCrosstabCell
public class JRDesignCrosstabCell
Implementation of JRCrosstabCell
to be used
for report design.
Field Summary | |
---|---|
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
|
Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell |
---|
columnTotalGroup, contents, height, rowTotalGroup, width |
Constructor Summary | |
---|---|
JRDesignCrosstabCell()
Creates a crosstab data cell. |
Method Summary | |
---|---|
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. |
Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabCell |
---|
getColumnTotalGroup, getContents, getHeight, getRowTotalGroup, getWidth |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public 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
Constructor Detail |
---|
public JRDesignCrosstabCell()
Method Detail |
---|
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 JRCloneable
clone
in class JRBaseCrosstabCell
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |