|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.crosstabs.base.JRBaseCrosstabGroup
net.sf.jasperreports.crosstabs.design.JRDesignCrosstabGroup
Base crosstab row/column group implementation to be used at design time.
Field Summary | |
protected JRDesignVariable |
designVariable
|
Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabGroup |
bucket, header, name, totalHeader, totalPosition, variable |
Constructor Summary | |
protected |
JRDesignCrosstabGroup()
|
Method Summary | |
void |
setBucket(JRDesignCrosstabBucket bucket)
Sets the group bucketing information. |
void |
setHeader(JRDesignCellContents header)
Sets the group header cell. |
void |
setName(java.lang.String name)
Sets the group name. |
void |
setTotalHeader(JRDesignCellContents totalHeader)
Sets the group total header cell. |
void |
setTotalPosition(byte totalPosition)
Sets the position of the total row/column. |
Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabGroup |
getBucket, getHeader, getName, getTotalHeader, getTotalPosition, getVariable, hasTotal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected JRDesignVariable designVariable
Constructor Detail |
protected JRDesignCrosstabGroup()
Method Detail |
public void setName(java.lang.String name)
name
- the nameJRCrosstabGroup.getName()
public void setTotalPosition(byte totalPosition)
totalPosition
- the position of the total row/columnJRCrosstabGroup.getTotalPosition()
public void setBucket(JRDesignCrosstabBucket bucket)
bucket
- the bucketing informationJRCrosstabGroup.getBucket()
public void setHeader(JRDesignCellContents header)
header
- the header cellJRCrosstabGroup.getHeader()
public void setTotalHeader(JRDesignCellContents totalHeader)
totalHeader
- the total headerJRCrosstabGroup.getTotalHeader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |