Serialized Form


Package net.sf.dynamicreports.adhoc.configuration

Class net.sf.dynamicreports.adhoc.configuration.AdhocAxisFormat extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

label

String label

labelFont

AdhocFont labelFont

labelColor

Color labelColor

Class net.sf.dynamicreports.adhoc.configuration.AdhocColumn extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

title

String title

width

Integer width

style

AdhocStyle style

titleStyle

AdhocStyle titleStyle

Class net.sf.dynamicreports.adhoc.configuration.AdhocComponent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

style

AdhocStyle style

width

Integer width

height

Integer height

properties

AdhocProperties properties

Class net.sf.dynamicreports.adhoc.configuration.AdhocConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

report

AdhocReport report

filter

AdhocFilter filter

Class net.sf.dynamicreports.adhoc.configuration.AdhocFilter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

restrictions

List<E> restrictions

Class net.sf.dynamicreports.adhoc.configuration.AdhocFont extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fontName

String fontName

fontSize

Integer fontSize

bold

Boolean bold

italic

Boolean italic

underline

Boolean underline

strikeThrough

Boolean strikeThrough

Class net.sf.dynamicreports.adhoc.configuration.AdhocGroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

startInNewPage

Boolean startInNewPage

headerLayout

AdhocGroupHeaderLayout headerLayout

style

AdhocStyle style

titleStyle

AdhocStyle titleStyle

properties

AdhocProperties properties

Class net.sf.dynamicreports.adhoc.configuration.AdhocChart extends AdhocComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

type

AdhocChartType type

title

String title

titleFont

AdhocFont titleFont

titleColor

Color titleColor

showLegend

Boolean showLegend

xValue

String xValue

series

List<E> series

seriesColors

List<E> seriesColors

xAxisFormat

AdhocAxisFormat xAxisFormat

yAxisFormat

AdhocAxisFormat yAxisFormat

orientation

AdhocOrientation orientation

Class net.sf.dynamicreports.adhoc.configuration.AdhocChartSerie extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

series

String series

xValue

String xValue

yValue

String yValue

zValue

String zValue

label

String label

Class net.sf.dynamicreports.adhoc.configuration.AdhocPage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

Integer width

height

Integer height

orientation

AdhocPageOrientation orientation

topMargin

Integer topMargin

bottomMargin

Integer bottomMargin

leftMargin

Integer leftMargin

rightMargin

Integer rightMargin

ignorePageWidth

Boolean ignorePageWidth

Class net.sf.dynamicreports.adhoc.configuration.AdhocPen extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lineWidth

Float lineWidth

lineColor

Color lineColor

Class net.sf.dynamicreports.adhoc.configuration.AdhocProperties extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

Map<K,V> properties

Class net.sf.dynamicreports.adhoc.configuration.AdhocReport extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

textStyle

AdhocStyle textStyle

columnStyle

AdhocStyle columnStyle

columnTitleStyle

AdhocStyle columnTitleStyle

groupStyle

AdhocStyle groupStyle

groupTitleStyle

AdhocStyle groupTitleStyle

subtotalStyle

AdhocStyle subtotalStyle

detailOddRowStyle

AdhocStyle detailOddRowStyle

highlightDetailOddRows

Boolean highlightDetailOddRows

detailEvenRowStyle

AdhocStyle detailEvenRowStyle

highlightDetailEvenRows

Boolean highlightDetailEvenRows

ignorePagination

Boolean ignorePagination

tableOfContents

Boolean tableOfContents

page

AdhocPage page

columns

List<E> columns

groups

List<E> groups

sorts

List<E> sorts

subtotals

List<E> subtotals

components

List<E> components

Class net.sf.dynamicreports.adhoc.configuration.AdhocRestriction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

properties

AdhocProperties properties

Class net.sf.dynamicreports.adhoc.configuration.AdhocSort extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

orderType

AdhocOrderType orderType

Class net.sf.dynamicreports.adhoc.configuration.AdhocStyle extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

font

AdhocFont font

topBorder

AdhocPen topBorder

leftBorder

AdhocPen leftBorder

bottomBorder

AdhocPen bottomBorder

rightBorder

AdhocPen rightBorder

foregroundColor

Color foregroundColor

backgroundColor

Color backgroundColor

horizontalAlignment

AdhocHorizontalAlignment horizontalAlignment

verticalAlignment

AdhocVerticalAlignment verticalAlignment

pattern

String pattern

Class net.sf.dynamicreports.adhoc.configuration.AdhocSubtotal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

label

String label

calculation

AdhocCalculation calculation

style

AdhocStyle style

labelStyle

AdhocStyle labelStyle

Class net.sf.dynamicreports.adhoc.configuration.AdhocTextField extends AdhocComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Class net.sf.dynamicreports.adhoc.configuration.AdhocValueRestriction extends AdhocRestriction implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

operator

AdhocValueOperator operator

values

List<E> values

Package net.sf.dynamicreports.adhoc.exception

Class net.sf.dynamicreports.adhoc.exception.AdhocException extends RuntimeException implements Serializable

serialVersionUID: 10000L



Copyright © 2010-2012. All Rights Reserved.