Modifier and Type | Method and Description |
---|---|
protected List<AbstractColumn> |
AbstractLayoutManager.getVisibleColumns() |
Modifier and Type | Method and Description |
---|---|
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 DJGroup |
AbstractLayoutManager.getDJGroup(AbstractColumn col) |
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{...}
|
protected void |
ListLayoutManager.transformDetailBandTextField(AbstractColumn column,
net.sf.jasperreports.engine.design.JRDesignTextField textField) |
protected void |
ClassicLayoutManager.transformDetailBandTextField(AbstractColumn column,
net.sf.jasperreports.engine.design.JRDesignTextField textField) |
protected abstract void |
AbstractLayoutManager.transformDetailBandTextField(AbstractColumn column,
net.sf.jasperreports.engine.design.JRDesignTextField textField) |
Modifier and Type | Method and Description |
---|---|
List<AbstractColumn> |
DynamicReport.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicReport.setColumns(List<AbstractColumn> columns) |
Constructor and Description |
---|
DJChart(byte type,
DJGroup columnsGroup,
AbstractColumn column,
byte operation,
DJChartOptions chartOptions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AbstractColumn |
ColumnBuilder.build() |
protected AbstractColumn |
ColumnBuilder.buildExpressionColumn()
For creating expression columns
|
protected AbstractColumn |
ColumnBuilder.buildOperationColumn() |
protected AbstractColumn |
ColumnBuilder.buildPercentageColumn() |
protected AbstractColumn |
ColumnBuilder.buildSimpleBarcodeColumn()
When creating barcode columns
|
protected AbstractColumn |
ColumnBuilder.buildSimpleColumn()
For creating regular columns
|
protected AbstractColumn |
ColumnBuilder.buildSimpleImageColumn()
When creating image columns
|
AbstractColumn |
DynamicReportBuilder.getColumn(int idx)
Returns the "idx" column, idx is 0 based
|
Modifier and Type | Method and Description |
---|---|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJPieChartBuilder |
DJPieChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJPie3DChartBuilder |
DJPie3DChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
abstract T |
AbstractChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label.
|
Modifier and Type | Method and Description |
---|---|
void |
XYDataset.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
void |
TimeSeriesDataset.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
void |
PieDataset.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
void |
CategoryDataset.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset.
|
abstract void |
AbstractDataset.addSerie(AbstractColumn column) |
void |
XYDataset.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
void |
TimeSeriesDataset.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
void |
CategoryDataset.addSerie(AbstractColumn column,
String label)
Adds the specified serie column to the dataset with custom label.
|
void |
XYDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
void |
TimeSeriesDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
void |
CategoryDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression.
|
void |
XYDataset.removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset.
|
void |
TimeSeriesDataset.removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset.
|
void |
PieDataset.removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset.
|
void |
CategoryDataset.removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset.
|
Modifier and Type | Method and Description |
---|---|
AbstractColumn |
DJGroupVariableDef.getColumnToApplyOperation() |
AbstractColumn |
DJGroupVariable.getColumnToApplyOperation() |
Modifier and Type | Method and Description |
---|---|
List<AbstractColumn> |
DJColSpan.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
DJGroup.addColumHeaderStyle(AbstractColumn col,
Style style) |
Style |
DJGroup.getColumnHeaderStyle(AbstractColumn col) |
boolean |
DJColSpan.isFirstColum(AbstractColumn col) |
void |
DJGroupVariableDef.setColumnToApplyOperation(AbstractColumn columnToApplyOperation) |
void |
DJGroupVariable.setColumnToApplyOperation(AbstractColumn columnToApplyOperation) |
Modifier and Type | Method and Description |
---|---|
void |
DJColSpan.setColumns(List<AbstractColumn> columns) |
Constructor and Description |
---|
DJGroupVariable(AbstractColumn columnToApplyOperation,
CustomExpression valueExpression) |
DJGroupVariable(AbstractColumn columnToApplyOperation,
CustomExpression valueExpression,
Style style) |
DJGroupVariable(AbstractColumn columnToApplyOperation,
DJCalculation operation) |
DJGroupVariable(AbstractColumn columnToApplyOperation,
DJCalculation operation,
Style style) |
DJGroupVariable(AbstractColumn columnToApplyOperation,
DJCalculation operation,
Style style,
DJValueFormatter formatter) |
DJGroupVariable(AbstractColumn columnToApplyOperation,
DJCalculation operation,
Style style,
DJValueFormatter valueFormatter,
DJGroupLabel label) |
DJGroupVariableDef(String name,
AbstractColumn columnToApplyOperation,
DJCalculation operation) |
Modifier and Type | Class and Description |
---|---|
class |
BarCodeColumn |
class |
ExpressionColumn
Column created to handle Custom Expressions.
|
class |
GlobalGroupColumn
Column created to handle global variables.
|
class |
ImageColumn
Just for marking the column as ImageColum
|
class |
OperationColumn
Column created to handle numerical operations between two or more
PropertyColumns.
|
class |
PercentageColumn
This column shows a percentage relative to another column.
|
class |
PropertyColumn
Basic abstract column type representing a property from the obtained
result set.
|
class |
SimpleColumn
The simplest concrete Column in DJ.
|
Copyright © 2006–2015 FDV Solutions. All rights reserved.