Serialized Form
-
Package org.pentaho.reporting.engine.classic.wizard
-
Class org.pentaho.reporting.engine.classic.wizard.WizardOverrideFormattingFunction
class WizardOverrideFormattingFunction extends org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction implements Serializable -
Class org.pentaho.reporting.engine.classic.wizard.WizardProcessor
class WizardProcessor extends org.pentaho.reporting.engine.classic.core.AbstractReportPreProcessor 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
class AbstractElementFormatDefinition extends Object implements Serializable-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
fontBold
Boolean fontBold
-
fontColor
Color fontColor
-
fontItalic
Boolean fontItalic
-
fontName
String fontName
-
fontSize
Integer fontSize
-
fontStrikethrough
Boolean fontStrikethrough
-
fontUnderline
Boolean fontUnderline
-
horizontalAlignment
org.pentaho.reporting.engine.classic.core.ElementAlignment horizontalAlignment
-
verticalAlignment
org.pentaho.reporting.engine.classic.core.ElementAlignment verticalAlignment
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.AbstractFieldDefinition
class AbstractFieldDefinition extends AbstractElementFormatDefinition implements Serializable -
Class org.pentaho.reporting.engine.classic.wizard.model.DefaultDetailFieldDefinition
class DefaultDetailFieldDefinition extends AbstractFieldDefinition implements Serializable-
Serialized Fields
-
onlyShowChangingValues
Boolean onlyShowChangingValues
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.DefaultGroupDefinition
class DefaultGroupDefinition extends AbstractFieldDefinition implements Serializable-
Serialized Fields
-
footer
RootBandDefinition footer
-
groupName
String groupName
-
groupTotalsLabel
String groupTotalsLabel
-
groupType
GroupType groupType
-
header
RootBandDefinition header
-
totalsHorizontalAlignment
org.pentaho.reporting.engine.classic.core.ElementAlignment totalsHorizontalAlignment
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.DefaultRootBandDefinition
class DefaultRootBandDefinition extends AbstractElementFormatDefinition implements Serializable-
Serialized Fields
-
repeat
Boolean repeat
-
visible
boolean visible
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.DefaultWatermarkDefinition
class DefaultWatermarkDefinition extends Object implements Serializable -
Class org.pentaho.reporting.engine.classic.wizard.model.DefaultWizardSpecification
class DefaultWizardSpecification extends Object implements Serializable-
Serialized Fields
-
autoGenerateDetails
boolean autoGenerateDetails
-
columnFooter
RootBandDefinition columnFooter
-
columnHeader
RootBandDefinition columnHeader
-
detailFieldDefinitions
DetailFieldDefinition[] detailFieldDefinitions
-
groupDefinitions
GroupDefinition[] groupDefinitions
-
watermarkDefinition
WatermarkDefinition watermarkDefinition
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.GroupType
class GroupType extends Object implements Serializable-
Serialization Methods
-
readResolve
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
class Length extends Object implements Serializable-
Serialized Fields
-
unit
LengthUnit unit
-
value
double value
-
-
-
Class org.pentaho.reporting.engine.classic.wizard.model.LengthUnit
class LengthUnit extends Object implements Serializable-
Serialization Methods
-
readResolve
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
-
-
-