Serialized Form


Package org.pentaho.reporting.engine.classic.wizard

Class org.pentaho.reporting.engine.classic.wizard.WizardOverrideFormattingFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction implements Serializable

Serialized Fields

expressionsCache

org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache

Class org.pentaho.reporting.engine.classic.wizard.WizardProcessor extends Object implements Serializable

Serialized Fields

attributeContext

org.pentaho.reporting.engine.classic.core.wizard.DefaultDataAttributeContext attributeContext

definition

org.pentaho.reporting.engine.classic.core.AbstractReportDefinition definition

flowController

org.pentaho.reporting.engine.classic.core.states.datarow.DefaultFlowController flowController

wizardSpecification

WizardSpecification wizardSpecification

Package org.pentaho.reporting.engine.classic.wizard.model

Class org.pentaho.reporting.engine.classic.wizard.model.AbstractElementFormatDefinition extends Object implements Serializable

Serialized Fields

horizontalAlignment

org.pentaho.reporting.engine.classic.core.ElementAlignment horizontalAlignment

verticalAlignment

org.pentaho.reporting.engine.classic.core.ElementAlignment verticalAlignment

fontName

String fontName

fontBold

Boolean fontBold

fontItalic

Boolean fontItalic

fontUnderline

Boolean fontUnderline

fontStrikethrough

Boolean fontStrikethrough

fontSize

Integer fontSize

fontColor

Color fontColor

backgroundColor

Color backgroundColor

Class org.pentaho.reporting.engine.classic.wizard.model.AbstractFieldDefinition extends AbstractElementFormatDefinition implements Serializable

Serialized Fields

nullString

String nullString

displayName

String displayName

dataFormat

String dataFormat

aggregationFunction

Class<T> aggregationFunction

field

String field

fieldTypeHint

Class<T> fieldTypeHint

width

Length width

Class org.pentaho.reporting.engine.classic.wizard.model.DefaultDetailFieldDefinition extends AbstractFieldDefinition implements Serializable

Serialized Fields

onlyShowChangingValues

Boolean onlyShowChangingValues

Class org.pentaho.reporting.engine.classic.wizard.model.DefaultGroupDefinition extends AbstractFieldDefinition implements Serializable

Serialized Fields

groupName

String groupName

header

RootBandDefinition header

footer

RootBandDefinition footer

groupTotalsLabel

String groupTotalsLabel

groupType

GroupType groupType

totalsHorizontalAlignment

org.pentaho.reporting.engine.classic.core.ElementAlignment totalsHorizontalAlignment

Class org.pentaho.reporting.engine.classic.wizard.model.DefaultRootBandDefinition extends AbstractElementFormatDefinition implements Serializable

Serialized Fields

repeat

Boolean repeat

visible

boolean visible

Class org.pentaho.reporting.engine.classic.wizard.model.DefaultWatermarkDefinition extends Object implements Serializable

Serialized Fields

source

String source

x

Length x

y

Length y

width

Length width

height

Length height

keepAspectRatio

Boolean keepAspectRatio

scale

Boolean scale

visible

boolean visible

Class org.pentaho.reporting.engine.classic.wizard.model.DefaultWizardSpecification extends Object implements Serializable

Serialized Fields

detailFieldDefinitions

DetailFieldDefinition[] detailFieldDefinitions

groupDefinitions

GroupDefinition[] groupDefinitions

columnHeader

RootBandDefinition columnHeader

columnFooter

RootBandDefinition columnFooter

watermarkDefinition

WatermarkDefinition watermarkDefinition

autoGenerateDetails

boolean autoGenerateDetails

Class org.pentaho.reporting.engine.classic.wizard.model.GroupType extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Replaces the automatically generated instance with one of the enumeration instances.

Throws:
ObjectStreamException - if the element could not be resolved.
Serialized Fields

type

String type

Class org.pentaho.reporting.engine.classic.wizard.model.Length extends Object implements Serializable

Serialized Fields

value

double value

unit

LengthUnit unit

Class org.pentaho.reporting.engine.classic.wizard.model.LengthUnit extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Replaces the automatically generated instance with one of the enumeration instances.

Throws:
ObjectStreamException - if the element could not be resolved.
Serialized Fields

dotsPerUnit

double dotsPerUnit

name

String name