|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractColumn in ar.com.fdvs.dj.core.layout |
---|
Methods in ar.com.fdvs.dj.core.layout with parameters of type AbstractColumn | |
---|---|
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,
java.lang.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 abstract void |
AbstractLayoutManager.transformDetailBandTextField(AbstractColumn column,
net.sf.jasperreports.engine.design.JRDesignTextField textField)
|
protected void |
ClassicLayoutManager.transformDetailBandTextField(AbstractColumn column,
net.sf.jasperreports.engine.design.JRDesignTextField textField)
|
Uses of AbstractColumn in ar.com.fdvs.dj.domain |
---|
Constructors in ar.com.fdvs.dj.domain with parameters of type AbstractColumn | |
---|---|
DJChart(byte type,
DJGroup columnsGroup,
AbstractColumn column,
byte operation,
DJChartOptions chartOptions)
Deprecated. |
Uses of AbstractColumn in ar.com.fdvs.dj.domain.builders |
---|
Methods in ar.com.fdvs.dj.domain.builders that return AbstractColumn | |
---|---|
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 |
Uses of AbstractColumn in ar.com.fdvs.dj.domain.chart.builder |
---|
Methods in ar.com.fdvs.dj.domain.chart.builder with parameters of type AbstractColumn | |
---|---|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.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. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.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. |
DJScatterChartBuilder |
DJScatterChartBuilder.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. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column,
java.lang.String label)
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. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.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. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.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. |
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. |
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. |
Uses of AbstractColumn in ar.com.fdvs.dj.domain.chart.dataset |
---|
Methods in ar.com.fdvs.dj.domain.chart.dataset with parameters of type AbstractColumn | |
---|---|
void |
XYDataset.addSerie(AbstractColumn column)
Adds the specified serie column to the dataset. |
void |
CategoryDataset.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. |
abstract void |
AbstractDataset.addSerie(AbstractColumn column)
|
void |
XYDataset.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
void |
CategoryDataset.addSerie(AbstractColumn column,
java.lang.String label)
Adds the specified serie column to the dataset with custom label. |
void |
TimeSeriesDataset.addSerie(AbstractColumn column,
java.lang.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 |
CategoryDataset.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 |
XYDataset.removeSerie(AbstractColumn column)
Removes the specified serie column from the dataset. |
void |
CategoryDataset.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. |
Uses of AbstractColumn in ar.com.fdvs.dj.domain.entities |
---|
Methods in ar.com.fdvs.dj.domain.entities that return AbstractColumn | |
---|---|
AbstractColumn |
DJGroupVariable.getColumnToApplyOperation()
|
AbstractColumn |
DJGroupVariableDef.getColumnToApplyOperation()
|
Methods in ar.com.fdvs.dj.domain.entities with parameters of type AbstractColumn | |
---|---|
void |
DJGroup.addColumHeaderStyle(AbstractColumn col,
Style style)
|
Style |
DJGroup.getColumnHeaderStyle(AbstractColumn col)
|
void |
DJGroupVariable.setColumnToApplyOperation(AbstractColumn columnToApplyOperation)
|
void |
DJGroupVariableDef.setColumnToApplyOperation(AbstractColumn columnToApplyOperation)
|
Constructors in ar.com.fdvs.dj.domain.entities with parameters of type AbstractColumn | |
---|---|
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(java.lang.String name,
AbstractColumn columnToApplyOperation,
DJCalculation operation)
|
Uses of AbstractColumn in ar.com.fdvs.dj.domain.entities.columns |
---|
Subclasses of AbstractColumn in ar.com.fdvs.dj.domain.entities.columns | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |