Serialized Form
Package org.pentaho.reporting.engine.classic.core |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- A helper method that deserializes a object from the given stream.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if an referenced class cannot be found.
properties
ReportProperties properties
- Storage for arbitrary properties that a user can assign to the report.
resourceBundleFactory
ResourceBundleFactory resourceBundleFactory
- The resource bundle factory is used when generating localized reports.
expressions
ExpressionCollection expressions
- Storage for the expressions in the report.
rootGroup
Group rootGroup
- An ordered list of report groups (each group defines its own header and footer).
reportHeader
ReportHeader reportHeader
- The report header band (printed once at the start of the report).
reportFooter
ReportFooter reportFooter
- The report footer band (printed once at the end of the report).
pageHeader
PageHeader pageHeader
- The page header band (printed at the start of every page).
pageFooter
PageFooter pageFooter
- The page footer band (printed at the end of every page).
watermark
Watermark watermark
- The watermark band.
styleSheetCollection
StyleSheetCollection styleSheetCollection
- The stylesheet collection used for this report.
nonVisualsChangeTracker
long nonVisualsChangeTracker
datasourceChangeTracker
long datasourceChangeTracker
dataSchemaDefinition
DataSchemaDefinition dataSchemaDefinition
subReports
ArrayList<E> subReports
- The list of follow-up root-level sub-reports.
serialVersionUID: 8495721791372012478L
name
String name
- Deprecated.
- The name of the anchor. Should be unique within the report.
allElements
ArrayList<E> allElements
- All the elements for this band.
dataFactories
ArrayList<E> dataFactories
titleHeader
CrosstabTitleHeader titleHeader
titleFooter
CrosstabTitleFooter titleFooter
group
CrosstabColumnGroup group
group
CrosstabOtherGroup group
titleHeader
CrosstabTitleHeader titleHeader
titleFooter
CrosstabTitleFooter titleFooter
summaryHeader
CrosstabSummaryHeader summaryHeader
summaryFooter
CrosstabSummaryFooter summaryFooter
group
CrosstabRowGroup group
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Resolve the pageformat, as PageFormat is not serializable.
- Throws:
IOException
- if there is an IO problem.
ClassNotFoundException
- if there is a class problem.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Deserizalize the report and restore the pageformat.
- Throws:
IOException
- if errors occur
width
float width
- The total width of the page.
height
float height
- The total height of the page.
serialVersionUID: 3223926147102983309L
image
Image image
- The image.
url
URL url
- The image URL.
width
int width
- The width of the (unscaled) image.
height
int height
- The height of the (unscaled) image.
scaleX
float scaleX
- The scale factor.
scaleY
float scaleY
- The scale factor.
resourceKey
org.pentaho.reporting.libraries.resourceloader.ResourceKey resourceKey
configuration
org.pentaho.reporting.libraries.base.config.Configuration configuration
locale
Locale locale
localeFromConfiguration
Locale localeFromConfiguration
timeZone
TimeZone timeZone
timeZoneFromConfiguration
TimeZone timeZoneFromConfiguration
locale
Locale locale
- The locale used by this factory.
timeZone
TimeZone timeZone
- The timezone used by this factory.
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- A helper method that deserializes a object from the given stream.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if an referenced class cannot be found.
writeObject
private void writeObject(ObjectOutputStream stream)
throws IOException
- A helper method that serializes the element object.
- Throws:
IOException
- if an IO error occured or a property was not serializable.
datasource
DataSource datasource
- Deprecated. the data-source should no longer be used. Use one of the element-type declarations instead.
- The head of the data source chain.
style
org.pentaho.reporting.engine.classic.core.Element.InternalElementStyleSheet style
- The stylesheet defines global appearance for elements.
parent
Section parent
- the parent for the element (the band where the element is contained in).
treeLock
InstanceID treeLock
- The tree lock to identify the element. This object is shared among all clones and can be used to identify elements
with the same anchestor.
styleExpressions
HashMap<K,V> styleExpressions
- The map of style-expressions keyed by the style-key.
attributeExpressions
ReportAttributeMap attributeExpressions
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.
myName
String myName
- The alignment name.
hashCode
int hashCode
- A cached hashcode.
serialVersionUID: 8309478419800349694L
header
GroupHeader header
- The group header (optional).
footer
GroupFooter footer
- The group footer (optional).
body
GroupBody body
detailsHeader
DetailsHeader detailsHeader
noDataBand
NoDataBand noDataBand
itemBand
ItemBand itemBand
detailsFooter
DetailsFooter detailsFooter
serialVersionUID: 2193162824440886046L
backend
ArrayList<E> backend
- Deprecated.
- The backend to store the groups.
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- A helper method that deserializes a object from the given stream.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if an referenced class cannot be found.
dataFactory
DataFactory dataFactory
- The data factory is used to query data for the reporting.
reportConfiguration
org.pentaho.reporting.libraries.base.config.ModifiableConfiguration reportConfiguration
- The report configuration.
parameterDefinition
ReportParameterDefinition parameterDefinition
reportEnvironment
ReportEnvironment reportEnvironment
parameterValues
ReportParameterValues parameterValues
serialVersionUID: -8790399939032695626L
name
String name
- The source name of the parameter.
alias
String alias
- The target name of the parameter.
changeTracker
long changeTracker
readOnly
boolean readOnly
childExceptions
List<E> childExceptions
- the collected child exceptions.
validationResult
ValidationResult validationResult
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Resolve the pageformat, as PageFormat is not serializable.
- Throws:
IOException
- if there is an IO problem.
ClassNotFoundException
- if there is a class problem.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Deserizalize the report and restore the pageformat.
- Throws:
IOException
- if errors occur
pageCountHorizontal
int pageCountHorizontal
- The number of columns in the page grid.
pageCountVertical
int pageCountVertical
- The number of rows in the page grid.
group
Group group
exportParameters
org.pentaho.reporting.libraries.base.util.LinkedMap exportParameters
- A mapping of export parameters.
inputParameters
org.pentaho.reporting.libraries.base.util.LinkedMap inputParameters
- A mapping of import parameters.
dataFactory
DataFactory dataFactory
serialVersionUID: -238954878318943053L
tables
HashMap<K,V> tables
- The tables for this factory.
stringfilter
StringFilter stringfilter
- Deprecated.
- The filter used to convert values (Objects) to strings.
Package org.pentaho.reporting.engine.classic.core.cache |
cellAttributes
org.pentaho.reporting.libraries.base.util.GenericObjectTable cellAttributes
cellValues
org.pentaho.reporting.libraries.base.util.GenericObjectTable cellValues
columnAttributes
ArrayList<E> columnAttributes
tableAttributes
DataAttributes tableAttributes
dataAttributeContext
DataAttributeContext dataAttributeContext
dataCache
DataCache dataCache
queryCache
HashMap<K,V> queryCache
backend
CompoundDataFactory backend
closed
boolean closed
debugDataSources
boolean debugDataSources
profileDataSources
boolean profileDataSources
noClose
boolean noClose
Class org.pentaho.reporting.engine.classic.core.cache.IndexedTableModel.ColumnIndexDataAttributes extends Object implements Serializable |
backend
DataAttributes backend
indexColumn
Boolean indexColumn
name
String name
type
Class<T> type
label
String label
Package org.pentaho.reporting.engine.classic.core.event |
type
int type
- The event type for this event.
originatingState
ReportState originatingState
- The state that generated the event in the first place. For master reports this is the same as the event source, for
master-reports receiving events from a sub-report, this is the subreport's report state.
element
Object element
type
int type
parameter
Object parameter
level
int level
- The progress level is an indicator for the current processing level.
maximumLevel
int maximumLevel
- The maximum value the progress level will get for this report.
activity
int activity
- The indicator for the current activity. One of COMPUTING_LAYOUT, PRECOMPUTING_VALUES, PAGINATING or
GENERATING_CONTENT.
row
int row
- The current row of the outermost master report.
maximumRow
int maximumRow
- The maximum row of the outermost master report.
page
int page
- The current physical page.
Package org.pentaho.reporting.engine.classic.core.filter |
dataSource
DataSource dataSource
- Deprecated.
- The data source from where to get the values for the anchor.
source
DataSource source
- The datasource from where to read the urls.
frame
JFrame frame
- The Window-Peer used for the draw operation.
field
String field
- The field name that should be queried.
valueExpression
FormulaExpression valueExpression
- The formula-expression that computes the result value, if no field is given.
timeZone
TimeZone timeZone
lastLocale
Locale lastLocale
- The last locale used to convert numbers.
keepState
boolean keepState
- A flag indicating whether this filter should try to detect locales changes.
lastLocale
Locale lastLocale
- The last locale used to convert numbers.
keepState
boolean keepState
- A flag indicating whether this filter should try to detect locales changes.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- A helper method that is called during the de-serialization process.
- Throws:
IOException
- if an IOError occurs.
ClassNotFoundException
- if a dependent class cannot be found.
source
DataSource source
- The datasource from where to read the urls.
format
Format format
- The format used to create the string representation of the data.
datasource
DataSource datasource
- The datasource from where the data is obtained.
nullvalue
String nullvalue
- The string used to represent null.
format
Format format
- The format used to create the string representation of the data.
datasource
DataSource datasource
- The datasource from where the data is obtained.
nullvalue
Object nullvalue
- The object used to represent null.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- A helper method that is called during the de-serialization process.
- Throws:
IOException
- if an IOError occurs.
ClassNotFoundException
- if a dependent class cannot be found.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- A helper method that is called during the serialization process.
- Throws:
IOException
- if an IO error occured.
source
DataSource source
- The datasource from where to read the urls.
dataSource
DataSource dataSource
- The data source.
messageFormatSupport
MessageFormatSupport messageFormatSupport
- The message format support translates raw message strings into useable MessageFormat parameters and read the
necessary input data from the datarow.
fields
String[] fields
- The fields that have been collected during the compile process. The array also acts as mapping of index positions
to field names.
format
org.pentaho.reporting.libraries.formatting.FastMessageFormat format
- The message-format object that is used to format the text.
formatString
String formatString
- The original format string.
compiledFormat
String compiledFormat
- The translated message format string. All named references have been resolved to numeric index positions.
nullString
String nullString
- The replacement text that is used if one of the referenced message parameters is null.
cachedValue
String cachedValue
- The cached formatted string value.
Class org.pentaho.reporting.engine.classic.core.filter.MessageFormatSupport.MessageCompiler extends PropertyLookupParser implements Serializable |
fields
ArrayList<E> fields
- The list of fields that have been encountered during the compile process.
resourceIdentifier
String resourceIdentifier
- the used resource bundle.
dataSource
DataSource dataSource
- the filtered data source.
formatKey
String formatKey
- The key that gets used to lookup the message format string from the resource bundle.
resourceIdentifier
String resourceIdentifier
- The name of the resource bundle used to lookup the message.
messageFormatSupport
MessageFormatSupport messageFormatSupport
- The message format support translates raw message strings into useable MessageFormat parameters and read the
necessary input data from the datarow.
dataSource
DataSource dataSource
- The data source.
lastLocale
Locale lastLocale
- The last locale used to convert numbers.
keepState
boolean keepState
- A flag indicating whether this filter should try to detect locales changes.
lastLocale
Locale lastLocale
- The last locale used to convert numbers.
keepState
boolean keepState
- A flag indicating whether this filter should try to detect locales changes.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper method for serialization.
- Throws:
IOException
- when reading the stream fails.
ClassNotFoundException
- if a class definition for a serialized object could not be found.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Helper method for serialization.
- Throws:
IOException
- if errors occur while writing the stream.
source
DataSource source
- The data source for this filter.
nullvalue
String nullvalue
- The string used to represent a null value.
source
DataSource source
- The datasource used to form the urls. This datasource should return strings, files or urls
baseURL
URL baseURL
- The base url is used to form the complete url if the given url is relative.
- See Also:
URL.URL(java.net.URL, java.lang.String)
Package org.pentaho.reporting.engine.classic.core.filter.templates |
name
String name
- The template name.
dataRowDataSource
DataRowDataSource dataRowDataSource
- Deprecated.
- The data-row data source.
anchorFilter
AnchorFilter anchorFilter
- Deprecated.
- A string filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data row reader.
drawableFilter
ComponentDrawableFilter drawableFilter
- The filter that converts the AWT-Components into Drawables.
dateFilter
SimpleDateFormatFilter dateFilter
- The date format filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data-row datasource.
stringFilter
StringFilter stringFilter
- A string filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data row reader.
imageLoadFilter
DrawableLoadFilter imageLoadFilter
- The image load filter.
staticDataSource
StaticDataSource staticDataSource
- A static datasource.
urlFilter
URLFilter urlFilter
- A URL filter.
imageLoadFilter
DrawableLoadFilter imageLoadFilter
- An image load filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- A data row accessor.
urlFilter
URLFilter urlFilter
- A URL filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data row reader.
imageRefFilter
ImageRefFilter imageRefFilter
- An image reference filter.
imageLoadFilter
ImageLoadFilter imageLoadFilter
- The filter that is used to load the image from a URL, file or Blob.
imageLoadFilter
ImageLoadFilter imageLoadFilter
- The image load filter.
staticDataSource
StaticDataSource staticDataSource
- A static datasource.
urlFilter
URLFilter urlFilter
- A URL filter.
imageLoadFilter
ImageLoadFilter imageLoadFilter
- An image load filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- A data row accessor.
urlFilter
URLFilter urlFilter
- A URL filter.
staticDataSource
StaticDataSource staticDataSource
- A static data source.
stringFilter
StringFilter stringFilter
- A string filter.
stringFilter
StringFilter stringFilter
- A string filter.
messageFormatFilter
MessageFormatFilter messageFormatFilter
- The message format filter inlines data from other sources into a string.
decimalFormatFilter
DecimalFormatFilter decimalFormatFilter
- A decimal format filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- A data-row accessor.
stringFilter
StringFilter stringFilter
- A string filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- A data-row accessor.
stringFilter
StringFilter stringFilter
- A string filter.
resourceFilter
ResourceFileFilter resourceFilter
- A resource file filter.
staticDataSource
StaticDataSource staticDataSource
- A static datasource.
stringFilter
StringFilter stringFilter
- A string filter.
resourceFilter
ResourceFileFilter resourceFilter
- A resource file filter.
stringFilter
StringFilter stringFilter
- A string filter.
resourceFilter
ResourceMessageFormatFilter resourceFilter
- A resource file filter.
arcWidth
float arcWidth
- The width of the arc that is used to round off the corners of rectangle.
arcHeight
float arcHeight
- The height of the arc that is used to round off the corners of rectangle.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data row reader.
shapeFilter
ShapeFilter shapeFilter
- A shape filter.
dataRowDataSource
DataRowDataSource dataRowDataSource
- The data-row data source.
stringFilter
StringFilter stringFilter
- A string filter.
Package org.pentaho.reporting.engine.classic.core.filter.types |
messageFormatFilter
MessageFormatFilter messageFormatFilter
messageFormatFilter
ResourceMessageFormatFilter messageFormatFilter
Package org.pentaho.reporting.engine.classic.core.filter.types.bands |
Package org.pentaho.reporting.engine.classic.core.function |
compareMethod
String compareMethod
- Deprecated.
- A field holding the compare method that should be used.
field
String field
- Deprecated.
- The name of the field that should be read.
element
String element
- The name of the element that should be formatted.
name
String name
- The expression name.
dependency
int dependency
- The dependency level.
preserve
boolean preserve
- A flag indicating whether the expression's result should be preserved in the datarow even when the expression
itself goes out of scope.
fieldList
ArrayList<E> fieldList
- Deprecated.
- An ordered list containing the fieldnames used in the expression.
scale
int scale
- Deprecated.
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- Deprecated.
- The rounding-property defines the precission of the divide-operation.
fields
ArrayList<E> fields
- An ordered list containing the fieldnames used in the expression.
onlyValidFields
boolean onlyValidFields
- Deprecated.
- A flag defining whether non-numeric and null-values should be ignored.
returnInfinity
boolean returnInfinity
- Deprecated.
- A flag defining whether the expression should return infinity if there are no valid fields. If set to false, this
expression returns null instead.
scale
int scale
- Deprecated.
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- Deprecated.
- The rounding-property defines the precission of the divide-operation.
scale
int scale
- Deprecated.
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- Deprecated.
- The rounding-property defines the precission of the divide-operation.
otherField
String otherField
- Deprecated.
- The name of the data-row column that holds the second value.
conditionField
String conditionField
- Deprecated.
- The name of the data-row column from where to read the comparison value for the condition.
conditionValue
Object conditionValue
- Deprecated.
- The static comparison value for the condition.
field
String field
- The name of the data-row column from where to read the string that should be parsed.
format
String format
- The date-format that is used for the parsing.
locale
Locale locale
- The locale. If undefined, the report's locale is used.
timeZone
TimeZone timeZone
field
String field
- The name of the data-row column from where to read the string that should be parsed.
format
String format
- The date-format that is used for the parsing.
locale
Locale locale
- The locale. If undefined, the report's locale is used.
lastLocale
Locale lastLocale
- A variable that caches the last locale object used.
decimalFormat
DecimalFormat decimalFormat
- A variable that caches the last number-format object used.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper method for serialization.
- Throws:
IOException
- when reading the stream fails.
ClassNotFoundException
- if a class definition for a serialized object could not be found.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the count for the whole
report.
field
String field
- The field for which the number of distinct values are counted.
group
String group
- Deprecated.
- The name of the group for which anchors should be created.
anchorPrefix
String anchorPrefix
- Deprecated.
- A prefix for the anchor name.
anchor
Anchor anchor
- Deprecated.
- A temporary variable holding the last anchor created by this function.
count
int count
- Deprecated.
- A counter to create unique anchor names.
field
String field
- Deprecated.
- The field name from where to read the hyper-link target.
windowField
String windowField
- Deprecated.
- The field from where to read the link target-window specifier.
target
String target
- Deprecated.
- The constant target window. This property is used if no window field was set.
field
String field
- Deprecated.
- The name of the data-row field from where to read the date that should be modified.
factor
long factor
- Deprecated.
- The factor by which the date should be pruned.
colorTrue
Color colorTrue
- Deprecated.
- the color if the field is TRUE.
colorFalse
Color colorFalse
- Deprecated.
- the color if the field is FALSE.
field
String field
- Deprecated.
- The field from where to read the Boolean value.
useOppositeLogic
boolean useOppositeLogic
- Deprecated.
- A flag indicating whether limits specify the lower or the upper boundary of a range.
useAbsoluteValue
boolean useAbsoluteValue
- Deprecated.
- A flag indicating whether the values read from the field should be made absolute before they are compared to the
limits.
defineBackground
boolean defineBackground
- Deprecated.
- A flag indicating whether the color is applied to the foreground or background of the element.
field
String field
- Deprecated.
- The name of the data-row column from where to read the number that is compared to the limits.
defaultColor
Color defaultColor
- Deprecated.
- The default color that is used if none of the limits applies.
limits
ArrayList<E> limits
- Deprecated.
- The list of limit and color pairs.
field
String field
- Deprecated.
- The field name of the data-row column from where to read the boolean value.
newPageState
Boolean newPageState
- Deprecated.
- If not null, this boolean flag defines the function state that should be used after page breaks. If not defined,
the initial state is used instead.
numberOfElements
int numberOfElements
- Deprecated.
- A field defining the number of rows that must be processed before the visibility can switch again.
element
String element
- Deprecated.
- The name of the element that should be formatted.
initialState
boolean initialState
- Deprecated.
- The initial visibility that is used on the start of a new report, a new group or a new page.
resetOnGroupStart
boolean resetOnGroupStart
- Deprecated.
- A flag indicating whether the visiblity should be reset to its initial state when a group starts.
resetOnPageStart
boolean resetOnPageStart
- Deprecated.
- A flag indicating whether the visiblity should be reset to its initial state when a page starts.
deepTraversing
boolean deepTraversing
- A flag indicating whether this expression will receive events from subreports.
expressionList
ArrayList<E> expressionList
- Ordered storage for the Expressions.
formulaNamespace
String formulaNamespace
- The formula namespace as defined by OpenFormula.
formulaExpression
String formulaExpression
- The formula itself.
formula
String formula
- The formula as specified by the user. This is the formula and the namespace.
formulaError
Exception formulaError
- A flag indicating that the formula cannot be parsed.
formulaNamespace
String formulaNamespace
- The formula namespace as defined by OpenFormula.
formulaExpression
String formulaExpression
- The formula itself.
formula
String formula
- The formula as specified by the user. This is the formula and the namespace.
initialNamespace
String initialNamespace
- The formula namespace of the initial formula as defined by OpenFormula.
initialExpression
String initialExpression
- The initial formula itself.
initial
String initial
- The initial formula as specified by the user. This is the formula and the namespace.
initialized
boolean initialized
- A flag indicating whether the initial-formula has been evaluated.
formulaError
boolean formulaError
- A flag indicating that the formula cannot be parsed.
group
String group
- The name of the group that should be counted. This can be set to null to compute the count for all sub-groups of
the parent-group.
parentGroup
String parentGroup
- The name of the group on which to reset the count. This can be set to null to count the sub-groups of the whole
report.
count
int count
- The number of groups.
field
String field
- Deprecated.
- The name of the data-row column that is checked for null-values.
field
String field
- Deprecated.
- The name of the data-row column that is checked for null-values.
hidePageBands
boolean hidePageBands
- A flag indicating whether page bands should be hidden.
disableRepeatingHeader
boolean disableRepeatingHeader
- A flag indicating whether repeating group header and footer should made non-repeating.
exportDescriptor
String exportDescriptor
field
String field
- Deprecated.
- The field name.
field
String field
- Deprecated.
- The field name.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the average for the whole
report.
field
String field
- The name of the field from where to read the values.
scale
int scale
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- The rounding-property defines the precission of the divide-operation.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the count for the whole
report.
ignoreGroupBreaks
boolean ignoreGroupBreaks
- A flag indicating whether a group start resets the visiblity of the element.
ignorePageBreaks
boolean ignorePageBreaks
- A flag indicating whether a page start resets the visiblity of the element.
element
String element
- The name of the element that should be hidden.
field
String field
- The data-row column that should be checked for changed values.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the maximum for the whole
report.
field
String field
- The name of the field from where to read the values.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the minimum for the whole
report.
field
String field
- The name of the field from where to read the values.
totalSumFunction
TotalGroupSumFunction totalSumFunction
- A total group sum function.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the percentage for the whole
report.
field
String field
- The name of the field from where to read the values.
scale
int scale
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- The rounding-property defines the precission of the divide-operation.
scaleToHundred
boolean scaleToHundred
- A flag defining whether the returned value should be scaled to 100.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the sum for the whole
report.
field
String field
- The name of the field from where to read the values.
field
String field
- Deprecated.
- The name of the data-row column from where to read the numeric value.
positiveColor
Color positiveColor
- Deprecated.
- The color that is used for positive values.
negativeColor
Color negativeColor
- Deprecated.
- The color that is used for negative values.
zeroColor
Color zeroColor
- Deprecated.
- The color that is used for zero values.
group
String group
- The name of the group on which to reset the count. This can be set to null to compute the page count for the whole
report.
startPage
int startPage
- The initial page number on which the counting should start.
pageIncrement
int pageIncrement
- The increment by which the page number should be increases each time.
dependencyLevel
int dependencyLevel
- The dependency level of the function.
ignoreNextPageStart
boolean ignoreNextPageStart
- An internal state-management flag.
ignoreNextGroupStart
boolean ignoreNextGroupStart
- An internal state-management flag.
pageTotalFunction
PageTotalFunction pageTotalFunction
- A internal function delegate that computes the total number of pages.
format
String format
- The message format pattern.
groupPages
HashMap<K,V> groupPages
- A map of results, keyed by the process-key.
firstGroupSeen
boolean firstGroupSeen
- An internal state flag.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deprecated.
- Helper method for serialization.
- Throws:
IOException
- when reading the stream fails.
ClassNotFoundException
- if a class definition for a serialized object could not be found.
element
String element
- Deprecated.
- The name of the report element that should receive the image.
field
String field
- Deprecated.
- The field from where to read the AWT-Component.
scale
float scale
- Deprecated.
- The scale factor.
field
String field
- Deprecated.
- The field from where to read the AWT-Component.
scale
float scale
- Deprecated.
- The scale factor.
dividend
String dividend
- Deprecated.
- the field used as dividend by the function.
divisor
String divisor
- Deprecated.
- the field used as divisor by the function.
useDifference
boolean useDifference
- Deprecated.
- A flag indicating whether the difference between divident and divisor should be used as real divisor.
scale
int scale
- Deprecated.
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- Deprecated.
- The rounding-property defines the precission of the divide-operation.
newPageState
Boolean newPageState
- If not null, this boolean flag defines the function state that should be used after page breaks. If not defined,
the initial state is used instead.
numberOfElements
int numberOfElements
- A field defining the number of rows that must be processed before the visibility can switch again.
element
String element
- The name of the element that should be formatted.
initialState
boolean initialState
- The initial visibility that is used on the start of a new report, a new group or a new page.
visibleBackground
Color visibleBackground
- The background color that is used if the row-banding background should be visible.
invisibleBackground
Color invisibleBackground
- The background color that is used if the row-banding background should be invisible.
field
String field
- Deprecated.
- The field from where to read the compare value.
values
ArrayList<E> values
- Deprecated.
- The list of values.
fields
ArrayList<E> fields
- Deprecated.
- An ordered list containing the fieldnames used in the expression.
pattern
String pattern
- Deprecated.
- The message-format pattern used to compute the result.
urlEncodeData
boolean urlEncodeData
- Deprecated.
- A flag indicating whether the data read from the fields should be URL encoded.
urlEncodeResult
boolean urlEncodeResult
- Deprecated.
- A flag indicating whether the whole result string should be URL encoded.
encoding
String encoding
- Deprecated.
- The byte-encoding used for the URL encoding.
cachedResult
String cachedResult
- Deprecated.
- A cached result.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper method for serialization.
- Throws:
IOException
- when reading the stream fails.
ClassNotFoundException
- if a class definition for a serialized object could not be found.
field
String field
- The field that should be evaluated.
group
String group
- The name of the group on which to reset.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper function for the serialization.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if a required class could not be found.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper function for the serialization.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if a required class could not be found.
field
String field
- The field that should be evaluated.
group
String group
- The name of the group on which to reset.
dividendFunction
TotalGroupSumFunction dividendFunction
- Internal function to compute the dividend.
divisorFunction
TotalGroupSumFunction divisorFunction
- Internal function to compute the divisor.
scale
int scale
- The scale-property defines the precission of the divide-operation.
roundingMode
int roundingMode
- The rounding-property defines the precission of the divide-operation.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper function for the serialization.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if a required class could not be found.
group
String group
- The name of the group on which to reset.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper function for the serialization.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if a required class could not be found.
group
String group
- The name of the group on which to reset.
field
String field
- The field that should be evaluated.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper function for the serialization.
- Throws:
IOException
- if an IO error occured.
ClassNotFoundException
- if a required class could not be found.
group
String group
- The name of the group on which to reset.
field
String field
- The field that should be evaluated.
Package org.pentaho.reporting.engine.classic.core.function.bool |
Package org.pentaho.reporting.engine.classic.core.function.date |
date
Date date
- Deprecated.
- The static date that is used in the comparison.
month
Integer month
- A property holding the month of the year.
year
Integer year
- A property holding the year.
hour
Integer hour
- A property holding the hour of the day. This property uses the 24-hour system.
minute
Integer minute
- A property holding the minute.
second
Integer second
- A property holding the second.
milliSecond
Integer milliSecond
- A property holding milli-seconds.
time
Long time
- A property holding time in milli-seconds since 01-01-1970.
epochTime
Long epochTime
- A property holding time in seconds since 01-01-1970.
dayOfWeek
Integer dayOfWeek
- A property holding the day of the week.
dayOfYear
Integer dayOfYear
- A property holding the day of the year.
dayOfMonth
Integer dayOfMonth
- A property holding the day of the month.
dayOfWeekInMonth
Integer dayOfWeekInMonth
- A property holding the day of the week in the month.
timeZone
TimeZone timeZone
- A property holding the time-zone.
weekOfYear
Integer weekOfYear
- A property holding the week of the year.
weekOfMonth
Integer weekOfMonth
- A property holding the week of the month.
startDateField
String startDateField
- Deprecated.
- The field that contains the start-date.
endDateField
String endDateField
- Deprecated.
- The field that contains the end-date.
monthField
String monthField
- The name of the field that contains the month.
yearField
String yearField
- The name of the field that contains the year.
hourField
String hourField
- The name of the field that contains the hour (using the 24-hours system).
minuteField
String minuteField
- The name of the field that contains the minute.
secondField
String secondField
- The name of the field that contains the second.
milliSecondField
String milliSecondField
- The name of the field that contains the milli-seconds.
timeField
String timeField
- The name of the field that contains the number of milliseconds since 01-Jan-1970.
dayOfWeekField
String dayOfWeekField
- The name of the field that contains the day of the week.
dayOfYearField
String dayOfYearField
- The name of the field that contains the day of the year.
dayOfMonthField
String dayOfMonthField
- The name of the field that contains the day of the month.
dayOfWeekInMonthField
String dayOfWeekInMonthField
- The name of the field that contains the day of the week in the current month.
timeZoneField
String timeZoneField
- The name of the field that contains the time-zone.
weekOfYearField
String weekOfYearField
- The name of the field that contains the week of the year.
weekOfMonthField
String weekOfMonthField
- The name of the field that contains the week of the month.
epochTimeField
String epochTimeField
- The name of the field that contains the epoch time, that is the time in seconds since 01-Jan-1970.
Package org.pentaho.reporting.engine.classic.core.function.formula |
Package org.pentaho.reporting.engine.classic.core.function.numeric |
number
Double number
- Deprecated.
- The number to which the field's value get compared.
field
String field
- Deprecated.
- The field name.
field
String field
- Deprecated.
- The field name.
Package org.pentaho.reporting.engine.classic.core.function.strings |
field
String field
- Deprecated.
- The field name from where to read the string that should be capitalized.
firstWordOnly
boolean firstWordOnly
- Deprecated.
- A flag indicating that only the first word should be capitalized.
text
String text
- Deprecated.
- The static text.
field
String field
- The field from where to read the key value.
keys
ArrayList<E> keys
- The list of possible keys.
forwards
ArrayList<E> forwards
- The list of target-fields.
ignoreCase
boolean ignoreCase
- A flag defining, whether the key-lookup should be case-insensitive.
fallbackForward
String fallbackForward
- The fallback forward is used if none of the defined keys matches.
nullValue
String nullValue
- The null-value is returned if the key-field evaluates to
null
.
field
String field
- The field from where to read the key value.
keys
ArrayList<E> keys
- The list of possible keys.
values
ArrayList<E> values
- The list of mapped values.
ignoreCase
boolean ignoreCase
- A flag defining, whether the key-lookup should be case-insensitive.
fallbackValue
String fallbackValue
- The fallback value is returned if none of the defined keys matches.
nullValue
String nullValue
- The null-value is returned if the key-field evaluates to
null
.
pattern
String pattern
- The message-format pattern used to compute the result.
messageFormatSupport
MessageFormatSupport messageFormatSupport
- The message format support translates raw message strings into useable MessageFormat parameters and read the
necessary input data from the datarow.
urlEncodeData
boolean urlEncodeData
- A flag indicating whether the data read from the fields should be URL encoded.
urlEncodeResult
boolean urlEncodeResult
- A flag indicating whether the whole result string should be URL encoded.
encoding
String encoding
- The byte-encoding used for the URL encoding.
field
String field
- The field from where to read the key value.
resourceIdentifier
String resourceIdentifier
- The name of the used resource bundle. If null, the default resource-bundle will be used instead.
formatKey
String formatKey
- The key that gets used to lookup the message format string from the resource bundle.
resourceIdentifier
String resourceIdentifier
- The name of the resource bundle used to lookup the message.
messageFormatSupport
MessageFormatSupport messageFormatSupport
- The message format support translates raw message strings into useable MessageFormat parameters and read the
necessary input data from the datarow.
field
String field
- Deprecated.
- The field from where to read the string.
ellipsis
String ellipsis
- Deprecated.
- The ellipse-text that marks partial results.
start
int start
- Deprecated.
- The start-index position.
length
int length
- Deprecated.
- The length of the substring.
field
String field
- Deprecated.
- The field from where to read the original value.
delimeter
String delimeter
- Deprecated.
- The delimeter value.
replacement
String replacement
- Deprecated.
- The replacement value.
prefix
String prefix
- Deprecated.
- The (optional) prefix value.
suffix
String suffix
- Deprecated.
- The (optional) suffix value.
field
String field
- Deprecated.
- The field name from where to read the string that should be converted to lower case.
field
String field
- Deprecated.
- The field name from where to read the string that should be converted to upper case.
field
String field
- Deprecated.
- The field name from where to read the string that should be URL-encoded.
encoding
String encoding
- Deprecated.
- The character-encoding that should be used for the URL-encoding of the value.
Package org.pentaho.reporting.engine.classic.core.function.sys |
expressionsCache
org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache
formatSpecification
FormatSpecification formatSpecification
- A reusable format-specification object.
field
String field
exportType
String exportType
- The export type for which to test for.
legacyMode
Boolean legacyMode
query
String query
- The name of the query that should be executed.
resultColumn
String resultColumn
- The name of the column of the query's result-table that should be used. If undefined, the first column is used.
queryTimeout
int queryTimeout
expressionsCache
org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache
pageStarted
boolean pageStarted
expressionsCache
org.pentaho.reporting.libraries.base.util.LFUMap<K,V> expressionsCache
Package org.pentaho.reporting.engine.classic.core.imagemap |
attributeMap
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributeMap
radius
float radius
x
float x
y
float y
attributes
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributes
mapEntries
ArrayList<E> mapEntries
coordinates
float[] coordinates
polygon
GeneralPath polygon
x1
float x1
y1
float y1
x2
float x2
y2
float y2
Package org.pentaho.reporting.engine.classic.core.layout |
Package org.pentaho.reporting.engine.classic.core.layout.model.context |
verticalTextAlign
VerticalTextAlign verticalTextAlign
verticalAlignment
ElementAlignment verticalAlignment
majorAxis
int majorAxis
minorAxis
int minorAxis
styleSheet
StyleSheet styleSheet
instanceId
InstanceID instanceId
posY
Float posY
posX
Float posX
marginLeft
long marginLeft
marginRight
long marginRight
marginTop
long marginTop
marginBottom
long marginBottom
borderLeft
long borderLeft
borderRight
long borderRight
borderTop
long borderTop
borderBottom
long borderBottom
dominantBaseline
int dominantBaseline
nominalBaselineInfo
ExtendedBaselineInfo nominalBaselineInfo
widows
int widows
orphans
int orphans
avoidPagebreakInside
boolean avoidPagebreakInside
preserveSpace
boolean preserveSpace
breakAfter
boolean breakAfter
fontFamily
String fontFamily
blockContextWidth
long blockContextWidth
spaceWidth
long spaceWidth
overflowX
boolean overflowX
overflowY
boolean overflowY
invisibleConsumesSpace
boolean invisibleConsumesSpace
visible
boolean visible
placeholderBox
boolean placeholderBox
computedWidth
long computedWidth
Package org.pentaho.reporting.engine.classic.core.layout.output |
currentEvent
ReportEvent currentEvent
renderer
Renderer renderer
lastPagebreak
boolean lastPagebreak
pagebreakHandler
DefaultLayoutPagebreakHandler pagebreakHandler
inlineSubreports
ArrayList<E> inlineSubreports
outputHandlers
org.pentaho.reporting.libraries.base.util.FastStack<T> outputHandlers
crosstabLayouts
org.pentaho.reporting.libraries.base.util.FastStack<T> crosstabLayouts
beginOfRow
int beginOfRow
position
int position
width
int width
height
int height
physicalPageKeys
PhysicalPageKey[] physicalPageKeys
name
String name
hashCode
int hashCode
reportState
ProcessState reportState
pageCursor
int pageCursor
safeToStore
Boolean safeToStore
logicalPage
LogicalPageKey logicalPage
x
int x
y
int y
Package org.pentaho.reporting.engine.classic.core.metadata |
name
String name
bundleLocation
String bundleLocation
keyPrefix
String keyPrefix
expert
boolean expert
preferred
boolean preferred
hidden
boolean hidden
deprecated
boolean deprecated
displayNameKey
String displayNameKey
descriptionKey
String descriptionKey
groupingKey
String groupingKey
groupingOrdinalKey
String groupingOrdinalKey
itemOrdinalKey
String itemOrdinalKey
keyPrefixAndName
String keyPrefixAndName
deprecationKey
String deprecationKey
experimental
boolean experimental
compatibilityLevel
int compatibilityLevel
valueRole
String valueRole
bulk
boolean bulk
namespace
String namespace
targetClass
Class<T> targetClass
mandatory
boolean mandatory
computed
boolean computed
- Indicates if the value is computed. A computed value does not have to be retained since it can be re-computed.
NOTE: an Element that is computed may or may not be transient.
transientFlag
boolean transientFlag
- Indicates if the value is transient. These values will not be written when the Element is serialized.
NOTE: an Element that is computed may or may not be transient.
propertyEditorClass
String propertyEditorClass
designTimeValue
boolean designTimeValue
attributeCore
AttributeCore attributeCore
editorClass
Class<T> editorClass
editable
boolean editable
freeformQuery
boolean freeformQuery
formattingMetadataSource
boolean formattingMetadataSource
dataFactoryCore
DataFactoryCore dataFactoryCore
attributes
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> attributes
styles
HashMap<K,V> styles
elementType
Class<T> elementType
container
boolean container
contentType
Class<T> contentType
expressionType
Class<T> expressionType
resultType
Class<T> resultType
properties
HashMap<K,V> properties
beanInfo
BeanInfo beanInfo
layoutProcessorMode
int layoutProcessorMode
mandatory
boolean mandatory
propertyRole
String propertyRole
propertyDescriptor
PropertyDescriptor propertyDescriptor
propertyEditorClass
String propertyEditorClass
computed
boolean computed
expressionPropertyCore
ExpressionPropertyCore expressionPropertyCore
expressionType
Class<T> expressionType
properties
HashMap<K,V> properties
beanInfo
BeanInfo beanInfo
autoProcessor
boolean autoProcessor
mandatory
boolean mandatory
propertyRole
String propertyRole
propertyDescriptor
PropertyDescriptor propertyDescriptor
propertyEditorClass
String propertyEditorClass
computed
boolean computed
reportPreProcessorCore
ReportPreProcessorPropertyCore reportPreProcessorCore
key
StyleKey key
propertyEditor
String propertyEditor
Package org.pentaho.reporting.engine.classic.core.modules.gui.base |
cancelAction
Action cancelAction
confirmAction
Action confirmAction
formValidator
FormValidator formValidator
resources
ResourceBundle resources
confirmed
boolean confirmed
reportJob
MasterReport reportJob
guiContext
GuiContext guiContext
defaultContext
GuiContext defaultContext
messages
org.pentaho.reporting.libraries.base.util.Messages messages
parametersLayoutPanel
JPanel parametersLayoutPanel
parametersPanel
ParameterReportControllerPane parametersPanel
defaultComp
DefaultListCellRenderer defaultComp
abstractButton
AbstractButton abstractButton
enabledUpdateHandler
org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController.EnabledUpdateHandler enabledUpdateHandler
isUpdating
boolean isUpdating
report
MasterReport report
reportParameterValues
ReportParameterValues reportParameterValues
validator
ReportParameterValidator validator
changeListeners
ArrayList<E> changeListeners
internalChangeListeners
ArrayList<E> internalChangeListeners
autoUpdateCheckbox
JCheckBox autoUpdateCheckbox
updateButton
JButton updateButton
carrierPanel
org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.ParameterCarrierPanel carrierPanel
parameterContext
org.pentaho.reporting.engine.classic.core.modules.gui.base.ParameterReportControllerPane.InternalParameterContext parameterContext
errorLabels
HashMap<K,V> errorLabels
globalErrorMessage
JLabel globalErrorMessage
parameterEditorFactory
ParameterComponentFactory parameterEditorFactory
inUpdate
boolean inUpdate
updateContext
ParameterUpdateContext updateContext
messages
org.pentaho.reporting.libraries.base.util.Messages messages
parameterComponents
ArrayList<E> parameterComponents
previewPane
PreviewPane previewPane
statusBar
JStatusBar statusBar
progressBar
ReportProgressBar progressBar
pageLabel
JLabel pageLabel
previewPane
PreviewPane previewPane
statusBar
JStatusBar statusBar
progressBar
ReportProgressBar progressBar
progressDialog
ReportProgressDialog progressDialog
pageLabel
JLabel pageLabel
messages
org.pentaho.reporting.libraries.base.util.Messages messages
previewPane
PreviewPane previewPane
statusBar
JStatusBar statusBar
progressBar
ReportProgressBar progressBar
pageLabel
JLabel pageLabel
progressDialog
ReportProgressDialog progressDialog
messages
org.pentaho.reporting.libraries.base.util.Messages messages
previewPane
PreviewPane previewPane
statusBar
JStatusBar statusBar
progressBar
ReportProgressBar progressBar
pageLabel
JLabel pageLabel
paginatingDrawable
Object paginatingDrawable
noReportDrawable
Object noReportDrawable
pageDrawable
PageBackgroundDrawable pageDrawable
drawablePanel
PreviewDrawablePanel drawablePanel
reportController
ReportController reportController
menus
JMenu[] menus
toolBar
JToolBar toolBar
statusText
String statusText
error
Throwable error
title
String title
statusType
StatusType statusType
closed
boolean closed
reportJob
MasterReport reportJob
numberOfPages
int numberOfPages
pageNumber
int pageNumber
swingGuiContext
SwingGuiContext swingGuiContext
iconTheme
IconTheme iconTheme
zoom
double zoom
paginating
boolean paginating
paginated
boolean paginated
printReportProcessor
PrintReportProcessor printReportProcessor
paginationWorker
Worker paginationWorker
toolbarHolder
JPanel toolbarHolder
outerReportControllerHolder
JPanel outerReportControllerHolder
reportControllerInner
boolean reportControllerInner
reportControllerLocation
String reportControllerLocation
reportControllerComponent
JComponent reportControllerComponent
zoomModel
KeyedComboBoxModel zoomModel
statusListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane.PreviewPaneStatusListener statusListener
toolbarFloatable
boolean toolbarFloatable
reportProgressListener
ArrayList<E> reportProgressListener
maxZoom
double maxZoom
minZoom
double minZoom
messages
org.pentaho.reporting.libraries.base.util.Messages messages
sizeLimiter
WindowSizeLimiter sizeLimiter
deferredRepagination
boolean deferredRepagination
hyperlinkListeners
ArrayList<E> hyperlinkListeners
actionPlugins
Map<K,V> actionPlugins
zoomActions
Map<K,V> zoomActions
zoomSelectorBox
JComboBox zoomSelectorBox
reportPaneScrollPane
JScrollPane reportPaneScrollPane
reportControllerSliderSize
int reportControllerSliderSize
performInitializationRunning
boolean performInitializationRunning
masterReport
MasterReport masterReport
parametersPanel
ParameterReportControllerPane parametersPanel
confirmed
boolean confirmed
messages
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages
confirmAction
PreviewParametersDialog.OkAction confirmAction
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.about |
resources
ResourceBundle resources
- Localised resources.
application
String application
- The application name.
version
String version
- The application version.
copyright
String copyright
- The copyright string.
info
String info
- Other info about the application.
licence
String licence
- The licence.
table
JTable table
- The table.
table
JTable table
- The table that displays the system properties.
copyPopupMenu
JPopupMenu copyPopupMenu
- Allows for a popup menu for copying.
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.actions |
actionPlugin
ControlActionPlugin actionPlugin
previewPane
PreviewPane previewPane
actionPlugin
ExportActionPlugin actionPlugin
previewPane
PreviewPane previewPane
zoom
double zoom
previewPane
PreviewPane previewPane
paginatedListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.actions.ZoomAction.PaginatedListener paginatedListener
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.date |
dateView
Calendar dateView
- Deprecated.
- The date used to display the current selection in the panel. This date cannot be null, while the selected
date can be null.
selectedDate
Date selectedDate
- Deprecated.
chosenDateButtonColor
Color chosenDateButtonColor
- Deprecated.
- The color for the selected date.
chosenMonthButtonColor
Color chosenMonthButtonColor
- Deprecated.
- The color for dates in the current month.
chosenOtherButtonColor
Color chosenOtherButtonColor
- Deprecated.
- The color for dates that are visible, but not in the current month.
firstDayOfWeek
int firstDayOfWeek
- Deprecated.
- The first day-of-the-week.
yearSelectionRange
int yearSelectionRange
- Deprecated.
- The range used for selecting years.
dateFont
Font dateFont
- Deprecated.
- The font used to display the date.
monthSelector
JComboBox monthSelector
- Deprecated.
- A combo for selecting the month.
yearSelector
JComboBox yearSelector
- Deprecated.
- A combo for selecting the year.
buttons
JButton[] buttons
- Deprecated.
- An array of buttons used to display the days-of-the-month.
refreshing
boolean refreshing
- Deprecated.
- A flag that indicates whether or not we are currently refreshing the
buttons.
WEEK_DAYS
int[] WEEK_DAYS
- Deprecated.
- The ordered set of all seven days of a week,
beginning with the 'firstDayOfWeek'.
serialVersionUID: -293716040467423637L
description
String description
- Deprecated.
- A description for the date.
serialVersionUID: -2039586705374454461L
serial
int serial
- Deprecated.
- The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 =
2958465).
day
int day
- Deprecated.
- The day of the month (1 to 28, 29, 30 or 31 depending on the month).
month
int month
- Deprecated.
- The month of the year (1 to 12).
year
int year
- Deprecated.
- The year (1900 to 9999).
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.event |
node
RenderNode node
sourceNode
RenderNode sourceNode
target
String target
window
String window
title
String title
event
MouseEvent event
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.internal |
cancelAction
Action cancelAction
confirmAction
Action confirmAction
boundedRange
boolean boundedRange
icon
JLabel icon
message
JLabel message
valueMessage
JLabel valueMessage
valueSlider
JSlider valueSlider
textField
JTextField textField
confirmed
boolean confirmed
formValidator
FormValidator formValidator
reportMouseListener
ArrayList<E> reportMouseListener
reportActionListener
ArrayList<E> reportActionListener
Package org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters |
dateChooserPanel
org.pentaho.reporting.libraries.designtime.swing.date.DateChooserPanel dateChooserPanel
dateField
JTextField dateField
sdf
DateFormat sdf
updateContext
ParameterUpdateContext updateContext
dateWindow
JPopupMenu dateWindow
pickDateButton
JButton pickDateButton
dateType
Class<T> dateType
parameterName
String parameterName
adjustingToExternalInput
boolean adjustingToExternalInput
listParameter
ListParameter listParameter
updateContext
ParameterUpdateContext updateContext
parameterContext
ParameterContext parameterContext
adjustingToExternalInput
boolean adjustingToExternalInput
listParameter
ListParameter listParameter
parameterContext
ParameterContext parameterContext
updateContext
ParameterUpdateContext updateContext
list
JList list
adjustingToUserInput
boolean adjustingToUserInput
adjustingToExternalInput
boolean adjustingToExternalInput
selectionCache
ArrayList<E> selectionCache
changeListener
org.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.ListParameterComponent.ListUpdateHandler changeListener
updateContext
ParameterUpdateContext updateContext
parameterName
String parameterName
textArea
JTextArea textArea
handler
TextComponentEditHandler handler
format
Format format
updateContext
ParameterUpdateContext updateContext
parameterName
String parameterName
handler
TextComponentEditHandler handler
format
Format format
Package org.pentaho.reporting.engine.classic.core.modules.gui.commonswing |
serialVersionUID: 469319532333015042L
drawable
org.pentaho.reporting.libraries.resourceloader.factory.drawable.DrawableWrapper drawable
backtraceArea
JTextArea backtraceArea
- A UI component for displaying the stack trace.
messageLabel
JLabel messageLabel
- A UI component for displaying the message.
currentEx
Exception currentEx
- The exception.
detailsAction
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ExceptionDialog.DetailsAction detailsAction
- An action associated with the 'Details' button.
scroller
JScrollPane scroller
- A scroll pane.
filler
JPanel filler
- A filler panel.
messages
org.pentaho.reporting.libraries.base.util.Messages messages
- Localized message class
otherComponents
JComponent otherComponents
statusHolder
JLabel statusHolder
iconTheme
IconTheme iconTheme
statusType
StatusType statusType
maxlen
int maxlen
- The maximum length.
buffer
StringBuffer buffer
onlyPagination
boolean onlyPagination
- Indicates if this process is only for pagination
runnable
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressBar.ScreenUpdateRunnable runnable
messageCarrier
JLabel messageCarrier
- A label that carries the global message that describes the current task.
passCountMessage
JLabel passCountMessage
- A label containing the report processing pass count.
pageCountMessage
JLabel pageCountMessage
- A label containing the current page.
rowCountMessage
JLabel rowCountMessage
- A label containing the currently processed row.
progressBar
JProgressBar progressBar
- The progress bar that is used to visualize the progress.
pageMessageFormatter
MessageFormat pageMessageFormatter
- The reuseable message format for the page label.
rowsMessageFormatter
MessageFormat rowsMessageFormatter
- The reuseable message format for the rows label.
passMessageFormatter
MessageFormat passMessageFormatter
- The reuseable message format for the pass label.
lastPage
int lastPage
- The last page received.
lastActivity
int lastActivity
- The last pass values received.
lastMaxRow
int lastMaxRow
- The last max-row received.
lastMaxRowInteger
Integer lastMaxRowInteger
- the cached value for the max-row value as integer.
layoutText
String layoutText
- a text which describes the layouting process.
outputText
String outputText
- a text that describes the export phase of the report processing.
messages
org.pentaho.reporting.libraries.base.util.Messages messages
- Localised messages.
onlyPagination
boolean onlyPagination
updateRunnable
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.ReportProgressDialog.ScreenUpdateRunnable updateRunnable
Package org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action |
fileChooser
JFileChooser fileChooser
- The FileChooser that is used to perform the selection.
parent
Component parent
- The (optional) parent component.
action
Action action
- The action.
propertyChangeHandler
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
action
Action action
- The action.
propertyChangeHandler
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
action
Action action
- The action.
propertyChangeHandler
org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
Package org.pentaho.reporting.engine.classic.core.modules.gui.csv |
txFilename
JTextField txFilename
- Filename text field.
cbEncoding
JComboBox cbEncoding
- The encoding combo-box.
encodingModel
EncodingComboBoxModel encodingModel
- The encoding model.
cbxEnableReportHeader
JCheckBox cbxEnableReportHeader
cbxEnableReportFooter
JCheckBox cbxEnableReportFooter
cbxEnableGroupHeader
JCheckBox cbxEnableGroupHeader
cbxEnableGroupFooter
JCheckBox cbxEnableGroupFooter
cbxEnableItemband
JCheckBox cbxEnableItemband
cbxWriteStateColumns
JCheckBox cbxWriteStateColumns
cbxColumnNamesAsFirstRow
JCheckBox cbxColumnNamesAsFirstRow
- The columnnames-as-first-row layout check-box.
rbSeparatorTab
JRadioButton rbSeparatorTab
- A radio button for tab separators.
rbSeparatorColon
JRadioButton rbSeparatorColon
- A radio button for colon separators.
rbSeparatorSemicolon
JRadioButton rbSeparatorSemicolon
- A radio button for semi-colon separators.
rbSeparatorOther
JRadioButton rbSeparatorOther
- A radio button for other separators.
txSeparatorOther
JTextField txSeparatorOther
- A text field for the 'other' separator.
statusBar
JStatusBar statusBar
fileChooser
JFileChooser fileChooser
- A file chooser.
txFilename
JTextField txFilename
- Filename text field.
cbEncoding
JComboBox cbEncoding
- The encoding combo-box.
encodingModel
EncodingComboBoxModel encodingModel
- The encoding model.
cbxStrictLayout
JCheckBox cbxStrictLayout
- The strict layout check-box.
rbSeparatorTab
JRadioButton rbSeparatorTab
- A radio button for tab separators.
rbSeparatorColon
JRadioButton rbSeparatorColon
- A radio button for colon separators.
rbSeparatorSemicolon
JRadioButton rbSeparatorSemicolon
- A radio button for semi-colon separators.
rbSeparatorOther
JRadioButton rbSeparatorOther
- A radio button for other separators.
txSeparatorOther
JTextField txSeparatorOther
- A text field for the 'other' separator.
statusBar
JStatusBar statusBar
fileChooser
JFileChooser fileChooser
- A file chooser.
Package org.pentaho.reporting.engine.classic.core.modules.gui.html |
txFilename
JTextField txFilename
- Filename text field.
txDataFilename
JTextField txDataFilename
- Data file name field.
txTitle
JTextField txTitle
- Title text field.
txAuthor
JTextField txAuthor
- Author text field.
cbEncoding
JComboBox cbEncoding
- A combo-box for selecting the encoding.
encodingModel
EncodingComboBoxModel encodingModel
- The encoding data model.
cbxStrictLayout
JCheckBox cbxStrictLayout
- A check-box for selecting 'strict layout'.
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
- A check-box for...
fileChooserHtml
JFileChooser fileChooserHtml
- A file chooser for directory and stream export.
statusBar
JStatusBar statusBar
txKeywords
JTextField txKeywords
txDescription
JTextField txDescription
txFilename
JTextField txFilename
- Filename text field.
txTitle
JTextField txTitle
- Title text field.
txAuthor
JTextField txAuthor
- Author text field.
cbEncoding
JComboBox cbEncoding
- A combo-box for selecting the encoding.
encodingModel
EncodingComboBoxModel encodingModel
- The encoding data model.
cbxStrictLayout
JCheckBox cbxStrictLayout
- A check-box for selecting 'strict layout'.
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
- A check-box for...
fileChooserHtml
JFileChooser fileChooserHtml
- A file chooser for directory and stream export.
statusBar
JStatusBar statusBar
txDescription
JTextField txDescription
txKeywords
JTextField txKeywords
txFilename
JTextField txFilename
- Filename text field.
txDataFilename
JTextField txDataFilename
- Data file name field.
txTitle
JTextField txTitle
- Title text field.
txAuthor
JTextField txAuthor
- Author text field.
cbEncoding
JComboBox cbEncoding
- A combo-box for selecting the encoding.
encodingModel
EncodingComboBoxModel encodingModel
- The encoding data model.
cbxStrictLayout
JCheckBox cbxStrictLayout
- A check-box for selecting 'strict layout'.
cbxCopyExternalReferences
JCheckBox cbxCopyExternalReferences
- A check-box for...
fileChooserZip
JFileChooser fileChooserZip
- A file chooser for a ZIP file.
statusBar
JStatusBar statusBar
txKeywords
JTextField txKeywords
txDescription
JTextField txDescription
Package org.pentaho.reporting.engine.classic.core.modules.gui.pdf |
rbSecurityNone
JRadioButton rbSecurityNone
- Security (none) radio button.
rbSecurity40Bit
JRadioButton rbSecurity40Bit
- Security (40 bit) radio button.
rbSecurity128Bit
JRadioButton rbSecurity128Bit
- Security (128 bit) radio button.
txUserPassword
JTextField txUserPassword
- User password text field.
txOwnerPassword
JTextField txOwnerPassword
- Owner password text field.
txConfUserPassword
JTextField txConfUserPassword
- Confirm user password text field.
txConfOwnerPassword
JTextField txConfOwnerPassword
- Confirm ownder password text field.
cxAllowCopy
JCheckBox cxAllowCopy
- Allow copy check box.
cxAllowScreenReaders
JCheckBox cxAllowScreenReaders
- Allow screen readers check box.
cbAllowPrinting
JComboBox cbAllowPrinting
- Allow printing check box.
cxAllowAssembly
JCheckBox cxAllowAssembly
- Allow assembly check box.
cxAllowModifyContents
JCheckBox cxAllowModifyContents
- Allow modify contents check box.
cxAllowModifyAnnotations
JCheckBox cxAllowModifyAnnotations
- Allow modify annotations check box.
cxAllowFillIn
JCheckBox cxAllowFillIn
- Allow fill in check box.
encodingModel
EncodingComboBoxModel encodingModel
- A model for the available encodings.
fileChooser
JFileChooser fileChooser
- A file chooser.
txTitle
JTextField txTitle
- Title text field.
txAuthor
JTextField txAuthor
- Author text field.
statusBar
JStatusBar statusBar
txFilename
JTextField txFilename
printingModel
DefaultComboBoxModel printingModel
cbEncoding
JComboBox cbEncoding
cxEmbedded
JCheckBox cxEmbedded
txKeywords
JTextField txKeywords
txDescription
JTextField txDescription
Package org.pentaho.reporting.engine.classic.core.modules.gui.plaintext |
encodingComboBoxModel
EncodingComboBoxModel encodingComboBoxModel
encodingComboBox
JComboBox encodingComboBox
messages
org.pentaho.reporting.libraries.base.util.Messages messages
encodingSelector
EncodingSelector encodingSelector
- A combo-box for selecting the encoding.
rbPlainPrinterCommandSet
JRadioButton rbPlainPrinterCommandSet
- A radio button for selecting plain printer commands.
rbEpson9PrinterCommandSet
JRadioButton rbEpson9PrinterCommandSet
- A radio button for selecting Epson 9-pin printer commands.
rbEpson24PrinterCommandSet
JRadioButton rbEpson24PrinterCommandSet
- A radio button for selecting Epson 24-pin printer commands.
rbIBMPrinterCommandSet
JRadioButton rbIBMPrinterCommandSet
- A radio button for selecting IBM printer commands.
txFilename
JTextField txFilename
- The filename text field.
cbLinesPerInch
JComboBox cbLinesPerInch
- A combo-box for selecting lines per inch.
cbCharsPerInch
JComboBox cbCharsPerInch
- A combo-box for selecting characters per inch.
cbEpson9PrinterType
JComboBox cbEpson9PrinterType
cbEpson24PrinterType
JComboBox cbEpson24PrinterType
epson9Printers
KeyedComboBoxModel epson9Printers
epson24Printers
KeyedComboBoxModel epson24Printers
statusBar
JStatusBar statusBar
Package org.pentaho.reporting.engine.classic.core.modules.gui.print |
pageDefinition
SimplePageDefinition pageDefinition
drawablePanel
DrawablePanel drawablePanel
pageBackgroundDrawable
PageBackgroundDrawable pageBackgroundDrawable
confirmed
boolean confirmed
confirmAction
org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.ConfirmAction confirmAction
pageFormatBox
JComboBox pageFormatBox
pageHeightField
JTextField pageHeightField
pageWidthField
JTextField pageWidthField
portraitModeBox
JCheckBox portraitModeBox
landscapeModeBox
JCheckBox landscapeModeBox
spanHorizontalField
JTextField spanHorizontalField
spanVerticalField
JTextField spanVerticalField
marginTopField
JTextField marginTopField
marginLeftField
JTextField marginLeftField
marginBottomField
JTextField marginBottomField
marginRightField
JTextField marginRightField
guiContext
GuiContext guiContext
preDefinedPageSizeBox
JCheckBox preDefinedPageSizeBox
userDefinedPageSizeBox
JCheckBox userDefinedPageSizeBox
previewPane
PageFormatPreviewPane previewPane
messages
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport messages
Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.CancelAction extends AbstractAction implements Serializable |
Class org.pentaho.reporting.engine.classic.core.modules.gui.print.PageSetupDialog.ConfirmAction extends AbstractAction implements Serializable |
Package org.pentaho.reporting.engine.classic.core.modules.gui.rtf |
actionSelectFile
Action actionSelectFile
- Select file action.
txFilename
JTextField txFilename
- Filename text field.
cbStrictLayout
JCheckBox cbStrictLayout
- The strict layout check-box.
fileChooser
JFileChooser fileChooser
- A file chooser.
statusBar
JStatusBar statusBar
Package org.pentaho.reporting.engine.classic.core.modules.gui.xls |
actionSelectFile
Action actionSelectFile
- Select file action.
txFilename
JTextField txFilename
- Filename text field.
cbStrictLayout
JCheckBox cbStrictLayout
- The strict layout check-box.
statusBar
JStatusBar statusBar
fileChooser
JFileChooser fileChooser
- A file chooser.
actionSelectFile
Action actionSelectFile
- Select file action.
txFilename
JTextField txFilename
- Filename text field.
cbStrictLayout
JCheckBox cbStrictLayout
- The strict layout check-box.
statusBar
JStatusBar statusBar
fileChooser
JFileChooser fileChooser
- A file chooser.
Package org.pentaho.reporting.engine.classic.core.modules.misc.beanshell |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialisation support. The transient child elements were not saved.
- Throws:
IOException
- if there is an I/O error.
ClassNotFoundException
- if a serialized class is not defined on this system.
expression
String expression
Package org.pentaho.reporting.engine.classic.core.modules.misc.bsf |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialisation support. The transient child elements were not saved.
- Throws:
IOException
- if there is an I/O error.
ClassNotFoundException
- if a serialized class is not defined on this system.
language
String language
script
String script
expression
String expression
script
String script
language
String language
Package org.pentaho.reporting.engine.classic.core.modules.misc.configstore.base |
Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
globalScriptLanguage
String globalScriptLanguage
globalScript
String globalScript
queryMappings
HashMap<K,V> queryMappings
querymappings
HashMap<K,V> querymappings
Package org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sql |
parser
SQLParameterLookupParser parser
properties
Properties properties
url
String url
driver
String driver
connectionPath
String connectionPath
username
String username
password
String password
connectionProvider
ConnectionProvider connectionProvider
labelMapping
boolean labelMapping
autoCloseBehavior
Boolean autoCloseBehavior
configuration
org.pentaho.reporting.libraries.base.config.Configuration configuration
userField
String userField
passwordField
String passwordField
resourceManager
org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager
contextKey
org.pentaho.reporting.libraries.resourceloader.ResourceKey contextKey
resourceBundleFactory
ResourceBundleFactory resourceBundleFactory
fields
ArrayList<E> fields
expandArray
boolean expandArray
scriptingSupport
DataFactoryScriptingSupport scriptingSupport
connection
Connection connection
Package org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc |
rows
ArrayList<E> rows
- Storage for the rows.
rows
ArrayList<E> rows
- Storage for the rows.
rows
ArrayList<E> rows
- Storage for the rows.
Package org.pentaho.reporting.engine.classic.core.modules.misc.survey |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
lowest
int lowest
- The lowest response value on the scale.
highest
int highest
- The highest response value on the scale.
lowerMargin
double lowerMargin
- The lower margin.
upperMargin
double upperMargin
- The upper margin.
fillShapes
ArrayList<E> fillShapes
- A list of flags that control whether or not the shapes are filled.
values
Number[] values
- The values to display.
rangeLowerBound
Number rangeLowerBound
- The lower bound of the highlighted range.
rangeUpperBound
Number rangeUpperBound
- The upper bound of the highlighted range.
drawBorder
boolean drawBorder
- Draw a border?
drawTickMarks
boolean drawTickMarks
- Draw the tick marks?
drawScaleValues
boolean drawScaleValues
- Draw the scale values.
scaleValueFont
Font scaleValueFont
- The font used to display the scale values.
range
int range
lowerBound
double lowerBound
upperBound
double upperBound
useFontMetricsGetStringBounds
boolean useFontMetricsGetStringBounds
autoConfigure
boolean autoConfigure
lowest
int lowest
- The lowest value on the scale.
highest
int highest
- The highest value on the scale.
fieldList
ArrayList<E> fieldList
- An ordered list containing the fieldnames used in the expression.
rangeLowerBoundField
String rangeLowerBoundField
- The name of the field containing the lower bound of the highlighted range.
rangeUpperBoundField
String rangeUpperBoundField
- The name of the field containing the upper bound of the highlighted range.
rangePaint
Paint rangePaint
- The range paint.
overrideShape
Shape overrideShape
- An optional shape that is used (if present) for the first data value.
overrideShapeFilled
boolean overrideShapeFilled
- A flag that controls whether or not the override shape is filled or not filled.
Package org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel |
columnNames
String[] columnNames
maxColumnCount
int maxColumnCount
data
Object[][] data
columnNames
String[] columnNames
columnTypes
Class<T>[] columnTypes
rowCount
int rowCount
columnNames
String[] columnNames
columnTypes
Class<T>[] columnTypes
models
ArrayList<E> models
changeHandler
org.pentaho.reporting.engine.classic.core.modules.misc.tablemodel.JoiningTableModel.TableChangeHandler changeHandler
rowCount
int rowCount
resultset
ResultSet resultset
- The scrollable ResultSet source.
dbmd
ResultSetMetaData dbmd
- The ResultSetMetaData object for this result set.
rowCount
int rowCount
- The number of rows in the result set.
labelMapMode
boolean labelMapMode
- Defines the column naming mode.
closeStatement
boolean closeStatement
types
Class<T>[] types
- The column types as read from the result set.
metaData
DefaultTableMetaData metaData
Package org.pentaho.reporting.engine.classic.core.modules.output.csv |
w
Writer w
- the writer used to output the generated data.
depLevel
int depLevel
- the functions dependency level, -1 by default.
quoter
CSVQuoter quoter
- the CSVQuoter used to encode the column values.
writeDataRowNames
boolean writeDataRowNames
- a flag indicating whether to writer data row names as column header.
writeStateColumns
boolean writeStateColumns
enableReportHeader
boolean enableReportHeader
enableReportFooter
boolean enableReportFooter
enableGroupHeader
boolean enableGroupHeader
enableGroupFooter
boolean enableGroupFooter
enableItemband
boolean enableItemband
inlineSubreports
ArrayList<E> inlineSubreports
Package org.pentaho.reporting.engine.classic.core.modules.output.table.html |
Package org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper |
Package org.pentaho.reporting.engine.classic.core.modules.output.table.html.util |
Package org.pentaho.reporting.engine.classic.core.modules.output.xml |
w
Writer w
- Deprecated.
- the writer used to write the generated document.
depLevel
int depLevel
- Deprecated.
- the dependency level.
entityParser
org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser entityParser
- Deprecated.
- the XMLEntity parser used to encode the xml characters.
Package org.pentaho.reporting.engine.classic.core.modules.parser.base |
backend
Attributes backend
rootXmlReadHandler
org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootXmlReadHandler
cloneable
boolean cloneable
Package org.pentaho.reporting.engine.classic.core.modules.parser.base.common |
beanUtility
BeanUtility beanUtility
propertyName
String propertyName
propertyType
String propertyType
expressionName
String expressionName
originalExpressionClass
String originalExpressionClass
expressionClass
String expressionClass
strictParsing
boolean strictParsing
beanUtility
BeanUtility beanUtility
propertyName
String propertyName
propertyType
String propertyType
propertyName
String propertyName
value
Object value
valueType
ValueConverter valueType
buffer
StringBuffer buffer
lookupParser
org.pentaho.reporting.engine.classic.core.modules.parser.base.common.PropertyStringReadHandler.StringLookupParser lookupParser
Package org.pentaho.reporting.engine.classic.core.modules.parser.bundle.writer |
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.base |
className
Class<T> className
- The class.
parameters
HashMap<K,V> parameters
- Storage for parameters.
parameterDefs
HashMap<K,V> parameterDefs
- Storage for parameter definitions.
config
org.pentaho.reporting.libraries.base.config.Configuration config
- The configuration for the object description.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
ignoredParameters
HashSet<E> ignoredParameters
factories
ArrayList<E> factories
- Storage for the class factories.
classes
HashMap<K,V> classes
- Storage for the classes.
comparator
ClassComparator comparator
- A class comparator for searching the super class
config
org.pentaho.reporting.libraries.base.config.Configuration config
- The parser/report configuration
valueConverter
ColorValueConverter valueConverter
dateFormat
SimpleDateFormat dateFormat
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.datasource |
dataSources
HashMap<K,V> dataSources
- Storage for the data sources.
factories
ArrayList<E> factories
- Storage for the factories.
comparator
org.pentaho.reporting.libraries.serializer.ClassComparator comparator
- The comparator used to compare class instances.
config
org.pentaho.reporting.libraries.base.config.Configuration config
- The parser/report configuration.
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.elements |
factories
ArrayList<E> factories
- Storage for the element factories.
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.objects |
segmentType
int segmentType
- The segment type, one of the PathIterator constants.
x1
float x1
- The x coordinate of the first parameter point.
y1
float y1
- The y coordinate of the first parameter point.
x2
float x2
- The x coordinate of the second parameter point.
y2
float y2
- The y coordinate of the second parameter point.
x3
float x3
- The x coordinate of the third parameter point.
y3
float y3
- The y coordinate of the third parameter point.
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.stylekey |
knownKeys
HashMap<K,V> knownKeys
- Storage for the keys.
factories
ArrayList<E> factories
- Storage for the factories.
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.factory.templates |
name
String name
- The name.
templates
HashMap<K,V> templates
- Storage for the templates.
config
org.pentaho.reporting.libraries.base.config.Configuration config
- The parser/report configuration.
factories
ArrayList<E> factories
- Storage for the factories.
Package org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers |
keyfactory
StyleKeyFactory keyfactory
styleSheet
ElementStyleSheet styleSheet
Package org.pentaho.reporting.engine.classic.core.modules.parser.extwriter |
Package org.pentaho.reporting.engine.classic.core.parameters |
name
String name
attributeMap
ReportAttributeMap attributeMap
mandatory
boolean mandatory
valueType
Class<T> valueType
defaultValue
Object defaultValue
queryName
String queryName
keyColumn
String keyColumn
textColumn
String textColumn
strictValueCheck
boolean strictValueCheck
allowMultiSelection
boolean allowMultiSelection
parameters
ArrayList<E> parameters
validator
ReportParameterValidator validator
attributeMap
ReportAttributeMap attributeMap
strictValueCheck
boolean strictValueCheck
allowMultiSelection
boolean allowMultiSelection
parameterValues
org.pentaho.reporting.engine.classic.core.parameters.StaticListParameter.StaticParameterValues parameterValues
message
String message
parameters
Object[] parameters
Package org.pentaho.reporting.engine.classic.core.states |
storage
HashMap<K,V> storage
storage
HashMap<K,V> storage
Class org.pentaho.reporting.engine.classic.core.states.IndexedTableModel.ColumnIndexDataAttributes extends Object implements Serializable |
backend
DataAttributes backend
indexColumn
Boolean indexColumn
reportHeader
ReportHeader reportHeader
- The report header band (if not null, printed once at the start of the report).
reportFooter
ReportFooter reportFooter
- The report footer band (if not null, printed once at the end of the report).
pageHeader
PageHeader pageHeader
- The page header band (if not null, printed at the start of every page).
pageFooter
PageFooter pageFooter
- The page footer band (if not null, printed at the end of every page).
watermark
Watermark watermark
- The watermark acts a global page background.
properties
ReportProperties properties
- Deprecated.
- Storage for arbitrary properties that a user can assign to the report.
styleSheetCollection
StyleSheetCollection styleSheetCollection
- The stylesheet collection of this report definition.
pageDefinition
PageDefinition pageDefinition
- The page definition defines the output area.
query
String query
rootGroup
Group rootGroup
queryLimit
int queryLimit
queryTimeout
int queryTimeout
storage
HashMap<K,V> storage
Package org.pentaho.reporting.engine.classic.core.states.crosstab |
processingStack
org.pentaho.reporting.libraries.base.util.FastStack<T> processingStack
results
HashMap<K,V> results
resultsFinished
boolean resultsFinished
key
ReportStateKey key
insertationCursor
int insertationCursor
entries
ArrayList<E> entries
columnSet
String[] columnSet
key
ReportStateKey key
insertationCursor
int insertationCursor
entries
ArrayList<E> entries
columnSet
String[] columnSet
comparator
CrosstabKeyComparator comparator
key
ReportStateKey key
Package org.pentaho.reporting.engine.classic.core.style |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
strokeType
int strokeType
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
locked
boolean locked
- a flag indicating the read-only state of this style sheet.
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Helper method for serialization.
- Throws:
IOException
- when reading the stream fails.
ClassNotFoundException
- if a class definition for a serialized object could not be found.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Helper method for serialization.
- Throws:
IOException
- if errors occur while writing the stream.
name
String name
- The style-sheet name.
parents
ArrayList<E> parents
- Storage for the parent style sheets (if any).
globalDefaultStyleSheet
ElementDefaultStyleSheet globalDefaultStyleSheet
- Storage for readonly style sheets.
cascadeStyleSheet
ElementStyleSheet cascadeStyleSheet
propertyKeys
StyleKey[] propertyKeys
- The keys for the properties that have been explicitly set on the element.
source
byte[] source
changeTracker
long changeTracker
fontEncoding
String fontEncoding
- Deprecated.
- the preferred text encoding for this font.
fontName
String fontName
- Deprecated.
- The FontName of the font. This defines the Font-Family.
fontSize
int fontSize
- Deprecated.
- the font size in point.
isBold
boolean isBold
- Deprecated.
- this font's bold flag.
isItalic
boolean isItalic
- Deprecated.
- this font's italic flag.
isUnderline
boolean isUnderline
- Deprecated.
- this font's underline flag.
isStrikeThrough
boolean isStrikeThrough
- Deprecated.
- this font's strikethrough flag.
embeddedFont
boolean embeddedFont
- Deprecated.
- whether to embedd the font in the target documents, if supported.
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
styleSheet
ElementStyleSheet styleSheet
- Deprecated.
readResolve
private Object readResolve()
throws ObjectStreamException
- Replaces the automaticly generated instance with one of the defined stylekey instances or creates a new stylekey.
- Throws:
ObjectStreamException
- if the element could not be resolved.
name
String name
- The name of the style key.
valueType
Class<T> valueType
- The class of the value.
identifier
int identifier
- A unique int-key for the stylekey.
trans
boolean trans
- Whether this stylekey is transient. Transient keys will not be written when serializing a report.
inheritable
boolean inheritable
- Whether this stylekey is inheritable.
styleSheets
HashMap<K,V> styleSheets
- Deprecated.
- The stylesheet storage.
styleSheetsByID
HashMap<K,V> styleSheetsByID
- Deprecated.
Class org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet extends ElementStyleSheet implements Serializable |
styleSheetCollection
StyleSheetCollection styleSheetCollection
Class org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheetCarrier extends Object implements Serializable |
styleSheetID
InstanceID styleSheetID
styleSheet
org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet styleSheet
self
org.pentaho.reporting.engine.classic.core.style.StyleSheetCollection.ManagedStyleSheet self
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
id
String id
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
Package org.pentaho.reporting.engine.classic.core.util |
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
locale
Locale locale
timeZone
TimeZone timeZone
data
long[] data
- The array holding the list data.
size
int size
- The size of the list.
increment
int increment
- The number of free slots added on every resize.
markerChar
char markerChar
- The initial marker char, a $ by default.
closingBraceChar
char closingBraceChar
- The closing brace char.
openingBraceChar
char openingBraceChar
- The opening brace char.
escapeChar
char escapeChar
- The escape char.
escapeMode
int escapeMode
linkedMap
LinkedHashMap<K,V> linkedMap
properties
org.pentaho.reporting.libraries.base.util.LinkedMap properties
- Deprecated.
- Storage for the properties.
masterProperties
ReportProperties masterProperties
- Deprecated.
- The fall-back property-collection.
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the automatically generated instance with one of the enumeration instances.
- Throws:
ObjectStreamException
- if the element could not be resolved.
type
String type
columnNames
ArrayList<E> columnNames
columnClasses
ArrayList<E> columnClasses
data
org.pentaho.reporting.libraries.base.util.GenericObjectTable data
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Serialisation support. The transient child elements were not saved.
- Throws:
IOException
- if there is an I/O error.
ClassNotFoundException
- if a serialized class is not defined on this system.
master
Object master
- The master element.
size
int size
- The current number of elements.
maxChilds
int maxChilds
- The maximum number of elements.
Package org.pentaho.reporting.engine.classic.core.util.beans |
Package org.pentaho.reporting.engine.classic.core.util.geom |
x
long x
- The x-coordinate of the upper left corner.
y
long y
- The y-coordinate of the upper left corner.
width
long width
- The width of this rectangle.
height
long height
- The height of this rectangle.
locked
boolean locked
- A flag indicating whether attempts to change this rectangle should trigger Exceptions.
width
long width
- The width.
height
long height
- The height.
locked
boolean locked
- A flag indicating whether this object is mutable.
x
long x
- The x-Coordinate.
y
long y
- The y-coordinate.
locked
boolean locked
- A flag indicating whether this object is mutable.
Package org.pentaho.reporting.engine.classic.core.wizard |
generatedExpressionNames
HashSet<E> generatedExpressionNames
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ExpressionsDataAttributes extends Object implements Serializable |
expressionMetaData
ExpressionMetaData expressionMetaData
expressionType
Class<T> expressionType
resultType
Class<T> resultType
expressionName
String expressionName
beanUtility
BeanUtility beanUtility
expressionProperties
String[] expressionProperties
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.GenericDataAttributes extends Object implements Serializable |
parameterName
String parameterName
parameterType
Class<T> parameterType
source
String source
label
String label
globalAttributes
DataAttributes globalAttributes
Class org.pentaho.reporting.engine.classic.core.wizard.DataSchemaCompiler.ParameterDataAttributes extends Object implements Serializable |
globalAttributes
DataAttributes globalAttributes
entry
ParameterDefinitionEntry entry
parameterContext
ParameterContext parameterContext
backend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> backend
valueBackend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> valueBackend
mapperBackend
org.pentaho.reporting.libraries.xmlns.common.AttributeMap<T> mapperBackend
mapping
LinkedHashMap<K,V> mapping
tableAttributes
DataAttributes tableAttributes
backend
ArrayList<E> backend
field
String field
attributes
DataAttributes attributes
references
DataAttributeReferences references
attributes
DataAttributes attributes
references
DataAttributeReferences references
domain
String domain
name
String name
value
Object value
selectors
MetaSelector[] selectors
attributes
DataAttributes attributes
references
DataAttributeReferences references
rootDefinition
DataSchemaDefinition rootDefinition
overlayDefinition
DataSchemaDefinition overlayDefinition