Serialized Form
Package ar.com.fdvs.dj.core |
serialVersionUID: -5674432237257954632L
serialVersionUID: 2882998510543544480L
Package ar.com.fdvs.dj.core.layout |
serialVersionUID: 779839418417884495L
Package ar.com.fdvs.dj.core.registration |
serialVersionUID: -2331402212995767633L
Package ar.com.fdvs.dj.domain |
serialVersionUID: 10000L
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
serialVersionUID: 10000L
serialVersionUID: 10000L
value
java.lang.String value
serialVersionUID: 10000L
property
java.lang.String property
valueClassName
java.lang.String valueClassName
fieldProperties
PropertiesMap fieldProperties
serialVersionUID: 10000L
serialVersionUID: 10000L
value
byte value
serialVersionUID: 10000L
type
byte type
- Deprecated.
columnsGroup
DJGroup columnsGroup
- Deprecated.
columns
java.util.List<E> columns
- Deprecated.
- List
operation
byte operation
- Deprecated.
chartOptions
DJChartOptions chartOptions
- Deprecated.
serialVersionUID: 10000L
serialVersionUID: 10000L
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.
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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
serialVersionUID: 10000L
labelPosition
LabelPosition labelPosition
serialVersionUID: 10000L
expression
StringExpression expression
tooltip
StringExpression tooltip
serialVersionUID: 10000L
isJasperExpression
boolean isJasperExpression
text
java.lang.String text
labelExpression
CustomExpression labelExpression
style
Style style
height
int height
serialVersionUID: 10000L
text
java.lang.String text
language
java.lang.String language
serialVersionUID: 10000L
parametersWithValues
java.util.TreeMap<K,V> parametersWithValues
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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
serialVersionUID: 10000L
imagePath
java.lang.String imagePath
width
int width
height
int height
align
byte align
scaleMode
ImageScaleMode scaleMode
serialVersionUID: 1L
serialVersionUID: 10000L
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 |
serialVersionUID: 7345874957927126391L
serialVersionUID: -1129855787917213375L
serialVersionUID: -141383443224259105L
serialVersionUID: 5461417826851305943L
serialVersionUID: 1070114283725367932L
Package ar.com.fdvs.dj.domain.chart |
serialVersionUID: 1L
date
java.util.Date date
serialVersionUID: 10000L
chartType
byte chartType
dataset
AbstractDataset dataset
plot
AbstractPlot plot
operation
byte operation
chartOptions
DJChartOptions chartOptions
link
DJHyperLink link
serialVersionUID: 10000L
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
serialVersionUID: 1L
value
java.lang.Number value
Package ar.com.fdvs.dj.domain.chart.dataset |
serialVersionUID: 10000L
serialVersionUID: 10000L
category
PropertyColumn category
series
java.util.List<E> series
seriesLabels
java.util.Map<K,V> seriesLabels
useSeriesAsCategory
boolean useSeriesAsCategory
serialVersionUID: 10000L
key
PropertyColumn key
series
java.util.List<E> series
serialVersionUID: 10000L
timePeriod
PropertyColumn timePeriod
series
java.util.List<E> series
seriesLabels
java.util.Map<K,V> seriesLabels
timePeriodClass
java.lang.Class<T> timePeriodClass
serialVersionUID: 10000L
xValue
PropertyColumn xValue
series
java.util.List<E> series
seriesLabels
java.util.Map<K,V> seriesLabels
Package ar.com.fdvs.dj.domain.chart.plot |
serialVersionUID: 10000L
categoryAxisFormat
DJAxisFormat categoryAxisFormat
valueAxisFormat
DJAxisFormat valueAxisFormat
serialVersionUID: 10000L
circular
java.lang.Boolean circular
labelFormat
java.lang.String labelFormat
legendLabelFormat
java.lang.String legendLabelFormat
serialVersionUID: 10000L
labelRotation
java.lang.Double labelRotation
orientation
org.jfree.chart.plot.PlotOrientation orientation
seriesColors
java.util.List<E> seriesColors
serialVersionUID: 10000L
serialVersionUID: 10000L
xOffset
java.lang.Double xOffset
yOffset
java.lang.Double yOffset
showLabels
java.lang.Boolean showLabels
serialVersionUID: 10000L
showTickMarks
java.lang.Boolean showTickMarks
showTickLabels
java.lang.Boolean showTickLabels
showLabels
java.lang.Boolean showLabels
serialVersionUID: 10000L
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
serialVersionUID: 10000L
showShapes
java.lang.Boolean showShapes
showLines
java.lang.Boolean showLines
serialVersionUID: 10000L
depthFactor
java.lang.Double depthFactor
serialVersionUID: 10000L
serialVersionUID: 10000L
xAxisFormat
DJAxisFormat xAxisFormat
yAxisFormat
DJAxisFormat yAxisFormat
showShapes
java.lang.Boolean showShapes
showLines
java.lang.Boolean showLines
serialVersionUID: 10000L
timeAxisFormat
DJAxisFormat timeAxisFormat
valueAxisFormat
DJAxisFormat valueAxisFormat
showShapes
java.lang.Boolean showShapes
showLines
java.lang.Boolean showLines
Package ar.com.fdvs.dj.domain.constants |
serialVersionUID: 1L
value
int value
serialVersionUID: 1L
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
height
int height
width
int width
orientationPortrait
boolean orientationPortrait
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
serialVersionUID: 1L
value
byte value
Package ar.com.fdvs.dj.domain.customexpression |
serialVersionUID: 1L
variableName
java.lang.String variableName
className
java.lang.String className
type
byte type
Package ar.com.fdvs.dj.domain.entities |
serialVersionUID: 10000L
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"
serialVersionUID: 10000L
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.
serialVersionUID: 10000L
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
serialVersionUID: 10000L
name
java.lang.String name
className
java.lang.String className
serialVersionUID: 10000L
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
serialVersionUID: 10000L
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 |
serialVersionUID: 10000L
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
serialVersionUID: 10000L
barcodeType
int barcodeType
showText
boolean showText
checkSum
boolean checkSum
applicationIdentifier
java.lang.String applicationIdentifier
haltWhenException
boolean haltWhenException
serialVersionUID: 10000L
expression
CustomExpression expression
expressionForCalculation
CustomExpression expressionForCalculation
columns
java.util.Collection<E> columns
variables
java.util.Collection<E> variables
calculatedExpressionText
java.lang.String calculatedExpressionText
serialVersionUID: 10000L
serialVersionUID: 10000L
scaleMode
ImageScaleMode scaleMode
serialVersionUID: 10000L
columnOperation
ColumnOperation columnOperation
columns
java.util.List<E> columns
serialVersionUID: 10000L
percentageColumn
PropertyColumn percentageColumn
serialVersionUID: 10000L
columnProperty
ColumnProperty columnProperty
expressionToGroupBy
CustomExpression expressionToGroupBy
fieldDescription
java.lang.String fieldDescription
- This parameter goes to JRField.description, needed when using XML dataSources
serialVersionUID: 10000L
Package ar.com.fdvs.dj.domain.entities.conditionalStyle |
serialVersionUID: 10000L
condition
ConditionStyleExpression condition
style
Style style
name
java.lang.String name
serialVersionUID: 10000L
currentValue
java.lang.Object currentValue
serialVersionUID: 10000L
min
java.lang.Double min
max
java.lang.Double max
mode
int mode
Package ar.com.fdvs.dj.domain.hyperlink |
serialVersionUID: 1L
text
java.lang.String text
Package ar.com.fdvs.dj.util |
serialVersionUID: -8443176521038066760L
Package ar.com.fdvs.dj.util.customexpression |
serialVersionUID: 10000L
serialVersionUID: 10000L
serialVersionUID: 10000L
Package ar.com.fdvs.dj.webwork |
serialVersionUID: -5135527859073133975L
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.