| Package | Description |
|---|---|
| ar.com.fdvs.dj.core.layout | |
| ar.com.fdvs.dj.domain | |
| ar.com.fdvs.dj.domain.builders | |
| ar.com.fdvs.dj.domain.entities | |
| ar.com.fdvs.dj.domain.entities.columns | |
| ar.com.fdvs.dj.util |
| Modifier and Type | Method and Description |
|---|---|
protected DJGroup |
AbstractLayoutManager.getDJGroup(AbstractColumn col) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ClassicLayoutManager.changeHeaderBandHeightForVariables(net.sf.jasperreports.engine.design.JRDesignBand headerBand,
DJGroup columnsGroup) |
protected net.sf.jasperreports.engine.design.JRDesignTextField |
ClassicLayoutManager.createColumnNameTextField(DJGroup columnsGroup,
AbstractColumn col) |
protected net.sf.jasperreports.engine.design.JRDesignTextField |
AbstractLayoutManager.generateTextFieldFromColumn(AbstractColumn col,
int height,
DJGroup group)
Creates a JasperReport DesignTextField from a DynamicJasper AbstractColumn.
|
protected int |
ClassicLayoutManager.getFooterVariableHeight(DJGroup columnsGroup) |
protected int |
ClassicLayoutManager.getHeaderVariablesHeight(DJGroup columnsGroup) |
protected net.sf.jasperreports.engine.design.JRDesignGroup |
AbstractLayoutManager.getJRGroupFromDJGroup(DJGroup group)
Finds JRDesignGroup associated to a DJGroup
|
protected void |
ClassicLayoutManager.insertValueInHeader(net.sf.jasperreports.engine.design.JRDesignBand headerBand,
DJGroup djgroup,
int headerOffset) |
protected void |
ClassicLayoutManager.layoutGroupCrosstabs(DJGroup columnsGroup,
net.sf.jasperreports.engine.design.JRDesignGroup jgroup)
Looks for crosstabs in the groups, if any, it does the layout
|
protected void |
ClassicLayoutManager.layoutGroupFooterLabels(DJGroup djgroup,
net.sf.jasperreports.engine.design.JRDesignGroup jgroup,
int x,
int y,
int width,
int height)
Creates needed textfields for general label in footer groups.
|
protected void |
ClassicLayoutManager.layoutGroupSubreports(DJGroup columnsGroup,
net.sf.jasperreports.engine.design.JRDesignGroup jgroup)
If there is a SubReport on a Group, we do the layout here
|
protected void |
ClassicLayoutManager.layoutGroupVariables(DJGroup group,
net.sf.jasperreports.engine.design.JRDesignGroup jgroup,
int labelOffset)
If variables are present for a given group, they are placed in it's
header/footer band.
|
protected void |
ClassicLayoutManager.layOutSubReportInBand(DJGroup columnsGroup,
net.sf.jasperreports.engine.design.JRDesignBand band,
String position) |
protected void |
ClassicLayoutManager.placeVariableInBand(List variables,
DJGroup djGroup,
net.sf.jasperreports.engine.design.JRDesignGroup jgroup,
String type,
net.sf.jasperreports.engine.design.JRDesignBand band,
int yOffset) |
| Modifier and Type | Method and Description |
|---|---|
DJGroup |
DJChart.getColumnsGroup()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DJChart.setColumnsGroup(DJGroup columnsGroup)
Deprecated.
|
| Constructor and Description |
|---|
DJChart(byte type,
DJGroup columnsGroup,
AbstractColumn column,
byte operation,
DJChartOptions chartOptions)
Deprecated.
|
DJChart(byte type,
DJGroup columnsGroup,
List columns,
byte operation,
DJChartOptions chartOptions)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected DJGroup |
DynamicReportBuilder.globalVariablesGroup |
| Modifier and Type | Method and Description |
|---|---|
DJGroup |
GroupBuilder.build() |
DJGroup |
DJChartBuilder.getColumnsGroup() |
DJGroup |
DynamicReportBuilder.getGroup(int idx)
Returns the "idx" group, idx is 0 based
|
| Modifier and Type | Method and Description |
|---|---|
DJChartBuilder |
DJChartBuilder.addColumnsGroup(DJGroup columnsGroup)
Deprecated.
|
DynamicReportBuilder |
DynamicReportBuilder.addGroup(DJGroup group) |
DJChartBuilder |
DJChartBuilder.addParams(byte type,
DJGroup columnsGroup,
AbstractColumn column,
byte operation,
DJChartOptions chartOptions) |
DJChartBuilder |
DJChartBuilder.setColumnsGroup(DJGroup columnsGroup) |
ColumnBuilder |
ColumnBuilder.setPercentageColumn(PropertyColumn percentageColumn,
DJGroup group)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DJGroup |
DJGroupVariable.getGroup() |
DJGroup |
DJVariable.getIncrementGroup() |
DJGroup |
DJVariable.getResetGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
DJGroupVariable.setGroup(DJGroup djGroup) |
void |
DJVariable.setIncrementGroup(DJGroup incrementGroup) |
void |
DJVariable.setResetGroup(DJGroup resetGroup) |
| Modifier and Type | Method and Description |
|---|---|
String |
PercentageColumn.getGroupVariableName(DJGroup group)
The group which the variable will be inside (mostly for reset)
|
String |
PercentageColumn.getTextForExpression(DJGroup group) |
String |
PercentageColumn.getTextForExpression(DJGroup group,
DJGroup childGroup,
String type)
Returns the formula for the percentage
|
| Modifier and Type | Method and Description |
|---|---|
static DJGroup |
LayoutUtils.findChildDJGroup(DJGroup djgroup,
DynamicReport dr) |
| Modifier and Type | Method and Description |
|---|---|
static DJGroup |
LayoutUtils.findChildDJGroup(DJGroup djgroup,
DynamicReport dr) |
static net.sf.jasperreports.engine.design.JRDesignGroup |
LayoutUtils.findParentJRGroup(DJGroup djgroup,
DynamicReport dr,
DynamicJasperDesign djd,
LayoutManager layoutManager) |
static net.sf.jasperreports.engine.design.JRDesignGroup |
LayoutUtils.getJRDesignGroup(DynamicJasperDesign jd,
LayoutManager layoutManager,
DJGroup group)
Returns the JRDesignGroup for the DJGroup passed
|
Copyright © 2006–2016 FDV Solutions. All rights reserved.