| Package | Description |
|---|---|
| ar.com.fdvs.dj.core.layout | |
| ar.com.fdvs.dj.core.registration | |
| ar.com.fdvs.dj.domain.builders | |
| ar.com.fdvs.dj.domain.entities |
| Modifier and Type | Method and Description |
|---|---|
protected DJGroupVariable |
ClassicLayoutManager.findLeftMostColumn(List<DJGroupVariable> variables) |
protected DJGroupVariable |
ClassicLayoutManager.findRightMostColumn(List variables) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassicLayoutManager.setTextAndClassToExpression(net.sf.jasperreports.engine.design.JRDesignExpression expression,
DJGroupVariable var,
AbstractColumn col,
String variableName)
If a variable has a DJValueFormatter, we must use it in the expression, otherwise, use plain $V{...}
|
| Modifier and Type | Method and Description |
|---|---|
protected DJGroupVariable |
ClassicLayoutManager.findLeftMostColumn(List<DJGroupVariable> variables) |
protected void |
ClassicLayoutManager.placeVariableInBand(List<DJGroupVariable> 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 |
|---|---|
protected void |
ColumnsGroupVariablesRegistrationManager.registerValueFormatter(DJGroupVariable djVariable,
String variableName)
Registers the parameter for the value formatter for the given variable and puts
it's implementation in the parameters map.
|
| Modifier and Type | Method and Description |
|---|---|
GroupBuilder |
GroupBuilder.addFooterVariable(DJGroupVariable variable) |
DynamicReportBuilder |
DynamicReportBuilder.addGlobalColumnVariable(String position,
DJGroupVariable variable) |
DynamicReportBuilder |
DynamicReportBuilder.addGlobalFooterVariable(DJGroupVariable variable) |
DynamicReportBuilder |
DynamicReportBuilder.addGlobalHeaderVariable(DJGroupVariable variable) |
GroupBuilder |
GroupBuilder.addHeaderVariable(DJGroupVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
List<DJGroupVariable> |
DJGroup.getFooterVariables() |
List<DJGroupVariable> |
DJGroup.getHeaderVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
DJGroup.addFooterVariable(DJGroupVariable var) |
void |
DJGroup.addHeaderVariable(DJGroupVariable var) |
| Modifier and Type | Method and Description |
|---|---|
void |
DJGroup.setFooterVariables(List<DJGroupVariable> footerVariables) |
void |
DJGroup.setHeaderVariables(List<DJGroupVariable> headerVariables) |
Copyright © 2006–2021 FDV Solutions. All rights reserved.