Uses of Class
net.sf.jasperreports.crosstabs.design.JRDesignCellContents
-
Packages that use JRDesignCellContents Package Description net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element. -
-
Uses of JRDesignCellContents in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design declared as JRDesignCellContents Modifier and Type Field Description protected JRDesignCellContentsJRDesignCrosstab. headerCellprotected JRDesignCellContentsJRDesignCrosstab. whenNoDataCellMethods in net.sf.jasperreports.crosstabs.design that return JRDesignCellContents Modifier and Type Method Description JRDesignCellContentsDesignCrosstabColumnCell. getDesignCellContents()Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRDesignCellContents Modifier and Type Method Description voidDesignCrosstabColumnCell. setCellContents(JRDesignCellContents cellContents)protected voidJRDesignCrosstab. setCellOrigin(JRDesignCellContents cell, JRCrosstabOrigin origin)voidJRDesignCrosstabCell. setContents(JRDesignCellContents contents)Sets the cell contents.voidJRDesignCrosstabColumnGroup. setCrosstabHeader(JRDesignCellContents crosstabHeader)voidJRDesignCrosstabColumnGroup. setHeader(JRDesignCellContents header)voidJRDesignCrosstabGroup. setHeader(JRDesignCellContents header)Sets the group header cell.voidJRDesignCrosstabRowGroup. setHeader(JRDesignCellContents header)voidJRDesignCrosstab. setHeaderCell(JRDesignCellContents headerCell)Sets the crosstab header cell (this cell will be rendered at the upper-left corder of the crosstab).voidJRDesignCrosstabColumnGroup. setTotalHeader(JRDesignCellContents totalHeader)voidJRDesignCrosstabGroup. setTotalHeader(JRDesignCellContents totalHeader)Sets the group total header cell.voidJRDesignCrosstabRowGroup. setTotalHeader(JRDesignCellContents totalHeader)voidJRDesignCrosstab. setWhenNoDataCell(JRDesignCellContents whenNoDataCell)Sets the "No data" cell.
-