| Package | Description |
|---|---|
| ar.com.fdvs.dj.core.layout | |
| ar.com.fdvs.dj.domain.builders | |
| ar.com.fdvs.dj.domain.entities | |
| ar.com.fdvs.dj.util |
| Modifier and Type | Method and Description |
|---|---|
net.sf.jasperreports.crosstabs.design.JRDesignCrosstab |
Dj2JrCrosstabBuilder.createCrosstab(DJCrosstab djcrosstab,
AbstractLayoutManager layoutManager) |
| Constructor and Description |
|---|
CrossTabColorShema(DJCrosstab djcross)
The DJCrosstab is used to get the number of columns and rows within it
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DJCrosstab> |
DynamicReportBuilder.globalFooterCrosstabs |
protected List<DJCrosstab> |
DynamicReportBuilder.globalHeaderCrosstabs |
| Modifier and Type | Method and Description |
|---|---|
DJCrosstab |
CrosstabBuilder.build()
Build the crosstab.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicReportBuilder |
DynamicReportBuilder.addFooterCrosstab(DJCrosstab cross)
Adds a crosstab in the footer of the report (at the end of all data)
|
GroupBuilder |
GroupBuilder.addFooterCrosstab(DJCrosstab cross) |
FastReportBuilder |
FastReportBuilder.addFooterCrosstab(int groupNumber,
DJCrosstab djcross) |
DynamicReportBuilder |
DynamicReportBuilder.addHeaderCrosstab(DJCrosstab cross)
Adds a crosstab in the header, before the the data
|
GroupBuilder |
GroupBuilder.addHeaderCrosstab(DJCrosstab cross) |
FastReportBuilder |
FastReportBuilder.addHeaderCrosstab(int groupNumber,
DJCrosstab djcross) |
| Modifier and Type | Method and Description |
|---|---|
List<DJCrosstab> |
DJGroup.getFooterCrosstabs() |
List<DJCrosstab> |
DJGroup.getHeaderCrosstabs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DJGroup.addFooterCrosstab(DJCrosstab cross) |
void |
DJGroup.addHeaderCrosstab(DJCrosstab cross) |
| Modifier and Type | Method and Description |
|---|---|
void |
DJGroup.setFooterCrosstabs(List<DJCrosstab> footerCrosstabs) |
void |
DJGroup.setHeaderCrosstabs(List<DJCrosstab> headerCrosstabs) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
SortUtils.sortCollection(Collection<T> dummyCollection,
DJCrosstab crosstab) |
Copyright © 2006–2022 FDV Solutions. All rights reserved.