Serialized Form


Package ar.com.fdvs.dj.core

Class ar.com.fdvs.dj.core.CoreException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5674432237257954632L

Class ar.com.fdvs.dj.core.DJException extends CoreException implements Serializable

serialVersionUID: 2882998510543544480L


Package ar.com.fdvs.dj.core.layout

Class ar.com.fdvs.dj.core.layout.LayoutException extends CoreException implements Serializable

serialVersionUID: 779839418417884495L


Package ar.com.fdvs.dj.core.registration

Class ar.com.fdvs.dj.core.registration.EntitiesRegistrationException extends CoreException implements Serializable

serialVersionUID: -2331402212995767633L


Package ar.com.fdvs.dj.domain

Class ar.com.fdvs.dj.domain.AutoText extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

alignment

HorizontalBandAlignment alignment

type

byte type

position

byte position

messageKey

java.lang.String messageKey

pattern

byte pattern

height

java.lang.Integer height

style

Style style

width

java.lang.Integer width

width2

java.lang.Integer width2
For autotexts that consists in two parts (like: "page x of y" and "x / y").
These autotext are compound by 2 text-fields with different render time (one is immediate, the other generally "time-report")
The first part is the "immediate" second part is the "y" (time-report)
width2 defines how width is the second part. This is for fine tuning of the layout. depending on the size of report the total pages can be a small or big number, making this width wide enough should prevent the text to override the space given


fixedWith

boolean fixedWith
tells if the API can modify the with if needed


printWhenExpression

BooleanExpression printWhenExpression

Class ar.com.fdvs.dj.domain.BooleanExpression extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.ColumnOperation extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

value

java.lang.String value

Class ar.com.fdvs.dj.domain.ColumnProperty extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

java.lang.String property

valueClassName

java.lang.String valueClassName

fieldProperties

PropertiesMap fieldProperties

Class ar.com.fdvs.dj.domain.DJBaseElement extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.DJCalculation extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.DJChart extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

type

byte type
Deprecated. 

columnsGroup

DJGroup columnsGroup
Deprecated. 

columns

java.util.List<E> columns
Deprecated. 
List


operation

byte operation
Deprecated. 

chartOptions

DJChartOptions chartOptions
Deprecated. 

Class ar.com.fdvs.dj.domain.DJChartColors extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.DJChartOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

backColor

java.awt.Color backColor
Deprecated. 

height

int height
Deprecated. 

width

int width
Deprecated. 

centered

boolean centered
Deprecated. 

position

byte position
Deprecated. 

y

int y
Deprecated. 

x

int x
Deprecated. 

showLegend

boolean showLegend
Deprecated. 

showLabels

boolean showLabels
Deprecated. 

border

byte border
Deprecated. 

colors

java.util.List<E> colors
Deprecated. 

useColumnsAsCategorie

boolean useColumnsAsCategorie
Deprecated. 

Class ar.com.fdvs.dj.domain.DJCrosstab extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

rows

java.util.List<E> rows

columns

java.util.List<E> columns

measures

java.util.List<E> measures

caption

DJLabel caption

height

int height

width

int width

bottomSpace

int bottomSpace

topSpace

int topSpace

useFullWidth

boolean useFullWidth
if true, the width will be the page width - margins


datasource

DJDataSource datasource

mainHeaderTitle

java.lang.String mainHeaderTitle

automaticTitle

boolean automaticTitle

headerStyle

Style headerStyle
Default styles, can be overwritten by the column and row objects


columnHeaderStyle

Style columnHeaderStyle

columnTotalheaderStyle

Style columnTotalheaderStyle

columnTotalStyle

Style columnTotalStyle

rowHeaderStyle

Style rowHeaderStyle

rowTotalheaderStyle

Style rowTotalheaderStyle

rowTotalStyle

Style rowTotalStyle

measureStyle

Style measureStyle

colorScheme

int colorScheme

ctColorScheme

CrossTabColorShema ctColorScheme

cellBorder

Border cellBorder
If not null or NO_BORDER, all cells will have this border


columnBreakOffset

int columnBreakOffset
From here on, pass-throug properties

Class ar.com.fdvs.dj.domain.DJCrosstabColumn extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

width

int width

headerHeight

int headerHeight

title

java.lang.String title

showTotals

boolean showTotals

totalStyle

Style totalStyle

totalHeaderStyle

Style totalHeaderStyle

headerStyle

Style headerStyle

link

DJHyperLink link

totalLegend

java.lang.String totalLegend

Class ar.com.fdvs.dj.domain.DJCrosstabMeasure extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

operation

DJCalculation operation

title

java.lang.String title

conditionalStyles

java.util.List<E> conditionalStyles

valueFormatter

DJValueFormatter valueFormatter

precalculatedTotalProvider

DJCRosstabMeasurePrecalculatedTotalProvider precalculatedTotalProvider

isPercentage

java.lang.Boolean isPercentage

style

Style style

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.DJCrosstabRow extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

height

int height

headerWidth

int headerWidth

totalHeaderHeight

int totalHeaderHeight

title

java.lang.String title

showTotals

boolean showTotals

totalStyle

Style totalStyle

totalHeaderStyle

Style totalHeaderStyle

headerStyle

Style headerStyle

totalLegend

java.lang.String totalLegend

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.DJDataSource extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

dataSourceExpression

java.lang.String dataSourceExpression
This expression must point to a JRDataSource object


dataSourceOrigin

int dataSourceOrigin
Tells form where to look up the data source expression


dataSourceType

int dataSourceType

preSorted

boolean preSorted

Class ar.com.fdvs.dj.domain.DJGroupLabel extends DJLabel implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelPosition

LabelPosition labelPosition

Class ar.com.fdvs.dj.domain.DJHyperLink extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

expression

StringExpression expression

tooltip

StringExpression tooltip

Class ar.com.fdvs.dj.domain.DJLabel extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

isJasperExpression

boolean isJasperExpression

text

java.lang.String text

labelExpression

CustomExpression labelExpression

style

Style style

height

int height

Class ar.com.fdvs.dj.domain.DJQuery extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

text

java.lang.String text

language

java.lang.String language

Class ar.com.fdvs.dj.domain.DynamicJasperDesign extends net.sf.jasperreports.engine.design.JasperDesign implements Serializable

serialVersionUID: 10000L

Serialized Fields

parametersWithValues

java.util.TreeMap<K,V> parametersWithValues

Class ar.com.fdvs.dj.domain.DynamicReport extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

reportName

java.lang.String reportName

title

java.lang.String title

titleIsJrExpression

boolean titleIsJrExpression

subtitle

java.lang.String subtitle

titleStyle

Style titleStyle

subtitleStyle

Style subtitleStyle

reportLocale

java.util.Locale reportLocale

resourceBundle

java.lang.String resourceBundle

fontsMap

java.util.Map<K,V> fontsMap

columns

java.util.List<E> columns

columnsGroups

java.util.List<E> columnsGroups

charts

java.util.List<E> charts

newCharts

java.util.List<E> newCharts

options

DynamicReportOptions options

fields

java.util.List<E> fields
List of ColumnProperty Other fields to register, not necessary assigned to columns


parameters

java.util.List<E> parameters

variables

java.util.List<E> variables

properties

java.util.Map<K,V> properties

templateFileName

java.lang.String templateFileName

templateImportDatasets

boolean templateImportDatasets

templateImportFields

boolean templateImportFields

templateImportVariables

boolean templateImportVariables

templateImportParameters

boolean templateImportParameters

autoTexts

java.util.List<E> autoTexts

styles

java.util.Map<K,V> styles

query

DJQuery query

whenNoDataText

java.lang.String whenNoDataText

whenNoDataStyle

Style whenNoDataStyle

whenNoDataShowTitle

boolean whenNoDataShowTitle

whenNoDataShowColumnHeader

boolean whenNoDataShowColumnHeader

allowDetailSplit

boolean allowDetailSplit

whenNoDataType

byte whenNoDataType
Defines the behaviour when the datasource is empty. Valid values are: DJConstants.WHEN_NO_DATA_TYPE_NO_PAGES DJConstants.WHEN_NO_DATA_TYPE_BLANK_PAGE DJConstants.WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL DJConstants.WHEN_NO_DATA_TYPE_NO_DATA_SECTION Defatul is: DJConstants.WHEN_NO_DATA_TYPE_NO_PAGES


whenResourceMissing

byte whenResourceMissing
Defines what to show if a missing resource is referenced Possible values are:
DJConstants.WHEN_RESOURCE_MISSING_TYPE_EMPTY: Leaves and empty field.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_ERROR: Throwns and exception.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_KEY: Shows the key of the missing resource.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_NULL: returns NULL

Class ar.com.fdvs.dj.domain.DynamicReportOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

headerHeight

java.lang.Integer headerHeight

headerVariablesHeight

java.lang.Integer headerVariablesHeight

footerVariablesHeight

java.lang.Integer footerVariablesHeight

detailHeight

java.lang.Integer detailHeight

leftMargin

java.lang.Integer leftMargin

rightMargin

java.lang.Integer rightMargin

topMargin

java.lang.Integer topMargin

bottomMargin

java.lang.Integer bottomMargin

columnsPerPage

java.lang.Integer columnsPerPage

columnSpace

java.lang.Integer columnSpace

useFullPageWidth

boolean useFullPageWidth

page

Page page

printBackgroundOnOddRows

boolean printBackgroundOnOddRows

oddRowBackgroundStyle

Style oddRowBackgroundStyle

titleHeight

java.lang.Integer titleHeight

titleNewPage

boolean titleNewPage

summaryNewPage

boolean summaryNewPage

subtitleHeight

java.lang.Integer subtitleHeight

showDetailBand

boolean showDetailBand

printColumnNames

boolean printColumnNames
When false, no main column names (usefull for excel)


ignorePagination

boolean ignorePagination
When true, no page break at all


defaultHeaderStyle

Style defaultHeaderStyle

defaultDetailStyle

Style defaultDetailStyle

defaultFooterStyle

Style defaultFooterStyle

defaultGroupHeaderStyle

Style defaultGroupHeaderStyle

defaultGroupFooterStyle

Style defaultGroupFooterStyle

imageBanners

java.util.HashMap<K,V> imageBanners
Key: Byte (ImageBanner.ALIGN_RIGHT, ImageBanner.ALIGN_LEFT, ImageBanner.ALIGN_CENTER)
value: ImageBanner


firstPageImageBanners

java.util.HashMap<K,V> firstPageImageBanners
Key: Byte (ImageBanner.ALIGN_RIGHT, ImageBanner.ALIGN_LEFT, ImageBanner.ALIGN_CENTER)
value: ImageBanner

Class ar.com.fdvs.dj.domain.ImageBanner extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

imagePath

java.lang.String imagePath

width

int width

height

int height

align

byte align

scaleMode

ImageScaleMode scaleMode

Class ar.com.fdvs.dj.domain.StringExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ar.com.fdvs.dj.domain.Style extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

java.lang.String name

parentStyleName

java.lang.String parentStyleName

backgroundColor

java.awt.Color backgroundColor

textColor

java.awt.Color textColor

borderColor

java.awt.Color borderColor

font

Font font

border

Border border

borderTop

Border borderTop

borderBottom

Border borderBottom

borderLeft

Border borderLeft

borderRight

Border borderRight

paddingBottom

java.lang.Integer paddingBottom

paddingTop

java.lang.Integer paddingTop

paddingLeft

java.lang.Integer paddingLeft

paddingRight

java.lang.Integer paddingRight

padding

java.lang.Integer padding

radius

java.lang.Integer radius

transparency

Transparency transparency

verticalAlign

VerticalAlign verticalAlign

horizontalAlign

HorizontalAlign horizontalAlign

rotation

Rotation rotation

streching

Stretching streching

stretchWithOverflow

boolean stretchWithOverflow

blankWhenNull

boolean blankWhenNull

pattern

java.lang.String pattern

overridesExistingStyle

boolean overridesExistingStyle
If true and another style exists in the design with the same name, this style overrides the existing one.


Package ar.com.fdvs.dj.domain.builders

Class ar.com.fdvs.dj.domain.builders.BuilderException extends java.lang.Exception implements Serializable

serialVersionUID: 7345874957927126391L

Class ar.com.fdvs.dj.domain.builders.ChartBuilderException extends BuilderException implements Serializable

serialVersionUID: -1129855787917213375L

Class ar.com.fdvs.dj.domain.builders.ColumnBuilderException extends BuilderException implements Serializable

serialVersionUID: -141383443224259105L

Class ar.com.fdvs.dj.domain.builders.ColumnsGroupBuilderException extends BuilderException implements Serializable

serialVersionUID: 5461417826851305943L

Class ar.com.fdvs.dj.domain.builders.DJBuilderException extends java.lang.Exception implements Serializable

serialVersionUID: 1070114283725367932L


Package ar.com.fdvs.dj.domain.chart

Class ar.com.fdvs.dj.domain.chart.DateExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

date

java.util.Date date

Class ar.com.fdvs.dj.domain.chart.DJChart extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

chartType

byte chartType

dataset

AbstractDataset dataset

plot

AbstractPlot plot

operation

byte operation

chartOptions

DJChartOptions chartOptions

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.chart.DJChartOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

backColor

java.awt.Color backColor

height

int height

width

int width

centered

boolean centered

position

byte position

y

int y

x

int x

showLegend

java.lang.Boolean showLegend

titleColor

java.awt.Color titleColor

subtitleColor

java.awt.Color subtitleColor

legendColor

java.awt.Color legendColor

legendBackgroundColor

java.awt.Color legendBackgroundColor

theme

java.lang.String theme

titleFont

Font titleFont

subtitleFont

Font subtitleFont

legendFont

Font legendFont

legendPosition

java.lang.Byte legendPosition

titlePosition

java.lang.Byte titlePosition

titleExpression

StringExpression titleExpression

subtitleExpression

StringExpression subtitleExpression

lineStyle

java.lang.Byte lineStyle

lineWidth

java.lang.Float lineWidth

lineColor

java.awt.Color lineColor

padding

java.lang.Integer padding

customizerClass

java.lang.String customizerClass

Class ar.com.fdvs.dj.domain.chart.NumberExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

java.lang.Number value

Package ar.com.fdvs.dj.domain.chart.dataset

Class ar.com.fdvs.dj.domain.chart.dataset.AbstractDataset extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.dataset.CategoryDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

category

PropertyColumn category

series

java.util.List<E> series

seriesLabels

java.util.Map<K,V> seriesLabels

useSeriesAsCategory

boolean useSeriesAsCategory

Class ar.com.fdvs.dj.domain.chart.dataset.PieDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

key

PropertyColumn key

series

java.util.List<E> series

Class ar.com.fdvs.dj.domain.chart.dataset.TimeSeriesDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

timePeriod

PropertyColumn timePeriod

series

java.util.List<E> series

seriesLabels

java.util.Map<K,V> seriesLabels

timePeriodClass

java.lang.Class<T> timePeriodClass

Class ar.com.fdvs.dj.domain.chart.dataset.XYDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

xValue

PropertyColumn xValue

series

java.util.List<E> series

seriesLabels

java.util.Map<K,V> seriesLabels

Package ar.com.fdvs.dj.domain.chart.plot

Class ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

categoryAxisFormat

DJAxisFormat categoryAxisFormat

valueAxisFormat

DJAxisFormat valueAxisFormat

Class ar.com.fdvs.dj.domain.chart.plot.AbstractPiePlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

circular

java.lang.Boolean circular

labelFormat

java.lang.String labelFormat

legendLabelFormat

java.lang.String legendLabelFormat

Class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelRotation

java.lang.Double labelRotation

orientation

org.jfree.chart.plot.PlotOrientation orientation

seriesColors

java.util.List<E> seriesColors

Class ar.com.fdvs.dj.domain.chart.plot.AreaPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.plot.Bar3DPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

xOffset

java.lang.Double xOffset

yOffset

java.lang.Double yOffset

showLabels

java.lang.Boolean showLabels

Class ar.com.fdvs.dj.domain.chart.plot.BarPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

showTickMarks

java.lang.Boolean showTickMarks

showTickLabels

java.lang.Boolean showTickLabels

showLabels

java.lang.Boolean showLabels

Class ar.com.fdvs.dj.domain.chart.plot.DJAxisFormat extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelExpression

StringExpression labelExpression

labelFont

Font labelFont

labelColor

java.awt.Color labelColor

tickLabelFont

Font tickLabelFont

tickLabelColor

java.awt.Color tickLabelColor

tickLabelMask

java.lang.String tickLabelMask

lineColor

java.awt.Color lineColor

rangeMinValueExpression

CustomExpression rangeMinValueExpression

rangeMaxValueExpression

CustomExpression rangeMaxValueExpression

Class ar.com.fdvs.dj.domain.chart.plot.LinePlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

showShapes

java.lang.Boolean showShapes

showLines

java.lang.Boolean showLines

Class ar.com.fdvs.dj.domain.chart.plot.Pie3DPlot extends AbstractPiePlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

depthFactor

java.lang.Double depthFactor

Class ar.com.fdvs.dj.domain.chart.plot.PiePlot extends AbstractPiePlot implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.plot.ScatterPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

xAxisFormat

DJAxisFormat xAxisFormat

yAxisFormat

DJAxisFormat yAxisFormat

showShapes

java.lang.Boolean showShapes

showLines

java.lang.Boolean showLines

Class ar.com.fdvs.dj.domain.chart.plot.TimeSeriesPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

timeAxisFormat

DJAxisFormat timeAxisFormat

valueAxisFormat

DJAxisFormat valueAxisFormat

showShapes

java.lang.Boolean showShapes

showLines

java.lang.Boolean showLines

Package ar.com.fdvs.dj.domain.constants

Class ar.com.fdvs.dj.domain.constants.BarcodeType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int value

Class ar.com.fdvs.dj.domain.constants.BaseDomainConstant extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class ar.com.fdvs.dj.domain.constants.Border extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.DJVariableIncrementType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.DJVariableResetType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Font extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

fontSize

int fontSize

fontName

java.lang.String fontName

bold

boolean bold

italic

boolean italic

underline

boolean underline

pdfFontName

java.lang.String pdfFontName

pdfFontEncoding

java.lang.String pdfFontEncoding

pdfFontEmbedded

boolean pdfFontEmbedded

Class ar.com.fdvs.dj.domain.constants.GroupLayout extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

printHeaders

boolean printHeaders
When true, the column headers will be printed


showValueInHeader

boolean showValueInHeader
If true, the value will be printed in an isolated line. If printHeaders is true, the headers will be shown below the current value


showValueForEachRow

boolean showValueForEachRow
If true, the value of column used as group criteria will be shown for each row.


showColumnName

boolean showColumnName
used with showValueInHeader, if both are true, the column name will be printed before the value, i.e: columnX: Value y


hideColumn

boolean hideColumn
If true, the column of this group will not be printed

Class ar.com.fdvs.dj.domain.constants.HorizontalAlign extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.ImageScaleMode extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.LabelPosition extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Page extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

height

int height

width

int width

orientationPortrait

boolean orientationPortrait

Class ar.com.fdvs.dj.domain.constants.Position extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Rotation extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Stretching extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Transparency extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.VerticalAlign extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Package ar.com.fdvs.dj.domain.customexpression

Class ar.com.fdvs.dj.domain.customexpression.DJSimpleExpression extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

java.lang.String variableName

className

java.lang.String className

type

byte type

Package ar.com.fdvs.dj.domain.entities

Class ar.com.fdvs.dj.domain.entities.DJGroup extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnToGroupBy

PropertyColumn columnToGroupBy

columnHeaderStyles

java.util.Map<K,V> columnHeaderStyles
Map


defaultColumnHeaederStyle

Style defaultColumnHeaederStyle

headerVariables

java.util.List<E> headerVariables

footerVariables

java.util.List<E> footerVariables

variables

java.util.List<E> variables

fitHeaderHeightToContent

boolean fitHeaderHeightToContent

fitFooterHeightToContent

boolean fitFooterHeightToContent

name

java.lang.String name

headerHeight

java.lang.Integer headerHeight

footerHeight

java.lang.Integer footerHeight

headerVariablesHeight

java.lang.Integer headerVariablesHeight

footerVariablesHeight

java.lang.Integer footerVariablesHeight

layout

GroupLayout layout

footerSubreports

java.util.List<E> footerSubreports

headerSubreports

java.util.List<E> headerSubreports

headerCrosstabs

java.util.List<E> headerCrosstabs

footerCrosstabs

java.util.List<E> footerCrosstabs

startInNewPage

java.lang.Boolean startInNewPage

startInNewColumn

java.lang.Boolean startInNewColumn

reprintHeaderOnEachPage

java.lang.Boolean reprintHeaderOnEachPage
If the group is configured to print column names, they will be printed on every page (even if a group is splitted in two pages) NOTE: this may cause unexpected results if header variables are present.


footerLabel

DJGroupLabel footerLabel

allowHeaderSplit

boolean allowHeaderSplit
pass-through property to setup group header band "allowSplit" property. When FALSE, if the content reaches end of the page, the whole band gets pushed to the next page.


allowFooterSplit

boolean allowFooterSplit
pass-through property to setup group footer band "allowSplit" property. When FALSE, if the content reaches end of the page, the whole band gets pushed to the next page.


defaulFooterVariableStyle

Style defaulFooterVariableStyle
Default Style for variables when showing in footer. First looks for the style at the ColumnsGroupVariable, then the default, finally it uses the columns style.


defaulHeaderVariableStyle

Style defaulHeaderVariableStyle
Default Style for variables when showing in header. The lookup order is the same as for "defaulFooterStyle"

Class ar.com.fdvs.dj.domain.entities.DJGroupVariable extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnToApplyOperation

AbstractColumn columnToApplyOperation

operation

DJCalculation operation

style

Style style

valueFormatter

DJValueFormatter valueFormatter

printWhenExpression

BooleanExpression printWhenExpression

valueExpression

CustomExpression valueExpression

label

DJGroupLabel label

group

DJGroup group
for internal use.

Class ar.com.fdvs.dj.domain.entities.DJVariable extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

java.lang.String name

className

java.lang.String className

calculation

DJCalculation calculation

resetGroup

DJGroup resetGroup

resetType

DJVariableResetType resetType

incrementGroup

DJGroup incrementGroup

incrementType

DJVariableIncrementType incrementType

expression

CustomExpression expression

initialValueExŕession

CustomExpression initialValueExŕession

Class ar.com.fdvs.dj.domain.entities.Parameter extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

java.lang.String name

className

java.lang.String className

Class ar.com.fdvs.dj.domain.entities.Subreport extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

report

net.sf.jasperreports.engine.JasperReport report

name

java.lang.String name
For internal usage


path

java.lang.String path
The full path or URI in the class path of the compiled .jasper report file


dynamicReport

DynamicReport dynamicReport
The DynamicReport to use


layoutManager

LayoutManager layoutManager
Only needed when the subreport is made from a DynamicReport


startInNewPage

boolean startInNewPage
If true, a page-break will be added before placing the sub-report


splitAllowed

boolean splitAllowed
Since:
3.0.1

fitToParentPrintableArea

boolean fitToParentPrintableArea
When the sub-report is dynamic (and no template), we can tell the report to fit its parent report width


datasource

DJDataSource datasource

parameters

java.util.List<E> parameters
List The objects from the parent report that will be visible as parameters in the subreport


style

Style style

useParentReportParameters

boolean useParentReportParameters
By default true,


parametersExpression

java.lang.String parametersExpression
This expression should point to a java.util.Map object which will be use as the parameters map for the subreport


parametersMapOrigin

int parametersMapOrigin
Tells if the parameters maps origin is a parameter of the parent report, or a value of the current row (field)
It's value must be SUBREPORT_PARAMETER_MAP_ORIGIN_PARAMETER or SUBREPORT_PARAMETER_MAP_ORIGIN_FIELD

Class ar.com.fdvs.dj.domain.entities.SubreportParameter extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

java.lang.String name

expression

java.lang.String expression

className

java.lang.String className

parameterOrigin

int parameterOrigin
Subreport parameters are objects from the main report. In the main report they can come from field values, parameters or variables.
Use DJConstants.SUBREPORT_PARAM_ORIGIN_FIELD,
DJConstants.SUBREPORT_PARAM_ORIGIN_PARAMETER or
DJConstants.SUBREPORT_PARAM_ORIGIN_VARIABLE to specify it.


Package ar.com.fdvs.dj.domain.entities.columns

Class ar.com.fdvs.dj.domain.entities.columns.AbstractColumn extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

java.lang.String name

title

java.lang.String title

posX

java.lang.Integer posX

posY

java.lang.Integer posY

width

java.lang.Integer width

fixedWidth

java.lang.Boolean fixedWidth

style

Style style

headerStyle

Style headerStyle

pattern

java.lang.String pattern

printRepeatedValues

java.lang.Boolean printRepeatedValues

blankWhenNull

java.lang.Boolean blankWhenNull

truncateSuffix

java.lang.String truncateSuffix

textFormatter

java.text.Format textFormatter

link

DJHyperLink link

conditionalStyles

java.util.List<E> conditionalStyles

Class ar.com.fdvs.dj.domain.entities.columns.BarCodeColumn extends ImageColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

barcodeType

int barcodeType

showText

boolean showText

checkSum

boolean checkSum

applicationIdentifier

java.lang.String applicationIdentifier

haltWhenException

boolean haltWhenException

Class ar.com.fdvs.dj.domain.entities.columns.ExpressionColumn extends SimpleColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

expression

CustomExpression expression

expressionForCalculation

CustomExpression expressionForCalculation

columns

java.util.Collection<E> columns

variables

java.util.Collection<E> variables

calculatedExpressionText

java.lang.String calculatedExpressionText

Class ar.com.fdvs.dj.domain.entities.columns.GlobalGroupColumn extends PropertyColumn implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.entities.columns.ImageColumn extends ExpressionColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

scaleMode

ImageScaleMode scaleMode

Class ar.com.fdvs.dj.domain.entities.columns.OperationColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnOperation

ColumnOperation columnOperation

columns

java.util.List<E> columns

Class ar.com.fdvs.dj.domain.entities.columns.PercentageColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

percentageColumn

PropertyColumn percentageColumn

Class ar.com.fdvs.dj.domain.entities.columns.PropertyColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnProperty

ColumnProperty columnProperty

expressionToGroupBy

CustomExpression expressionToGroupBy

fieldDescription

java.lang.String fieldDescription
This parameter goes to JRField.description, needed when using XML dataSources

Class ar.com.fdvs.dj.domain.entities.columns.SimpleColumn extends PropertyColumn implements Serializable

serialVersionUID: 10000L


Package ar.com.fdvs.dj.domain.entities.conditionalStyle

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.ConditionalStyle extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

condition

ConditionStyleExpression condition

style

Style style

name

java.lang.String name

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.ConditionStyleExpression extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Serialized Fields

currentValue

java.lang.Object currentValue

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.StatusLightCondition extends ConditionStyleExpression implements Serializable

serialVersionUID: 10000L

Serialized Fields

min

java.lang.Double min

max

java.lang.Double max

mode

int mode

Package ar.com.fdvs.dj.domain.hyperlink

Class ar.com.fdvs.dj.domain.hyperlink.LiteralExpression extends StringExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

text

java.lang.String text

Package ar.com.fdvs.dj.util

Class ar.com.fdvs.dj.util.PropertiesMap extends java.util.HashMap implements Serializable

serialVersionUID: -8443176521038066760L


Package ar.com.fdvs.dj.util.customexpression

Class ar.com.fdvs.dj.util.customexpression.PageNumberCustomExpression extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.util.customexpression.RecordsInPageCustomExpression extends java.lang.Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.util.customexpression.RecordsInReportCustomExpression extends java.lang.Object implements Serializable

serialVersionUID: 10000L


Package ar.com.fdvs.dj.webwork

Class ar.com.fdvs.dj.webwork.DJResult extends com.opensymphony.webwork.views.jasperreports.JasperReportsResult implements Serializable

serialVersionUID: -5135527859073133975L

Serialized Fields

dynamicReport

java.lang.String dynamicReport

documentFormat

java.lang.String documentFormat

layoutManager

java.lang.String layoutManager
The layout manager to use. Possible values are: classic, list, or a fully qualified java name


exportParams

java.lang.String exportParams

parameters

java.lang.String parameters



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.