A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages

A

Abbreviation - Class in com.inet.report.chart.format
This class represents an abbreviation instance.
ABBREVIATION_BILLIONS - Static variable in class com.inet.report.chart.format.Abbreviation
Billions abbreviation
ABBREVIATION_MILLIONS - Static variable in class com.inet.report.chart.format.Abbreviation
Millions abbreviation
ABBREVIATION_NONE - Static variable in class com.inet.report.chart.format.Abbreviation
None abbreviation
ABBREVIATION_THOUSANDS - Static variable in class com.inet.report.chart.format.Abbreviation
Thousands abbreviation
AbstractDesignerDataModel - Class in com.inet.designer
The data model describes the way the i-net Designer creates, loads and stores its reports.
AbstractDesignerDataModel() - Constructor for class com.inet.designer.AbstractDesignerDataModel
Initializes this DesignerDataModel implementation.
AbstractFontElement - Class in com.inet.report
The abstract class AbstractFontElement implements FontProperties class and extends Element.
AbstractFontElement.FontProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
AbstractLineElement - Class in com.inet.report
This class is an abstract implementation of the interface LineProperties.
AbstractLineElement.LineProperties - Enum in com.inet.report
FOR INTERNAL USE ONLY
AbstractMarker - Class in com.inet.report.chart.axis
Basic class to create markers in a chart plot.
AbstractMarker() - Constructor for class com.inet.report.chart.axis.AbstractMarker
Protected constructor.
AbstractPictureElement - Class in com.inet.report
Parent class of all elements which shows a picture.
AbstractPictureElement.PictureProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
AbstractPlot - Class in com.inet.report.chart.plot
A general plotting class with common properties used by all chart plots.
AbstractPlot() - Constructor for class com.inet.report.chart.plot.AbstractPlot
FOR INTERNAL USE ONLY
AbstractPlot.GradientSetting - Enum in com.inet.report.chart.plot
The gradient paint setting for the colorization of the chart items.
AbstractRuleElement - Class in com.inet.problemfinder.rules
This ProblemFinderRule is for checking Report Elements
AbstractRuleElement() - Constructor for class com.inet.problemfinder.rules.AbstractRuleElement
 
AbstractRuleField - Class in com.inet.problemfinder.rules
Base class for all rules checking certain Fields.
By default checks every type of field, you should override AbstractRuleField.getFieldType() to limit check to certain fields.
AbstractRuleField() - Constructor for class com.inet.problemfinder.rules.AbstractRuleField
 
AbstractRulePropertyFormula - Class in com.inet.problemfinder.rules
Base class for checks looking for errors in property-formulas.
Collects the formulaFields of areas, sections, elements, sort-fields, groups.
AbstractRulePropertyFormula() - Constructor for class com.inet.problemfinder.rules.AbstractRulePropertyFormula
 
AbstractRuleReport - Class in com.inet.problemfinder.rules
Base class for rules checking for errors in report execution.
AbstractRuleReport() - Constructor for class com.inet.problemfinder.rules.AbstractRuleReport
 
AbstractRuleSection - Class in com.inet.problemfinder.rules
Base class for rules checking looking for errors in Sections.
AbstractRuleSection() - Constructor for class com.inet.problemfinder.rules.AbstractRuleSection
 
AbstractValueElement - Class in com.inet.report
This class is an abstract implementation of the interface ValueProperties.
AbstractValueElement.DateTimeProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
AbstractValueElement.NumberProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
accept(ServerPluginDescription) - Method in interface com.inet.plugin.PluginFilter
Tests whether or not the specified plugin should be loaded.
actionPerformed(ActionEvent) - Method in class com.inet.viewer.ViewerAction
Handling of actions from the default ViewerActions.
ActionPool - Class in com.inet.viewer
This class contains a set of viewer actions for which are used in the viewer.
ActionPool(ReportViewer) - Constructor for class com.inet.viewer.ActionPool
This class handles all ViewerActions for a ReportViewer.
adaptUrl(String, Properties) - Static method in class com.inet.report.config.datasource.DataSourceConfiguration
Adapts the provided URL by replacing placeholders of format {propertyname} with the value of the regarding property in the provided Properties object.
add(Field) - Method in class com.inet.report.CrossTabHeaderList
Create a new header with the given field.
add(String, FormulaField) - Method in class com.inet.report.SpecifiedOrder
Add a new group value at the end of the list.
add(String, String) - Method in class com.inet.report.SpecifiedOrder
Add a new group value at the end of the list.
ADD - Static variable in class com.inet.report.RDC.FieldsRefreshEvent
The field has been added.
addBox(int, int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new box to the container and returns it.
addBox(int, int, int, int) - Method in class com.inet.report.Section
Adds a new Box to this Section and returns it.
addBox(int, int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new box to the container and returns it.
addBox(int, int, int, int, int, Section) - Method in interface com.inet.report.ElementContainer
Adds a new box to container and returns it.
addBox(int, int, int, int, int, Section) - Method in class com.inet.report.Section
Adds a new Box to this Section and returns it.
addChart2(ChartStyle, int, int, int, int) - Method in interface com.inet.report.ElementContainer
Adds a new chart element to the container and returns it.
addChart2(ChartStyle, int, int, int, int) - Method in class com.inet.report.Section
Adds a new chart element to the container and returns it.
addClippingListener(ClippingListener) - Method in class com.inet.report.Engine
Registers a clipping listener with the engine - any time an element is clipped while rendering, this listener's method "clippingOnElement" is called
addColumn(String, int) - Method in class com.inet.report.TableSource
Adds a column to the table definition.
addColumn(String, int, String) - Method in class com.inet.report.TableSource
Adds a column with column description to the table definition.
addCondition(DatabaseField, DatabaseField, int) - Method in class com.inet.report.Join
Adds a join condition to this Join Object.
addCondition(String, String, int) - Method in class com.inet.report.Join
Adds a join condition to this Join Object.
addConfigurationChangeListener(ConfigurationChangeListener) - Method in class com.inet.config.ConfigurationManager
Adds a listener for a ConfigurationChangeEvent.
addConfigurationMigrator(ConfigurationMigrator) - Method in class com.inet.config.ConfigurationManager
Add a migrator for the configurations.
addConnectionProperty(String, String) - Method in class com.inet.report.Datasource
This method allows you to add JDBC driver specific properties that are pass to the JDBC driver to create a JDBC Connection Object.
The JDBC API already defines "user" and "password" as possible connection properties.
JDBC driver often knows further properties.
For example MS SQL Server JDBC driver i-net SPRINTA allows you to set:
a query timeout with property "queryTimeout"
or the property "instance", if the driver has to connect to an other MS SQL Server instance on a host.
addCrossTab(int, int, SummaryField) - Method in interface com.inet.report.ElementContainer
Adds the simplest possible cross table (at least on field for summarization) into this container and returns it.
addCrossTab(int, int, SummaryField) - Method in class com.inet.report.Section
Adds the simplest possible cross table (at least on field for summarization) into this Section and returns it.
addDatabasePicture(Field, int, int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new DatabasePicture to the container and returns it.
addDatabasePicture(Field, int, int, int, int) - Method in class com.inet.report.Section
Adds a new DatabasePicture (e.g.
addDatabasePicture(Field, int, int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new DatabasePicture to the container and returns it.
addDataField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Adds a data field to the list of fields whose values will be calculated by the summary operation and shown in the chart as bar length for example.
addDataSourceConfigurationListener(DataSourceConfigurationChangeListener) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Add here a DataSourceConfigurationChangeListener to get informed when a DataSourceConfiguration was edited.
addDefaultValue(DefaultValue) - Method in class com.inet.report.PromptField
Adds a single default value to the end of the default value list.
addDesignerListener(DesignerListener) - Static method in class com.inet.designer.Startup
Add a Listener to get callbacks if some important events happen to the i-net Designer.
addedDataSourceConfiguration(DataSourceConfiguration) - Method in interface com.inet.report.config.datasource.DataSourceConfigurationChangeListener
This method will called if a DataSourceConfiguration was created.
addedElement(Element) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user has added an element to the report.
addedElement(Element) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user has added an element to the report.
addedGroup(Group) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a group was added to the report by the user.
addedGroup(Group) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a group was added to the report by the user.
addedSubreport(Engine) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a subreport was added to the current report.
addedSubreport(Engine) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a subreport was added to the current report.
addEngine(Engine, ReportCacheKey) - Method in class com.inet.report.cache.Cache
Save a rendered Engine in the cache.
addExtractedPlugin(String) - Method in class com.inet.plugin.ServerPluginManager
Add an extracted plugin that can be load from system/base classloader.
addFieldElement(Field, int, int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new FieldElement (a dynamic text element based on a Field) to this container and returns it.
addFieldElement(Field, int, int, int, int) - Method in class com.inet.report.Section
Adds a new FieldElement (a dynamic text element based on a Field) to this Section and returns it.
addFieldElement(Field, int, int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new FieldElement (a dynamic text element based on a Field) to this container and returns it.
addFieldPart(Field) - Method in class com.inet.report.Paragraph
Creates a new field part element and adds it into this paragraph.
addFileToLastOpened(File) - Static method in class com.inet.designer.EmbeddedUtils
adds a file name to the list of last opened files
addFinishListener(EngineFinishListener) - Method in class com.inet.report.Engine
Add a EngineFinishListener to this engine.
addFontData(byte[]) - Method in class com.inet.report.cache.store.CachedOutput
Add the data for an embedded font.
addFontData(byte[]) - Method in interface com.inet.report.output.DocumentOutput
Add the data for an embedded font.
addFontData(byte[]) - Method in class com.inet.report.output.DocumentOutputStream
Add the data for an embedded font.
addFormField(int, int, int, int) - Method in interface com.inet.report.ElementContainer
Adds a new form field element to the container.
addFormField(int, int, int, int) - Method in class com.inet.report.Section
Adds a new form field element to the container.
addFormulaField(String, String, int) - Method in class com.inet.report.Fields
Add a new formula field into the set of formula fields.
The formula is checked during execution of this method.

Note: If the formula contains a summary operation, which requiers a group (as cond) you have to implement the RDC.MsgListener interface if the group does not exist when the formula is checked.
addFunction(String, String, int) - Method in class com.inet.report.Fields
Adds a user function to the report
addGroup(Field) - Method in class com.inet.report.Engine
Adds a newly created grouping into the grouping set and returns it.
addHorizontalLine(int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new horizontal line to the container and returns it.
addHorizontalLine(int, int, int) - Method in class com.inet.report.Section
Adds a new horizontal line to the container and returns it.
addHorizontalLine(int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new horizontal line to the container and returns it.
addInteractiveSorting(Field, int, int, int, int) - Method in interface com.inet.report.ElementContainer
Adds a new InteractiveSorting element to the container.
addInteractiveSorting(Field, int, int, int, int) - Method in class com.inet.report.Section
Adds a new InteractiveSorting element to the container.
addJavaBean(String, int, int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Add a new JavaBean to the container.
addJavaBean(String, int, int, int, int) - Method in class com.inet.report.Section
Add a new JavaBean to the container.
addJavaBean(String, int, int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Add a new JavaBean to the container.
addJoin(TableSource, DatabaseField, TableSource, DatabaseField, int, int) - Method in class com.inet.report.DatabaseTables
Adds a join into report.
addJoin(String, String, String, String, int, int) - Method in class com.inet.report.DatabaseTables
Adds a join into report.
addJoinedData(List<TableSource>, TableData, List<Field>, boolean, boolean, boolean, DatabaseFieldList) - Method in interface com.inet.report.database.fetch.DataCollector
Adds partial joined data for the specified table sources.
addListener(RDC.ElementRemoveListener) - Method in class com.inet.report.Element
Adds a listener.
addListener(RDC.FieldsRefreshListener) - Method in class com.inet.report.Fields
All added listeners will get a refresh call if this fields list is changed.
addMarker(AbstractMarker) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Adds a new marker to the marker list of this axis.
addMarker(AbstractMarker) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Adds a new marker to the marker list of this axis.
addMenuToMenubar(JMenu) - Static method in class com.inet.designer.EmbeddedUtils
Adds a menu to the i-net Designer´s main menubar.
addNavigationTab(String, NavigationTab) - Method in interface com.inet.viewer.NavigationView
Add a new NavigationTab to this NavigationView with a certain title.
addNavigationTab(String, NavigationTab) - Method in class com.inet.viewer.SwingNavigationView
Add a new NavigationTab to this NavigationView with a certain title.
addNewReportView(RenderData) - Method in interface com.inet.viewer.ReportViewer
Creates a new ReportView object, using the RenderData parameter as its source of report data.
addNewReportView(RenderData) - Method in class com.inet.viewer.SwingReportViewer
Creates a new ReportView object, using the RenderData parameter as its source of report data.
addNewReportView(RenderData, boolean) - Method in interface com.inet.viewer.ReportViewer
Creates a new ReportView object, using the RenderData parameter as its source of report data.
addNewReportView(RenderData, boolean) - Method in class com.inet.viewer.SwingReportViewer
Creates a new ReportView object, using the RenderData parameter as its source of report data.
addNotify() - Method in class com.inet.viewer.SwingReportViewer
This method overrides "addNotify" in JComponent, and registers the needed listeners for the SwingReportViewer.
addPage(byte[]) - Method in class com.inet.report.cache.store.CachedOutput
Add a page/chunk.
addPage(byte[]) - Method in interface com.inet.report.output.DocumentOutput
Add a page/chunk.
addPage(byte[]) - Method in class com.inet.report.output.DocumentOutputStream
Add a page/chunk.
addParagraph() - Method in class com.inet.report.Text
Create a new paragraph element and adds it into this text element.
addPicture(int, int, int, int, byte[]) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, byte[]) - Method in class com.inet.report.Section
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, byte[]) - Method in interface com.inet.report.SimpleElementContainer
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, int[]) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, int[]) - Method in class com.inet.report.Section
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, int[]) - Method in interface com.inet.report.SimpleElementContainer
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, BufferedImage) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, BufferedImage) - Method in class com.inet.report.Section
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, BufferedImage) - Method in interface com.inet.report.SimpleElementContainer
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, File) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, File) - Method in class com.inet.report.Section
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, File) - Method in interface com.inet.report.SimpleElementContainer
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, String) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, String) - Method in class com.inet.report.Section
Adds a new picture element to the container and returns it.
addPicture(int, int, int, int, String) - Method in interface com.inet.report.SimpleElementContainer
Adds a new picture element to the container and returns it.
addPlot(AbstractPlot) - Method in class com.inet.report.chart.plot.CombinedPlot
The list of plots contains either only one unspecified plot or more combinable plots.
addPromptField(String, String, int) - Method in class com.inet.report.Fields
Adds a new prompt field to the set of prompt fields.
addProperties(Properties) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Adds all properties by forward to function DataSourceConfiguration.addProperty(String, String).
addProperty(String, String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Add property to configure the used JDBC driver.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
addPropertyChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.Progress
Adds a PropertyChangeListener to this progress.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Adds a ReferencedObject to the list of objects which this object is referencing.
addReferencedObject(ReferencedObject) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
addReferencedObject(ReferencedObject) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
addReferenceHolder(ReferenceHolder) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
addReferenceHolder(ReferenceHolder) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
addReportFile(String) - Method in class com.inet.report.EngineBundle
Add a new report template to this bundle and creates an engine.
addReportView(ReportView) - Method in interface com.inet.viewer.ReportViewer
Adds a given ReportView to the ReportViewer - this ReportView need not be initialized at this point in time.
Note that as long as the viewer exists, this report view will be held in memory, unless it is removed via ReportViewer.closeReportView(int) or ReportViewer.closeAllReportViews().
addReportView(ReportView) - Method in class com.inet.viewer.SwingReportViewer
Adds a given ReportView to the ReportViewer - this ReportView need not be initialized at this point in time.
Note that as long as the viewer exists, this report view will be held in memory, unless it is removed via ReportViewer.closeReportView(int) or ReportViewer.closeAllReportViews().
addReportView(ReportView, boolean) - Method in interface com.inet.viewer.ReportViewer
Adds a given ReportView to the ReportViewer - this ReportView need not be initialized at this point in time.
Note that as long as the viewer exists, this report view will be held in memory, unless it is removed via ReportViewer.closeReportView(int) or ReportViewer.closeAllReportViews().
addReportView(ReportView, boolean) - Method in class com.inet.viewer.SwingReportViewer
Adds a given ReportView to the ReportViewer - this ReportView need not be initialized at this point in time.
Note that as long as the viewer exists, this report view will be held in memory, unless it is removed via ReportViewer.closeReportView(int) or ReportViewer.closeAllReportViews().
addReportViewChangeListener(ReportViewChangeListener) - Method in interface com.inet.viewer.ReportViewer
Adds an ReportViewChangeListener to the ReportView.
addReportViewChangeListener(ReportViewChangeListener) - Method in class com.inet.viewer.SwingReportViewer
Adds an ReportViewChangeListener to the ReportView.
addRules(ProblemFinderRule) - Method in class com.inet.problemfinder.ProblemFinder
Add a new rules to the problem finder from a plugin.
addSection() - Method in class com.inet.report.Area
Adds a new Section to the area.
addSignatureForm(int, int, int, int) - Method in interface com.inet.report.ElementContainer
Adds a new signature form element to the container and returns it.
addSignatureForm(int, int, int, int) - Method in class com.inet.report.Section
Adds a new SignatureForm element to this Section.
addSortField(Field, int) - Method in class com.inet.report.Fields
Creates a new sort field and adds it to this fields set.
addSortField(Field, FormulaField) - Method in class com.inet.report.Fields
Creates a new sort field and adds it to this fields set.
addSortField(String, int) - Method in class com.inet.report.Fields
Creates a new sort field and adds it to this fields set.
addSQLField(String, int, String, Datasource) - Method in class com.inet.report.Fields
Adds a new sql field to the set of sql fields.
addSQLField(String, String) - Method in class com.inet.report.Fields
Adds a new sql field to the set of sql fields.
addStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.ProgressPool
Adds a PropertyChangeListener to the listener list.
addStateChangeListener(PropertyChangeListener) - Method in interface com.inet.viewer.ReportViewer
Adds a PropertyChangeListener to the listener list.
addStateChangeListener(PropertyChangeListener) - Method in interface com.inet.viewer.StatusBar
Adds a PropertyChangeListener to the listener list.
addStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.SwingReportViewer
Adds a PropertyChangeListener to the listener list.
addStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.SwingStatusBar
Adds a PropertyChangeListener to the listener list.
addSubreport(int, int, int, int) - Method in interface com.inet.report.ElementContainer
Adds a new subreport element to the container and returns it.
addSubreport(int, int, int, int) - Method in class com.inet.report.Section
Adds a new subreport element to the container and returns it.
addSubreport(int, int, int, int, String) - Method in interface com.inet.report.ElementContainer
Adds a new subreport element with definition from file to the container and returns it.
addSubreport(int, int, int, int, String) - Method in class com.inet.report.Section
Adds a new subreport element with definition from file to the container and returns it.
addSubreportLink(Field, Field) - Method in class com.inet.report.Subreport
Adds a new subreport link to the set and returns it.
addSubreportLink(Field, Field, boolean) - Method in class com.inet.report.Subreport
Adds a new subreport link to the set and returns it.
addSummaryField(Field, int) - Method in class com.inet.report.CrossTabBody
Add a summary to the crosstab.
addSummaryField(Field, int, String) - Method in class com.inet.report.Fields
Adds a new summary field into the set of summary fields.
addSummaryField(Field, Field, int, String) - Method in class com.inet.report.Fields
Adds a new summary field into the set of summary fields.
addSummaryField(SummaryField) - Method in class com.inet.report.BySummaryOrder
Adds a summary field used for sorting.
addText(int, int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new text element to the container.
addText(int, int, int, int) - Method in class com.inet.report.Section
Adds a new text element to the container.
addText(int, int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new text element to the container.
addTextPart(String) - Method in class com.inet.report.Paragraph
Creates a new text part element and adds it into this paragraph.
addUnjoinedData(TableSource, TableData) - Method in interface com.inet.report.database.fetch.DataCollector
Adds unjoined data for the specified table source.
addUserAction(ViewerAction) - Method in class com.inet.viewer.ActionPool
Adds an Action to list of user actions.
addVerticalLine(int, int, int) - Method in class com.inet.report.CrossTabDescriptionSection
Adds a new vertical line to the container and returns it.
addVerticalLine(int, int, int) - Method in class com.inet.report.Section
Adds a new vertical line to the container and returns it.
addVerticalLine(int, int, int) - Method in interface com.inet.report.SimpleElementContainer
Adds a new vertical line to the container and returns it.
addVerticalLine(int, int, int, Section) - Method in interface com.inet.report.ElementContainer
Adds a new vertical line to the container and returns it.
addVerticalLine(int, int, int, Section) - Method in class com.inet.report.Section
Adds a new vertical line to the container and returns it.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
Administrator - com.inet.usersandgroups.api.user.UserAccountType
 
ADVANCED_HTML_TEXT - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
ALIGN_HORIZONTAL_CENTER - Static variable in interface com.inet.report.GeneralProperties
The horizontal alignment will be centered.
ALIGN_HORIZONTAL_DEFAULT - Static variable in interface com.inet.report.GeneralProperties
The horizontal alignment will be the system default, i.e.
ALIGN_HORIZONTAL_JUSTIFIED - Static variable in interface com.inet.report.GeneralProperties
The horizontal alignment will be justified.
ALIGN_HORIZONTAL_LEFT - Static variable in interface com.inet.report.GeneralProperties
The horizontal alignment will be left aligned.
ALIGN_HORIZONTAL_RIGHT - Static variable in interface com.inet.report.GeneralProperties
The horizontal alignment will be right.
ALIGN_VERTICAL_BOTTOM - Static variable in interface com.inet.report.PictureProperties
The vertical alignment will be bottom aligned.
ALIGN_VERTICAL_CENTER - Static variable in interface com.inet.report.PictureProperties
The vertical alignment will be centered.
ALIGN_VERTICAL_TOP - Static variable in interface com.inet.report.PictureProperties
The vertical alignment will be top aligned.
ALL_PREFERENCES - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
Deprecated.
As of i-net Clear Reports 20.0
AllowFieldClipping - com.inet.report.AbstractValueElement.NumberProps
 
Also - com.inet.authentication.AuthenticationDescription.BasicSupport
Basic and another authentication support
AM_PM_AFTER - Static variable in interface com.inet.report.ValueProperties
The am/pm symbol is printed after the time value: 10:00 PM.
AM_PM_BEFORE - Static variable in interface com.inet.report.ValueProperties
The am/pm symbol is printed before the time value: AM 10:00.
AmPmOrder - com.inet.report.AbstractValueElement.DateTimeProps
 
AmString - com.inet.report.AbstractValueElement.DateTimeProps
 
APPLICATION - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope store the configuration in the persistence of the application.
APPLY_PROPERTIES - Static variable in class com.inet.report.JavaBean
The Constant used for notify Customizer component
applyProperties() - Method in class com.inet.report.JavaBean
FOR INTERNAL USE ONLY Bei 'OK' werden properties vom original bean eingelesen und PropertyValue Einträge erstellt.
applySettings(Map<String, String>, Configuration) - Method in interface com.inet.authentication.AuthenticationProvider
Deprecated, for removal: This API element is subject to removal in a future version.
applySettings(Map<String, String>, Configuration, List<Map<String, String>>) - Method in interface com.inet.authentication.AuthenticationProvider
Convert the properties from the GUI to the properties that should be saved.
Area - Class in com.inet.report
The Area element of the Runtime Designer Component.
AREA_CONNECTED_GROUPS - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a area style with connected groups.
AREA_CONNECTED_SERIES - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a area style with connected series.
AREA_DATE - Static variable in class com.inet.report.chart.plot.ContinuousAreaStyle
This is a area style with date values on the category axis.
AREA_NUMBER - Static variable in class com.inet.report.chart.plot.ContinuousAreaStyle
This is a area style with number values on the category axis.
AREA_TYPE_DETAIL - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Detail Area
AREA_TYPE_GROUP_FOOTER_PREFIX - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Group Footer Prefix: To access a Group Footer, use this prefix in front of the 1-based group index you wish to access.
AREA_TYPE_GROUP_HEADER_PREFIX - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Group Header Prefix: To access a Group Header, use this prefix in front of the 1-based group index you wish to access.
AREA_TYPE_PAGE_FOOTER - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Page Footer
AREA_TYPE_PAGE_HEADER - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Page Header
AREA_TYPE_REPORT_FOOTER - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Report Footer
AREA_TYPE_REPORT_HEADER - Static variable in class com.inet.report.Engine
Constant for Engine.getArea(String): Report Header
Area.AttributeTag - Enum in com.inet.report
FOR INTERNAL USE ONLY Attributes for the XML format
AREA2D_PERCENT - Static variable in class com.inet.report.chart.plot.AreaStyle
This is a 2D area style with percent values.
AREA2D_STACKED - Static variable in class com.inet.report.chart.plot.AreaStyle
This is a 2D area style with stacked values.
AREA3D_PERCENT - Static variable in class com.inet.report.chart.plot.AreaStyle
This is a 3D area style with percent values.
AREA3D_STACKED - Static variable in class com.inet.report.chart.plot.AreaStyle
This is a 3D area style with stacked values.
areAllTablesJoined() - Method in class com.inet.report.DatabaseTables
FOR INTERNAL USE ONLY Returns if all tables of the report are joined.
AreaPlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
AreaPlot() - Constructor for class com.inet.report.chart.plot.AreaPlot
Creates a area plot with default properties.
AreaPlot(AreaStyle) - Constructor for class com.inet.report.chart.plot.AreaPlot
Creates a area plot with defined chart style.
AreaProperties - com.inet.report.Area.AttributeTag
 
AreaStyle - Class in com.inet.report.chart.plot
This class defines the different styles for the area chart.
ARRAY - Static variable in class com.inet.viewer.PromptData
Data type bit mask - Array
ASCENDING_ALPHA_NUMERIC_ORDER - Static variable in class com.inet.report.SortField
Sort records ascending.
ASCENDING_ORDER - Static variable in class com.inet.report.SortField
Sort records ascending.
AuthenticationDescription - Class in com.inet.authentication
The description of a authentication method.
AuthenticationDescription(AuthenticationProvider, Map<String, String>, String, AuthenticationDescription.BasicSupport) - Constructor for class com.inet.authentication.AuthenticationDescription
Create a description of the authentication method.
AuthenticationDescription.BasicSupport - Enum in com.inet.authentication
Support types for Basic authentication
AuthenticationProvider - Interface in com.inet.authentication
Interface for an authentication provider.
Average - com.inet.report.SummaryField.SummaryOperations
 
AVERAGE - Static variable in class com.inet.report.SummaryField
SummaryField calculates average.
AxisPosition - Class in com.inet.report.chart.axis
The AxisPosition class contains axis placements that can be used by the BaseAxis.setAxisPosition(AxisPosition).

B

BackgroundColor - com.inet.report.Area.AttributeTag
 
BackgroundColor - com.inet.report.Box.BoxProps
 
BackgroundColor - com.inet.report.Element.BorderProps
 
BAR - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a bar style.
BAR_DATE - Static variable in class com.inet.report.chart.plot.ContinuousBarStyle
This is a bar style with date values on the category axis.
BAR_NUMBER - Static variable in class com.inet.report.chart.plot.ContinuousBarStyle
This is a bar style with number values on the category axis.
BAR_STACKED_DATE - Static variable in class com.inet.report.chart.plot.ContinuousBarStyle
This is a 2D bar style with stacked date values.
BAR_STACKED_NUMBER - Static variable in class com.inet.report.chart.plot.ContinuousBarStyle
This is a 2D bar style with stacked number values.
BAR2D - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 2D bar style.
BAR2D_PERCENT - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 2D bar style with percent values.
BAR2D_STACKED - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 2D bar style with stacked values.
BAR3D - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 3D bar style.
BAR3D_PERCENT - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 3D bar style with percent values.
BAR3D_STACKED - Static variable in class com.inet.report.chart.plot.BarStyle
This is a 3D bar style with stacked values.
BarPlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
BarPlot() - Constructor for class com.inet.report.chart.plot.BarPlot
Creates a bar plot with default properties.
BarPlot(BarStyle) - Constructor for class com.inet.report.chart.plot.BarPlot
Creates a bar plot with defined chart style.
BarStyle - Class in com.inet.report.chart.plot
This class defines the different styles for the bar chart.
BaseAxis - Class in com.inet.report.chart.axis
Basic class for a chart axis.
BaseAxis() - Constructor for class com.inet.report.chart.axis.BaseAxis
Creates a instance of BaseAxis, sets the default properties.
BaseDataFactory - Class in com.inet.report.database
Abstract base implementation of the DataFactory.
BaseDataFactory() - Constructor for class com.inet.report.database.BaseDataFactory
Create a new instance.
BaseDataset - Interface in com.inet.report.chart.dataset
An interface that implemented by all datasets.
BaseUrl - com.inet.report.Element.StringProps
 
BasicDesignerDataModel - Class in com.inet.designer
The default implementation which is used by the i-net Designer in standalone mode.
BasicDesignerDataModel() - Constructor for class com.inet.designer.BasicDesignerDataModel
FOR INTERNAL USE ONLY
BeanDataSourceManager - Interface in com.inet.report.database.beans
To provide a bean datasource for i-net Clear Reports this interface needs to be implemented inside a servlet environment.
BeanProperty - com.inet.report.JavaBean.JavaBeanProps
 
BEFORE_READING_RECORDS - Static variable in class com.inet.report.FormulaField
Constant value of evaluation time.
BINARY - Static variable in class com.inet.report.Field
The constant that identifies a Binary value.
BINARY - Static variable in class com.inet.viewer.PromptData
Data type constant - binary
BlobField - com.inet.report.Element.ElementTypes
 
BOOLEAN - Static variable in class com.inet.report.Field
The constant that identifies a Boolean value.
BOOLEAN - Static variable in class com.inet.viewer.PromptData
Data type constant - boolean
booleanFormatOutputType - com.inet.report.AbstractValueElement.NumberProps
 
BooleanOutputType - com.inet.report.AbstractValueElement.NumberProps
 
BorderColor - com.inet.report.Element.BorderProps
 
BorderProperties - Interface in com.inet.report
Interface for elements that support properties like line style for borders, fore- and back color of the element.
BOTTOM - Static variable in class com.inet.report.chart.LegendPlacement
The legend is showing on the bottom site of chart.
BottomBorder - com.inet.report.Element.BorderProps
 
Box - Class in com.inet.report
This class represents a box in the report.
Box - com.inet.report.Element.ElementTypes
 
BOX - Static variable in class com.inet.report.Element
Element is an instance of Box.
Box.BoxProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
BoxProperties - Interface in com.inet.report
Interface for elements that displays boxes-like elements with round edges.
BRACKETED - Static variable in interface com.inet.report.ValueProperties
Number representation has bracketed number with minus if number is negative.
BUBBLE - Static variable in class com.inet.report.chart.plot.XYStyle
The bubble chart style.
BUTTON_EXPORT - Static variable in interface com.inet.viewer.ToolBar
Button responsible for the export action
BUTTON_INFO - Static variable in interface com.inet.viewer.ToolBar
Button responsible for showing the info dialog
BUTTON_JRA_LOAD - Static variable in interface com.inet.viewer.ToolBar
Button responsible for action loading java report archive (JRA)
BUTTON_JRA_SAVE - Static variable in interface com.inet.viewer.ToolBar
Button responsible for action saving java report archive (JRA)
BUTTON_PRINT - Static variable in interface com.inet.viewer.ToolBar
Button responsible for the print action
BUTTON_REFRESH - Static variable in interface com.inet.viewer.ToolBar
Button responsible for the refresh action
BUTTON_SEARCH - Static variable in interface com.inet.viewer.ToolBar
Button responsible for the search action
BUTTONS_GENERAL - Static variable in interface com.inet.viewer.ToolBar
Button group of all "general" buttons
BUTTONS_NAVIGATION - Static variable in interface com.inet.viewer.ToolBar
Button group of all "navigation" buttons such as "next page", "previous page", etc.
BUTTONS_REPORT - Static variable in interface com.inet.viewer.ToolBar
Button group of all various "report" buttons such as "search", "export", and "refresh".
BUTTONS_VIEW - Static variable in interface com.inet.viewer.ToolBar
Button group of all "view" buttons such as "double page view", "single page view", etc.
BUTTONS_ZOOM - Static variable in interface com.inet.viewer.ToolBar
Button group of all "zoom" buttons, that is - "zoom in", "zoom out".
BySummaryOrder - Class in com.inet.report
BySummaryOrder saves the options for the sort by aggregate function.
BySummaryOrder() - Constructor for class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY

C

Cache - Class in com.inet.report.cache
This class implements a cache for rendered data.
Cache() - Constructor for class com.inet.report.cache.Cache
package Constructor
CachedOutput - Class in com.inet.report.cache.store
Implementation of DocumentOutput that saves in the report cache.
CachedOutput(ReportCacheKey, ReportGenerator) - Constructor for class com.inet.report.cache.store.CachedOutput
Create a new instance.
CacheRenderData - Class in com.inet.report
This class is a RenderData source object running on i-net Clear Reports cache, for use with i-net Clear Reports Viewer.
CacheRenderData(String, PropertiesChecker, Object) - Constructor for class com.inet.report.CacheRenderData
Creates a RenderData source connection to i-net Clear Reports cache.
CacheRenderData(Properties, PropertiesChecker, Object) - Constructor for class com.inet.report.CacheRenderData
Creates a RenderData source connection to i-net Clear Reports cache.
canAutoFix() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Whether this warning can be auto-fixed
cancel() - Method in class com.inet.viewer.ExportProgress
Stops this export progress and stops the rendering process (export) for this report.
cancel() - Method in class com.inet.viewer.PrinterJobProgress
Call this method to force a cancel of the progress - which must also set both of the states "finished" and "canceled" to true.
cancel() - Method in class com.inet.viewer.Progress
Call this method to force a cancel of the progress - which must also set both of the states "finished" and "canceled" to true.
cancel() - Method in interface com.inet.viewer.ReportView
This cancels the loading of the current report in case it is still loading.
cancel() - Method in class com.inet.viewer.SwingReportView
This cancels the loading of the current report in case it is still loading.
CANCEL - Static variable in interface com.inet.report.RDC.MsgListener
Default answer possibility for implementor of method query
CanGrow - com.inet.report.Element.CommonProperties
 
CanGrowCount - com.inet.report.Element.CommonProperties
 
canRemoveColumn(String) - Method in class com.inet.report.TableSource
Checks the column of this table can be removed from the report.
CanShrink - com.inet.report.AbstractPictureElement.PictureProps
 
CascadingSource - Interface in com.inet.report
An implementation of this interface can be used as a parent source for a cascading prompt (see CascadingValueProvider).
CascadingValueProvider - Class in com.inet.report
Creates a CascadingValueProvider which provides default values for a prompt based on a value of a parent prompt field.
CascadingValueProvider(PromptField, CascadingSource, DatabaseField, DatabaseField, int) - Constructor for class com.inet.report.CascadingValueProvider
Initializes a CascadingValueProvider with the given parent, value field and (optionally) description field, as well as the desired sort type.
CASE_SENSITIVE - Static variable in interface com.inet.viewer.RenderData
Search option: Search results must match the case of the search term.
CELLS_BOTTOM_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'cells bottom border' in the grid line list.
CELLS_HORIZONTAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'cells horizontal line' in the grid line list.
CELLS_RIGHT_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'cells right border' in the grid line list.
CELLS_VERTICAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'cells vertical line' in the grid line list.
CertificateInfo - Class in com.inet.report.certificate
This class contains signature settings.
CertificateInfoFactory - Interface in com.inet.report.certificate
An interface for classes that can produce an instance of certificate info with the help of factory method getCertificateInfo(Engine).
changeAliasName(String, String) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
changeAliasName(String, String) - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
changeAliasReferences(String) - Method in class com.inet.report.TableSource
Changes the alias name to newAlias.
changeAllAliases(String, Datasource) - Method in class com.inet.report.Fields
FOR INTERNAL USE ONLY
changeAllAliases(String, String, Datasource) - Method in class com.inet.report.Fields
FOR INTERNAL USE ONLY
changeWhereToNoRows(String) - Static method in class com.inet.report.DatabaseTables
Returns the sql statement with WHERE condition 1=0 to avoid the db returning any data.
CHART - Static variable in class com.inet.report.Element
Element is an instance of Chart.
Chart2 - Class in com.inet.report
This class represents a chart element with new chart API that has been or should be drawn in a report.
Chart3DPlot - Class in com.inet.report.chart.plot
Class to create 3D chart plots.
Chart3DPlot() - Constructor for class com.inet.report.chart.plot.Chart3DPlot
Creates a 3D plot with default properties.
Chart3DPlot(Chart3DStyle) - Constructor for class com.inet.report.chart.plot.Chart3DPlot
Creates a 3D plot with defined chart style.
Chart3DStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the general 3d chart.
ChartConverter - Class in com.inet.report.chart
Use this class to convert the chart of type OldChart to Chart2.
ChartConverter() - Constructor for class com.inet.report.chart.ChartConverter
FOR INTERNAL USE ONLY
ChartFormat - Interface in com.inet.report.chart.format
An interface that is implemented by all chart formats.
ChartPlot - Interface in com.inet.report.chart.plot
Interface for general chart plots.
ChartStyle - Class in com.inet.report.chart.plot
A general class for all chart styles.
ChartStyle(String) - Constructor for class com.inet.report.chart.plot.ChartStyle
Set the name with this method.
ChartTitle - Class in com.inet.report.chart
A chart title that displays a text string with defined font and color.
ChartTitle(Font, int) - Constructor for class com.inet.report.chart.ChartTitle
Creates a chart title with the given properties.
check(Engine, int) - Method in class com.inet.problemfinder.ProblemFinder
Start a Engine-check by a given type.
check(Engine, Element) - Method in class com.inet.problemfinder.rules.AbstractRuleElement
This Method check the given Element if there are a certain error/problem and returns the ProblemFinderWarning or null.
check(Engine, Field) - Method in class com.inet.problemfinder.rules.AbstractRuleField
Here the concrete check is made.
This is called for each found field that matches the types returned by AbstractRuleField.getFieldType().
check(Engine, FormulaField, Object) - Method in class com.inet.problemfinder.rules.AbstractRulePropertyFormula
Called to check the given FormulaField.
check(Engine, Section) - Method in class com.inet.problemfinder.rules.AbstractRuleSection
This is called for each section of the report.
This method does the concrete check.
CHECK_ALL - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_ALL type to check all
CHECK_ELEMENT - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_ELEMENT type to check Elements
CHECK_FIELD_FORMULA - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_FIELD_FORMULA type to check FormulaFields
CHECK_FIELD_PROMPT - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_FIELD_PROMPT type to check PromptFields
CHECK_FIELD_SQL - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_FIELD_SQL type to check SQLFields
CHECK_FIELD_SUMMARY - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_FIELD_SUMMARY type to check SummaryFields
CHECK_FIELDS - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_FIELDS type to check all Fields
CHECK_PROPERTYFORMULA - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_PROPERTYFORMULA type to check property FormulaFields
CHECK_REPORT - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_REPORT type to check property executed reports
CHECK_SECTION - Static variable in class com.inet.problemfinder.ProblemFinder
CHECK_SECTION type to check Sections
checkAliasValidity(String) - Static method in class com.inet.report.TableSource
Checks the name for whether it is a valid name for this TableSource.
checkBean(String) - Static method in class com.inet.report.JavaBean
Checks if the class named className is a valid lightweight java bean extending java.awt.Component.
checkContext() - Method in class com.inet.report.FormulaField
Checks the evaluation time of the current formula
checkContext(IFormulaRunner, int) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
checkEngine(Properties) - Method in class com.inet.report.EngineRenderData
Constructs a new Engine according to the given properties and cache it.
This method does the following: Check if an Engine with this properties (see props above) already exists. If so, discards it if the call occur from EngineRenderData.refreshPageData(int). If the Engine does not exist, it calls createEngine(exportFormat). It calls engine.execute(). Returns the executed Engine
checkExistsOnCurrentDatasource() - Method in class com.inet.report.TableSource
Sends a test statement to the data source to check if the TableSource is executable.
checkFormula(String, boolean, int) - Method in class com.inet.report.FormulaField
Checks a formula as if it was set to to this formula fields.
checkFormula(String, boolean, Engine) - Static method in class com.inet.report.FormulaField
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors.
checkFormula(String, boolean, Engine, Field, Object) - Static method in class com.inet.report.FormulaField
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors.
checkFormula(String, boolean, Engine, Field, Object, int) - Static method in class com.inet.report.FormulaField
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors.
checkFormula(String, boolean, Engine, Field, Object, int, int) - Static method in class com.inet.report.FormulaField
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors.
checkHtmlPageProperties(Properties) - Method in interface com.inet.report.PropertiesChecker
Deprecated.
As of i-net Clear Reports 20.4
checkIfNameExists(int, String) - Method in class com.inet.report.Fields
If a field with type type and name name already exists then true is returned, otherwise false.
checkNameExists(String) - Method in class com.inet.report.Field
Checks whether the string name is the property 'name' of the field.
checkProperties(Engine, Properties, Object) - Method in interface com.inet.report.PropertiesChecker
This callback is called right after the engine has examined the report file.
checkProperties(Properties, Object) - Method in interface com.inet.report.PropertiesChecker
This callback is called right before the engine examines the report file.
cleanForDataExport() - Method in class com.inet.report.Section
All Elements that are not FieldElements will be removed from this Section.
cleanUp() - Method in class com.inet.viewer.Progress
Final clean up of the progress: unregister all property change listeners, etc.
clear() - Method in interface com.inet.config.Configuration
Removes all properties from this configuration.
clear() - Method in class com.inet.report.cache.Cache
Removes all of the entries from this cache.
clear() - Method in class com.inet.report.cache.store.CachedOutput
Reset this output in the initial state.
clear() - Method in interface com.inet.report.output.DocumentOutput
Reset this output in the initial state.
clear() - Method in class com.inet.report.output.DocumentOutputStream
Reset this output in the initial state.
clearAll() - Method in class com.inet.problemfinder.ProblemFinder
Removes all of the ProblemFinderWarnings from the warnings list and the subreport warnings map.
clearEngineCache() - Method in class com.inet.report.EngineRenderData
Clears the local engine cache of this EngineRenderData, so that new engines will be created at the next request for report data.
clearInfoMessage() - Method in interface com.inet.viewer.StatusBar
Remove the current info message from the StatusBar.Calling this method will bring a status message(if set) back to screen.
clearInfoMessage() - Method in class com.inet.viewer.SwingStatusBar
Remove the current info message from the StatusBar.Calling this method will bring a status message(if set) back to screen.
clearLocalVariables() - Method in class com.inet.report.FormulaField
Resets the local variables of this field
clearMappings() - Method in class com.inet.report.FacturXSettings
Removes all mappings between FacturX nodes and fields from the report.
clearStatusMessage() - Method in interface com.inet.viewer.StatusBar
Remove the current status message from the StatusBar.
clearStatusMessage() - Method in class com.inet.viewer.SwingStatusBar
Remove the current status message from the StatusBar.
ClippingEvent - Class in com.inet.report.event
An object of this type is passed to a clipping listener on the event of a clip while rendering an element.
ClippingEvent(Object) - Constructor for class com.inet.report.event.ClippingEvent
FOR INTERNAL USE ONLY
ClippingEvent(Object, Object, String) - Constructor for class com.inet.report.event.ClippingEvent
FOR INTERNAL USE ONLY
ClippingListener - Interface in com.inet.report.event
An interface for a listener for clipping events which will be called by the renderer in the case an element is clipped while rendering.
clippingOnElement(ClippingEvent) - Method in interface com.inet.report.event.ClippingListener
This method will be called every time an element is clipped while rendering, if its listener has been registered by a call of Engine's addClippingListener.
clone() - Method in class com.inet.report.chart.ChartTitle
clone() - Method in interface com.inet.report.chart.format.ChartFormat
Overrides Cloneable
clone() - Method in class com.inet.report.chart.format.DateTimeFormat
Overrides Cloneable
clone() - Method in class com.inet.report.chart.format.FixedNumberFormat
Overrides Cloneable
clone() - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Overrides Cloneable
clone() - Method in class com.inet.report.chart.format.PatternNumberFormat
Overrides Cloneable
clone() - Method in class com.inet.report.CrossTabGridLineFormat
clone() - Method in class com.inet.report.DefaultValue
clone() - Method in class com.inet.report.Line
FOR INTERNAL USE ONLY
close() - Method in class com.inet.report.database.TableData
Closes the underlying result set and the corresponding statement if there is any.
closeAllReportViews() - Method in interface com.inet.viewer.ReportViewer
This method permanently closes and removes all ReportViews currently in the ReportViewer.
closeAllReportViews() - Method in class com.inet.viewer.SwingReportViewer
This method permanently closes and removes all ReportViews currently in the ReportViewer.
CloseBorderOnPageBreak - com.inet.report.Box.BoxProps
 
CloseBorderOnPageBreak - com.inet.report.Element.CommonProperties
 
closeConnection() - Method in class com.inet.report.Datasource
Close a cached connection if there once and return it to the pool if it is a pooled connection.
closeDesigner() - Method in interface com.inet.designer.DesignerListener
Called when the user closed the i-net Designer.
closedReport(Engine) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a report was closed.
closedReport(Engine) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a report was closed.
closedSubreport(Engine) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a subreport was closed by the user.
closedSubreport(Engine) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a subreport was closed by the user.
closeReportView(int) - Method in interface com.inet.viewer.ReportViewer
Permanently closes and removes the ReportView at the given index, 0-based.
closeReportView(int) - Method in class com.inet.viewer.SwingReportViewer
Permanently closes and removes the ReportView at the given index, 0-based.
closeReportView(ReportView) - Method in interface com.inet.viewer.ReportViewer
Permanently closes and disposes the ReportView given as the parameter and removes it from the ReportViewer.
closeReportView(ReportView) - Method in class com.inet.viewer.SwingReportViewer
Permanently closes and disposes the ReportView given as the parameter and removes it from the ReportViewer.
COL_LABELS_BOTTOM_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels bottom border' in the grid line list.
COL_LABELS_HORIZONTAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels horizontal line' in the grid line list.
COL_LABELS_LEFT_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels left border' in the grid line list.
COL_LABELS_RIGHT_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels right border' in the grid line list.
COL_LABELS_TOP_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels top border' in the grid line list.
COL_LABELS_VERTICAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'column labels vertical line' in the grid line list.
color - Variable in class com.inet.report.CrossTabGridLineFormat
The color of the grid line.
Color - com.inet.report.AbstractLineElement.LineProperties
 
COLOR - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the color in the GUI.
COLOR_AQUA - Static variable in class com.inet.report.RDC
ABGR Color constant for 'aqua color'.
COLOR_BLACK - Static variable in class com.inet.report.RDC
ABGR Color constant for 'black color'.
COLOR_BLUE - Static variable in class com.inet.report.RDC
ABGR Color constant for 'blue color'.
COLOR_BROWN - Static variable in class com.inet.report.RDC
ABGR Color constant for 'brown color'.
COLOR_FUCHSIA - Static variable in class com.inet.report.RDC
ABGR Color constant for 'fuchsia color'.
COLOR_GRAY - Static variable in class com.inet.report.RDC
ABGR Color constant for 'gray color'.
COLOR_GREEN - Static variable in class com.inet.report.RDC
ABGR Color constant for 'green color'.
COLOR_LIME - Static variable in class com.inet.report.RDC
ABGR Color constant for 'lime color'.
COLOR_MAROON - Static variable in class com.inet.report.RDC
ABGR Color constant for 'maroon color'.
COLOR_NAVY - Static variable in class com.inet.report.RDC
ABGR Color constant for 'navy color'.
COLOR_NO_COLOR - Static variable in class com.inet.report.RDC
ABGR Color constant for 'no color'.
COLOR_OLIVE - Static variable in class com.inet.report.RDC
ABGR Color constant for 'olive color'.
COLOR_PINK - Static variable in class com.inet.report.RDC
ABGR Color constant for 'pink color'.
COLOR_PURPLE - Static variable in class com.inet.report.RDC
ABGR Color constant for 'purple color'.
COLOR_RED - Static variable in class com.inet.report.RDC
ABGR Color constant for 'red color'.
COLOR_SILVER - Static variable in class com.inet.report.RDC
ABGR Color constant for 'silver color'.
COLOR_TEAL - Static variable in class com.inet.report.RDC
ABGR Color constant for 'teal color'.
COLOR_WHITE - Static variable in class com.inet.report.RDC
ABGR Color constant for 'white color'.
COLOR_YELLOW - Static variable in class com.inet.report.RDC
ABGR Color constant for 'yellow color'.
ColumnInfo - Class in com.inet.report.database
Describes a single column.
ColumnInfo(String, int) - Constructor for class com.inet.report.database.ColumnInfo
Create a new instance.
ColumnInfo(String, int, int, int, int) - Constructor for class com.inet.report.database.ColumnInfo
Constructor for SP parameters
com.inet.authentication - package com.inet.authentication
 
com.inet.config - package com.inet.config
 
com.inet.designer - package com.inet.designer
 
com.inet.plugin - package com.inet.plugin
 
com.inet.problemfinder - package com.inet.problemfinder
 
com.inet.problemfinder.rules - package com.inet.problemfinder.rules
 
com.inet.report - package com.inet.report
 
com.inet.report.cache - package com.inet.report.cache
 
com.inet.report.cache.store - package com.inet.report.cache.store
 
com.inet.report.certificate - package com.inet.report.certificate
 
com.inet.report.chart - package com.inet.report.chart
 
com.inet.report.chart.axis - package com.inet.report.chart.axis
 
com.inet.report.chart.dataset - package com.inet.report.chart.dataset
 
com.inet.report.chart.format - package com.inet.report.chart.format
 
com.inet.report.chart.plot - package com.inet.report.chart.plot
 
com.inet.report.config - package com.inet.report.config
 
com.inet.report.config.datasource - package com.inet.report.config.datasource
 
com.inet.report.database - package com.inet.report.database
 
com.inet.report.database.beans - package com.inet.report.database.beans
 
com.inet.report.database.fetch - package com.inet.report.database.fetch
 
com.inet.report.event - package com.inet.report.event
 
com.inet.report.formula - package com.inet.report.formula
 
com.inet.report.output - package com.inet.report.output
 
com.inet.report.parser - package com.inet.report.parser
 
com.inet.report.renderer.html.viewer - package com.inet.report.renderer.html.viewer
 
com.inet.report.translation - package com.inet.report.translation
 
com.inet.usersandgroups.api.user - package com.inet.usersandgroups.api.user
 
com.inet.viewer - package com.inet.viewer
 
com.inet.viewer.print - package com.inet.viewer.print
 
com.inet.viewer.props - package com.inet.viewer.props
 
COMBINE_MULTIPLE_PLOTS_WITH_COMMON_DATA_AXIS - Static variable in class com.inet.report.chart.plot.CombinedPlot
This combine type allows show several charts side by side.
COMBINE_MULTIPLE_PLOTS_WITH_COMMON_GROUP_AXIS - Static variable in class com.inet.report.chart.plot.CombinedPlot
This combine type allows show several charts side by side.
COMBINE_ONE_PLOT_WITH_COMMON_DATA_AXIS - Static variable in class com.inet.report.chart.plot.CombinedPlot
This combine type allows show several charts in same plot.
COMBINE_ONE_PLOT_WITH_COMMON_GROUP_AXIS - Static variable in class com.inet.report.chart.plot.CombinedPlot
This combine type allows show several charts in same plot.
CombinedPlot - Class in com.inet.report.chart.plot
A general class for plotting data of different plots.
CombinedPlot() - Constructor for class com.inet.report.chart.plot.CombinedPlot
Creates a empty CombinedPlot.
CombinedPlot(int) - Constructor for class com.inet.report.chart.plot.CombinedPlot
Creates a empty CombinedPlot.
COMMAND_LINE_CONFIG_PROPERTY - Static variable in class com.inet.config.ConfigurationManager
-Dclearreports.config=USER/myConfig
compareSummaryFields(SummaryField, SummaryField) - Static method in class com.inet.report.chart.ChartConverter
Compares the sum properties of two sum fields.
compareTo(ProblemFinderWarning) - Method in interface com.inet.problemfinder.ProblemFinderWarning
Compares this ProblemFinderWarning with the specified ProblemFinderWarning for order.
compareTo(CachedOutput) - Method in class com.inet.report.cache.store.CachedOutput
compareTo(Object) - Method in interface com.inet.config.Configuration
Compares this configuration with another object by comparing its name with the string representation of the object (or if the object is a configuration, with its name)
compareTo(Object) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Order this class by name.
CONE - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a cone style.
Configuration - Interface in com.inet.config
Storage of the various properties used by the application to determine various behaviors, paths, and options.
configurationChanged(ConfigurationChangeEvent) - Method in interface com.inet.config.ConfigurationChangeListener
This event is fired, if: A Configuration has changed through Configuration.put(String, String) or Configuration.putAll(java.util.Map). The "current" configuration used by the application has changed.
ConfigurationChangeEvent - Class in com.inet.config
This event is fired, if: A Configuration has changed through Configuration.put(String, String) or Configuration.putAll(java.util.Map). The "current" configuration used by the application has changed.
ConfigurationChangeListener - Interface in com.inet.config
A listener for a ConfigurationChangeEvent.
ConfigurationManager - Class in com.inet.config
Manager in charge of storing, creating, copying, renaming, deleting, and fetching configurations.
ConfigurationManager() - Constructor for class com.inet.config.ConfigurationManager
 
ConfigurationMigrator - Interface in com.inet.config
A configuration migrator migrate the settings of a configuration to a newer version.
contains(Element) - Method in class com.inet.report.CrossTabDescriptionSection
Tests if the specified element is a component in this section.
containsInRAM(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Deprecated.
As of i-net Clear Reports 16.1
containsOnlyTables() - Method in class com.inet.report.Datasource
FOR INTERNAL USE ONLY Checks to see if there are only tables and/or views (not commands or stored procedures) in this connection.
CONTENT_LOCALE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Content Locale".
ContentLocale - com.inet.report.SpecialField.SpecialFieldNames
 
ContinuousAreaPlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
ContinuousAreaPlot() - Constructor for class com.inet.report.chart.plot.ContinuousAreaPlot
Creates a continuous area plot with default properties.
ContinuousAreaPlot(ContinuousAreaStyle) - Constructor for class com.inet.report.chart.plot.ContinuousAreaPlot
Creates a continuous area plot with defined chart style.
ContinuousAreaStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the continuous area chart.
ContinuousBarPlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
ContinuousBarPlot() - Constructor for class com.inet.report.chart.plot.ContinuousBarPlot
Creates a continuous bar plot with default properties.
ContinuousBarPlot(ContinuousBarStyle) - Constructor for class com.inet.report.chart.plot.ContinuousBarPlot
Creates a continuous bar plot with defined chart style.
ContinuousBarStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the continuous bar chart.
ContinuousDateAxis - Class in com.inet.report.chart.axis
This axis displays a continuous time line with values.
ContinuousDateAxis() - Constructor for class com.inet.report.chart.axis.ContinuousDateAxis
Creates a continuous date axis.
ContinuousLinePlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
ContinuousLinePlot() - Constructor for class com.inet.report.chart.plot.ContinuousLinePlot
Creates a continuous line plot with default properties.
ContinuousLinePlot(ContinuousLineStyle) - Constructor for class com.inet.report.chart.plot.ContinuousLinePlot
Creates a continuous line plot with defined chart style.
ContinuousLineStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the continuous line chart.
ContinuousNumberAxis - Class in com.inet.report.chart.axis
The axis which displays the continuous number line with values.
ContinuousNumberAxis() - Constructor for class com.inet.report.chart.axis.ContinuousNumberAxis
Creates a continuous number axis.
convertChartToChart2(OldChart, Chart2) - Static method in class com.inet.report.chart.ChartConverter
Duplicates the properties from chart of type OldChart to a chart of type Chart2.
convertIdentifier(Datasource, String) - Method in class com.inet.report.Database
Checks whether an identifier can be used right away or has to be quoted due to invalid characters or keywords.
convertModOperation(String, String) - Method in class com.inet.report.Database
Returns a valid sql expression to evaluate the remainder of an division.
convertStringToSQLSyntax(String, boolean) - Method in class com.inet.report.Database
This function transfoms a java String to a SQL String representation.
The default implementation surrounds the String with ' char.
So the String hello will transformed to 'hello'.
If passed String contains the qote character, it will be quoted.
So the String Hello 'World' will transformed to 'Hello ''World'''.

This function can be used to transform the String that multilanguage characters will supported.
convertToBoolean(boolean) - Method in class com.inet.report.Database
Returns the representation of a boolean value in the query language of the database.
convertToBoolean(String, boolean) - Method in class com.inet.report.Database
If required, this function modifies a field reference to convert the value of the field to a boolean.
convertToDate(String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameter to a Time data type.
convertToDate(String, String, String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameters to a Date data type.
convertToDouble(String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameter to a Double data type.
convertToInt(String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameter to a Integer data type.
convertToString(String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameter to a String data type.
convertToTime(String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameter to a Time data type.
convertToTime(String, String, String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameters to a Time data type.
convertToTimeStamp(String, String, String, String, String, String) - Method in class com.inet.report.Database
Returns a valid sql expression to convert the given parameters to a Timestamp data type.
copy() - Method in class com.inet.report.BySummaryOrder
Creates a copy of this.
copy() - Method in class com.inet.report.chart.plot.ItemShape
Returns a copy of this item shape.
copy() - Method in class com.inet.report.Element
Creates a serializable copy of this Element.
copy() - Method in class com.inet.report.FieldElement
Creates a serializable copy of this Element.
copy() - Method in class com.inet.report.Picture
Creates a serializable copy of this Element.
copy() - Method in class com.inet.report.Subreport
Creates a serializable copy of this Element.
copy(int, String, int, String) - Method in class com.inet.config.ConfigurationManager
Creates a copy of the specified source configuration at the specified destination with the given name.
copyContent(Section) - Method in class com.inet.report.Section
Copies content and properties of the source section into target section.
copyContent(SimpleElementContainer) - Method in interface com.inet.report.ElementContainer
Copies content and properties of the source container into this container.
copyContent(SimpleElementContainer) - Method in class com.inet.report.Section
Copies content and properties of the source container into this container.
copyProperties(Section) - Method in class com.inet.report.Section
Some properties of the source section will be copied to this section.
copySPParametersTo(PromptField) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
copyTo(BaseAxis) - Method in class com.inet.report.chart.axis.BaseAxis
Copies the properties of this axis to the new axis.
CORE_VERSION - Static variable in interface com.inet.plugin.ServerPlugin
The version of the core.
CornerEllipse - com.inet.report.Box.BoxProps
 
Correlation - com.inet.report.SummaryField.SummaryOperations
 
CORRELATION - Static variable in class com.inet.report.SummaryField
SummaryField calculates correlation.
Count - com.inet.report.SummaryField.SummaryOperations
 
COUNT - Static variable in class com.inet.report.SummaryField
SummaryField calculates count.
Covariance - com.inet.report.SummaryField.SummaryOperations
 
COVARIANCE - Static variable in class com.inet.report.SummaryField
SummaryField calculates covariance.
create() - Static method in class com.inet.designer.BasicDesignerDataModel
Create a new BasicDesignerDataModel.
create(int, String) - Method in class com.inet.config.ConfigurationManager
Creates a new, empty configuration with the given name and context and stores it in the appropriate Preferences.
create(AuthenticationDescription) - Method in interface com.inet.authentication.AuthenticationProvider
Create an instance of LoginProcessor for the given description.
createBinaryDefaultValue(String, String) - Static method in class com.inet.report.DefaultValue
Creates and returns a default value of value type Field.BINARY.
createDatasource(String) - Method in class com.inet.report.DatabaseTables
Creates a Datasource that uses a DataSourceConfiguration to create a database connection.
A DataSourceConfiguration is defined server wide, so the report doesn't store information about host, user, password,.. .
The advantage of using datasource configurations is that if you change the used database later you don't need to change the reports.
createDataSourceConfiguration(String, int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Creates a new DataSourceConfiguration using the first parameter as configuration name.
createDefaultValueFromFormula(String, String, int, Engine) - Static method in class com.inet.report.DefaultValue
Creates and returns a default value by parsing the given value string as a CC formula.
createDefaultValueFromFormula(String, String, Engine) - Static method in class com.inet.report.DefaultValue
Creates and returns a default value by parsing the given value string as a CC formula.
createEmptyEngine(String) - Static method in class com.inet.report.RDC
Creates a new empty export Engine with a report and initialises new Areas (RH, PH, D, PF, RF) and new Sections (RH, PH, D, PF, RF) and set the export format.
createEngine(Properties) - Method in interface com.inet.report.cache.EngineFactory
Creates an Engine based on the properties.
createEngine(Properties) - Method in class com.inet.report.cache.EngineFactoryImpl
Create a new Engine and initialize it with the properties.
createEngine(Properties) - Method in class com.inet.report.EngineRenderData
Creates or load an Engine and set all needed properties.
createFormulaFieldDefaultValueFromFormula(FormulaField, String, int, Engine) - Static method in class com.inet.report.DefaultValue
creates and returns a default value based on the formula given.
createKey(Properties) - Method in class com.inet.report.cache.Cache
This method is calling the method getKey() of the current EngineFactory only.
createKey(Properties, PropertiesChecker, EngineFactory, Object) - Method in class com.inet.report.cache.Cache
This method calls the method EngineFactory.getKey(Properties).
createKey(Properties, PropertiesChecker, Object) - Method in class com.inet.report.cache.Cache
This method is calling the method getKey() of the current EngineFactory only.
createLoginProcessor(AuthenticationDescription, String, HttpServletRequest, boolean) - Method in interface com.inet.authentication.AuthenticationProvider
Create an instance of a LoginProcessor if possible.
createLoginSettings(String) - Method in class com.inet.authentication.LoginProcessor
Create a LoginSettings for the given loginID
createMailingLabel(Engine, int, int, int, int, boolean, List<Field>) - Static method in class com.inet.report.RDC
After creating a new Engine and setting a database connection you can use this method to create a report for mailing labels, where you have to specify the height and width for one label and the distance between labels (horizontal and vertical).
createNewReport(Component) - Method in class com.inet.designer.BasicDesignerDataModel
Create a new report.
createNewReport(Component) - Method in interface com.inet.designer.DesignerDataModel
Creates a new report and returns its Engine if the creation was successful or null if it was not successful.
createNewReportWithWizard(Component) - Method in class com.inet.designer.BasicDesignerDataModel
Opens the report wizard to create a new report and returns the created Engine object.
createNewUserData() - Method in class com.inet.authentication.LoginProcessor
Create a MutableUserData for creating a new UserAccount
createPictureMetaData() - Method in class com.inet.report.DatabasePicture
Creates a meta data instance for this picture.
createPictureMetaData() - Method in class com.inet.report.Picture
Creates a meta data instance for this picture.
createPictureMetaData() - Method in interface com.inet.report.PictureProperties
Creates a meta data instance for this picture.
createPreviewImage(PictureMetaData) - Method in class com.inet.report.AbstractPictureElement
Creates a preview image of this picture.
createReportView(RenderData) - Method in class com.inet.viewer.SwingReportViewer
Creates a report view and initializes it with the data source "data".
createTableSource(String) - Method in class com.inet.report.Datasource
Creates a new TableSource object that belongs to this Datasource.
createTableSource(String, String) - Method in class com.inet.report.Datasource
Creates a new TableSource object that belongs to this Datasource, or returns a TableSource with the given name if one already exists
createTableSourceCommand(String, String) - Method in class com.inet.report.Datasource
Creates a new TableSource object based on a sql command.
createTableSourceCommand(String, String, boolean) - Method in class com.inet.report.Datasource
Creates a new TableSource object based on a sql command.
createViewer() - Method in class com.inet.designer.AbstractDesignerDataModel
creates a new SwingReportViewer and initializes it with the necessary ViewerContext, as well as piping its log stream to the appropriate position (via SwingReportViewer.setLoggingStream(java.io.PrintStream).
createViewer() - Method in interface com.inet.designer.DesignerDataModel
creates a new SwingReportViewer and initializes it with the necessary ViewerContext, as well as piping its log stream to the appropriate position (via SwingReportViewer.setLoggingStream(java.io.PrintStream).
createViewerException(Throwable) - Static method in exception com.inet.viewer.ViewerException
Simple factory method for creating a ViewerException as a Wrapper for a Throwable.
createViewerExceptionWithMessage(String, Throwable) - Static method in exception com.inet.viewer.ViewerException
Wraps the given exception in a ViewerException.
CREATION_DATE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Creation Date".
CroppingBottom - com.inet.report.AbstractPictureElement.PictureProps
 
CroppingLeft - com.inet.report.AbstractPictureElement.PictureProps
 
CroppingRight - com.inet.report.AbstractPictureElement.PictureProps
 
CroppingTop - com.inet.report.AbstractPictureElement.PictureProps
 
Crosstab - com.inet.report.Element.ElementTypes
 
CrossTab - Class in com.inet.report
This class represents a cross table that has been or should be drawn in a report.
CROSSTAB - Static variable in class com.inet.report.Element
Element is an instance of CrossTab.
CrossTabBody - Class in com.inet.report
This is the body of the CrossTab.
CrossTabBodyCell - Class in com.inet.report
Described a cell in the body of the crosstab.
CrossTabDescriptionSection - Class in com.inet.report
Description section for the Crosstab.
CrossTabGridLineFormat - Class in com.inet.report
Represents the properties of a crosstab grid line.
This class is part of the RDC.
CrossTabGridLineFormat() - Constructor for class com.inet.report.CrossTabGridLineFormat
Creates a CrossTabGridLineFormat object and initialize it with with = 1, style = 1 and color = 0.
CrossTabHeader - Class in com.inet.report
A single CrossTab header.
CrossTabHeaderList - Class in com.inet.report
This is a container for CrossTabHeader.
CrossTabOptions - Class in com.inet.report
The properties of the Crosstab.
CROSSTABSECTION - Static variable in class com.inet.report.Element
Element is an instance of CrossTabDescriptionSection.
CURRENCY - Static variable in class com.inet.report.Field
The constant that identifies a Currency value.
CURRENCY - Static variable in class com.inet.viewer.PromptData
Data type constant - number
CurrencyPosition - com.inet.report.AbstractValueElement.NumberProps
 
CurrencySeparator - com.inet.report.AbstractValueElement.NumberProps
 
CurrencySymbol - com.inet.report.AbstractValueElement.NumberProps
 
CurrencySymbolType - com.inet.report.AbstractValueElement.NumberProps
 
CURRENT_PAGE - Static variable in interface com.inet.viewer.ReportView
Current page property - to be used for PropertyChangeEvents.
CURRENT_USER_ID - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Current User ID".
CURRENT_USER_NAME - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Current User Name".
CURRENT_USER_TIME_ZONE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Current User Time Zone".
CurrentUserName - com.inet.report.SpecialField.SpecialFieldNames
 
CurrentUserTimeZone - com.inet.report.SpecialField.SpecialFieldNames
 
CURSOR - Static variable in class com.inet.report.Field
The constant that identifies a Cursor value.
CUSTOMIZE_GROUP_NAME_FIELD_DISABLED - Static variable in class com.inet.report.Group
Constant for 'disable customize group name field'.
CUSTOMIZE_GROUP_NAME_FIELD_ENABLED - Static variable in class com.inet.report.Group
Constant for 'enable customize group name field' and choose from existing field.
CUSTOMIZE_GROUP_NAME_FIELD_ENABLED_WITH_FM - Static variable in class com.inet.report.Group
Constant for 'enable customize group name field' and use a formula as group name.
CustomizeGroupName - com.inet.report.Group.AttributeTag
 
CustomPromptEditor - Interface in com.inet.viewer
CustomPromptEditors are used to display custom editors for specific prompts.
CUTCORNER - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a cut corner style.
CYLINDER - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a cylinder style.

D

DATA_DATE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Data Date".
DATA_TIME - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Data Time".
DATA_TIME_ZONE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Data Time Zone".
Database - Class in com.inet.report
This class is a layer between a DBMS or any other data source and i-net Clear Reports.
Database() - Constructor for class com.inet.report.Database
Create a default Database class instance.
DATABASE - com.inet.problemfinder.ProblemFinderWarning.Sources
This ProblemFinderWarning is caused by a general problem in DatabaseTables for example the joins contain a cycle
DATABASE_FIELD - Static variable in class com.inet.report.Field
Field is a database field.
DATABASE_PICTURE - Static variable in class com.inet.report.Element
Element is an instance of DatabasePicture.
DatabaseField - Class in com.inet.report
This class represents a database field.
A DatabaseField holds the information needed to use a field from a database table.
When a field will be evaluated the data of the field are fetched for each record in the table.
DatabaseMetaDataFactory - Class in com.inet.report
This class is helpful if you want to use a self defined Database class as base for report design with i-net Designer.
DatabaseMetaDataFactory() - Constructor for class com.inet.report.DatabaseMetaDataFactory
 
DatabasePicture - Class in com.inet.report
It represents a picture that is saved in a BLOB of the database.
DatabaseTables - Class in com.inet.report
The class DatabaseTables is the starting point if you want to configure everything has to do with databases, tables, connections, table joins and so on.
DataCollector - Interface in com.inet.report.database.fetch
Receives tabular data from all the datasources of a rendered report.
DataDate - com.inet.report.SpecialField.SpecialFieldNames
 
DataFactory - Interface in com.inet.report.database
This interface is a layer between a your DBMS or any other data source and i-net Clear Reports.
Datasource - Class in com.inet.report
A datasource represents a connection to a database.
DataSourceConfiguration - Class in com.inet.report.config.datasource
A DataSourceConfiguration is a description of a data source, that can be used by an i-net Clear Reports report.
We differentiate between a data source that use a JDBC driver and a data source that use a com.inet.report.database.DataFactory extended class.
DataSourceConfiguration(String) - Constructor for class com.inet.report.config.datasource.DataSourceConfiguration
Deprecated.
As of i-net Clear Reports 19.2, use DataSourceConfiguration(String, int)
DataSourceConfiguration(String, int) - Constructor for class com.inet.report.config.datasource.DataSourceConfiguration
Create a new data source configuration
DataSourceConfigurationChangeListener - Interface in com.inet.report.config.datasource
This interface can be useful for GUI tools that have to get notified if a DataSourceConfiguration was changed.
DataSourceConfigurationManager - Class in com.inet.report.config.datasource
This is the main class to manage data source configurations in i-net Clear Reports.
DATATABLE - com.inet.problemfinder.ProblemFinderWarning.Sources
This ProblemFinderWarning is caused by a Problem in a database table, for example the table in unlinked
DataTime - com.inet.report.SpecialField.SpecialFieldNames
 
DataTimeZone - com.inet.report.SpecialField.SpecialFieldNames
 
DATE - Static variable in class com.inet.report.Field
The constant that identifies a Date value.
DATE - Static variable in class com.inet.viewer.PromptData
Data type constant - date
DATE_ONLY_ORDER - Static variable in interface com.inet.report.ValueProperties
Date value will be printed only.
DATE_TIME_ORDER - Static variable in interface com.inet.report.ValueProperties
Date value will be printed before time value.
DateCalendarType - com.inet.report.AbstractValueElement.DateTimeProps
 
DateEraType - com.inet.report.AbstractValueElement.DateTimeProps
 
DateFirstSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DATEFORMAT - Static variable in class com.inet.viewer.PromptValue
formatter to use for dates (will use multiple fall backs)
DateOrder - com.inet.report.AbstractValueElement.DateTimeProps
 
DateRange - Class in com.inet.report.chart.axis
Specifies a range of dates for i-net Clear Reports charts.
DateRange() - Constructor for class com.inet.report.chart.axis.DateRange
Creates a range controller for the date values.
DateRange(Date, Date) - Constructor for class com.inet.report.chart.axis.DateRange
Sets a specific range, causing this range to no longer be an automatic range.
DateSecondSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DateThirdSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DATETIME - Static variable in class com.inet.report.Field
The constant that identifies a DateTime value.
DATETIME - Static variable in class com.inet.viewer.PromptData
Data type constant - datetime
DATETIME_FOUR_DIGIT_YEAR_NO_SECONDS - Static variable in class com.inet.viewer.PromptValue
formatter to use for datetimes with 4-digit years but without showing seconds
DATETIME_FOUR_DIGIT_YEAR_WITH_SECONDS - Static variable in class com.inet.viewer.PromptValue
formatter to use for datetimes with 4-digit years and seconds
DateTimeFormat - Class in com.inet.report.chart.format
This is a date and time format with predefined locale-sensitive styles.
For more information to the system defined date and time styles see http://docs.oracle.com/javase/8/docs/api/java/text/DateFormat.html.
DateTimeFormat() - Constructor for class com.inet.report.chart.format.DateTimeFormat
Creates a new instance of format.
DATETIMEFORMAT - Static variable in class com.inet.viewer.PromptValue
formatter to use for datetimes (will use multiple fall backs)
DateTimeOrder - com.inet.report.AbstractValueElement.DateTimeProps
 
DateTimeSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DateWindowsDefaultType - com.inet.report.AbstractValueElement.DateTimeProps
 
DateZeroSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DAY_MONTH_YEAR - Static variable in interface com.inet.report.ValueProperties
Draw day first, then month and then year.
DAY_OF_WEEK_ENCLOSURE_ANGLE - Static variable in interface com.inet.report.ValueProperties
Day of week in angle brackets
DAY_OF_WEEK_ENCLOSURE_NONE - Static variable in interface com.inet.report.ValueProperties
Day of week has no enclosure.
DAY_OF_WEEK_ENCLOSURE_PARENTHESIS - Static variable in interface com.inet.report.ValueProperties
Day of week in parenthesizes
DAY_OF_WEEK_ENCLOSURE_SQUARED - Static variable in interface com.inet.report.ValueProperties
Day of week in squared brackets.
DayOfWeekEnclosure - com.inet.report.AbstractValueElement.DateTimeProps
 
DayOfWeekPosition - com.inet.report.AbstractValueElement.DateTimeProps
 
DayOfWeekSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
DayOfWeekType - com.inet.report.AbstractValueElement.DateTimeProps
 
DayType - com.inet.report.AbstractValueElement.DateTimeProps
 
DEBUG - Static variable in class com.inet.plugin.ServerPluginManager
Signals if we run a debug session in an IDE like Eclipse.
DecimalSeparatorsSymbol - com.inet.report.AbstractValueElement.NumberProps
 
decodeProps(Properties) - Static method in class com.inet.report.ReportKeyFactory
FOR INTERNAL USE ONLY Decode the properties that are send from a client request.
DEFAULT_ABBREVIATION - Static variable in class com.inet.report.chart.format.FixedNumberFormat
The default abbreviation.
DEFAULT_ALPHA - Static variable in class com.inet.report.chart.axis.AbstractMarker
Default alpha transparency value of the marker.
DEFAULT_AREA_STYLE - Static variable in class com.inet.report.chart.plot.ContinuousAreaPlot
Default chart style with this plot.
DEFAULT_AXIS_LINE_COLOR - Static variable in class com.inet.report.chart.axis.BaseAxis
The default axis color (the ABGR value representation).
DEFAULT_BAR_MARGIN_PERCENT - Static variable in class com.inet.report.chart.plot.BarPlot
The default bar margin percentage.
DEFAULT_BAR_STYLE - Static variable in class com.inet.report.chart.plot.ContinuousBarPlot
Default chart style with this plot.
DEFAULT_BAR_WIDTH - Static variable in class com.inet.report.chart.plot.BarPlot
The default bar width.
DEFAULT_BASE_COLOR - Static variable in class com.inet.report.chart.plot.Chart3DPlot
The default base color.
DEFAULT_CHART_STYLE - Static variable in class com.inet.report.Chart2
Default chart style.
DEFAULT_COLOR - Static variable in class com.inet.report.chart.axis.AbstractMarker
Default line marker color (a ABGR value representation).
DEFAULT_COLOR_SEQUENCE - Static variable in class com.inet.report.chart.plot.AbstractPlot
The default order of colors.
DEFAULT_DRILLDOWN_ENABLED - Static variable in class com.inet.viewer.props.DefaultSetting
Key for the viewer's default of whether to allow drill downs
DEFAULT_EXPAND_PERCENT - Static variable in class com.inet.report.chart.plot.PiePlot
The default expand percent.
DEFAULT_FONT - Static variable in class com.inet.report.chart.Legend
Default legend font.
DEFAULT_FONT_NAME - Static variable in class com.inet.report.Chart2
the default font used by chart.
DEFAULT_FOOTNOTE_TITLE - Static variable in class com.inet.report.Chart2
the default font and color properties of footnote title of chart.
DEFAULT_FOREGROUND_ALPHA - Static variable in class com.inet.report.chart.plot.AbstractPlot
The default foreground alpha
DEFAULT_FORMAT - Static variable in interface com.inet.report.ValueProperties
FOR INTERNAL USE ONLY
DEFAULT_GRIDLINE_COLOR - Static variable in class com.inet.report.chart.axis.BaseAxis
The default grid lines color (the ABGR value representation).
DEFAULT_HEADER_TITLE - Static variable in class com.inet.report.Chart2
The default font and color properties of header title of chart.
DEFAULT_HEIGHT - Static variable in class com.inet.report.Section
Default value of the property 'height'.
DEFAULT_ITEM_LABEL_BACKGROUND_COLOR - Static variable in class com.inet.report.chart.plot.PiePlot
The default background color of the item label.
DEFAULT_ITEM_LABEL_COLOR - Static variable in class com.inet.report.chart.plot.AbstractPlot
Default color of the item labels.
DEFAULT_ITEM_LABEL_FONT - Static variable in class com.inet.report.chart.plot.AbstractPlot
Default font of the item labels.
DEFAULT_ITEM_LABEL_GAP - Static variable in class com.inet.report.chart.plot.PiePlot
The default gap of the item labels.
DEFAULT_ITEM_LABEL_OUTLINE_COLOR - Static variable in class com.inet.report.chart.plot.PiePlot
The default outline color of the item label.
DEFAULT_ITEM_LABEL_OUTLINE_STYLE - Static variable in class com.inet.report.chart.plot.PiePlot
The default outline style of the item label.
DEFAULT_ITEM_LABEL_OUTLINE_WIDTH - Static variable in class com.inet.report.chart.plot.PiePlot
The default outline width of the item label.
DEFAULT_LABEL_COLOR - Static variable in class com.inet.report.chart.Legend
Default legend color.
DEFAULT_LEGEND_OUTLINE_COLOR - Static variable in class com.inet.report.chart.Legend
Default legend outline color.
DEFAULT_LINE_STYLE - Static variable in class com.inet.report.chart.axis.AbstractMarker
Default line style of the marker.
DEFAULT_LINE_STYLE - Static variable in class com.inet.report.chart.plot.ContinuousLinePlot
Default chart style with this plot.
DEFAULT_LINE_WIDTH - Static variable in class com.inet.report.chart.axis.AbstractMarker
Default line width of the marker.
DEFAULT_MAXIMUM_LINES - Static variable in class com.inet.report.chart.axis.GroupAxis
The default value for maximum lines of label.
DEFAULT_MULTIPLE_STYLE - Static variable in class com.inet.report.chart.plot.MultiplePiePlot
Default chart style with this plot.
DEFAULT_NUMBER_OF_DECIMAL_PLACES - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Default number of decimal places.
DEFAULT_OTHER_NAME - Static variable in class com.inet.report.BySummaryOrder
Default name for all other elements.
DEFAULT_OUTLINE_COLOR - Static variable in class com.inet.report.chart.plot.AbstractPlot
Default outline color.
DEFAULT_OUTLINE_STYLE - Static variable in class com.inet.report.chart.plot.AbstractPlot
Default outline style.
DEFAULT_OUTLINE_WIDTH - Static variable in class com.inet.report.chart.plot.AbstractPlot
Default outline width.
DEFAULT_PAPER_ORIENTATION - Static variable in class com.inet.report.ReportProperties
Paper orientation is system default.
DEFAULT_PAPERSIZE - Static variable in class com.inet.report.ReportProperties
Paper size is system default.
DEFAULT_PATTERN - Static variable in class com.inet.report.chart.format.PatternDateTimeFormat
The default pattern with date and time parts.
DEFAULT_PATTERN - Static variable in class com.inet.report.chart.format.PatternNumberFormat
The default pattern with thousands separator and two decimals.
DEFAULT_ROTATION_ANGLE - Static variable in class com.inet.report.chart.axis.GroupAxis
The default value for rotation angle (in radians).
DEFAULT_ROTATION_ANGLE - Static variable in class com.inet.report.chart.plot.PiePlot
The default rotating angle.
DEFAULT_SHAPE_SIZE - Static variable in class com.inet.report.chart.plot.ItemShape
The default shape size.
DEFAULT_SIZE_COEFFICIENT - Static variable in class com.inet.report.chart.plot.XYPlot
The default bubble size coefficient.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.AreaPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.BarPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.Chart3DPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.GanttPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.LinePlot
Default chart style of this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.PiePlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.PolarPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.StockPlot
Default chart style with this plot.
DEFAULT_STYLE - Static variable in class com.inet.report.chart.plot.XYPlot
Default chart style with this plot.
DEFAULT_SUBTITLE_TITLE - Static variable in class com.inet.report.Chart2
the default font and color properties of subtitle title of chart.
DEFAULT_TICK_LABEL_COLOR - Static variable in class com.inet.report.chart.axis.BaseAxis
The default axis label color (the ABGR value representation).
DEFAULT_TICK_LABEL_FONT - Static variable in class com.inet.report.chart.axis.BaseAxis
The default axis tick labels font.
DEFAULT_TITLE - Static variable in class com.inet.report.chart.axis.BaseAxis
Default title of this axis.
DEFAULT_USE_THOUSANDS_SEPARATOR - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Default using of thousands separator.
DEFAULT_VALUE - Static variable in class com.inet.report.chart.axis.AbstractMarker
Default value.
DEFAULT_VIEW_MODE - Static variable in class com.inet.viewer.props.DefaultSetting
Key for the viewer's default view mode
DEFAULT_WALL_COLOR - Static variable in class com.inet.report.chart.plot.Chart3DPlot
The default color of both walls.
DEFAULT_WIDTH_RATIO - Static variable in class com.inet.report.chart.axis.GroupAxis
The default value for width ratio.
DEFAULT_ZOOM - Static variable in class com.inet.viewer.props.DefaultSetting
Key for the viewer's default zoom level
DefaultAttribute - com.inet.report.AbstractFontElement.FontProps
 
DefaultAttribute - com.inet.report.AbstractLineElement.LineProperties
 
DefaultAttribute - com.inet.report.AbstractPictureElement.PictureProps
 
DefaultAttribute - com.inet.report.AbstractValueElement.DateTimeProps
 
DefaultAttribute - com.inet.report.AbstractValueElement.NumberProps
 
DefaultAttribute - com.inet.report.Area.AttributeTag
 
DefaultAttribute - com.inet.report.Box.BoxProps
 
DefaultAttribute - com.inet.report.Element.BorderProps
 
DefaultAttribute - com.inet.report.Element.CommonProperties
 
DefaultAttribute - com.inet.report.Element.HyperlinkProps
 
DefaultAttribute - com.inet.report.Element.StringProps
 
DefaultAttribute - com.inet.report.Field.FieldAttributeTag
 
DefaultAttribute - com.inet.report.Group.AttributeTag
 
DefaultAttribute - com.inet.report.JavaBean.JavaBeanProps
 
DefaultAttribute - com.inet.report.SignatureForm.SignatureFormProps
 
DefaultAttribute - com.inet.report.SpecifiedOrder.AttributeTag
 
DefaultAttribute - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
defaultElementType - com.inet.report.Element.ElementTypes
 
defaultHolder - Variable in class com.inet.report.SummaryField
contains referenced objects
DefaultSetting - Class in com.inet.viewer.props
Contains the various property values which can be set for the corresponding keys.
DefaultSetting.Key - Class in com.inet.viewer.props
DefaultValue - Class in com.inet.report
Holder for a PromptField's default value and its description.
DefaultValue(Object, String) - Constructor for class com.inet.report.DefaultValue
Creates a default value with field value type set as UNKNOWN
DefaultValue(Object, String, int) - Constructor for class com.inet.report.DefaultValue
Creates a DefaultValue with the given value and description.
DefaultValue(String, int) - Constructor for class com.inet.report.DefaultValue
internal constructor
delete(int, String) - Method in class com.inet.config.ConfigurationManager
Irreversible removes the specified configuration from storage.
delete(Configuration) - Method in class com.inet.config.ConfigurationManager
Irreversible removes the specified configuration from storage.
delete(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Removes one report from the cache.
delete(String) - Method in class com.inet.report.cache.Cache
Delete all reports with the name from the cache.
DELETE - Static variable in class com.inet.report.RDC.FieldsRefreshEvent
The field has been removed.
DEPENDENCY - com.inet.plugin.ServerPluginManager.PluginLoadFailCause
a dependency is missing
DEPENDING_ERROR - com.inet.report.Validity.States
the object self is valid but a depending object has an error
DESCENDING_ALPHA_NUMERIC_ORDER - Static variable in class com.inet.report.SortField
Sort records descending.
DESCENDING_ORDER - Static variable in class com.inet.report.SortField
Sort records descending.
Description - com.inet.report.Field.FieldAttributeTag
 
DesignerDataModel - Interface in com.inet.designer
This interface allows the implementation of a custom data model for the designer.
DesignerListener - Interface in com.inet.designer
This Listener can be used by Applications which start an embedded i-net Designer to be informed when important tasks are performed by the user.
destroy() - Method in interface com.inet.report.database.beans.BeanDataSourceManager
This method gives the BeanDataSourceManager an opportunity to clean up any resources that are being held.
destroyCurrent() - Static method in class com.inet.authentication.LoginProcessor
Remove current LoginProcessor from current thread.
DETAIL - Static variable in class com.inet.report.Region
Identifier for detail area or section.
DETAILS - Static variable in class com.inet.report.Engine
The constant for the index number of the details area.
Diagram - com.inet.report.Element.ElementTypes
 
DISABLED - com.inet.plugin.ServerPluginManager.PluginLoadFailCause
plugin is disabled
DISCRETE_AND_RANGE_VALUE - Static variable in class com.inet.report.PromptField
Prompt field allows both, discrete and range value.
DISCRETE_VALUE - Static variable in class com.inet.report.PromptField
Prompt field allows a discrete value.
DiscreteNumberAxis - Class in com.inet.report.chart.axis
The axis which displays discrete number values.
DiscreteNumberAxis() - Constructor for class com.inet.report.chart.axis.DiscreteNumberAxis
Creates a discrete number axis.
DISPLAYNAME - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the display name in the GUI.
DISPLAYNAME_DETAILS - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the display details in the GUI.
DISTINCT_COUNT - Static variable in class com.inet.report.SummaryField
SummaryField calculates distinct count.
DistinctCount - com.inet.report.SummaryField.SummaryOperations
 
DivideField - com.inet.report.SignatureForm.SignatureFormProps
 
DO_NOT_DRAW - Static variable in class com.inet.report.chart.plot.DrawOutOfScale
Don't draw the data point with value out of range.
DocumentOutput - Interface in com.inet.report.output
Instances of this interface store the rendered data (pages, chunks, fonts, etc ) of a report.
DocumentOutputStream - Class in com.inet.report.output
A streamed output for Engine results.
DocumentOutputStream(OutputStream, boolean) - Constructor for class com.inet.report.output.DocumentOutputStream
Create a new streamed output for a Engine.
doWriteHtmlPage(Properties, HttpServletRequest, HttpServletResponse) - Method in class com.inet.report.ReportServletJSP
This method sets up a properties object for you and calls _jspService(req, res) which is the HTML page you have written translated into java code.
DRAW_ON_MAX - Static variable in class com.inet.report.chart.plot.DrawOutOfScale
Draw on the min / max the data point with value out of range.
DRAW_OUT_OF_SCALE - Static variable in class com.inet.report.chart.plot.DrawOutOfScale
Draw out of scale the data point with value out of range.
DrawOutOfScale - Class in com.inet.report.chart.plot
This class sets the properties for draw out of scale.
DrillDown - com.inet.report.Area.AttributeTag
 
DropShadow - com.inet.report.Box.BoxProps
 
DropShadow - com.inet.report.Element.BorderProps
 
duplicate(String) - Method in class com.inet.report.Field
Duplicates this field with all its settings and returns the created Field with the given name.
duplicate(String) - Method in class com.inet.report.FormulaField
Duplicates this field with all its settings and returns the created Field with the given name.
duplicate(String) - Method in class com.inet.report.PromptField
Duplicates this field with all its settings and returns the created Field with the given name.
duplicate(String) - Method in class com.inet.report.SQLField
Duplicates this field with all its settings and returns the created Field with the given name.
duplicate(String) - Method in class com.inet.report.SummaryField
Duplicates this field with all its settings and returns the created Field with the given name.
DynamicValueProvider - Interface in com.inet.report
Provides default values for a prompt field at run-time.

E

Element - Class in com.inet.report
The class Element is the superclass of all visible objects in the report.
Each of them is inheriting from this class.
Element - com.inet.report.Area.AttributeTag
 
Element(int, RendererBase) - Constructor for class com.inet.report.Element
Constructor of Element with necessary dependencies, calls the full constructor with parentSection=null
Element.BorderProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
Element.CommonProperties - Enum in com.inet.report
FOR INTERNAL USE ONLY
Element.ElementTypes - Enum in com.inet.report
FOR INTERNAL USE ONLY
Element.HyperlinkProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
Element.StringProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
ElementContainer - Interface in com.inet.report
The interface describes the methods to add some complex elements such as multi-section lines, charts, subreports and crosstabs to the element container.
EmbeddedUtils - Class in com.inet.designer
This class is a useful one when you want to use i-net Designer embedded in your application.
EmbeddedUtils() - Constructor for class com.inet.designer.EmbeddedUtils
FOR INTERNAL USE ONLY
encrypt(String) - Static method in class com.inet.report.RDC
FOR INTERNAL USE ONLY Obfuscate this string so it is not immediately readable.
EndSection - com.inet.report.AbstractLineElement.LineProperties
 
Engine - Class in com.inet.report
This is the i-net Clear Reports report engine.
Engine(String) - Constructor for class com.inet.report.Engine
Constructor creates an Engine for different file output formats.
EngineBundle - Class in com.inet.report
A bundle of multiple engines you want to render as one document.
EngineBundle(String) - Constructor for class com.inet.report.EngineBundle
Create a new bundle of reports for the specified output format.
EngineError - Class in com.inet.report
This class provides information about an execution error of an Engine or a sub Engine.
EngineFactory - Interface in com.inet.report.cache
An instance of this interface creates a ReportCacheKey and Engine based on the properties.
EngineFactoryImpl - Class in com.inet.report.cache
This is the default implementation of the EngineFactory.
EngineFactoryImpl() - Constructor for class com.inet.report.cache.EngineFactoryImpl
FOR INTERNAL USE ONLY
engineFinish(EngineFinishEvent) - Method in interface com.inet.report.event.EngineFinishListener
This method will be called if the execution process of the Engine has been finished.
EngineFinishEvent - Class in com.inet.report.event
This event indicates that the execution process of an engine has benn finished.
EngineFinishEvent(Engine, URL, long) - Constructor for class com.inet.report.event.EngineFinishEvent
Constructs a new EngineFinishEvent object.
EngineFinishListener - Interface in com.inet.report.event
This interface can be used to notify that the execution of an engine (report) has been finished.
EngineRenderData - Class in com.inet.report
This implementation of RenderData uses a created Engine to provide all render data to the i-net Clear Reports viewer.
EngineRenderData(String) - Constructor for class com.inet.report.EngineRenderData
Creates an instance of EngineRenderData, decoding any properties in the String.
EngineStatistics - Interface in com.inet.report
Holds some statistic data for an instance of Engine
EngineStatus - Class in com.inet.report
This class provides status information for an Engine of a main report.
equals(Object) - Method in class com.inet.authentication.AuthenticationDescription
equals(Object) - Method in interface com.inet.config.Configuration
Compares the specified configuration with this configuration.
equals(Object) - Method in class com.inet.report.BySummaryOrder
Compares the other object with this.
equals(Object) - Method in class com.inet.report.cache.ReportCacheKey
Compares the values of this ReportCacheKey with those of the other ReportCacheKey.
equals(Object) - Method in class com.inet.report.chart.axis.AxisPosition
equals(Object) - Method in class com.inet.report.chart.format.Abbreviation
equals(Object) - Method in class com.inet.report.chart.LegendPlacement
equals(Object) - Method in class com.inet.report.chart.plot.AreaStyle
equals(Object) - Method in class com.inet.report.chart.plot.BarStyle
equals(Object) - Method in class com.inet.report.chart.plot.Chart3DStyle
equals(Object) - Method in class com.inet.report.chart.plot.ChartStyle
equals(Object) - Method in class com.inet.report.chart.plot.ContinuousAreaStyle
equals(Object) - Method in class com.inet.report.chart.plot.ContinuousBarStyle
equals(Object) - Method in class com.inet.report.chart.plot.ContinuousLineStyle
equals(Object) - Method in class com.inet.report.chart.plot.DrawOutOfScale
equals(Object) - Method in class com.inet.report.chart.plot.GanttStyle
equals(Object) - Method in class com.inet.report.chart.plot.ItemShape
equals(Object) - Method in class com.inet.report.chart.plot.LineStyle
equals(Object) - Method in class com.inet.report.chart.plot.MultiplePieStyle
equals(Object) - Method in class com.inet.report.chart.plot.PieLegendLayout
equals(Object) - Method in class com.inet.report.chart.plot.PieStyle
equals(Object) - Method in class com.inet.report.chart.plot.PolarStyle
equals(Object) - Method in class com.inet.report.chart.plot.StockStyle
equals(Object) - Method in class com.inet.report.chart.plot.XYStyle
equals(Object) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
equals(Object) - Method in class com.inet.report.CrossTabGridLineFormat
equals(Object) - Method in class com.inet.report.Datasource
equals(Object) - Method in class com.inet.report.DefaultValue
equals(Object) - Method in class com.inet.report.Field
equals(Object) - Method in class com.inet.report.FormulaRange
equals(Object) - Method in class com.inet.report.SortField
Indicates whether some other SortField is "equal to" this one.
equals(Object) - Method in class com.inet.report.SpecialField
Returns whether this SpecialField is equal to the supplied SpecialField.
equals(Object) - Method in class com.inet.report.SpecifiedOrder
Compares the other object with this.
equals(Object) - Method in class com.inet.report.SubreportLink
Compares two SubreportLink objects for equality.
equals(Object) - Method in class com.inet.report.SummaryField
Indicates whether some other SummaryField is "equal to" this one.
equals(Object) - Method in class com.inet.report.TableSource
Checks whether the given Object is a TableSource object with the same alias name.
equals(Object) - Method in class com.inet.viewer.PromptData
Checks equality with another object - a PromptData object is equal to another if all settings are the same in both objects.
equals(Object) - Method in class com.inet.viewer.RangePromptValue
ERROR - com.inet.problemfinder.ProblemFinderWarning.Type
The object has an error
ERROR - com.inet.report.Validity.States
the object has an error
eval(IFormulaRunner) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
execute() - Method in class com.inet.report.Engine
Executes the report and stores the result data in an internal cache.
execute() - Method in class com.inet.report.EngineBundle
See Engine.execute() for details.
execute() - Method in interface com.inet.report.ReportGenerator
See Engine.execute() for details.
ExecuteOnDb - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
exists(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Verify if a ReportCacheKey exists in the cache.
exists(String) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Checks if the DataSourceConfiguration specified by the given configuration name does exist for user or system scope.
exists(String, int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Checks if the DataSourceConfiguration specified by the given configuration name does exist for the given scope.
ExpandToBottomOfPageWhenPrinting - com.inet.report.AbstractLineElement.LineProperties
 
export() - Method in interface com.inet.viewer.ReportView
Exports the report connected to this report view.
export() - Method in class com.inet.viewer.SwingReportView
Exports the report connected to this report view.
export(int, String) - Method in interface com.inet.viewer.ReportView
Exports the report connected to this report view into the given file.
Export formats creating multiple files, e.g.
export(int, String) - Method in class com.inet.viewer.SwingReportView
Exports the report connected to this report view into the given file.
Export formats creating multiple files, e.g.
export(ReportView) - Method in class com.inet.viewer.SwingViewerContext
This method is called when the export action is to be performed.
export(ReportView) - Method in interface com.inet.viewer.ViewerContext
This method is called when the export action is to be performed.
export(Component, RenderData) - Method in class com.inet.viewer.SwingViewerContext
Opens the export dialog with the given parent as its parent and exports using the provided RenderData object.
export(Component, RenderData, PropertyChangeListener) - Method in class com.inet.viewer.SwingViewerContext
Opens the export dialog with the given parent as its parent and exports using the provided RenderData object.
export(Properties) - Method in interface com.inet.viewer.ReportView
Exports the report connected to this report view into the given file.
This method use the default value for all not specified properties.
export(Properties) - Method in class com.inet.viewer.SwingReportView
Exports the report connected to this report view into the given file.
This method use the default value for all not specified properties.
EXPORT - Static variable in class com.inet.viewer.ActionPool
Opens the export dialog.
EXPORT_BMP - Static variable in class com.inet.report.Engine
Engine creates BMP output.
EXPORT_CSV - Static variable in class com.inet.report.Engine
Engine creates CSV output.
The column delimiter can be specified with property: delimiter.
EXPORT_CSV - Static variable in interface com.inet.viewer.ReportView
Export Format CSV (Comma separated values)
EXPORT_DATA - Static variable in class com.inet.report.Engine
Engine creates data output.
EXPORT_DATA - Static variable in interface com.inet.viewer.ReportView
Export Format DATA (Comma separated values)
EXPORT_DOCX - Static variable in class com.inet.report.Engine
Engine creates DOCX output.
EXPORT_EMAIL - Static variable in class com.inet.report.Engine
Engine creates a simplified HTML output which can be used for emails.
EXPORT_GIF - Static variable in class com.inet.report.Engine
Engine creates GIF output.
EXPORT_HTML - Static variable in class com.inet.report.Engine
Engine creates HTML output.
EXPORT_HTML - Static variable in interface com.inet.viewer.ReportView
Export Format HTML
EXPORT_HTML_ZIP - Static variable in class com.inet.report.Engine
Engine creates HTML output.
EXPORT_JAR - Static variable in class com.inet.report.Engine
FOR INTERNAL USE ONLY
EXPORT_JPEG - Static variable in class com.inet.report.Engine
FOR INTERNAL USE ONLY
EXPORT_JPG - Static variable in class com.inet.report.Engine
Engine creates JPG output.
EXPORT_JRA - Static variable in class com.inet.report.Engine
FOR INTERNAL USE ONLY
EXPORT_JSON - Static variable in class com.inet.report.Engine
Engine creates JSON output.
EXPORT_ODS - Static variable in class com.inet.report.Engine
Engine creates OpenOffice ODS output.
EXPORT_PDF - Static variable in class com.inet.report.Engine
Engine creates PDF output.
EXPORT_PDF - Static variable in interface com.inet.viewer.ReportView
Export Format PDF
EXPORT_PNG - Static variable in class com.inet.report.Engine
Engine creates PNG output.
EXPORT_PS - Static variable in class com.inet.report.Engine
Engine creates postscript output.
EXPORT_PS - Static variable in interface com.inet.viewer.ReportView
Export Format PS (PostScript Level 1)
EXPORT_PS2 - Static variable in class com.inet.report.Engine
Engine creates postscript 2 output.
EXPORT_PS2 - Static variable in interface com.inet.viewer.ReportView
Export Format PS2 (PostScript Level 2)
EXPORT_PS3 - Static variable in class com.inet.report.Engine
Engine creates postscript 3 output.
EXPORT_PS3 - Static variable in interface com.inet.viewer.ReportView
Export Format PS3 (PostScript Level 3)
EXPORT_RTF - Static variable in class com.inet.report.Engine
Engine creates RTF output.
EXPORT_RTF - Static variable in interface com.inet.viewer.ReportView
Export Format RTF
EXPORT_SVG - Static variable in class com.inet.report.Engine
Engine creates SVG output.
EXPORT_SVG - Static variable in interface com.inet.viewer.ReportView
Export Format SVG (Scalable Vector Graphics)
EXPORT_TXT - Static variable in class com.inet.report.Engine
Engine creates plain text output.
EXPORT_TXT - Static variable in interface com.inet.viewer.ReportView
Export Format TXT (Plain Text Format)
EXPORT_XLS - Static variable in class com.inet.report.Engine
Engine creates XLS output.
EXPORT_XLS - Static variable in interface com.inet.viewer.ReportView
Export Format XLS (Microsoft Excel format)
EXPORT_XLSX - Static variable in class com.inet.report.Engine
Engine creates XLSX output.
EXPORT_XML - Static variable in class com.inet.report.Engine
Engine creates XML output.
EXPORT_XML - Static variable in interface com.inet.viewer.ReportView
Export Format XML
exportDataSourceConfigurations(DataSourceConfiguration[], File) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Exports data source configurations to the given file in an XML format.
exportDataSourceConfigurations(DataSourceConfiguration[], OutputStream) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Exports data source configurations to the given file in an XML format.
ExportProgress - Class in com.inet.viewer
Progress class for the export.
ExportProgress(ReportView, RenderData, Properties) - Constructor for class com.inet.viewer.ExportProgress
Creates a new export progress and set it to indeterminate.
exportToStream(int, String, OutputStream) - Method in class com.inet.config.ConfigurationManager
Writes the properties in the configuration specified to the output stream in a format suitable for loading it back using the importFromStream method.
extractNavigationView() - Method in interface com.inet.viewer.ReportView
Removes the navigation view GUI component from the ReportView and returns it.
extractNavigationView() - Method in class com.inet.viewer.SwingReportView
Removes the navigation view GUI component from the ReportView and returns it.
extractReference(Attributes) - Method in class com.inet.report.Field
extracts the referenced field and sets it for this Field object
extractStatusBar() - Method in interface com.inet.viewer.ReportView
Removes the status bar GUI component from the ReportView and returns it.
extractStatusBar() - Method in class com.inet.viewer.SwingReportView
Removes the status bar GUI component from the ReportView and returns it.

F

FACTURX - com.inet.problemfinder.ProblemFinderWarning.Sources
This ProblemFinderWarning is caused by a general problem in the FacturX mapping
FacturXSettings - Class in com.inet.report
Settings for the FacturX plugin to generate a PDF file with a FacturX attachment.
FatalParserException - Exception in com.inet.report.parser
The FatalParserException is thrown while parsing only if a fatal and unrecoverable error occurs which causes the report to not be able to be parsed.
FatalParserException(String, Attributes, String, int) - Constructor for exception com.inet.report.parser.FatalParserException
Creates a fatal parser exception, which means that the parsing of a report has been fatally terminated because the report was unreadable for a certain reason.
fetchData(Engine, FetchTables, DataCollector) - Method in class com.inet.report.database.BaseDataFactory
Fetches the part of the report data for which this data factory is responsible.
fetchData(Engine, FetchTables, DataCollector) - Method in interface com.inet.report.database.DataFactory
Fetches the part of the report data for which this data factory is responsible.
fetchData(Engine, FetchTables, DataCollector) - Method in class com.inet.report.Database
Fetches the part of the report data for which this data factory is responsible.
FetchTables - Interface in com.inet.report.database.fetch
Defines the set of tables from which data is fetched.
Field - Class in com.inet.report
Field is the superclass of the different types of fields which can be used in a report.
FIELD - Static variable in class com.inet.report.Element
Element is an instance of Field.
Field.FieldAttributeTag - Enum in com.inet.report
FOR INTERNAL USE ONLY
FieldElement - Class in com.inet.report
A FieldElement is an object like a label but the content of it comes dynamically from a field, i.e. a DatabaseField, FormulaField, PromptField etc.
FieldElement - com.inet.report.Element.ElementTypes
 
FieldPart - Class in com.inet.report
This class provides an object commonly known as a FieldElement, i.e. with a DatabaseField or a SummaryField.
FieldPart - com.inet.report.Element.ElementTypes
 
FIELDPART - Static variable in class com.inet.report.Element
Element is an instance of FieldPart.
Fields - Class in com.inet.report
The Fields set for the Runtime Designer Component.
FIELDS_COUNT - Static variable in class com.inet.report.chart.dataset.GanttForEachRecordDataset
The count of data fields by this kind of dataset.
FIELDS_COUNT - Static variable in class com.inet.report.chart.dataset.StockForAllRecordsDataset
The count of data fields by this kind of dataset.
FIELDS_COUNT - Static variable in class com.inet.report.chart.dataset.XYForAllRecordsDataset
The count of data fields by this kind of dataset.
Fields.UnknownField - Class in com.inet.report
FOR INTERNAL USE ONLY a placeholder field for when a field could not be parsed
FieldValueProvider - Class in com.inet.report
The FieldValueProvider takes one or two DatabaseFields and at run time provides the values in the fields as default values.
FieldValueProvider(DatabaseField, DatabaseField, int) - Constructor for class com.inet.report.FieldValueProvider
Creates a FieldValueProvider with the given DatabaseFields.
FILE_CHOOSER - Static variable in class com.inet.designer.BasicDesignerDataModel
This variable is used to assure the same filechooser is used again.
FileAuthor - com.inet.report.SpecialField.SpecialFieldNames
 
FileCreationDate - com.inet.report.SpecialField.SpecialFieldNames
 
fileDescription(int, URL...) - Static method in class com.inet.report.renderer.html.viewer.HTMLViewerScriptResource
Create an HTMLViewerScriptResource from a list of resource URLs This is FOR INTERNAL USE ONLY.
fileDescription(URL) - Static method in class com.inet.report.renderer.html.viewer.HTMLViewerScriptResource
Create an HTMLViewerScriptResource from a resource URL
fileDescription(URL...) - Static method in class com.inet.report.renderer.html.viewer.HTMLViewerScriptResource
Create an HTMLViewerScriptResource from a list of resource URLs
FileName - com.inet.report.SpecialField.SpecialFieldNames
 
FILTER - com.inet.plugin.ServerPluginManager.PluginLoadFailCause
plugin was filter in the current runtime
findColumnLabels(TableSource) - Method in class com.inet.report.Database
Tries to find column labels for the columns of the provided TableSource.
findCoreServerPluginDescriptionWithoutLoadingForServerStart(String, Logger) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Get the core server plugin description without loading for the testing framework.
findErrors(Engine) - Method in class com.inet.problemfinder.rules.AbstractRuleElement
Runs this rule and checks the given Engine for Problems
findErrors(Engine) - Method in class com.inet.problemfinder.rules.AbstractRuleField
Runs this rule and checks the given Engine for Problems
findErrors(Engine) - Method in class com.inet.problemfinder.rules.AbstractRulePropertyFormula
Runs this rule and checks the given Engine for Problems
findErrors(Engine) - Method in class com.inet.problemfinder.rules.AbstractRuleSection
Runs this rule and checks the given Engine for Problems
findErrors(Engine) - Method in interface com.inet.problemfinder.rules.ProblemFinderRule
Deprecated.
As of i-net Clear Reports 20.10, use ProblemFinderRule.findErrors(Engine, Properties) instead
findErrors(Engine, Properties) - Method in interface com.inet.problemfinder.rules.ProblemFinderRule
Runs this rule and checks the given Engine for Problems
findName(String) - Method in class com.inet.report.SpecifiedOrder
Find the index of a group with its name.
findPaperFormat(int, int, boolean) - Static method in class com.inet.report.ReportProperties
Find the best best match for paper format.
FIRST_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to the first page.
FIXED_SYMBOL - Static variable in interface com.inet.report.ValueProperties
The currency symbol will be fixed on border of field.
FixedNumberFormat - Class in com.inet.report.chart.format
This is a "fixed" number format.
There are three format styles available: number, percent and currency.
FixedNumberFormat() - Constructor for class com.inet.report.chart.format.FixedNumberFormat
Creates a new instance of format with type FixedNumberFormat.FORMAT_NUMBER and default properties.
FixedNumberFormat(int) - Constructor for class com.inet.report.chart.format.FixedNumberFormat
Creates a new instance of format with default properties.
FLOATING_CUBES - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a floating cubes style.
FLOATING_SYMBOL - Static variable in interface com.inet.report.ValueProperties
The currency symbol will cleave on number.
flush() - Method in interface com.inet.config.Configuration
Forces any changes in the contents of this configuration to the persistent store for this scope.
FONT_DIALOG - Static variable in interface com.inet.report.FontProperties
Constant for the logical font Dialog.
FONT_MONOSPACED - Static variable in interface com.inet.report.FontProperties
Constant for the logical font Monospace (e.g.
FONT_SANS_SERIF - Static variable in interface com.inet.report.FontProperties
Constant for the logical font SansSerif (e.g.
FONT_SERIF - Static variable in interface com.inet.report.FontProperties
Constant for the logical font Serif (e.g.
FONT_STYLE_BOLD - Static variable in interface com.inet.report.FontProperties
Constant for the font style bold
FONT_STYLE_ITALIC - Static variable in interface com.inet.report.FontProperties
Constant for the font style italic
FONT_STYLE_STRIKETHROUGH - Static variable in interface com.inet.report.FontProperties
Constant for the font style strikethrough
FONT_STYLE_UNDERLINE - Static variable in interface com.inet.report.FontProperties
Constant for the font style underline
FontColor - com.inet.report.AbstractFontElement.FontProps
 
FontColor - com.inet.report.Element.CommonProperties
 
FontName - com.inet.report.AbstractFontElement.FontProps
 
FontProperties - Interface in com.inet.report
Interface for elements that displays text formatted with fonts.
FontSize - com.inet.report.AbstractFontElement.FontProps
 
FontStyle - com.inet.report.AbstractFontElement.FontProps
 
ForAllRecordsDataset - Class in com.inet.report.chart.dataset
This is a dataset used by standard (bar, line, area) and pie charts.
ForAllRecordsDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.ForAllRecordsDataset
Creates a new empty dataset.
forceImportDataSourceConfigurations(int, File) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Imports data source configurations, replacing any existing ones with the same name
ForEachRecordDataset - Class in com.inet.report.chart.dataset
This is a dataset used by standard (bar, line, area) and pie charts.
ForEachRecordDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.ForEachRecordDataset
Creates a new empty dataset.
format(double, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.FixedNumberFormat
format(double, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.PatternNumberFormat
format(long, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.FixedNumberFormat
format(long, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.PatternNumberFormat
format(Date, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.DateTimeFormat
format(Date, StringBuffer, FieldPosition) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
FORMAT_CURRENCY - Static variable in class com.inet.report.chart.format.FixedNumberFormat
The currency format style
FORMAT_NUMBER - Static variable in class com.inet.report.chart.format.FixedNumberFormat
The number format style
FORMAT_PERCENT - Static variable in class com.inet.report.chart.format.FixedNumberFormat
The percent format style
FORMFIELD - Static variable in class com.inet.report.Element
Element is an instance of FormFieldElement.
FormFieldElement - com.inet.report.Element.ElementTypes
 
FormPrint - Class in com.inet.viewer.print
This attribute signals the print dialog to enable the flag "Form Print".
FormPrint() - Constructor for class com.inet.viewer.print.FormPrint
Creates the form print attribute.
FORMULA_FIELD - Static variable in class com.inet.report.Field
Field is a formula field.
FORMULA_GROUP_SELECTION - Static variable in class com.inet.report.FormulaField
group selection formula
FORMULA_PROPERTY - Static variable in class com.inet.report.FormulaField
property formula
FORMULA_RECORD_SELECTION - Static variable in class com.inet.report.FormulaField
record selection formula
FORMULA_USER - Static variable in class com.inet.report.FormulaField
user defined formula
FormulaField - Class in com.inet.report
This class represents a field, which value is calculated by a formula.
FormulaRange - Class in com.inet.report
This class is the representation of a range, e.g. defined with a formula like '20 to_ 30'.
FormulaRange(Object, Object) - Constructor for class com.inet.report.FormulaRange
Creates a new FormulaRange object.
FormulaRange(Object, Object, boolean, boolean) - Constructor for class com.inet.report.FormulaRange
Create a new FormulaRange object.
FormulaRange(Object, Object, Object) - Constructor for class com.inet.report.FormulaRange
Create a new FormulaRange object.
FormulaRange(Object, Object, String, boolean, boolean) - Constructor for class com.inet.report.FormulaRange
Create a new FormulaRange object.
from - Variable in class com.inet.report.FormulaRange
The Object that holds the from value of range.

G

GANTT - Static variable in class com.inet.report.chart.plot.GanttStyle
The default chart style with this plot.
GanttDataset - Interface in com.inet.report.chart.dataset
An interface that is implemented by data sets that have start, end and progress fields.
GanttForEachRecordDataset - Class in com.inet.report.chart.dataset
This is a dataset used by Gantt charts.
GanttForEachRecordDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.GanttForEachRecordDataset
Creates a new empty dataset.
GanttOneGroupDataset - Class in com.inet.report.chart.dataset
This is a dataset used by Gantt charts.
GanttOneGroupDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.GanttOneGroupDataset
Creates a new empty dataset.
GanttPlot - Class in com.inet.report.chart.plot
A general class for plotting data in the form of an start, end and progress value.
GanttPlot() - Constructor for class com.inet.report.chart.plot.GanttPlot
Creates a gantt plot with default properties.
GanttPlot(GanttStyle) - Constructor for class com.inet.report.chart.plot.GanttPlot
Creates a gantt plot with defined chart style.
GanttStyle - Class in com.inet.report.chart.plot
This class defines the styles of the gantt chart.
GanttTwoGroupsDataset - Class in com.inet.report.chart.dataset
This is a dataset used by Gantt charts.
GanttTwoGroupsDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.GanttTwoGroupsDataset
Creates a new empty dataset.
GeneralProperties - Interface in com.inet.report
Interface for all elements that can be inserted into sections.
generateName(String, String, int) - Static method in class com.inet.report.SummaryField
Generates the name of a summary field, i.e.
generateName(String, String, int, String) - Static method in class com.inet.report.SummaryField
Generates the name of a summary field, i.e.
get(int) - Method in class com.inet.report.CrossTabHeaderList
Returns the CrossTabHeader at the specified position in this list.
get(int, String) - Method in class com.inet.config.ConfigurationManager
Fetches the configuration specified by the name and the scope.
get(ConfigKey) - Method in interface com.inet.config.Configuration
Returns the string value to which the specified ConfigKey is mapped, or the default otherwise.
Note that this fetches the actual value stored in the Preferences behind this Configuration.
get(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
Get a list of instances of the given extension type.
get(String) - Method in interface com.inet.config.Configuration
Returns the value to which the specified key is mapped, or null otherwise.
get(String) - Method in class com.inet.config.ConfigurationManager
Fetches the configuration specified by the name and the scope.
get(String, String) - Method in interface com.inet.config.Configuration
Returns the value to which the specified key is mapped, or def otherwise.
Note that this fetches the actual value stored in the Preferences behind this Configuration.
getAbbreviation() - Method in class com.inet.report.chart.format.FixedNumberFormat
Returns the abbreviation of formatted values.
getAbbreviation(Element) - Static method in class com.inet.report.chart.format.Abbreviation
Reads the XML properties of a abbreviation.
getActionPool() - Method in class com.inet.viewer.SwingReportViewer
Returns the SwingViewer report actions connected to this viewer.
getAddOp() - Method in class com.inet.report.Database
Overwrite this method if the used database uses another sign than "+" as add operator.
getAlias() - Method in class com.inet.report.TableSource
Returns the alias name.
getAliasList() - Method in class com.inet.report.Datasource
Returns a String array of alias names from all TableSources of this Datasource.
getAliasToken() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the SQL keyword that is required to define an alias name in a SQL statement.
For some databases a whitespace have to be set between table name and table alias.
getAliasToken() - Method in class com.inet.report.Database
Deprecated.
As of i-net Clear Reports 13.1, replaced by getConfiguration().getAliasToken()
getAll(int) - Method in class com.inet.config.ConfigurationManager
Returns all configurations in the given scope.
getAllAvailableColumns() - Method in class com.inet.report.DatabaseTables
Returns all columns that are available for this report.
getAllBeanClassNames(String, String) - Method in interface com.inet.report.database.beans.BeanDataSourceManager
Returns the class names of the Java Beans whose data can be requested.
Note: Please note that the Java Beans needs to be serializable.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.AreaStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.BarStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.Chart3DStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.ChartStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.ContinuousAreaStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.ContinuousBarStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.ContinuousLineStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.GanttStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.LineStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.MultiplePieStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.PieStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.PolarStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.StockStyle
Returns the list of dataset supported by this chart style.
getAllowedDatasets(Chart2) - Method in class com.inet.report.chart.plot.XYStyle
Returns the list of dataset supported by this chart style.
getAllowedUserGroups() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the list of group-GUIDs that are allowed to access this datasource
getAllowFieldClippingFormula() - Method in class com.inet.report.AbstractValueElement
Get the formula for the property 'allow field clipping'.
getAllowFieldClippingFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula which specifies the value of the allowed field clipping property or null if not set.
getAllowMultipleValues() - Method in class com.inet.report.PromptField
Returns whether or not multiple values can be passed to this prompt or not.
getAmPmOrder() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'am pm order/type'.
getAmPmOrder() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'am pm order/type'.
getAmPmOrderFormula() - Method in class com.inet.report.AbstractValueElement
returns the formula of the property 'am pm order/type'.
getAmPmOrderFormula() - Method in interface com.inet.report.ValueProperties
returns the formula of the property 'am pm order/type'.
getAmString() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'am string'.
getAmString() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'am string'.
getAmStringFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula of the property 'am string'.
getAmStringFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula of the property 'am string'.
getApplicationDirectory() - Method in class com.inet.designer.AbstractDesignerDataModel
Returns the location of the application directory which is the directory where the designer is located in.
getApplicationDirectory() - Method in interface com.inet.designer.DesignerDataModel
Returns the location of the application directory which is the directory where the designer is located in.
getArea(int) - Method in class com.inet.report.Engine
Returns an AreaElement of the Area set.
getArea(String) - Method in class com.inet.report.Engine
Returns an area element of the set of areas.
getAreaCount() - Method in class com.inet.report.Engine
Returns the number of Areas of the report.
getAtBottomOfPageFormula() - Method in class com.inet.report.Region
Gets the formula for the property 'print at bottom of page'.
getAtts() - Method in exception com.inet.report.parser.FatalParserException
Returns the SAX attributes of the tag currently being parsed at the time of the exception.
getAuthenticationDescription() - Method in class com.inet.authentication.LoginProcessor
Get the AuthenticationDescription for creating this login processor.
getAuthenticationDescription(Map<String, String>, boolean, boolean) - Method in interface com.inet.authentication.AuthenticationProvider
Get the AuthenticationDescription for the given configuration settings and logging
getAuthor() - Method in class com.inet.report.SummaryInfo
Returns the author of the report if the value was specified in the "Summary Info" or with the method setAuthor(String).
getAutoFixActions() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the Actions which autofix this problem.
Each Action has a description about what it does.
getAutomaticZoomType() - Method in interface com.inet.viewer.ReportView
Returns which type of automatic zoom is used in the report view whenever the ReportView is displayed anew, for example after resizing the display.
getAutomaticZoomType() - Method in class com.inet.viewer.SwingReportView
Returns which type of automatic zoom is used in the report view whenever the ReportView is displayed anew, for example after resizing the display.
getAvailableFonts() - Method in class com.inet.designer.AbstractDesignerDataModel
Returns a list of all available fonts for the designer.
getAvailableFonts() - Method in interface com.inet.designer.DesignerDataModel
Returns a list of all available fonts for the designer.
getAvailableFontsFromRepository() - Method in class com.inet.designer.AbstractDesignerDataModel
fetches a list of fonts available on the repository configured for the designer
getAvailableFontsFromRepository() - Method in interface com.inet.designer.DesignerDataModel
fetches a list of fonts available on the repository configured for the designer
getAvailableIPAddresses() - Method in class com.inet.config.ConfigurationManager
Returns all available IP addresses on the current system as a InetAddress array, each IP address as an individual InetAddress.
getAvailableLocales() - Method in class com.inet.report.translation.Translations
Get a list of all available translation locales in this report.
getAvailablePlugins() - Method in class com.inet.plugin.ServerPluginManager
Get the list of all available plugins in the plugin directory.
getAxisLineColor() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the ABGR value representing the axis line color.
getAxisPosition() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the relative position of this axis on the chart.
getBackColor() - Method in class com.inet.report.Area
Returns RDC.COLOR_NO_COLOR since an Area does not have a background color.
getBackColor() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'back color'.
getBackColor() - Method in interface com.inet.report.BoxProperties
Returns the value of the property 'back color'.
getBackColor() - Method in class com.inet.report.chart.Legend
Returns the ABGR value representing the background color.
getBackColor() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the ABGR value representing the background color.
getBackColor() - Method in class com.inet.report.CrossTabHeader
Returns the background color of the header as ABGR, i.e. 0x000000FF for red.
getBackColor() - Method in class com.inet.report.ReportComponent
Returns the background color of this report element as ABGR, i.e. 0x000000FF for red.
getBackColorFormula() - Method in class com.inet.report.Area
Returns null since an Area does not have a background color formula.
getBackColorFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'back color'.
getBackColorFormula() - Method in interface com.inet.report.BoxProperties
Returns the formula for the property 'back color'.
getBackColorFormula() - Method in class com.inet.report.CrossTabHeader
Returns the formula of the background color of the header as ABGR, i.e. 0x000000FF for red.
getBackColorFormula() - Method in class com.inet.report.ReportComponent
Returns the background color formula of this report element.
getBarMarginPercent() - Method in class com.inet.report.chart.plot.BarPlot
Returns the bar margin in percent where 0.10 is 10 percent.
getBarWidth() - Method in class com.inet.report.chart.plot.BarPlot
Returns the maximum bar width in percent where 0.10 is 10 percent.
getBaseUrl() - Method in class com.inet.report.FieldElement
Returns the currently set base URL for relative URLs.
getBaseUrl() - Method in interface com.inet.report.TextInterpretationProperties
Returns the currently set base URL for relative URLs.
getBaseUrlFormula() - Method in class com.inet.report.FieldElement
Returns the property formula set for the base URL property.
getBaseUrlFormula() - Method in interface com.inet.report.TextInterpretationProperties
Returns the property formula set for the base URL property.
getBasicSupport() - Method in class com.inet.authentication.AuthenticationDescription
If this authentication supports basic authentication.
getBeanClassName() - Method in class com.inet.report.JavaBean
Returns the name of the beans's class
getBeanComponent() - Method in class com.inet.report.JavaBean
Return a instance of bean Component.
getBeanData(String, String, String) - Method in interface com.inet.report.database.beans.BeanDataSourceManager
Returns a list of Java Beans of the supplied type.
getBeanData(String, String, String, String) - Method in interface com.inet.report.database.beans.BeanDataSourceManager
Returns a list of Java Beans of the supplied type.
getBeanPropertyDescriptorsForGUI() - Method in class com.inet.report.JavaBean
Returns those bean property descriptors that are suitable for setting via the i-net Desginer GUI.
getBeanPropertyFormula(String) - Method in class com.inet.report.JavaBean
Returns the current property FormulaField of the beans' property named name.
getBeanPropertyValue(String) - Method in class com.inet.report.JavaBean
Returns the current property value of the beans' property named name.
getBody() - Method in class com.inet.report.CrossTab
The body of the table.
getBooleanFormatOutputType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'boolean format output type'.
getBooleanFormatOutputType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'boolean format output type'.
getBooleanFormatOutputTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'boolean format output type'.
getBooleanFormatOutputTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'boolean format output type'.
getBottomCropping() - Method in class com.inet.report.AbstractPictureElement
Gets the value of the property 'bottom cropping size'.
getBottomCropping() - Method in interface com.inet.report.PictureProperties
Gets the value of the property 'bottom cropping size'.
getBottomLineStyle() - Method in class com.inet.report.AbstractLineElement
Return the same as getLineStyle()
getBottomLineStyle() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'bottom line style'.
getBottomLineStyle() - Method in class com.inet.report.Element
Returns the value of the property 'bottom line style'.
getBottomLineStyleFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula of the property 'bottom line style'.
getBottomLineStyleFormula() - Method in class com.inet.report.Element
Returns the formula of the property 'bottom line style'.
getBulletValueStack() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
getBySummaryOrder() - Method in class com.inet.report.Group
Returns the BySummary sorting order for this group BySummary sorting allows you to sort the groups by our values of aggregate function.
getCache() - Static method in class com.inet.report.cache.Cache
Returns the singleton Cache instance.
getCacheSize() - Method in class com.inet.report.Engine
This function returns the current cache size.
getCanGrowCount() - Method in class com.inet.report.Element
Returns the value of the property 'can grow count'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow.
getCanGrowCount() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'can grow count'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow.
getCanGrowFormula() - Method in class com.inet.report.Element
Returns the formula of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
getCanGrowFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
getCanGrowFormula() - Method in interface com.inet.report.PictureProperties
Returns the formula of the property 'can grow'.
getCanShrinkFormula() - Method in class com.inet.report.AbstractPictureElement
Returns the formula of the property 'can shrink'.
getCanShrinkFormula() - Method in interface com.inet.report.PictureProperties
Returns the formula of the property 'can shrink'.
getCascadingParent() - Method in class com.inet.viewer.PromptData
Returns the parent to this prompt if this is a cascading prompt.
getCatalog() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the set database catalog.
getCatalog() - Method in class com.inet.report.database.TableSourceInfo
Get the catalog name or null.
getCatalog() - Method in class com.inet.report.Datasource
Returns the value of the connection property catalog.
getCatalogs() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Get the list of catalogs.
getCategory() - Method in class com.inet.viewer.print.FormPrint
Get the printing attribute class which is to be used as the "category" for this printing attribute value when it is added to an attribute set.
getCategory() - Method in class com.inet.viewer.print.Transparency
Get the printing attribute class which is to be used as the "category" for this printing attribute value when it is added to an attribute set.
getCategoryAxis() - Method in class com.inet.report.chart.plot.GanttPlot
Returns the category axis of this plot.
getCategoryAxis() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the category axis.
getCategoryAxis() - Method in class com.inet.report.chart.plot.StockPlot
Returns the category axis for this plot.
getCategoryAxis() - Method in class com.inet.report.chart.plot.XYPlot
Returns the category axis for this plot.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.OneGroupDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the category group.
getCategoryGroup() - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
Returns the category group.
getCause() - Method in class com.inet.report.EngineError
Returns the Throwable responsible for this error.
getCause() - Method in class com.inet.report.RDC.FieldsRefreshEvent
Returns whether a field was added, removed or changed.
getCell(int) - Method in class com.inet.report.CrossTabBody
Get the ith cell of the body.
getCell(int, int) - Method in class com.inet.report.CrossTabBody
Get the cell that is related to the row header and column header.
getCellCount() - Method in class com.inet.report.CrossTabBody
Get the count of cells in the body.
getCellMarginsX() - Method in class com.inet.report.CrossTabOptions
Returns the left and right cell margins of all cells
getCellMarginsY() - Method in class com.inet.report.CrossTabOptions
Returns the top and bottom cell margins of all cells
getCertificate() - Method in class com.inet.report.certificate.CertificateInfo
FOR INTERNAL USE ONLY returns the certificate containing signer info or null if no certificate exists.
getCertificateFactory() - Static method in class com.inet.report.RDC
Returns the certificate factory that is used to sign PDF documents created with i-net Clear Reports.
getCertificateInfo(Engine) - Method in interface com.inet.report.certificate.CertificateInfoFactory
Returns a certificate info that is fully initialized and holds all the information needed to produce a signature.
getChangedConfiguration() - Method in class com.inet.config.ConfigurationChangeEvent
Returns the configuration which was changed (or the new current configuration).
getChangedConfigurationName() - Method in class com.inet.config.ConfigurationChangeEvent
Returns the name of the configuration which was changed (or the name of the new current configuration).
getChangedConfigurationScope() - Method in class com.inet.config.ConfigurationChangeEvent
Returns the scope of the configuration which was changed (or the scope of the new current configuration).
getChangeField() - Method in class com.inet.report.SummaryField
Running total changes if this field value was changed.
getChart() - Method in interface com.inet.report.chart.dataset.BaseDataset
Returns the parent chart of this dataset.
getChart() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the parent chart of this dataset.
getChart() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the parent chart of this dataset.
getChart() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the parent chart of this dataset.
getChart() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the parent chart of this dataset.
getChart() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the parent chart of this dataset.
getChosenValue() - Method in class com.inet.viewer.PromptData
Returns the set value of this prompt.
getClippedResult() - Method in class com.inet.report.event.ClippingEvent
Returns the displayed text value after clipping.
getCloseBorderOnPageBreakFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'close border on page break'.
getCloseBorderOnPageBreakFormula() - Method in interface com.inet.report.BoxProperties
Returns the formula for the property 'close border on page break'.
getCloseBorderOnPageBreakFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'close border on page break'.
getCloseField() - Method in interface com.inet.report.chart.dataset.StockDataset
Returns the data field which provides the close value.
getCloseField() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the data field which provides the close value.
getColor() - Method in class com.inet.authentication.AuthenticationDescription
Get the color as hex value, e.g.
getColor() - Method in class com.inet.report.chart.axis.AbstractMarker
Returns the color of the line or area of this marker.
getColor() - Method in class com.inet.report.chart.ChartTitle
Returns the ABGR value of color for this title.
getColorFormula() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the color formula which determines the color at run-time.
getColorSequence() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the user defined color sequence of this chart plot.
getColumn() - Method in class com.inet.report.CrossTabBodyCell
Get the column header of this cell.
getColumnCount() - Method in class com.inet.report.TableSource
Returns the number of columns.
getColumnLabel() - Method in class com.inet.report.DatabaseField
Returns the label of this DatabaseField.
getColumnName(int) - Method in class com.inet.report.TableSource
Returns the column name of the selected column.
getColumnName(String, String, int, TableSource, int) - Method in class com.inet.report.Database
Returns the column name dependent of the database.
getColumnName(String, String, int, TableSource, int) - Method in class com.inet.report.database.JdbcData
Returns the column name dependent of the database.
getColumnNames() - Method in class com.inet.report.TableSource
Returns an array of all column names.
getColumnNames(String) - Method in class com.inet.report.DatabaseTables
Returns a String[] with the column names.
getColumns() - Method in class com.inet.report.CrossTab
The top headers of the table.
getColumns(Datasource, String, String, String, int) - Method in class com.inet.report.database.BaseDataFactory
Returns the column information for a TableSource
getColumns(TableSource) - Method in class com.inet.report.database.BaseDataFactory
Returns the column information for a TableSource
getColumns(TableSource) - Method in interface com.inet.report.database.DataFactory
Returns the column information for a TableSource
getColumns(TableSource) - Method in class com.inet.report.database.JdbcData
Returns the column information for a TableSource
getColumns(String[], int[]) - Static method in class com.inet.report.DatabaseMetaDataFactory
Returns a ResultSet that has the structure of the ResultSet returned from DatabaseMetaData.getColumns().
getColumnType() - Method in class com.inet.report.database.ColumnInfo
A value of DatabaseMetaData.procedureColumnIn, DatabaseMetaData.procedureColumnInOut, DatabaseMetaData.procedureColumnOut, DatabaseMetaData.procedureColumnReturn or DatabaseMetaData.procedureColumnResult.
getColumnType(int) - Method in class com.inet.report.TableSource
Returns the column type of the selected column.
getColumnTypes() - Method in class com.inet.report.TableSource
Returns an array of all column types.
getColumnTypes(String) - Method in class com.inet.report.DatabaseTables
Returns an int[] with the types of columns.
getCombineType() - Method in class com.inet.report.chart.plot.CombinedPlot
Returns the combine type.
getComments() - Method in class com.inet.report.SummaryInfo
Returns the comments of the report if the value was specified in the "Summary Info" or with the method setComments(String).
getComponent() - Method in class com.inet.viewer.SwingNavigationView
All public graphical components of the viewer must implement this method, which returns the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
getComponent() - Method in class com.inet.viewer.SwingReportView
All public graphical components of the viewer must implement this method, which returns the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
getComponent() - Method in class com.inet.viewer.SwingReportViewer
All public graphical components of the viewer must implement this method, which returns the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
getComponent() - Method in class com.inet.viewer.SwingStatusBar
All public graphical components of the viewer must implement this method, which returns the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
getComponent() - Method in class com.inet.viewer.SwingToolBar
Returns the gui component of this toolbar.
getComponent() - Method in interface com.inet.viewer.ToolBar
Returns the gui component of this toolbar.
getComponent() - Method in interface com.inet.viewer.ViewerComponent
All public graphical components of the viewer must implement this method, which returns the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
getConditionCount() - Method in class com.inet.report.Join
Returns the number of join conditions.
getConditionLinkType(int) - Method in class com.inet.report.Join
Returns the link type of the specified condition.
getConditionLinkTypes() - Method in class com.inet.report.Join
Returns the link types of all join conditions.
getConditionSourceColumn(int) - Method in class com.inet.report.Join
Returns the column name from source table, used in the specified condition.
getConditionSourceColumns() - Method in class com.inet.report.Join
Returns all columns from source table, that are used for the join conditions.
getConditionSourceFields() - Method in class com.inet.report.Join
Returns all fields from source table, that are used for the join conditions.
getConditionTargetColumn(int) - Method in class com.inet.report.Join
Returns the column name from target table, used in the specified condition.
getConditionTargetColumns() - Method in class com.inet.report.Join
Returns all columns from target table, that are used for the join conditions.
getConditionTargetFields() - Method in class com.inet.report.Join
Returns all fields from target table, that are used for the join conditions.
getConfiguration() - Method in class com.inet.report.database.BaseDataFactory
Returns the DatabaseConfiguration of this DataFactory.
getConfiguration() - Method in interface com.inet.report.database.DataFactory
Returns the DatabaseConfiguration of this DataFactory.
getConfigurationName() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the name of this DataSourceConfiguration.
getConnection() - Method in class com.inet.report.Datasource
Returns the Connection used to request data from the datasource.
If there exists already a valid Connection, this one will be returned.
getConnectionProperties() - Method in class com.inet.report.Datasource
Returns the properties passed to JDBC driver to create the Connection.
Next to the driver properties the Properties object conains values internal used.
getCookie() - Method in class com.inet.viewer.URLRenderData
Returns the cookie set for the next connections made by URLRenderData.
getCopy() - Method in class com.inet.report.CacheRenderData
"Clones" this RenderData object with all its properties and returns the copy.
getCopy() - Method in class com.inet.report.EngineRenderData
"Clones" this RenderData object with all its properties and returns the copy.
getCopy() - Method in interface com.inet.viewer.RenderData
"Clones" this RenderData object with all its properties and returns the copy.
getCopy() - Method in class com.inet.viewer.URLRenderData
"Clones" this RenderData object with all its properties and returns the copy.
getCorePluginId() - Method in class com.inet.plugin.ServerPluginManager
Returns the id of the product core plugin that was provided to initialize the ServerPluginManager.
getCornerEllipseHeight() - Method in class com.inet.report.Box
Returns the value of the property 'corner ellipse height'.
getCornerEllipseHeight() - Method in interface com.inet.report.BoxProperties
Returns the value of the property 'corner ellipse height'.
getCornerEllipseWidth() - Method in class com.inet.report.Box
Returns the value of the property 'corner ellipse width'.
getCornerEllipseWidth() - Method in interface com.inet.report.BoxProperties
Returns the value of the property 'corner ellipse width'.
getCount() - Method in class com.inet.report.SpecifiedOrder
Get the count of specified group values.
getCreated() - Method in class com.inet.report.SummaryInfo
Returns the date and time the report was created.
getCreateLabel() - Method in enum com.inet.usersandgroups.api.user.UserAccountType
Returns localized label for adding a new user of this type.
getCreator() - Static method in class com.inet.report.Engine
Returns the creator string that i-net Clear Reports writes into the exported files.
getCrossTabGridLineFormat() - Method in class com.inet.report.CrossTab
Returns the gridline format of the crosstab.
getCurrencyPosition() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'currency position type'.
getCurrencyPosition() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'currency position type'.
getCurrencyPositionFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'currency position type'.
getCurrencyPositionFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'currency position type'.
getCurrencySeparator() - Method in class com.inet.report.AbstractValueElement
Returns the separator between the number value and currency symbol.
getCurrencySeparator() - Method in interface com.inet.report.ValueProperties
Returns the separator between the number value and currency symbol.
getCurrencySeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'currency separator'.
getCurrencySeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'currency separator'.
getCurrencySymbol() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'currency symbol'.
getCurrencySymbol() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'currency symbol'.
getCurrencySymbolFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'currency symbol'.
getCurrencySymbolFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'currency symbol'.
getCurrencySymbolType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'currency symbol type'.
getCurrencySymbolType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'currency symbol type'.
getCurrencySymbolTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'currency symbol type'.
getCurrencySymbolTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'currency symbol type'.
getCurrent() - Static method in class com.inet.authentication.LoginProcessor
Get the login processor for the current request session/thread.
getCurrent() - Method in class com.inet.config.ConfigurationManager
Returns the current Configuration.
getCurrent() - Static method in class com.inet.report.config.LicenseKeyInfo
Get the current LicenseKeyInfo which show the state of the current license
getCurrentEngine() - Static method in class com.inet.designer.EmbeddedUtils
Returns the engine of the report that is currently opened.
getCurrentField() - Method in class com.inet.report.FormulaField
This field references the current report field, which contains this formula.
getCurrentPage() - Method in interface com.inet.viewer.ReportView
Returns the number of the "current page" being displayed in this ReportView.
getCurrentPage() - Method in class com.inet.viewer.SwingReportView
Returns the number of the "current page" being displayed in this ReportView.
getCurrentReportView() - Method in interface com.inet.viewer.ReportViewer
Returns the currently visible or selected ReportView object.
getCurrentReportView() - Method in class com.inet.viewer.SwingReportViewer
Returns the currently visible or selected ReportView object.
getCursorType(int) - Method in class com.inet.report.Database
Returns the SQL data type for a cursor if the stored procedure parameter is a cursor.
getCustomData() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Returns the custom data of this report component.
getCustomizeGroupNameField() - Method in class com.inet.report.Group
Returns the kind of the customization of the group name field.
getCustomizer() - Method in class com.inet.report.JavaBean
Returns the customizer component if it is supported for this bean.
getData() - Method in class com.inet.report.database.TableData
ONLY FOR INTERNAL USE Get the data of this TableData.
getDataAxis() - Method in class com.inet.report.chart.plot.GanttPlot
Returns the data axis of this plot.
getDataAxis() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the data axis of this plot.
getDataAxis() - Method in class com.inet.report.chart.plot.StockPlot
Returns the data axis for this plot.
getDataAxis() - Method in class com.inet.report.chart.plot.XYPlot
Returns the data axis for this plot.
getDatabaseClassname() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns com.inet.report.database.DataFactory class name or an empty String.
getDatabaseConfiguration() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
FOR INTERNAL USE ONLY Returns the DatabaseConfiguration used for this DataSourceConfiguration.
getDatabaseField(int) - Method in class com.inet.report.Fields
Returns the idx-th element of database fields array.
getDatabaseField(int) - Method in class com.inet.report.TableSource
Returns the corresponding DatabaseField to that column index.
getDatabaseField(String) - Method in class com.inet.report.Fields
Returns the DatabaseField with name dbColName or null if not existent in report.
getDatabaseField(String) - Method in class com.inet.report.TableSource
Returns the corresponding DatabaseField to that column name.
getDatabaseFields() - Method in class com.inet.report.TableSource
Returns all DatabaseFields that belongs to this TableSource.
getDatabaseFieldsCount() - Method in class com.inet.report.Fields
Returns the number of database fields of this report.
getDatabaseIdentifier() - Method in class com.inet.report.TableSource
Returns the original name of the table source.
getDatabaseTables() - Method in class com.inet.report.Engine
Returns the DatabaseTables object for this report.
getDataFactory() - Method in class com.inet.report.Datasource
Returns the DataFactory instance which should be used for the connection configured by this Datasource.
getDataFetchingCpuTime() - Method in interface com.inet.report.EngineStatistics
Get the CPU time that is used for fetching the report data from a datasource, measured in nanoseconds.
getDataFetchingSystemTime() - Method in interface com.inet.report.EngineStatistics
Get the system time that is used for fetching the report data from a datasource, measured in nanoseconds.
getDataField() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the data field.
getDataField(int) - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the summary field at the specified position in the list.
getDataField(int) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the summary field at the specified position in the list.
getDataField(int) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the summary field at the specified position in the list.
getDataField(int) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the summary field at the specified position in the list.
getDataField(String) - Method in interface com.inet.report.chart.dataset.BaseDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataField(String) - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataField(String) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataField(String) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataField(String) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataField(String) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the summary field with the specified name or null if the summary field with this name not found in the list.
getDataFields() - Method in interface com.inet.report.chart.dataset.BaseDataset
Returns the data fields of this dataset as list.
getDataFields() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the data fields of this dataset as list.
getDataFields() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the data fields of this dataset as list.
getDataFields() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the data fields of this dataset as list.
getDataFields() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the data fields of this dataset as list.
getDataFields() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the data fields of this dataset as list.
getDataFieldsCount() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the count of data fields in this dataset.
getDataGroup() - Method in class com.inet.report.FacturXSettings
Get the group for which a line in the invoice should be created.
getDataset() - Method in interface com.inet.report.chart.plot.ChartPlot
Returns the dataset of this plot.
getDataset() - Method in class com.inet.report.chart.plot.CombinedPlot
Returns nothing (null).
getDataset() - Method in class com.inet.report.chart.plot.GanttPlot
Returns a dataset of type GanttDataset.
getDataset() - Method in class com.inet.report.chart.plot.MultiplePiePlot
Returns a dataset of type PieDataset or of type StandardDataset.
getDataset() - Method in class com.inet.report.chart.plot.PiePlot
Returns a dataset of type PieDataset.
getDataset() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the data container of this plot.
getDataset() - Method in class com.inet.report.chart.plot.StockPlot
Returns a dataset of type StockDataset.
getDataset() - Method in class com.inet.report.chart.plot.XYPlot
Returns a dataset of type XYDataset.
getDatasource() - Method in class com.inet.report.FieldValueProvider
Returns the data source the query is to be run on
getDatasource() - Method in class com.inet.report.QueryValueProvider
Returns the data source the query is to be run on
getDatasource() - Method in class com.inet.report.SQLField
Returns the datasource.
getDatasource() - Method in class com.inet.report.SQLValueProvider
Returns the data source the query is to be run on
getDatasource() - Method in class com.inet.report.TableSource
Returns the Datasource object, to which this TableSource belongs.
getDatasource(int) - Method in class com.inet.report.DatabaseTables
Returns the data source at position idx.
getDatasource(String) - Method in class com.inet.report.DatabaseTables
Returns the datasource by name.
getDataSource(GUID) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the DataSourceConfiguration specified by the given uid.
getDataSource(String) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the DataSourceConfiguration specified by the given name.
getDataSourceConfiguration() - Method in class com.inet.report.Datasource
If this Datasource is based on a DataSourceConfiguration and the configuration exists, the DataSourceConfiguration object will be returned.
getDataSourceConfiguration(String, int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the DataSourceConfiguration specified by the given configuration name and scope.
getDataSourceConfigurationListeners() - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the list of listeners.
getDataSourceConfigurationName() - Method in class com.inet.report.Datasource
If this Datasource is based on a DataSourceConfiguration and the configuration exists, the name of the DataSourceConfiguration object will be returned.
getDataSourceConfigurationNames() - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the configuration names of all DataSourceConfigurations stored for user and system scope.
getDataSourceConfigurationNames(int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the configuration names of all DataSourceConfigurations stored for the given scope.
getDataSourceConfigurations(int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Returns the DataSourceConfiguration objects stored for the given scope.
getDatasourceCount() - Method in class com.inet.report.DatabaseTables
Returns how many data sources are known.
getDataType() - Method in class com.inet.report.database.ColumnInfo
The data type of this column.
getDateCalendarType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date calendar type'.
getDateCalendarType() - Method in interface com.inet.report.ValueProperties
For future use.
getDateCalendarTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula of the property 'date calendar type'.
getDateCalendarTypeFormula() - Method in interface com.inet.report.ValueProperties
For future use.
getDateEraType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date era type'.
getDateEraType() - Method in interface com.inet.report.ValueProperties
For future use.
getDateEraTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula of the property 'date era type'.
getDateEraTypeFormula() - Method in interface com.inet.report.ValueProperties
For future use.
getDateFirstSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date first separator'.
getDateFirstSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date first separator'.
getDateFirstSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date first separator'.
getDateFirstSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date first separator'.
getDateFormatType() - Method in class com.inet.report.AbstractValueElement
Returns the date format type set for this element.
getDateFormatType() - Method in interface com.inet.report.ValueProperties
Returns the date format type set for this element.
getDateFormatTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date format type'.
getDateFormatTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date format type'.
getDateOrder() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date order'.
getDateOrder() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date order'.
getDateOrderFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date order'.
getDateOrderFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date order'.
getDatePatternConstant() - Method in class com.inet.report.chart.format.DateTimeFormat
Returns the date format pattern constant, e.g.
getDatePrefixSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date prefix separator'.
getDatePrefixSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date prefix separator'.
getDatePrefixSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date prefix separator'.
getDatePrefixSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date prefix separator'.
getDateRange() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the range controller object which is responsible for determining the range to be shown on the axis
getDateSecondSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date second separator'.
getDateSecondSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date second separator'.
getDateSecondSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date second separator'.
getDateSecondSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date second separator'.
getDateStepWidthType() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the date step width of axis units - a step will be 1 of the unit returned.
getDateSuffixSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date suffix separator'.
getDateSuffixSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date suffix separator'.
getDateSuffixSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date suffix separator'.
getDateSuffixSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date suffix separator'.
getDateTimeOrder() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date time order'.
getDateTimeOrder() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date time order'.
getDateTimeOrderFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date time order'.
getDateTimeOrderFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date time order'.
getDateTimeSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'date time separator'.
getDateTimeSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'date time separator'.
getDateTimeSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'date time separator'.
getDateTimeSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'date time separator'.
getDateWindowsDefaultTypeFormula() - Method in class com.inet.report.AbstractValueElement
Deprecated.
As of i-net Crystal-Clear 8.0, use AbstractValueElement.getDateFormatTypeFormula() instead.
getDayOfWeekEnclosure() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'day of week enclosure'.
getDayOfWeekEnclosure() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'day of week enclosure'.
getDayOfWeekEnclosureFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'day of week enclosure'.
getDayOfWeekEnclosureFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'day of week enclosure'.
getDayOfWeekPosition() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'day of week position'.
getDayOfWeekPosition() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'day of week position'.
getDayOfWeekPositionFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'day of week position'.
getDayOfWeekPositionFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'day of week position'.
getDayOfWeekSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'day of week separator'.
getDayOfWeekSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'day of week separator'.
getDayOfWeekSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'day of week separator'.
getDayOfWeekSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'day of week separator'.
getDayOfWeekType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'day of week type'.
getDayOfWeekType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'day of week type'.
getDayOfWeekTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'day of week type'.
getDayOfWeekTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'day of week type'.
getDayType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'day type'.
getDayType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'day type'.
getDayTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'day type'.
getDayTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'day type'.
getDecimalSeparatorSymbol() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'decimal separators symbol'.
getDecimalSeparatorSymbol() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'decimal separators symbol'.
getDecimalSeparatorSymbolFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'decimal separators symbol'.
getDecimalSeparatorSymbolFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'decimal separators symbol'.
getDefaultAttributeSet(int, int) - Method in interface com.inet.viewer.ReportView
Creates and returns a HashPrintRequestAttributeSet for the given page(s) with the default printing attributes.
getDefaultAttributeSet(int, int) - Method in class com.inet.viewer.SwingReportView
Creates and returns a HashPrintRequestAttributeSet for the given page(s) with the default printing attributes.
getDefaultExportDirectory() - Method in class com.inet.viewer.SwingReportViewer
Returns the default directory in that the Java viewer will save the exported files.
getDefaultPlot() - Method in class com.inet.report.chart.plot.AreaStyle
Creates a new area plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.BarStyle
Creates a new bar plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.Chart3DStyle
Creates a new 3D plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.ChartStyle
Creates a default plot properly for this chart style.
getDefaultPlot() - Method in class com.inet.report.chart.plot.ContinuousAreaStyle
Creates a new continuous area plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.ContinuousBarStyle
Creates a new continuous bar plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.ContinuousLineStyle
Creates a new continuous line plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.GanttStyle
Creates a new gantt plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.LineStyle
Creates a new line plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.MultiplePieStyle
Creates a new multiple pie style plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.PieStyle
Creates a new pie plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.PolarStyle
Creates a new polar plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.StockStyle
Creates a new stock plot and initializes the plot with default settings.
getDefaultPlot() - Method in class com.inet.report.chart.plot.XYStyle
Creates a new xy plot and initializes the plot with default settings.
getDefaultPromptValuesAsString() - Method in class com.inet.report.PromptField
Returns the default values for this prompt as formula syntax, i.e. as an array if there are multiple default prompt values.
getDefaultSetting(DefaultSetting.Key) - Method in class com.inet.viewer.SwingReportViewer
Returns the setting of the property defined by the key, or null if no value is set.
getDefaultSqlOfAllStatements(boolean) - Method in class com.inet.report.Engine
Returns the statements that will be send to the database.
The result depends on the used DataFactories classes.
getDefaultValue(int) - Method in class com.inet.report.PromptField
Returns the default value at the given index.
getDefaultValueCount() - Method in class com.inet.report.PromptField
Returns The number of default values set for this prompt. 0 if none are set.
getDefaultValueProvider() - Method in class com.inet.report.PromptField
If a DynamicValueProvider has been set for this PromptField, this method will return this provider.
getDefaultValues() - Method in interface com.inet.report.DynamicValueProvider
Returns an array of DefaultValue objects for a prompt field.
getDefaultValues() - Method in class com.inet.report.PromptField
Fetches the default values.
getDefaultValues() - Method in class com.inet.viewer.PromptData
Returns the default values of this prompt.
Note that Date are given as Calendar object, and DateTime as Timestamp.
getDefaultValues(Function<DefaultValue, Boolean>) - Method in interface com.inet.report.DynamicValueProvider
Query the DefaultValue objects for a prompt field.
getDefaultValues(Function<DefaultValue, Boolean>) - Method in class com.inet.report.SQLValueProvider
Query the DefaultValue objects for a prompt field.
getDescription() - Method in interface com.inet.config.Configuration
Returns the description set for this configuration, which is found in the property "configuration.description", i.e. this is equivalent to calling get("configuration.description").
getDescription() - Method in class com.inet.report.DefaultValue
Returns the description of this default value.
getDescription() - Method in enum com.inet.usersandgroups.api.user.UserAccountType
Returns localized description for the user account type.
getDescription() - Method in class com.inet.viewer.PromptData
Returns the description of this prompt.
getDescription() - Method in class com.inet.viewer.PromptValue
Returns the description of the parameter field that has been set using API or i-net Designer dialog.
getDescriptions() - Method in class com.inet.report.FieldValueProvider
Returns the DatabaseField responsible for fetching the descriptions from.
getDescriptionSection() - Method in class com.inet.report.CrossTab
Gets the description section of the crosstab.
getDiagnostic() - Static method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Get additional diagnostic information for the case of fatal error:
getDiscreteOrRangeType() - Method in class com.inet.report.PromptField
Returns the type of values which are allowed for this prompt.
getDisplayName() - Method in class com.inet.authentication.AuthenticationDescription
Get the display name for this authentication method.
getDisplayName() - Method in enum com.inet.usersandgroups.api.user.UserAccountType
Returns the localized display name of the user account type.
getDisplayName() - Method in class com.inet.viewer.PromptData
Returns name to use for displaying the prompt name
getDisplayName(Map<String, String>) - Method in interface com.inet.authentication.AuthenticationProvider
Get the display name for the GUI.
getDivideField() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the signature field must be divided into two parts.
getDivideField() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the signature field must be divided into two parts.
getDivisor() - Method in class com.inet.report.chart.format.Abbreviation
Returns the divisor.
getDocumentPageCount() - Method in class com.inet.report.Engine
Returns the number of pages in the finally document, e.g.
getDrawOutOfScale(Element) - Static method in class com.inet.report.chart.plot.DrawOutOfScale
Reads the XML properties of a of Draw Out Of Scale for LinePlot.
getDriverClassname() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the name of the java.sql.Driver that will be used to establish the Connection to database.
getDriverObject(Class<?>) - Static method in class com.inet.report.config.datasource.DataSourceConfiguration
FOR INTERNAL USE ONLY iterate over registered driver - necessary for silly JdbcOdbcDriver, which set a flag in its finalize() function so that no Connection could create anymore.
getDriverObject(String) - Static method in class com.inet.report.config.datasource.DataSourceConfiguration
FOR INTERNAL USE ONLY iterate over registered driver - necessary for silly JdbcOdbcDriver, which set a flag in its finalize() function so that no Connection could create anymore
getDriverSpecificProperties() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
FOR INTERNAL USE ONLY returns all properties that will be passed to JDBC driver
getDropShadowFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'drop shadow'.
getDropShadowFormula() - Method in interface com.inet.report.BoxProperties
Returns the formula for the property 'drop shadow'.
getDropShadowFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'drop shadow'.
getDropShadowFormula() - Method in class com.inet.report.Line
Lines do not support drop shadows.
getElement() - Method in class com.inet.report.event.ClippingEvent
Returns the element on which the clipping occurred.
getElementOfPropertyFormula() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY Returns the element which is the owner of this formula if this formula is a property formula.
getElements() - Method in class com.inet.report.CrossTabDescriptionSection
Returns an array containing all elements of this container.
getElements() - Method in class com.inet.report.Section
Returns an Array containing all elements in this section.
getElements() - Method in interface com.inet.report.SimpleElementContainer
Returns an array containing all elements of this container.
getElementsV() - Method in class com.inet.report.CrossTabDescriptionSection
Returns a Vector containing all elements in this container.
getElementsV() - Method in class com.inet.report.Section
Returns a Vector containing all elements in this section.
getElementsV() - Method in interface com.inet.report.SimpleElementContainer
Deprecated.
As of i-net Clear Reports 15.0, use SimpleElementContainer.getElements() instead
getEmbeddableFontNames() - Static method in class com.inet.report.Engine
Returns true type font names for all fonts from fontPath (set in the i-net Clear Reports configuration) that are licensed for embedding.

Note 1: true type collection file (.ttc) can contain multiple true type fonts
Note 2: each true type font can have one or more font names and all these names will be listed
Note 3: as a result the number of true type font names returned does not coincide with the number of font files in font directory.
getEnabledFormats() - Method in class com.inet.report.ReportProperties
Returns the valid output formats for this report.
getEndField() - Method in interface com.inet.report.chart.dataset.GanttDataset
Returns the data field which indicates the end position of each interval bar.
getEndField() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the data field which indicates the end position of each interval bar.
getEndSection() - Method in class com.inet.report.AbstractLineElement
Returns the value of the property 'end section'.
getEndSection() - Method in interface com.inet.report.LineProperties
Gets the value of the property 'end section'.
getEndValue() - Method in class com.inet.viewer.RangePromptValue
Returns the upper limit to the range, or null if there is no upper limit
getEngine() - Method in class com.inet.report.cache.store.CachedOutput
Get the Engine/EngineBundle that produce the data for this output.
getEngine() - Method in class com.inet.report.Element
Returns the Engine this Element is associated with.
getEngine() - Method in class com.inet.report.event.EngineFinishEvent
Returns the Engine that has been finished now.
getEngine() - Method in class com.inet.report.RDC.FieldsRefreshEvent
Returns the Engine
getEngine() - Method in class com.inet.report.Subreport
Returns the engine object belonging to this subreport.
getEngine(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Returns the engine for the specified key in the specified cache if active rendering.
getEngine(String) - Method in class com.inet.report.EngineRenderData
Get the Engine from the cache if exists.
getEngine0() - Method in class com.inet.report.EngineBundle
Get the first Engine from the bundle list.
getEngineFactory() - Static method in class com.inet.report.cache.Cache
Get the current EngineFactory.
getEngineFactory() - Method in class com.inet.report.CacheRenderData
returns the EngineFactory to pass to the Cache
getEngines() - Method in class com.inet.report.EngineBundle
Get all Engines of this bundle.
getError(int) - Method in class com.inet.report.EngineStatus
Returns the EngineError at the given index.
getErrorCode() - Method in exception com.inet.report.ReportException
Returns an error code that describes the cause for this exception.
getErrorCode() - Method in exception com.inet.viewer.ViewerException
Returns the error code of the exception that was thrown on report server.
getErrorCount() - Method in class com.inet.report.EngineStatus
Returns the number of errors in this status
getErrorData() - Method in class com.inet.report.Validity
Possible error data if the object is not valid.
getErrorMessage() - Method in class com.inet.report.config.LicenseKeyInfo
Get the error message if the license is invalid
getErrorMessage() - Method in class com.inet.viewer.Progress
Returns the last error message of this Progress.
getErrorMessage(Throwable) - Static method in exception com.inet.viewer.ViewerException
Create a user friendly error message.
getErrorMsg() - Method in class com.inet.report.Engine
Returns the error message as string.
getEvaluateTime() - Method in class com.inet.report.FormulaField
Returns the lowest theoretically possible evaluation time this formula can have.
getEvaluateTime(IFormulaRunner) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
getEvaluateTimeReal() - Method in class com.inet.report.FormulaField
Returns the time of evaluation of this formula that is actually used at runtime.
getExecutionSystemTime() - Method in interface com.inet.report.EngineStatistics
Get the rendering system time of the report in nanoseconds.
getExecutionTime() - Method in class com.inet.report.event.EngineFinishEvent
Returns the execution time of the Engine in milliseconds.
getExpandPercent() - Method in class com.inet.report.chart.plot.PiePlot
Returns the detach percentage of sections selected with PiePlot.setSectionIndexes(int[]).
getExportChunkCount(Properties) - Method in class com.inet.report.CacheRenderData
Returns the total number of export "chunks" for the report for the specified export format.
getExportChunkCount(Properties) - Method in class com.inet.report.EngineRenderData
Returns the total number of export "chunks" for the report for the specified export format.
getExportChunkCount(Properties) - Method in interface com.inet.viewer.RenderData
Returns the total number of export "chunks" for the report for the specified export format.
getExportChunkCount(Properties) - Method in class com.inet.viewer.URLRenderData
Returns the total number of export "chunks" for the report for the specified export format.
getExportFormat() - Method in class com.inet.report.ReportKeyFactory
Returns the export format of the report that was set via the properties object in the constructor.
getExtensionName() - Method in interface com.inet.plugin.NamedExtension
Returns the UNIQUE name of the extension.
getFacturXSettings() - Method in class com.inet.report.Engine
Get the factur X settings.
getFailureCause(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Returns the cause for the failure of the report.
getField() - Method in class com.inet.report.CrossTabHeader
The field of the grouping.
getField() - Method in class com.inet.report.Element
Returns the field definition element (for example, database field element, prompt field element).
getField() - Method in class com.inet.report.Field
Gets the field definition element (for example, database field element, prompt field element).
getField() - Method in class com.inet.report.Group
Gets the field definition element.
getField() - Method in class com.inet.report.GroupField
Gets the field definition element (for example, database field element, prompt field element).
getField() - Method in class com.inet.report.RDC.FieldsRefreshEvent
The added, removed or changed field.
getField2nd() - Method in class com.inet.report.SummaryField
Some Summaries need two fields for calculation, i.e. weighted average, correlation etc.
getFieldElement() - Method in class com.inet.report.CrossTabHeader
Returns the field element of this row.
getFieldElement(int) - Method in class com.inet.report.CrossTabBodyCell
Get the FieldElement at the given index.
getFieldElementCount() - Method in class com.inet.report.CrossTabBodyCell
Get the count of the FieldElements in this cell.
getFieldRefName() - Method in interface com.inet.report.CascadingSource
Returns the name to be used as the SQL reference name in the WHERE part of the query used by a cascading prompt referencing this as its parent.
getFieldRefName() - Method in class com.inet.report.FieldValueProvider
Returns the name to be used as the SQL reference name in the WHERE part of the query used by a cascading prompt referencing this as its parent.
getFieldRefName() - Method in class com.inet.report.QueryValueProvider
Returns the name to be used as the SQL reference name in the WHERE part of the query used by a cascading prompt referencing this as its parent.
getFields() - Method in class com.inet.report.Engine
Returns a new Fields Object.
getFields() - Method in class com.inet.report.FacturXSettings
Provides a map with all available field mappings.
getFieldType() - Method in class com.inet.problemfinder.rules.AbstractRuleField
returns the Field type which has to checked, -1 listen to all Field types
getFileNames() - Method in class com.inet.viewer.ExportProgress
Get the generated file names on the export.
getFirstLineIndent() - Method in class com.inet.report.FieldElement
Returns the value of the property 'first line indent'.
getFirstLineIndent() - Method in class com.inet.report.Paragraph
Returns the value of the property 'first line indent'.
getFirstLineIndent() - Method in interface com.inet.report.ParagraphProperties
Returns the value of the property 'first line indent'.
getFirstLineIndentFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the property 'first line indent'.
getFirstLineIndentFormula() - Method in class com.inet.report.Paragraph
Returns the formula whose return value determines the property 'first line indent'.
getFirstLineIndentFormula() - Method in interface com.inet.report.ParagraphProperties
Returns the formula whose return value determines the property 'first line indent'.
getFirstValue() - Method in class com.inet.report.chart.axis.IntervalMarker
Returns the first value (lower bound) of this marker.
getFirstValueFormula() - Method in class com.inet.report.chart.axis.IntervalMarker
Get the Formula which returns the first value of the marker.
getFont() - Method in class com.inet.report.chart.ChartTitle
Returns the font of the label.
getFont(String, int, int) - Static method in class com.inet.report.RDC
FOR INTERNAL USE ONLY
getFontColor() - Method in class com.inet.report.AbstractFontElement
Returns the value of the property 'font color'.
getFontColor() - Method in interface com.inet.report.FontProperties
Returns the font color for the text in this element as an RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
getFontColorFormula() - Method in class com.inet.report.AbstractFontElement
Returns the formula for the property 'font color'.
getFontColorFormula() - Method in interface com.inet.report.FontProperties
Returns the property formula for the font color.
getFontCount() - Method in class com.inet.report.cache.store.CachedOutput
Get the count of added fonts.
getFontCount() - Method in interface com.inet.report.output.DocumentOutput
Get the count of added fonts.
getFontCount() - Method in class com.inet.report.output.DocumentOutputStream
Get the count of added fonts.
getFontData(int) - Method in class com.inet.report.cache.store.CachedOutput
Get the font data from the given index.
getFontData(int) - Method in class com.inet.report.CacheRenderData
Returns the byte array of the embedded font at the specified fontId, which is encoded in the Viewer's protocol.
getFontData(int) - Method in class com.inet.report.Engine
Returns the byte array of the embedded font at the specified fontId, encoded in the Viewer's protocol.
getFontData(int) - Method in class com.inet.report.EngineRenderData
Returns the byte array of the embedded font at the specified fontId, which is encoded in the Viewer's protocol.
getFontData(int) - Method in interface com.inet.report.output.DocumentOutput
Get the font data from the given index.
getFontData(int) - Method in class com.inet.report.output.DocumentOutputStream
Get the font data from the given index.
getFontData(int) - Method in interface com.inet.viewer.RenderData
Returns the byte array of the embedded font at the specified fontId, which is encoded in the Viewer's protocol.
getFontData(int) - Method in class com.inet.viewer.URLRenderData
Returns the byte array of the embedded font at the specified fontId, which is encoded in the Viewer's protocol.
getFontName() - Method in class com.inet.report.AbstractFontElement
Returns the value of the property 'font name'.
getFontName() - Method in interface com.inet.report.FontProperties
Returns the font name for the text in this element.
getFontNameFormula() - Method in class com.inet.report.AbstractFontElement
Returns the formula for the property 'font name'.
getFontNameFormula() - Method in interface com.inet.report.FontProperties
Returns the property formula for the font name.
getFontSize() - Method in class com.inet.report.AbstractFontElement
Returns the value of the property 'font size', rounded to an integer(!).
getFontSize() - Method in interface com.inet.report.FontProperties
Returns the font size for the text in this element, in points.
getFontSizeFormula() - Method in class com.inet.report.AbstractFontElement
Returns the formula for the property 'font size'.
getFontSizeFormula() - Method in interface com.inet.report.FontProperties
Returns the property formula for the font size.
getFontSizeTwips() - Method in class com.inet.report.AbstractFontElement
Returns the value of the property 'font size' in Twips.
getFontSizeTwips() - Method in interface com.inet.report.FontProperties
Returns the font size for the text in this element, in twips.
getFontStyle() - Method in class com.inet.report.AbstractFontElement
Returns the value of the property 'font style'.
getFontStyle() - Method in interface com.inet.report.FontProperties
Returns the font style for the text in this element.
getFontStyleFormula() - Method in class com.inet.report.AbstractFontElement
Returns the formula for the property 'font style'.
getFontStyleFormula() - Method in interface com.inet.report.FontProperties
Returns the property formula for the font style.
getFooter() - Method in class com.inet.report.Group
Returns the group footer area.
getFootnote() - Method in class com.inet.report.Chart2
Returns the footnote of this chart.
getForeColor() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'fore color'.
getForeColor() - Method in class com.inet.report.Element
Returns the fore color of the element.
getForeColor() - Method in interface com.inet.report.LineProperties
Gets the fore color of the element.
getForeColorFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula of the property 'fore color'.
getForeColorFormula() - Method in class com.inet.report.Element
Returns the formula fore color of the element.
getForegroundAlpha() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the alpha value for the foreground color: 1.0 is fully opaque, while 0.0 is fully transparent.
getFormat() - Method in class com.inet.report.cache.ReportCacheKey
Returns the export format of the report.
getFormula() - Method in class com.inet.report.FormulaField
Returns the value of the property 'formula text'.
getFormula() - Method in class com.inet.report.Trigger
Get the formula of this trigger.
getFormula(int) - Method in class com.inet.report.SpecifiedOrder
Return the formula of the nth group.
getFormulaAst() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
getFormulaField(int) - Method in class com.inet.report.Fields
Returns the i-th element of Formula Fields array.
getFormulaField(int) - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Returns FormulaField from index
getFormulaField(String) - Method in class com.inet.report.Fields
Returns the FormulaField with name fieldName or null if not existent in report.
getFormulaFieldsCount() - Method in class com.inet.report.Fields
Returns the number of user formulas in this report.
getFormulaTree() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
getFormulaType() - Method in class com.inet.report.FormulaField
Returns the formula type, i.e. whether the formula is a record selection, group selection, property, or user formula
getFrom() - Method in class com.inet.report.FormulaRange
Gets the value the range begins with.
getFunction(int) - Method in class com.inet.report.Fields
Returns the user defined functions at the specified index
getFunction(String) - Method in class com.inet.report.Fields
Returns the user defined function with the specified name
getFunctionsCount() - Method in class com.inet.report.Fields
Returns the number of user defined functions in this report
getGF() - Method in class com.inet.report.Engine
Returns the group selection formula used in the current main or subreport.
This could be specified in the report template (rpt file) at design time, with the method setGF or with the report url parameter "gf", see: Report URL Parameters.
getGFField() - Method in class com.inet.report.Engine
Returns the group selection formula used in the current main or subreport as a field.
This could be specified in the report template (rpt file) at design time, with the method setGF or with the report url parameter "gf", see: Report URL Parameters.
getGlyphOrientation() - Method in class com.inet.report.FieldElement
Returns the glyph orientation.
getGlyphOrientation() - Method in class com.inet.report.Subreport
Returns the glyph orientation.
getGlyphOrientation() - Method in class com.inet.report.Text
Returns the glyph orientation.
getGlyphOrientation() - Method in interface com.inet.report.TextProperties
Returns the glyph orientation.
getGlyphOrientationFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the glyph orientation.
getGlyphOrientationFormula() - Method in class com.inet.report.Subreport
Returns the formula whose return value determines the glyph orientation.
getGlyphOrientationFormula() - Method in class com.inet.report.Text
Returns the formula whose return value determines the glyph orientation.
getGlyphOrientationFormula() - Method in interface com.inet.report.TextProperties
Returns the formula whose return value determines the glyph orientation.
getGradientSetting() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the gradient paint settings.
getGrandTotal() - Method in class com.inet.report.CrossTabHeaderList
The header with the grand total label.
getGridlineColor() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the ABGR value representing the grid lines color.
getGroup() - Method in class com.inet.report.CrossTabHeader
Returns the group object of this row.
getGroup() - Method in class com.inet.report.Field
Returns the group this field is associated with.
getGroup() - Method in class com.inet.report.GroupField
Returns the group this field is associated with.
getGroup(int) - Method in class com.inet.report.Engine
Returns the grouping with the specified number, where number is greater than 1 or lesser than count of groupings.
getGroupByField(Field) - Method in class com.inet.report.Engine
Returns the group which is based on the parameter field if exists - otherwise null is returned.
getGroupCount() - Method in class com.inet.report.Engine
Returns the count of groupings in report without the count of page, report and detail area pairs.
getGroupDirectionFormula() - Method in class com.inet.report.Group
Returns the formula of sort direction for this group.
getGroupNameDbField() - Method in class com.inet.report.Group
Returns the database field which specify the name of the group.
getGroupNameField() - Method in class com.inet.report.Group
Returns the group name field of this group.
getGroupNameField(int) - Method in class com.inet.report.Fields
Returns the i-th element of group name fields array.
getGroupNameField(String) - Method in class com.inet.report.Fields
Returns the GroupField with name fieldName or null if not existent in report.
getGroupNameFieldsCount() - Method in class com.inet.report.Fields
Returns the number of group name fields defined in this report.
getGroupNameFormula() - Method in class com.inet.report.Group
Returns the formula which specify the name of the group.
getGroupTree() - Method in class com.inet.report.cache.store.CachedOutput
Get the data of the group tree.
getGroupTree() - Method in class com.inet.report.CacheRenderData
Returns the group tree which can be sent to the java viewer as a byte array.
getGroupTree() - Method in class com.inet.report.Engine
Returns the group tree which can be sent to the java viewer as a byte array.
getGroupTree() - Method in class com.inet.report.EngineRenderData
Returns the group tree which can be sent to the java viewer as a byte array.
getGroupTree() - Method in interface com.inet.report.output.DocumentOutput
Get the data of the group tree.
getGroupTree() - Method in class com.inet.report.output.DocumentOutputStream
Get the data of the group tree.
getGroupTree() - Method in interface com.inet.viewer.RenderData
Returns the group tree which can be sent to the java viewer as a byte array.
getGroupTree() - Method in class com.inet.viewer.URLRenderData
Returns the group tree which can be sent to the java viewer as a byte array.
getGroupTreeAndWait(ReportCacheKey, int, int) - Method in class com.inet.report.cache.Cache
FOR INTERNAL USE ONLY Returns the group tree which can be send to the java viewer bean.
getGroupTreeAndWait(ReportCacheKey, int, int, int) - Method in class com.inet.report.cache.Cache
FOR INTERNAL USE ONLY Returns the group tree which can be send to the java viewer bean.
getGroupType() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Gibt den Typ der Gruppe zurück.
getGroupType() - Method in class com.inet.report.GroupField
Returns the type of the group, which is associated with this group name field.
getHeader() - Method in class com.inet.report.Group
Returns the group header area.
getHeaderTitle() - Method in class com.inet.report.Chart2
Returns the header title of this chart.
getHeight() - Method in class com.inet.report.AbstractLineElement
Returns the height of an element.
getHeight() - Method in class com.inet.report.CrossTabBodyCell
the height of this cell in the design view.
getHeight() - Method in class com.inet.report.CrossTabHeader
Position of this header, is used from designer.
getHeight() - Method in interface com.inet.report.LineProperties
Gets the height of an element.
getHeight() - Method in interface com.inet.report.PictureProperties
Gets the height of an element.
getHeight() - Method in class com.inet.report.ReportComponent
Returns the height of this report element.
getHeightRenderingFactor() - Method in class com.inet.report.DatabasePicture
Gets the property 'height rendering factor'.
getHeightRenderingFactor() - Method in class com.inet.report.Picture
Gets the property 'height rendering factor'.
getHeightRenderingFactor() - Method in interface com.inet.report.PictureProperties
Gets the property 'height rendering factor'.
getHeightScalingFactor() - Method in class com.inet.report.AbstractPictureElement
Gets the property 'height scaling factor'.
getHeightScalingFactor() - Method in interface com.inet.report.PictureProperties
Gets the property 'height scaling factor'.
getHierarchicalGrouping() - Method in class com.inet.report.Group
Returns if the property 'hierarchical grouping' is enabled or disabled.
getHighField() - Method in interface com.inet.report.chart.dataset.StockDataset
Returns the data field which provides the high value.
getHighField() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the data field which provides the high value.
getHorAlign() - Method in class com.inet.report.Element
Returns the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
getHorAlign() - Method in class com.inet.report.FieldPart
Use the value of the parent paragraph.
getHorAlign() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
getHorAlign() - Method in interface com.inet.report.PictureProperties
Returns the value of the property 'horizontal alignment'.
getHorAlign() - Method in class com.inet.report.Text
Returns the common HorAlign value from Paragraph Elements if they're all equals or ALIGN_HORIZONTAL_DEFAULT otherwise
getHorAlign() - Method in class com.inet.report.TextPart
Use the value of the parent paragraph.
getHorAlignFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
getHorAlignFormula() - Method in class com.inet.report.FieldPart
Use the value of the parent paragraph.
getHorAlignFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
getHorAlignFormula() - Method in interface com.inet.report.PictureProperties
Returns the formula for the property 'horizontal alignment'.
getHorAlignFormula() - Method in class com.inet.report.TextPart
Use the value of the parent paragraph.
getHorizontal() - Method in class com.inet.report.ReportProperties
Returns the horizontal gap between multi-column labels.
getHost() - Method in class com.inet.report.Datasource
Returns the value of the connection property host.
getHourMinuteSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'hour minute sepereator'.
getHourMinuteSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'hour minute separator'.
getHourMinuteSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'hour minute sepereator'.
getHourMinuteSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'hour minute separator'.
getHourType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'hour type'.
getHourType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'hour type'.
getHourTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'hour type'.
getHourTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'hour type'.
getHyperlinkUrl() - Method in class com.inet.report.Element
Returns the target url of the hyperlink which is associated with this element.
getHyperlinkUrl() - Method in interface com.inet.report.HyperlinkProperties
Returns the target URL of the hyperlink which is associated with this element.
getHyperlinkUrlFormula() - Method in class com.inet.report.Element
Returns the formula of the property 'hyperlink url'.
Use this property to specify an url of a web site, an e-mail address or the url of a html-file.
getHyperlinkUrlFormula() - Method in interface com.inet.report.HyperlinkProperties
Returns the formula of the property 'hyperlink url'.
Use this property to specify an url of a web site, an e-mail address or the url of a html-file.
getIcon() - Method in class com.inet.viewer.PromptData
Returns the icon of this PromptData.
getIconURL() - Method in class com.inet.authentication.AuthenticationDescription
Get the Icon resource URL for displaying in the user ui.
getIdentifierQuoteString() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the string used to quote SQL identifiers.
getIdentifierQuoteString() - Method in class com.inet.report.Database
Returns the string used to quote SQL identifiers.
getImage() - Method in class com.inet.report.Picture
Returns the java.awt.Image of this picture element.
getImage(byte[], boolean) - Method in class com.inet.report.DatabasePicture
convert the given data to an image
getImageKeyFormula() - Method in class com.inet.report.AbstractPictureElement
Return the image key formula for this picture.
getImageKeyFormula() - Method in interface com.inet.report.PictureProperties
Return the image key formula for this picture.
getImageLocationFormula() - Method in class com.inet.report.Picture
Returns the formula for the "image location" property
getIndentation() - Method in class com.inet.report.Group
Returns the depth of the indentation of the data groups.
getIndentLabel() - Method in class com.inet.report.CrossTabHeaderList
Returns whether the row label should be indent (true) or not (false).
getIndentLabelSize() - Method in class com.inet.report.CrossTabHeaderList
Returns the size of indentation of the row label in twips.
getInfoMessage() - Method in interface com.inet.viewer.StatusBar
Returns the current info message from the statusbar.
getInfoMessage() - Method in class com.inet.viewer.SwingStatusBar
Returns the current info message from the statusbar.
getInputParameters() - Method in class com.inet.report.TableSource
Returns the list of PromptFields which are used by this table source as store procedures parameter.
getInstance() - Static method in class com.inet.config.ConfigurationManager
Returns the singleton instance of the ConfigurationManager.
getInstance() - Static method in class com.inet.plugin.ServerPluginManager
Gets the current instance of the ServerPluginManager.
getInstance() - Static method in class com.inet.problemfinder.ProblemFinder
Returns the ProblemFinder singleton instance.
getInstance(String, String, String, String, String, String) - Static method in class com.inet.report.certificate.CertificateInfo
This method returns an instance of Certificate Info
getIntervalType() - Method in class com.inet.report.FormulaRange
If the range type is Date or Time, the intervalType specifies the part of the Date or Time, that should be used, e.g.
getItemLabelAlignment() - Method in class com.inet.report.chart.plot.BarPlot
Returns the label alignment displayed on the items of this plot.
getItemLabelAlignment() - Method in class com.inet.report.chart.plot.GanttPlot
Returns the labels alignment of the items displayed on this plot.
getItemLabelAlignment() - Method in class com.inet.report.chart.plot.StockPlot
Returns the label alignment of the items on this plot.
getItemLabelBackColor() - Method in class com.inet.report.chart.plot.PiePlot
Returns the ABGR value representing the background color of item labels .
getItemLabelColor() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the ABGR value representing the color of the item labels.
getItemLabelFont() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns font for the item labels.
getItemLabelFormat() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the format for the item value.
getItemLabelFormatFormula() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the format formula for the item values.
getItemLabelGap() - Method in class com.inet.report.chart.plot.PiePlot
Returns the gap between the pie and the item label.
getItemLabelOutlineColor() - Method in class com.inet.report.chart.plot.PiePlot
Returns the ABGR value representing the legend outline color.
getItemLabelOutlineStyle() - Method in class com.inet.report.chart.plot.PiePlot
Returns the border line style of item labels.
getItemLabelOutlineWidth() - Method in class com.inet.report.chart.plot.PiePlot
Returns the outline width of item labels.
getItemLabelPosition() - Method in class com.inet.report.chart.plot.GanttPlot
Returns the item label position on the chart item.
getItemLabelPosition() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the item label position on the chart item.
getItemLabelPosition() - Method in class com.inet.report.chart.plot.StockPlot
Returns the item label position on the chart item.
getItemShape() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the item shape settings for this plot.
getJoinsEntries() - Method in class com.inet.report.DatabaseTables
Returns a Vector with an entry for each join.
getJoinsView() - Method in class com.inet.report.DatabaseTables
Returns a Vector with an entry for each join, i.e.
getJoinType() - Method in class com.inet.report.Join
Returns the join type of this Join.
getKeepTogether() - Method in class com.inet.report.Group
Returns the number of records that are kept together in this group.
getKeepTogetherFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula for the property 'keep together'.
If this property is enabled, the element will not printed over more than one page.
getKeepTogetherFormula() - Method in class com.inet.report.ReportComponent
Returns the formula for the property 'keep together'.
getKey() - Method in class com.inet.report.cache.store.CachedOutput
Get the key of this DocumentOutput.
getKey() - Method in class com.inet.viewer.props.DefaultSetting
Returns the key belonging to this value. only this key may be used when setting this value.
getKey(Properties) - Method in class com.inet.report.cache.Cache
Create a ReportCacheKey and start rendering if report does not exist in the Cache.
getKey(Properties) - Method in interface com.inet.report.cache.EngineFactory
Creates an unique key for the Engine that EngineFactory.createEngine(Properties) returns.
getKey(Properties) - Method in class com.inet.report.cache.EngineFactoryImpl
Create a unique key for the Engine that is returned by createEngine().
getKey(Properties) - Method in class com.inet.report.CacheRenderData
Create a key and start the rendering.
getKey(Properties) - Method in class com.inet.report.EngineRenderData
Create a key for the given properties.
getKey(Properties, PropertiesChecker, EngineFactory, Object) - Method in class com.inet.report.cache.Cache
Create a ReportCacheKey and start rendering if report does not exist in the Cache.
getKey(Properties, PropertiesChecker, Object) - Method in class com.inet.report.cache.Cache
Create a ReportCacheKey and start rendering if report does not exist in the Cache.
getKeywords() - Method in class com.inet.report.SummaryInfo
Returns the keywords of the report if the value was specified in the "Summary Info" or with the method setKeywords(String).
getLabelAngle() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Gets the label angle in degree with a range from 0 to 359.
getLabelAngle() - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Gets the label angle in degree with a range from 0 to 359.
getLabelField() - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
Returns the label field which is used to label the row on the group axis.
getLabelHeight() - Method in class com.inet.report.ReportProperties
Returns the height of a multi-column label.
getLabelName() - Method in class com.inet.report.ReportProperties
Returns the name of a multi-column label.
This will return the complete name for predefined labels of the i-net designer or the name you set before with ReportProperties.setLabelName(String).
getLabelProvider() - Method in interface com.inet.report.chart.dataset.BaseDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.OneGroupDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.StockForEachRecordDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelProvider() - Method in class com.inet.report.chart.dataset.XYForEachRecordDataset
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
getLabelWidth() - Method in class com.inet.report.ReportProperties
Returns the width of a multi-column label.
getLastError() - Method in class com.inet.viewer.SwingReportViewer
Returns the last error which occurred in the viewer.
getLastSaved() - Method in class com.inet.report.SummaryInfo
Returns the date and time set as the last time the report was saved.
getLeftCropping() - Method in class com.inet.report.AbstractPictureElement
Gets the value of the property 'left cropping size'.
getLeftCropping() - Method in interface com.inet.report.PictureProperties
Gets the value of the property 'left cropping size'.
getLeftIndent() - Method in class com.inet.report.FieldElement
Returns the value of the property 'left indent'.
getLeftIndent() - Method in class com.inet.report.Paragraph
Returns the value of the property 'left indent'.
getLeftIndent() - Method in interface com.inet.report.ParagraphProperties
Returns the value of the property 'left indent'.
getLeftIndentFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the property 'left indent'.
getLeftIndentFormula() - Method in class com.inet.report.Paragraph
Returns the formula whose return value determines the property 'left indent'.
getLeftIndentFormula() - Method in interface com.inet.report.ParagraphProperties
Returns the formula whose return value determines the property 'left indent'.
getLeftLineStyle() - Method in class com.inet.report.AbstractLineElement
Return the same as getLineStyle()
getLeftLineStyle() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'left line style'.
getLeftLineStyle() - Method in class com.inet.report.Element
Returns the value of the property 'left line style'.
getLeftLineStyleFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'left line style'.
getLeftLineStyleFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'left line style'.
getLegend() - Method in class com.inet.report.Chart2
Returns the legend of this chart.
getLegendColor() - Method in class com.inet.report.chart.Legend
Returns the ABGR value representing the legend color.
getLegendFont() - Method in class com.inet.report.chart.Legend
Returns the font for all labels in this legend.
getLegendLayout() - Method in class com.inet.report.chart.plot.PiePlot
Returns the legend layout.
getLegendPlacement() - Method in class com.inet.report.chart.Legend
Returns the placement of the legend in the chart.
getLicensee() - Method in class com.inet.report.config.LicenseKeyInfo
Returns the licensee of the license.
getLicenseInfo() - Method in class com.inet.report.config.LicenseKeyInfo
FOR INTERNAL USE ONLY Get the underlying LicenseInfo.
getLicenseText() - Method in class com.inet.report.config.LicenseKeyInfo
Returns a text description of the license
getLineSpacingAbsolute() - Method in class com.inet.report.FieldElement
Returns the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingAbsolute() - Method in class com.inet.report.Paragraph
Returns the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingAbsolute() - Method in interface com.inet.report.ParagraphProperties
Returns the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingAbsoluteFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingAbsoluteFormula() - Method in class com.inet.report.Paragraph
Returns the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingAbsoluteFormula() - Method in interface com.inet.report.ParagraphProperties
Returns the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
getLineSpacingRelative() - Method in class com.inet.report.FieldElement
Returns the factor by which the default line spacing is to be multiplied for this paragraph.
getLineSpacingRelative() - Method in class com.inet.report.Paragraph
Returns the factor by which the default line spacing is to be multiplied for this paragraph.
getLineSpacingRelative() - Method in interface com.inet.report.ParagraphProperties
Returns the factor by which the default line spacing is to be multiplied for this paragraph.
getLineSpacingRelativeFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
getLineSpacingRelativeFormula() - Method in class com.inet.report.Paragraph
Returns the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
getLineSpacingRelativeFormula() - Method in interface com.inet.report.ParagraphProperties
Returns the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
getLineStyle() - Method in class com.inet.report.AbstractLineElement
Returns the value of the property 'line style', with one of the following line styles: single line, double line, dashed line, dotted line or no line.
getLineStyle() - Method in class com.inet.report.chart.axis.AbstractMarker
Returns the marker's line style.
getLineStyle() - Method in interface com.inet.report.LineProperties
Returns the value of the property 'line style', with one of the different line styles single line, dashed line or dotted line.
getLineWidth() - Method in class com.inet.report.AbstractLineElement
Returns the value of the property 'line width'.
getLineWidth() - Method in class com.inet.report.chart.axis.AbstractMarker
Returns the line width in twips.
getLineWidth() - Method in interface com.inet.report.LineProperties
Returns the value of the property 'line width'.
getListStack() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
getLoadedEngines() - Static method in class com.inet.designer.EmbeddedUtils
Returns the engines of all reports which are currently opened.
getLoadedPlugins() - Method in class com.inet.plugin.ServerPluginManager
Get the list of all loaded/running plugins.
getLoadExceptions() - Method in class com.inet.report.Engine
If one or more errors occurred while loading a report template, you can get this error(s) as Exception[] from engine.
getLoadingCpuTime() - Method in interface com.inet.report.EngineStatistics
Get the CPU time that is used for loading the rpt file in nanoseconds.
getLoadingStatus() - Method in interface com.inet.viewer.ReportView
Fetches the current "loading status" of this report view.
getLoadingStatus() - Method in class com.inet.viewer.SwingReportView
Fetches the current "loading status" of this report view.
getLoadingSystemTime() - Method in interface com.inet.report.EngineStatistics
Get the system time that is used for loading the rpt file in nanoseconds.
getLocale() - Method in class com.inet.report.Engine
Returns the locale that is used by the renderer.
getLocalizationResources() - Method in class com.inet.report.Chart2
Returns a localized resources bundle for the chart messages.
getLocalVariables() - Method in class com.inet.report.FormulaField
Returns all local variables of this field
getLoggingStream() - Static method in class com.inet.viewer.SwingReportViewer
Returns the PrintStream used by the viewer for log outputs.
getLoginID() - Method in class com.inet.authentication.LoginProcessor
Returns the user ID of the logged in user, or null if the user is not logged in.
getLoginSource() - Method in class com.inet.authentication.LoginProcessor
Get an unique ID for the source of the login.
getLogLevel() - Static method in class com.inet.report.Engine
Returns the logging/tracing level that is used by the Engine.
getLogStream() - Static method in class com.inet.report.Engine
Returns the logging/tracing PrintStream that is used by the Engine.
getLowerBound() - Method in class com.inet.report.chart.axis.DateRange
Returns the manually set lower bound.
getLowerBound() - Method in class com.inet.report.chart.axis.NumberRange
Returns the manually set lower bound of this range.
getLowerBoundFormula() - Method in class com.inet.report.chart.axis.DateRange
Returns the manually set lower bound formula.
getLowField() - Method in interface com.inet.report.chart.dataset.StockDataset
Returns the data field which provides the low value.
getLowField() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the data field which provides the low value.
getMainEngine() - Method in class com.inet.report.SubreportLink
Gets the main Engine to which the subreport is linked.
getMainExecutionCpuTime() - Method in interface com.inet.report.EngineStatistics
Get the rendering CPU time of the main report in nanoseconds.
getMainField() - Method in class com.inet.report.SubreportLink
Gets the Field to that the field in subreport is linked.
getMajorVersion() - Static method in class com.inet.report.Engine
Returns the Engine's major version number.
getMajorVersion() - Static method in class com.inet.viewer.SwingReportViewer
Returns the number of the "major version" of this SwingReportViewer, that is, for version 7.5, this would return "7".
getManualFormatFormula() - Method in class com.inet.report.AbstractValueElement
Gets the formula of the property 'manual format'.
getManualFormatFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula of the property 'manual format'.
getMarginBottom() - Method in class com.inet.report.ReportProperties
Returns the bottom margin of the page in twips.
getMarginLeft() - Method in class com.inet.report.ReportProperties
Returns the left margin of the page in twips.
getMarginRight() - Method in class com.inet.report.ReportProperties
Returns the right margin of the page in twips.
getMarginTop() - Method in class com.inet.report.ReportProperties
Returns the top margin of the page in twips.
getMarker(int) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the marker from position.
getMarker(int) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns the marker from position.
getMarkerReferencesIfExist(MarkerAxis...) - Static method in class com.inet.report.chart.axis.AbstractMarker
Get all references to FormulaFields for all given Marker-Axis.
getMarkersCount() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the total amount of markers on this axis.
getMarkersCount() - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns the total amount of markers on this axis.
getMaxAliasNameLength() - Method in class com.inet.report.Database
Returns the maximum length of the alias name.
getMaxRangeValue() - Method in class com.inet.report.PromptField
If property 'use range' is enabled this method returns the maximum value for an prompt value.
getMemoryUsage() - Method in class com.inet.report.cache.Cache
Get the amount of bytes used for cached reports in memory.
getMemoryUsage(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Get the size a report uses in memory.
getMenu(int) - Static method in class com.inet.designer.EmbeddedUtils
Returns the i-net Designer menu item which corresponds to the menu id.
getMessage() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the message which describes this problem.
getMessage() - Method in class com.inet.report.EngineError
Returns the message text for this error.
getMetaProperties() - Method in class com.inet.report.Engine
Returns any meta properties belonging to this engine.
getMinorVersion() - Static method in class com.inet.report.Engine
Returns the Engine's minor version number.
getMinorVersion() - Static method in class com.inet.viewer.SwingReportViewer
Returns the number of the "minor version" of this SwingReportViewer, that is, for version 7.5, this would return "5".
getMinRangeValue() - Method in class com.inet.report.PromptField
If property 'use range' is enabled this method returns the minimum value for an prompt value.
getMinusSymbol() - Method in class com.inet.report.chart.format.FixedNumberFormat
Returns the flag that control the placing and form of the minus symbol.
getMinuteSecondSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'minute second separator'.
getMinuteSecondSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'minute second separator'.
getMinuteSecondSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'minute second separator'.
getMinuteSecondSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'minute second separator'.
getMinuteType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'minute type'.
getMinuteType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'minute type'.
getMinuteTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'minute type'.
getMinuteTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'minute type'.
getModel() - Static method in class com.inet.designer.Startup
Get the data model for the i-net Designer.
getMonthType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'month type'.
getMonthType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'month type'.
getMonthTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'month type'.
getMonthTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'month type'.
getMouseActionMode() - Method in interface com.inet.viewer.ReportView
Returns the currently selected mode for mouse actions such as clicking and dragging in this ReportView.
getMouseActionMode() - Method in class com.inet.viewer.SwingReportView
Returns the currently selected mode for mouse actions such as clicking and dragging in this ReportView.
getMsgListener() - Method in class com.inet.report.Engine
Returns the MsgListener for RDC.
getN() - Method in class com.inet.report.BySummaryOrder
Gets the count of displayed elements
getName() - Method in class com.inet.authentication.AuthenticationDescription
The unique name of the authentication.
getName() - Method in interface com.inet.config.Configuration
Returns the name of this configuration.
This name will never be empty nor null and will be unique for its scope.
getName() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
getName() - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
getName() - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
getName() - Method in class com.inet.report.chart.dataset.OneGroupDataset
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
FOR INTERNAL USE ONLY
getName() - Method in class com.inet.report.chart.dataset.StockForEachRecordDataset
FOR INTERNAL USE ONLY
getName() - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
FOR INTERNAL USE ONLY
getName() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
getName() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
getName() - Method in class com.inet.report.chart.dataset.XYForEachRecordDataset
getName() - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
getName() - Method in class com.inet.report.chart.format.DateTimeFormat
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.format.FixedNumberFormat
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.format.PatternDateTimeFormat
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.chart.format.PatternNumberFormat
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
getName() - Method in class com.inet.report.database.ColumnInfo
The name of this column.
getName() - Method in class com.inet.report.database.TableSourceInfo
Get the complete name of this object.
getName() - Method in class com.inet.report.Field
Returns the value of the property 'name'.
getName() - Method in class com.inet.report.Fields.UnknownField
Returns the value of the property 'name'.
getName() - Method in class com.inet.report.GroupField
Returns a string which represents the name of the group field.
getName() - Method in class com.inet.report.Section
Returns the name of the section - i.e.
getName() - Method in class com.inet.report.SpecialField
Returns the value of the property 'name'.
getName() - Method in class com.inet.viewer.ExportProgress
The name of the daemon thread.
getName() - Method in interface com.inet.viewer.NavigationTab
Returns the name given to this NavigationTab, or null if this NavigationTabnone has no name.
getName() - Method in class com.inet.viewer.print.FormPrint
Get the name of the category of which this attribute value is an instance.
getName() - Method in class com.inet.viewer.print.Transparency
Get the name of the category of which this attribute value is an instance.
getName() - Method in class com.inet.viewer.PrinterJobProgress
The name of the daemon thread.
getName() - Method in class com.inet.viewer.Progress
The name of the daemon thread.
getName() - Method in class com.inet.viewer.PromptData
Returns the name of this prompt.
getName() - Method in class com.inet.viewer.props.DefaultSetting
Returns the name of the key
getName() - Method in class com.inet.viewer.props.DefaultSetting.Key
Returns the name of this key
getName(int) - Method in class com.inet.report.SpecifiedOrder
Return the display name of the nth group.
getNavigationTab(int) - Method in interface com.inet.viewer.NavigationView
Returns the navigation tab at the specified index - the index is 0-based and is determined by when the navigation tabs were added to the navigation view.
getNavigationTab(int) - Method in class com.inet.viewer.SwingNavigationView
Returns the navigation tab at the specified index - the index is 0-based and is determined by when the navigation tabs were added to the navigation view.
getNavigationTabIndex(String) - Method in interface com.inet.viewer.NavigationView
Returns the NavigationTab index of the first found NavigationTab with the given name, or -1 if none is found with this name.
getNavigationTabIndex(String) - Method in class com.inet.viewer.SwingNavigationView
Returns the NavigationTab index of the first found NavigationTab with the given name, or -1 if none is found with this name.
getNavigationTabsCount() - Method in interface com.inet.viewer.NavigationView
Get the amount of navigation tabs in this navigation view - this is also one higher than the allowed index of any navigation tab.
getNavigationTabsCount() - Method in class com.inet.viewer.SwingNavigationView
Get the amount of navigation tabs in this navigation view - this is also one higher than the allowed index of any navigation tab.
getNavigationView() - Method in interface com.inet.viewer.ReportView
Returns this ReportView's NavigationView, that is, the element containing this ReportView's SearchView, GroupView and/or IndexView.
getNavigationView() - Method in class com.inet.viewer.SwingReportView
Returns this ReportView's NavigationView, that is, the element containing this ReportView's SearchView, GroupView and/or IndexView.
getNDecimalPlaces() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'n decimal places'.
getNDecimalPlaces() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'n decimal places'.
getNDecimalPlacesFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'n decimal places'.
getNDecimalPlacesFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'n decimal places'.
getNegativeType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'negative type'.
getNegativeType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'negative type'.
getNegativeTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'negative type'.
getNegativeTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'negative type'.
getNewPageAfterFormula() - Method in class com.inet.report.Region
Returns the formula for the property 'new page after'.
getNewPageBeforeFormula() - Method in class com.inet.report.Region
Returns the formula for the property 'new page before'.
getNextExportChunk() - Method in class com.inet.report.CacheRenderData
Returns the next chunk of the exported report if there is at least one more chunk available.
getNextExportChunk() - Method in class com.inet.report.EngineRenderData
Returns the current export chunk.
getNextExportChunk() - Method in interface com.inet.viewer.RenderData
Returns the next chunk of the exported report if there is at least one more chunk available.
getNextExportChunk() - Method in class com.inet.viewer.URLRenderData
Returns the next chunk of the exported report if there is at least one more chunk available.
getNullBehavior() - Method in class com.inet.report.FormulaField
Returns the null behavoir constant which was set for this formula field.
getNumberFormatType() - Method in class com.inet.report.AbstractValueElement
Returns the number format type set for this element.
getNumberFormatType() - Method in interface com.inet.report.ValueProperties
Returns the number format type set for this element.
getNumberFormatTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula which returns the number format type to use for this element.
getNumberFormatTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula which returns the number format type to use for this element.
getNumberOfDateSteps() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the number of steps or null if the number of steps should be defined automatically.
getNumberOfDecimalPlaces() - Method in class com.inet.report.chart.format.FixedNumberFormat
Returns the number of decimal places of this number format.
getNumberOfDivisions() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Returns the number of divisions on the axis.
getNumberOfDivisionsFormula() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Get the numberOfDivisionsFormula of the DiscreteNumberAxis.
This formula is used to determine the Number of divisions where this axis will be labeled.
getNumeralLanguage() - Method in class com.inet.report.AbstractValueElement
Returns the language of numerals for numbers, date, time and datetime values.
getNumeralLanguage() - Method in class com.inet.report.Engine
Returns the language of numerals for numbers, date, time and datetime values.
getNumeralLanguage() - Method in interface com.inet.report.ValueProperties
Returns the language of numerals for numbers, date, time and datetime values.
getOnDemandLinkLabel() - Method in class com.inet.report.Subreport
Returns a FormulaField whose return value specifies the text that is shown instead of the element content when on demand is enabled.
getOnDemandLinkLabel() - Method in interface com.inet.report.SubreportProperties
Returns a FormulaField whose return value specifies the text that is shown instead of the element content when on demand is enabled.
getOnDemandTabLabel() - Method in class com.inet.report.Subreport
Returns a FormulaField whose return value specifies the name of the tab which is showing the activated element if on demand is enabled.
getOnDemandTabLabel() - Method in interface com.inet.report.SubreportProperties
Returns a FormulaField whose return value specifies the name of the tab which is showing the activated element if on demand is enabled.
getOpenField() - Method in interface com.inet.report.chart.dataset.StockDataset
Returns the data field which provides the open value.
getOpenField() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Returns the data field which provides the open value.
getOpenFileChooser() - Method in class com.inet.designer.BasicDesignerDataModel
Returns a file chooser which will be used when a report template should be opened.
getOperationName() - Method in class com.inet.report.SpecialField
Returns the name of the operation of this SpecialField, i.e.
getOperationName(int) - Static method in class com.inet.report.SummaryField
Returns the name of the operation by id.
getOptionalInstance(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
Get a optional instance of a specific type.
getOptions() - Method in class com.inet.report.CrossTab
The properties of the table.
getOrCreateUserAccount(String) - Method in class com.inet.authentication.LoginProcessor
Get user account from the user manager or create if not exists.
getOther() - Method in class com.inet.report.BySummaryOrder
Gets the type for handling the values with sorting number greater than n.
getOtherName() - Method in class com.inet.report.BySummaryOrder
Gets the display name the other group entry.
getOtherName() - Method in class com.inet.report.SpecifiedOrder
Get the display name the other group entry.
getOtherType() - Method in class com.inet.report.SpecifiedOrder
Get the type for handling the not specified rows.
getOutlineColor() - Method in class com.inet.report.chart.Legend
Returns the ABGR value representing the legend's outline's color.
getOutlineColor() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the ABGR value representing the chart items outline color.
getOutlineStyle() - Method in class com.inet.report.chart.Legend
Returns the legend's outline's style.
getOutlineStyle() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the chart items' outline style.
getOutlineWidth() - Method in class com.inet.report.chart.Legend
Returns the width of the legend's outline in twips.
getOutlineWidth() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the chart outline's width.
getOutputFormat() - Method in class com.inet.report.ReportKeyFactory
Returns the output format of the report that was set via the properties object in the constructor.
getPage() - Method in exception com.inet.report.cache.PageOutOfRangeException
Get the requested page number.
getPageAndWait(ReportCacheKey, int) - Method in class com.inet.report.cache.Cache
The method returns the binary data of pages of a report.
getPageAndWait(ReportCacheKey, int, int) - Method in class com.inet.report.cache.Cache
The method returns the binary data of pages of a report.
getPageCount() - Method in exception com.inet.report.cache.PageOutOfRangeException
Get the highest legal page number.
getPageCount() - Method in class com.inet.report.cache.store.CachedOutput
Get the current count of pages.
getPageCount() - Method in class com.inet.report.CacheRenderData
Returns the number of pages in the report.
getPageCount() - Method in class com.inet.report.Engine
Returns the number of pages (Java Viewer) or chunks (byte arrays in that the report will be streamed to the client) of the report.
This method is waiting until the rendering process has been finished.
This is useful if you use i-net Clear Reports with external result sets or connections and you want to know when the rendering process is finished and you can close these external result sets or connections.
getPageCount() - Method in class com.inet.report.EngineBundle
See Engine.getPageCount() for details.
getPageCount() - Method in class com.inet.report.EngineRenderData
Returns the number of pages in the report.
getPageCount() - Method in interface com.inet.report.output.DocumentOutput
Get the current count of pages.
getPageCount() - Method in class com.inet.report.output.DocumentOutputStream
Get the current count of pages.
getPageCount() - Method in interface com.inet.report.ReportGenerator
See Engine.getPageCount() for details.
getPageCount() - Method in interface com.inet.viewer.RenderData
Returns the number of pages in the report.
getPageCount() - Method in class com.inet.viewer.URLRenderData
Returns the number of pages in the report.
getPageCountAndWait(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Returns the total count of pages and blocks until the rendering is finished.
getPageCountAndWait(ReportCacheKey, int) - Method in class com.inet.report.cache.Cache
Returns the total count of pages and blocks until the rendering is finished.
getPageData(int) - Method in class com.inet.report.cache.store.CachedOutput
Get the binary data of a page/chunk.
getPageData(int) - Method in class com.inet.report.CacheRenderData
Returns the binary data of one page for the Java Viewer.
getPageData(int) - Method in class com.inet.report.Engine
Returns the data of a single report page.
getPageData(int) - Method in class com.inet.report.EngineBundle
See Engine.getPageData(int) for details.
getPageData(int) - Method in class com.inet.report.EngineRenderData
Returns the binary data of one page for the Java Viewer.
getPageData(int) - Method in interface com.inet.report.output.DocumentOutput
Get the binary data of a page/chunk.
getPageData(int) - Method in class com.inet.report.output.DocumentOutputStream
Get the binary data of a page/chunk.
getPageData(int) - Method in interface com.inet.report.ReportGenerator
See Engine.getPageData(int) for details.
getPageData(int) - Method in interface com.inet.viewer.RenderData
Returns the binary data of one page for the Java Viewer.
getPageData(int) - Method in class com.inet.viewer.URLRenderData
Any page number greater than 0 is viewed as valid - if the page number is higher than the number of pages in the report, this will return the data from the last page.
getPaperFormat() - Method in class com.inet.report.ReportProperties
Returns the format of the paper as a constant.
getPaperHeight() - Method in class com.inet.report.ReportProperties
Returns the height of the report page in twips.
getPaperOrient() - Method in class com.inet.report.ReportProperties
Returns the orientation of the paper.
getPaperWidth() - Method in class com.inet.report.ReportProperties
Returns the width of the report page in twips.
getParagraph(int) - Method in class com.inet.report.Text
Returns the Paragraph with the specified index.
getParagraphCount() - Method in class com.inet.report.Text
Returns the count of Paragraphs in this Text.
getParameter() - Method in class com.inet.report.cache.ReportCacheKey
Returns the report relevant parameters.
getParent() - Method in class com.inet.report.Area
Returns the parent Group if there is one, or null if there is not.
getParent() - Method in class com.inet.report.CascadingValueProvider
Returns the set parent prompt field
getParent() - Method in class com.inet.report.Element
Returns the parent element in object hierarchie (here: Section or null).
getParent() - Method in class com.inet.report.Engine
Returns the parent Engine for the current subreport or null if the current engine is the engine for the main report.
getParent() - Method in interface com.inet.report.HasCascadingParent
Returns the set parent prompt field
getParent() - Method in class com.inet.report.QueryValueProvider
Returns the set parent prompt field
getParent() - Method in class com.inet.report.Section
Returns the parent Area of the Section.
getParentComponent() - Static method in class com.inet.designer.EmbeddedUtils
Returns the parent i-net Designer frame.
getParentField() - Method in class com.inet.report.Group
Returns the reference field for grouping of the instanceId field.
getParentParagraph() - Method in class com.inet.report.FieldPart
Returns this field part's parent's paragraph.
getParentParagraph() - Method in class com.inet.report.TextPart
Returns this field part's parent's paragraph.
getParentSource() - Method in class com.inet.report.CascadingValueProvider
Returns the parent source which provides the reference name for the parent prompt when referencing it in the generated SQL query.
getPart(int) - Method in class com.inet.report.Paragraph
Returns the TextPart or the FieldPart at the specified index.
getPartCount() - Method in class com.inet.report.Paragraph
Returns the number of TextParts and FieldParts of this paragraph.
getPassword() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the password of the database user used to create database connection.
getPassword() - Method in class com.inet.report.Datasource
Returns the value of the connection property password.
getPattern() - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Returns the format pattern.
getPattern() - Method in class com.inet.report.chart.format.PatternNumberFormat
Returns the format pattern.
getPlaceholderName() - Method in class com.inet.report.Field
Returns the placeholder of this field including its brackets, required to use the field in formulas and sql statements.
getPlot() - Method in class com.inet.report.Chart2
Returns the plot of chart.
getPlot(int) - Method in class com.inet.report.chart.plot.CombinedPlot
Returns the chart plot at the specified position in this list.
getPlotOrientation() - Method in class com.inet.report.Chart2
Returns the plot orientation of this chart.
getPluginDescription(String) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Get the description of a plugin or null
getPluginDir() - Method in class com.inet.plugin.ServerPluginManager
Get the base plugin directory.
getPluginDirs() - Method in class com.inet.plugin.ServerPluginManager
Get the locations from which plugins are loaded.
getPluginFile(String, String) - Method in class com.inet.plugin.ServerPluginManager
Returns a ResourceFile for a file which is contained in a plugin.
getPluginFilter() - Method in class com.inet.plugin.ServerPluginManager
Return a plugin filter which filter the available plugins
getPluginLoadError(String) - Method in class com.inet.plugin.ServerPluginManager
Get the cause because a plugin was not loaded.
getPmString() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'pm string'.
getPmString() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'pm string'.
getPmStringFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula of the property 'pm string'.
getPmStringFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula of the property 'pm string'.
getPrintDate() - Method in class com.inet.report.Engine
Returns the print date for this report.
getPrinterDefaultFormatHandling() - Method in class com.inet.viewer.SwingReportViewer
Returns the printer default format handling.
getPriority() - Method in interface com.inet.authentication.AuthenticationProvider
The order of providers if the "automatic" login method is selected and the order in drop down boxes of the GUI is determined using this priority value.
getProcedureColumns(Datasource, String, String, String) - Method in class com.inet.report.Database
Is used from #getColumns(TableSource) if the TableSource based on a stored procedure.
getProcedureColumns(Datasource, String, String, String) - Method in class com.inet.report.database.JdbcData
Is used from #getColumns(TableSource) if the TableSource based on a stored procedure.
getProcedures(Datasource, String) - Method in class com.inet.report.Database
Is used from #getTableSourceInfos(Datasource, String) to find a list of stored procedures.
getProcedures(Datasource, String) - Method in class com.inet.report.database.JdbcData
Is used from #getTableSourceInfos(Datasource, String) to find a list of stored procedures.
getProcedureType() - Method in class com.inet.report.database.TableSourceInfo
Deprecated.
As of i-net Clear Reports 16.2
getProfile() - Method in class com.inet.report.FacturXSettings
Get the profile of the FacturX.
getProgress() - Method in class com.inet.viewer.Progress
Use this method to get the current step of this progress .
getProgressField() - Method in interface com.inet.report.chart.dataset.GanttDataset
Returns the data field which indicates the progress status of each interval bar.
getProgressField() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the data field which indicates the progress status of each interval bar.
getProgressPool() - Method in interface com.inet.viewer.ReportViewer
Returns the ProgressPool of the viewer.
getProgressPool() - Method in class com.inet.viewer.SwingReportViewer
Returns the ProgressPool of the viewer.
getPrompt(int) - Method in class com.inet.report.Engine
Returns the current value for a parameter field in the report.
getPromptCount() - Method in class com.inet.report.Engine
Returns the number of prompt fields set for the engine.
getPromptField() - Method in class com.inet.report.SubreportLink
Returns the PromptField of the subreport, that is linked with the DatabaseField from the main report.
getPromptField(int) - Method in class com.inet.report.Fields
Returns the i-th element of Prompt Variable Fields array.
getPromptField(String) - Method in class com.inet.report.Engine
Returns the prompt field with the given name (note this is case-insensitive) or null if no such prompt exists.
getPromptField(String) - Method in class com.inet.report.EngineBundle
getPromptField(String) - Method in class com.inet.report.Fields
Returns the PromptField with name fieldName or null if not existent in report.
getPromptField(String) - Method in interface com.inet.report.ReportGenerator
getPromptFieldsCount() - Method in class com.inet.report.Fields
Returns the number of prompt fields defined for this report.
getPrompts() - Method in exception com.inet.viewer.ViewerException
Sets the array of prompt information - prompt information is stored as Prompt data objects If this is not an exception encapsulating a prompt request, this will return null
getPromptText() - Method in class com.inet.report.PromptField
Returns the prompting text.
getPromptType() - Method in class com.inet.report.PromptField
Returns the value type of this prompt field.
getPromptValue() - Method in class com.inet.report.PromptField
Returns the value set for this prompt.
getPromptValueAsFormula() - Method in class com.inet.report.PromptField
Get the set value of this prompt as a formula.
getPromptValueDescriptions() - Method in class com.inet.report.PromptField
Returns the array of the value descriptions of the default values of this prompt field, which are shown to the user when prompting.
getProperties() - Method in interface com.inet.config.Configuration
Returns the configuration's properties copied as a Properties object.
The list of properties which are used by the application can be found in the Report URL Parameters.
getProperties() - Method in class com.inet.report.CacheRenderData
Returns the Properties object used by this RenderData object.
getProperties() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns all properties stored in this DataSourceConfiguration.
getProperties() - Method in class com.inet.report.EngineRenderData
Returns the Properties object used by this RenderData object.
getProperties() - Method in class com.inet.report.ReportKeyFactory
Returns the properties object that describes / identifies the report, see the i-net Clear Reports documentation.
getProperties() - Method in interface com.inet.viewer.RenderData
Returns the Properties object used by this RenderData object.
getProperties() - Method in class com.inet.viewer.URLRenderData
Returns the Properties object used by this RenderData object.
getPropertiesChecker() - Static method in class com.inet.report.cache.Cache
Get the current PropertiesChecker.
getPropertiesChecker() - Method in class com.inet.report.EngineRenderData
Returns the PropertiesChecker currently set for this render data.
getProperty(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the value of the passed property key.
getPropertyFormulas() - Method in class com.inet.report.AbstractFontElement
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.AbstractPictureElement
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.AbstractValueElement
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Area
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY Returns a list of all referenced property formulas.
getPropertyFormulas() - Method in class com.inet.report.CrossTab
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Element
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.FieldElement
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.JavaBean
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Region
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.ReportComponent
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Section
Returns a list with all property formulas that are set for this report element.
getPropertyFormulas() - Method in class com.inet.report.Subreport
Returns a list with all property formulas that are set for this report element.
getProvider() - Method in class com.inet.authentication.AuthenticationDescription
Get the provider that has generate this description.
getQuery() - Method in class com.inet.report.QueryValueProvider
Get the current query to execute.
getQuoteStringPrompts() - Method in class com.inet.report.TableSource
Get the value if a string prompts in a SQL statement should be quoted or not.
getRange() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Returns the range controller object.
getRealReferenceCount() - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
getRealReferenceCount() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
getRealReferencedObjectCount() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
getRecordCount() - Method in class com.inet.report.Engine
Returns count of records this report has read from database.
getRecoveryConfiguration() - Static method in class com.inet.config.ConfigurationManager
The preferred configuration of the recovery mode.
getReferencedObject() - Method in interface com.inet.report.chart.dataset.BaseDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.OneGroupDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
FOR INTERNAL USE ONLY
getReferencedObject() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in interface com.inet.report.chart.plot.ChartPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in class com.inet.report.chart.plot.CombinedPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in class com.inet.report.chart.plot.GanttPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in class com.inet.report.chart.plot.StandardPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in class com.inet.report.chart.plot.StockPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObject() - Method in class com.inet.report.chart.plot.XYPlot
Returns a list of referenced i-net Clear Reports objects: Field or Group
getReferencedObjectCount() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Returns the number of ReferencedObjects which this object is referencing at the moment.
getReferencedObjectCount() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
getReferencedObjectCount() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.chart.axis.BaseAxis
Get FormulaFields referenced by this Axis.
Can be from marker (if this is MarkerAxis) or from title.
getReferencedObjects() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Get FormulaFields referenced by this Axis.
Can be from marker (if this is MarkerAxis) or from title.
getReferencedObjects() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Get FormulaFields referenced by this Axis.
Can be from marker (if this is MarkerAxis) or from title.
getReferencedObjects() - Method in class com.inet.report.chart.axis.GroupAxis
Get FormulaFields referenced by this Axis.
Can be from marker (if this is MarkerAxis) or from title.
getReferencedObjects() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Returns the ReferencedObjects this object is referencing currently.
getReferencedObjects() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
getReferencedObjects() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
getReferenceHolderCount() - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
getReferenceHolderCount() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getReferenceHolders() - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
getReferenceHolders() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
getRefName() - Method in class com.inet.report.Field
Returns the value of the property 'name' with a type marker.
getRefName() - Method in class com.inet.report.SpecialField
Returns a reference name identifying this SpecialField.
getRelevantParams(Properties) - Static method in class com.inet.report.ReportKeyFactory
Returns a String representation of all relevant parameters from the given properties object.
getRelevantParamsNoSort(Properties) - Static method in class com.inet.report.ReportKeyFactory
Returns a String representation of all relevant parameters from the given properties object.
getRenderStartDate() - Method in interface com.inet.report.EngineStatistics
Get the point in time when the report has started rendering.
getRepeatColumnLabels() - Method in class com.inet.report.CrossTabOptions
Returns whether column labels should be repeated (true) or not (false).
getRepeatGroupHeader() - Method in class com.inet.report.Group
Use this property to specify whether the group should be repeated on each new page (true) or not (false).
getRepeatGroupHeaderWithinFooter() - Method in class com.inet.report.Group
Get the RepeatGroupHeaderWithinFooter flag.
getRepeatRowLabels() - Method in class com.inet.report.CrossTabOptions
Returns whether row labels should be repeated (true) or not (false).
getReport() - Method in class com.inet.report.cache.ReportCacheKey
Returns the report name (file path) of the report.
getReportData() - Method in interface com.inet.viewer.NavigationTab
Returns the RenderData object of this NavigationTab, that is, the source of the report data
getReportData() - Method in interface com.inet.viewer.NavigationView
Returns the RenderData object of this NavigationView, that is, the source of the report data
getReportData() - Method in interface com.inet.viewer.ReportView
Returns the RenderData object belonging to this ReportView.
getReportData() - Method in class com.inet.viewer.SwingNavigationView
Returns the RenderData object of this NavigationView, that is, the source of the report data
getReportData() - Method in class com.inet.viewer.SwingReportView
Returns the RenderData object belonging to this ReportView.
getReportDataPerInstance() - Method in class com.inet.report.database.BaseDataFactory
Override this method only if you use subreport(s) and you set the data for the report with the getReportData or DataFactory.fetchData(Engine, FetchTables, DataCollector) method.
getReportDataPerInstance() - Method in interface com.inet.report.database.DataFactory
Override this method only if you use subreport(s) and you set the data for the report with the getReportData or DataFactory.fetchData(Engine, FetchTables, DataCollector) method.
getReportDataPerInstance() - Method in class com.inet.report.database.JdbcData
Override this method only if you use subreport(s) and you set the data for the report with the getReportData or DataFactory.fetchData(Engine, FetchTables, DataCollector) method.
getReportElement(int) - Method in class com.inet.report.CrossTabDescriptionSection
Get a report Element.
getReportElement(int) - Method in class com.inet.report.Section
Returns a report element.
getReportElement(int) - Method in interface com.inet.report.SimpleElementContainer
Get a report Element.
getReportElementsCount() - Method in class com.inet.report.CrossTabDescriptionSection
Counts the number of Report Elements in this container and returns it.
getReportElementsCount() - Method in class com.inet.report.Section
Counts the number of Report Elements in this section and returns it.
getReportElementsCount() - Method in interface com.inet.report.SimpleElementContainer
Counts the number of Report Elements in this container and returns it.
getReportFile() - Method in class com.inet.report.Engine
Returns the URL of the report template file.
getReportId() - Method in class com.inet.report.ReportKeyFactory
Generates an ID which is unique to identify a report.
getReportID() - Method in class com.inet.report.Engine
Returns the identifier of this report element.
getReportLocale() - Method in class com.inet.report.ReportProperties
Returns the default formula/resource locale defined for the current report.
getReportLocation() - Method in class com.inet.report.CacheRenderData
Returns the location of the report set by setReportLocation.
getReportLocation() - Method in class com.inet.report.EngineRenderData
Returns the location of the report set by setReportLocation.
getReportLocation() - Method in interface com.inet.viewer.RenderData
Returns the location of the report set by setReportLocation.
getReportLocation() - Method in class com.inet.viewer.URLRenderData
Returns the URL this report is to be found at, without any attached properties.
getReportName() - Method in class com.inet.report.ReportKeyFactory
A synonym for getReportId().
getReportProperties() - Method in class com.inet.report.Engine
Returns the reports global properties.
getReportProperty(String) - Method in class com.inet.report.CacheRenderData
Returns the chosen property value which has been set either via setReportProperty or otherwise.
getReportProperty(String) - Method in class com.inet.report.EngineRenderData
Returns the chosen property value which has been set either via setReportProperty or otherwise.
getReportProperty(String) - Method in interface com.inet.viewer.RenderData
Returns the chosen property value which has been set either via setReportProperty or otherwise.
getReportProperty(String) - Method in class com.inet.viewer.URLRenderData
Returns the chosen property value which has been set either via setReportProperty or otherwise.
getReports() - Method in class com.inet.report.cache.Cache
Returns all reports that are currently listed in the Cache.
getReportTitle() - Method in class com.inet.report.CacheRenderData
Returns the manually set title of the report if there is one, that is, what would be typically displayed in a title bar, e.g.
getReportTitle() - Method in class com.inet.report.Engine
Returns the title of the report specified either in the "Summary Info" dialog of the report designer or with the method setReportTitle.
You need to set the report name with the method setReportFile before you can call this method.
getReportTitle() - Method in class com.inet.report.EngineRenderData
Returns the manually set title of the report if there is one, that is, what would be typically displayed in a title bar, e.g.
getReportTitle() - Method in class com.inet.report.SummaryInfo
Returns the report title if the value was specified in the "Summary Info" or with the method setReportTitle(String).
getReportTitle() - Method in interface com.inet.viewer.RenderData
Returns the manually set title of the report if there is one, that is, what would be typically displayed in a title bar, e.g.
getReportTitle() - Method in interface com.inet.viewer.ReportView
Returns the title of this report if it is known.
getReportTitle() - Method in class com.inet.viewer.SwingReportView
Returns the title of this report if it is known.
getReportTitle() - Method in class com.inet.viewer.URLRenderData
Returns the manually set title of the report if there is one, that is, what would be typically displayed in a title bar, e.g.
getReportView() - Method in class com.inet.viewer.Progress
Returns the ReportView to which this progress belongs.
getReportView(int) - Method in interface com.inet.viewer.ReportViewer
Returns the report view at the given index.
getReportView(int) - Method in class com.inet.viewer.SwingReportViewer
Returns the report view at the given index.
getReportViewCount() - Method in interface com.inet.viewer.ReportViewer
Returns the number of ReportViews registered and added to this viewer.
getReportViewCount() - Method in class com.inet.viewer.SwingReportViewer
Returns the number of ReportViews registered and added to this viewer.
getReportViewer() - Method in interface com.inet.viewer.ReportView
Returns the parent ReportViewer for this component.
getReportViewer() - Method in class com.inet.viewer.SwingReportView
Returns the parent ReportViewer for this component.
getResetField() - Method in class com.inet.report.SummaryField
Running total is reset if this field value was changed.
getResetPageNumberFormula() - Method in class com.inet.report.Region
Gets the formula for the property 'reset page number'.
getResourceBundle(Locale) - Method in class com.inet.report.translation.Translations
Request a resource bundle for translation the current report.
getResourceBundleName() - Method in class com.inet.report.translation.Translations
Get the base name of the ResourceBundle
getResult() - Method in class com.inet.report.Trigger
The result of the trigger formula.
getResultSet() - Method in class com.inet.report.TableSource
Returns the ResultSet of that TableSource.
getReverseSignForDisplayFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'use reverse sign for display'.
getReverseSignForDisplayFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'use reverse sign for display'.
getRightCropping() - Method in class com.inet.report.AbstractPictureElement
Gets the value of the property 'right cropping size'.
getRightCropping() - Method in interface com.inet.report.PictureProperties
Gets the value of the property 'right cropping size'.
getRightIndent() - Method in class com.inet.report.FieldElement
Returns the value of the property 'rightIndent'.
getRightIndent() - Method in class com.inet.report.Paragraph
Returns the value of the property 'rightIndent'.
getRightIndent() - Method in interface com.inet.report.ParagraphProperties
Returns the value of the property 'rightIndent'.
getRightIndentFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the property 'right indent'.
getRightIndentFormula() - Method in class com.inet.report.Paragraph
Returns the formula whose return value determines the property 'right indent'.
getRightIndentFormula() - Method in interface com.inet.report.ParagraphProperties
Returns the formula whose return value determines the property 'right indent'.
getRightLineStyle() - Method in class com.inet.report.AbstractLineElement
Return the same as getLineStyle()
getRightLineStyle() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'right line style'.
getRightLineStyle() - Method in class com.inet.report.Element
Returns the value of the property 'right line style'.
getRightLineStyleFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'right line style'.
getRightLineStyleFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'right line style'.
getRotationAngle() - Method in class com.inet.report.chart.plot.PiePlot
Returns the rotation angle of pie.
getRounding() - Method in class com.inet.report.AbstractValueElement
Returns which digit to round the number to.
getRounding() - Method in interface com.inet.report.ValueProperties
Returns which digit to round the number to.
getRoundingFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula which provides the digit to round the number to.
getRoundingFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula which provides the digit to round the number to.
getRoundingMode() - Method in class com.inet.report.AbstractValueElement
Returns the rounding mode for this element.
getRoundingMode() - Method in interface com.inet.report.ValueProperties
Returns the rounding mode for this element.
getRoundingModeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the rounding mode, can be null if the formula is not set.
getRoundingModeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the rounding mode, can be null if the formula is not set.
getRow() - Method in class com.inet.report.CrossTabBodyCell
Get the row header of the cell.
getRowBufferSize() - Method in class com.inet.report.ReportProperties
Returns the number of rows which will be cached in the row buffer.
getRows() - Method in class com.inet.report.CrossTab
The left headers of the table.
getRuleLabel() - Method in interface com.inet.problemfinder.rules.ProblemFinderRule
Get the localized label for this rule.
getRunningTotal() - Method in class com.inet.report.SummaryField
Returns the running total property of this SummaryField.
getSaveFileChooser(File) - Method in class com.inet.designer.BasicDesignerDataModel
Returns a file chooser which will be used when a report template should be saved.
getScale() - Method in class com.inet.report.database.ColumnInfo
The SQL scale of the column.
getScale() - Method in class com.inet.report.JavaBean
Returns the scaling factor used for this JavaBean.
getScaleFormula() - Method in class com.inet.report.JavaBean
Returns the formula used to determine the scaling factor of this JavaBean.
getScalingOption() - Method in class com.inet.report.AbstractPictureElement
Gets the scaling option which represents the way to scale the source image into its element frame.
getScalingOption() - Method in interface com.inet.report.PictureProperties
Gets the scaling option which represents the way to scale the source image into its element frame.
getSchema() - Method in class com.inet.report.database.TableSourceInfo
Get the schema name or null.
getSchema() - Method in class com.inet.report.Datasource
Returns the value of the connection property schema.
getScope() - Method in interface com.inet.config.Configuration
Returns the scope of this configuration, which determines where (and if) the Preferences are to be stored.
getScope() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Get the scope in which the datas ource was created.
getScopeName(int) - Static method in class com.inet.config.ConfigurationManager
FOR INTERNAL USE ONLY
Returns the name of the given scope: "System", "User", or "Temp".
getSecondType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'second type'.
getSecondType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'second type'.
getSecondTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'second type'.
getSecondTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'second type'.
getSecondValue() - Method in class com.inet.report.chart.axis.IntervalMarker
Returns the end value (upper bound) of this marker.
getSecondValueFormula() - Method in class com.inet.report.chart.axis.IntervalMarker
Get the Formula which returns the second value for the marker.
getSection(int) - Method in class com.inet.report.Area
Returns a SectionElement of the area.
getSectionCount() - Method in class com.inet.report.Area
Returns the number of Sections in this Area.
getSectionIndexes() - Method in class com.inet.report.chart.plot.PiePlot
Returns the sections indexes which will be expanded.
getSectionNameByNumber(int) - Method in class com.inet.report.Section
Generates a name ending usually used for section names.
getSections() - Method in class com.inet.report.Engine
Returns a list containing all sections the report consists of.
getSectionWillBePrinted() - Method in class com.inet.report.Group
Returns for what kind of values the group section should be printed, i.e.
getSelectedEngine() - Static method in class com.inet.designer.EmbeddedUtils
Returns the current selected engine of the report.
getSeriesAxis() - Method in class com.inet.report.chart.plot.Chart3DPlot
Returns the series axis.
getSeriesGroup() - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
Returns the series group.
getSeriesGroup() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Returns the series group.
getSettings() - Method in class com.inet.authentication.AuthenticationDescription
Get all the settings in the configuration manager.
getSF() - Method in class com.inet.report.Engine
Returns the record selection formula used in the current main or subreport.
This could be specified in the report template (rpt file) at design time, with the method setSF or with the report url parameter "sf", see: Report URL Parameters.
getSFField() - Method in class com.inet.report.Engine
Returns the record selection formula used in the current main or subreport as a formula field.
This could be specified in the report template (rpt file) at design time, with the method setSF or with the report url parameter "sf", see: Report URL Parameters.
getShapeSize() - Method in class com.inet.report.chart.plot.ItemShape
Returns the shape size.
getShapeType() - Method in class com.inet.report.chart.plot.ItemShape
Returns the shape form.
getShortName() - Method in class com.inet.report.DatabaseField
Returns the short name of a database field.
This is the name of the database-column without leading table-name, i.e. the name of the database field is 'Customers.Customer ID', the short name should be 'Customer ID'.
getShowEachNthTickLabel() - Method in class com.inet.report.chart.axis.GroupAxis
Returns the number for show each nth tick labels.
getShowEachNthTickLabelFormula() - Method in class com.inet.report.chart.axis.GroupAxis
Get the showEachNthTickLabelFormula of the GroupAxis.
getShowGrid() - Method in class com.inet.report.CrossTabOptions
Returns if the crosstab gridlines are enabled or disabled.
If the value is false then the crosstab will be displayed without gridlines.
getShowPercentVal() - Method in class com.inet.report.SummaryField
How result of summary operation is shown.
getShowSubjectName() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the subject common name must be written in a signature field.
getShowSubjectName() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the subject common name must be written in a signature field.
getSignatureProcessor(String) - Method in class com.inet.report.certificate.CertificateInfo
FOR INTERNAL USE ONLY returns an instance of PDFSignatureProcessor.
getSingleInstance(Class<T>) - Method in class com.inet.plugin.ServerPluginManager
Get a single instance of a specific type.
getSingleInstanceByName(Class<T>, String, boolean) - Method in class com.inet.plugin.ServerPluginManager
Get a single instance of a certain type.
getSizeCoefficient() - Method in class com.inet.report.chart.plot.XYPlot
Returns the size coefficient of chart items.
getSizeField() - Method in interface com.inet.report.chart.dataset.XYDataset
Returns the data field which provides the size of the bubble.
getSizeField() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the data field which provides the size of the bubble.
getSort() - Method in class com.inet.report.Group
The Method getSort returns the type of sorting of the data of this group.
getSort() - Method in class com.inet.report.SortField
Returns the value of the property 'sort direction'.
getSortDirection() - Method in class com.inet.report.BySummaryOrder
Gets the direction of the sorting
getSortDirectionFormula() - Method in class com.inet.report.SortField
Returns the formula of sort direction for this sort field.
getSortField(int) - Method in class com.inet.report.Fields
Returns the i-th element of sort fields array.
getSortField(String) - Method in class com.inet.report.Fields
Returns the SortField with name fieldName or null if not existent in report.
getSortFieldsCount() - Method in class com.inet.report.Fields
Returns the number of the sort fields defined in this report.
getSortType() - Method in class com.inet.report.BySummaryOrder
Gets the type of sorting
getSortType() - Method in class com.inet.report.FieldValueProvider
Returns the SortField constant specifying how the values are to be sorted.
getSource() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the Element/Section/Field/ProblemFinderWarning.Sources which causes the Warning.
getSourceAlias() - Method in class com.inet.report.Join
Returns the source alias name for the source tables.
getSourceMessage() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the message which describes the problem source.
getSourceNameWithChange(TableSource, boolean) - Method in class com.inet.report.Database
Returns the source name like catalog.schema.table.
getSourceNameWithChange(TableSource, boolean) - Method in class com.inet.report.database.JdbcData
Returns the source name like catalog.schema.table.
getSourceTableSource() - Method in class com.inet.report.Join
Returns the TableSource Object of the source table.
getSpecialField(int) - Method in class com.inet.report.Fields
Returns the special field with the specified operation.
getSpecialFieldsCount() - Method in class com.inet.report.Fields
Returns the number of special fields defined in this report.
getSpecialType() - Method in class com.inet.report.SpecialField
Returns the type of the special field.
getSpecifiedOrder() - Method in class com.inet.report.Group
Returns the specified sorting order for this group.
getSql() - Method in class com.inet.report.TableSource
Returns the SQL command if it was set.
getSql(boolean) - Method in class com.inet.report.Datasource
FOR INTERNAL USE ONLY Returns a list of SQL statements for retrieving the data for this datasource.
getSQL() - Method in class com.inet.report.CascadingValueProvider
Returns the query which is to be used for fetching the values and optionally descriptions dynamically.
getSQL() - Method in class com.inet.report.FieldValueProvider
Returns the query which is to be used for fetching the values and optionally descriptions dynamically.
getSQL() - Method in class com.inet.report.QueryValueProvider
Returns the query which is to be used for fetching the values and optionally descriptions dynamically.
getSQL() - Method in class com.inet.report.SQLValueProvider
Returns the query which is to be used for fetching the values and optionally descriptions dynamically.
getSQL(String, boolean, boolean) - Method in class com.inet.report.FieldValueProvider
Returns the query to be used, using the given String as its WHERE condition
getSqlAliasCount() - Method in class com.inet.report.DatabaseTables
Returns the count of aliases.
getSqlAliasNames() - Method in class com.inet.report.DatabaseTables
Returns a String[] with the names of the sql aliases used in this report.
Example:
getSQLExpression() - Method in class com.inet.report.SQLField
Returns the value of the property 'SQL expression text'.
getSQLExpressionField(int) - Method in class com.inet.report.Fields
Returns the i-th element of SQL Expression Fields array.
getSQLExpressionField(String) - Method in class com.inet.report.Fields
Returns the SQLField with name fieldName or null if not existent in report.
getSQLExpressionFieldsCount() - Method in class com.inet.report.Fields
Returns the number of SQL expression fields defined in this report.
getSqlIdentifier(Datasource, String, boolean) - Method in class com.inet.report.Database
Returns the SQL identifier regarding the settings of Database.getIdentifierQuoteString(), escapeEverything and Database.needQuote(String).
getSqlSourcesView() - Method in class com.inet.report.DatabaseTables
Returns a String[] with the names of all TableSources used in this report.
getSqlSyntax() - Method in interface com.inet.report.database.DataFactory
Returns the SQL and command syntax definition instance for this data factory.
getSqlSyntax() - Method in class com.inet.report.Database
Returns the SQL syntax definition instance for this data factory.
getSqlSyntax() - Method in class com.inet.report.database.JdbcData
Returns the SQL syntax definition instance for this data factory.
getSqlType() - Method in class com.inet.report.database.ColumnInfo
The SQL type of the column.
getSQLTypedValue() - Method in class com.inet.viewer.PromptValue
this method returns the value of this promptvalue using an SQL compatible type.
getSQLTypedValue() - Method in class com.inet.viewer.RangePromptValue
not implemented yet.
getSqlWithPromptFieldValues() - Method in class com.inet.report.TableSource
Returns the SQL command if it was set.
getStartField() - Method in interface com.inet.report.chart.dataset.GanttDataset
Returns the data field which indicates the start position of each interval bar.
getStartField() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Returns the data field which indicates the start position of each interval bar.
getStartProperties() - Method in class com.inet.plugin.ServerPluginManager
Get the start properties.
getStartValue() - Method in class com.inet.viewer.RangePromptValue
Returns the lower limit to the range, or null if there is no lower limit
getState() - Method in class com.inet.plugin.ServerPluginManager
Get the current state of the manager
getState() - Method in class com.inet.report.Validity
One of the possible States
getStatistics() - Method in class com.inet.report.Engine
Runtime statistic data of this Engine.
getStatistics() - Method in class com.inet.report.EngineBundle
See Engine.getStatistics() for details.
getStatistics() - Method in interface com.inet.report.ReportGenerator
See Engine.getStatistics() for details.
getStatus() - Method in class com.inet.report.Engine
Returns an EngineStatus object including information about the status of this Engine .
getStatus() - Method in class com.inet.viewer.Progress
Returns the status of this Progress.
getStatusBar() - Method in interface com.inet.viewer.ReportView
Returns this ReportView's StatusBar, the element which can display messages or progress bars.
getStatusBar() - Method in class com.inet.viewer.SwingReportView
Returns this ReportView's StatusBar, the element which can display messages or progress bars.
getStatusMessage() - Method in interface com.inet.viewer.StatusBar
Returns the current status message from the statusbar.
getStatusMessage() - Method in class com.inet.viewer.SwingStatusBar
Returns the current status message from the statusbar.
getStepWidth() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Returns the step width of axis units.
getStepWidthFormula() - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Get the stepWidthFormula of the DiscreteNumberAxis.
This formula is used to determine the step width when the axis must be labeled.
When null, the result of DiscreteNumberAxis.getStepWidth() is used.
getStoredProceduresParameterNames() - Method in class com.inet.report.PromptField
Returns the names of the stored procedures parameters.
getStrikeoutFormula() - Method in class com.inet.report.AbstractFontElement
Returns The formula field for the property 'strike out'.
getStrikeoutFormula() - Method in interface com.inet.report.FontProperties
Returns the formula field for whether the text is struck through or not.
getStringRepresentation() - Method in class com.inet.viewer.PromptValue
Returns a string representation of the value of this prompt.
getStringRepresentation() - Method in class com.inet.viewer.RangePromptValue
Returns a string representation of the value of this prompt.
getStyle() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.AreaPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.BarPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.Chart3DPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.ContinuousAreaPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.ContinuousLinePlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.GanttPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.LinePlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.MultiplePiePlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.PiePlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.PolarPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.StockPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getStyle() - Method in class com.inet.report.chart.plot.XYPlot
Returns the style of this chart, ie. the general category this plot belongs to.
getSubComponents() - Method in class com.inet.report.Area
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Box
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Chart2
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.CrossTab
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.CrossTabDescriptionSection
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.DatabasePicture
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.FieldElement
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.FieldPart
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.JavaBean
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Line
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Paragraph
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Picture
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.ReportComponent
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Section
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.SignatureForm
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Subreport
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.Text
Returns all ReportComponents that are descendants of this one.
getSubComponents() - Method in class com.inet.report.TextPart
Returns all ReportComponents that are descendants of this one.
getSubEngine() - Method in class com.inet.report.SubreportLink
Gets the Engine of the subreport.
getSubExecutionCpuTime() - Method in interface com.inet.report.EngineStatistics
Get the rendering CPU time of all sub report in nanoseconds.
getSubField() - Method in class com.inet.report.SubreportLink
Returns the field in the subreport, that is used to compare with the value of the links PromptField in the record selection formula.
getSubject() - Method in class com.inet.report.SummaryInfo
Returns the subject of the report if the value was specified in the "Summary Info" or with the method setSubject(String).
getSubProperties(int) - Method in class com.inet.report.chart.axis.AbstractMarker
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.BaseAxis
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.GroupAxis
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.IntervalMarker
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.axis.LineMarker
Returns the serialized properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.BarPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.Chart3DPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.GanttPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.PiePlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.StandardPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.StockPlot
Returns the serialized simple properties of subclasses.
getSubProperties(int) - Method in class com.inet.report.chart.plot.XYPlot
Returns the serialized simple properties of subclasses.
getSubReport(int) - Method in class com.inet.report.Engine
Every engine object of a main report may have several subreport engines.
getSubReportCount() - Method in class com.inet.report.Engine
Returns the number of sub-reports.
getSubReportElement() - Method in class com.inet.report.Engine
Returns the subreport element of the main report.
getSubreportIndex() - Method in class com.inet.report.EngineError
Returns the index of the sub report if the error was raised during execution of a sub report.
getSubreportLink(int) - Method in class com.inet.report.Subreport
Gets the subreport link at the specified index.
getSubreportLinkCount() - Method in class com.inet.report.Subreport
Returns the number of subreport links in the set
getSubreportWarningMap() - Method in class com.inet.problemfinder.ProblemFinder
Returns a map over all Subreport engines with their own list of ProblemFinderWarnings.
getSubtitle() - Method in class com.inet.report.Chart2
Returns the sub title of this chart.
getSummaryField(int) - Method in class com.inet.report.BySummaryOrder
Gets the summary field used for sorting at index position.
getSummaryField(int) - Method in class com.inet.report.CrossTabBody
Returns the i-th summary fields of the crosstab.
getSummaryField(int) - Method in class com.inet.report.Fields
Returns the i-th element of SummaryFields array.
getSummaryField(String) - Method in class com.inet.report.Fields
Returns the SummaryField with name fieldName or null if not existent in report.
getSummaryFieldCount() - Method in class com.inet.report.BySummaryOrder
Use this method to get the number of summary fields used for sorting.
getSummaryFieldsCount() - Method in class com.inet.report.CrossTabBody
Returns the number of summary fields of the crosstab.
getSummaryFieldsCount() - Method in class com.inet.report.Fields
Returns the number of summary fields defined in this report.
getSummaryFieldType() - Method in class com.inet.report.SummaryField
Indicates to which object this summary field belongs.
getSummaryHorizontal() - Method in class com.inet.report.CrossTabOptions
Get the summary horizontal flag.
getSummaryInfo() - Method in class com.inet.report.Engine
Returns the SummaryInfo class with that you can get/set the report summary info specified in the "Summary Info" of the Reports Designer or with the setXXX methods in the class SummaryInfo.
For example:

Engine eng = new Engine( Engine.NO_EXPORT );
eng.setReportFile( "file:C:/MyReports/Report1.rpt" );
SummaryInfo su = eng.getSummaryInfo();
System.out.println("created: "+su.getCreated());
System.out.println("LastSaved: "+su.getLastSaved());
System.out.println("Author: "+su.getAuthor());
System.out.println("Subject: "+su.getSubject());
System.out.println("ReportTitle: "+su.getReportTitle());
getSummaryNth() - Method in class com.inet.report.SummaryField
Returns the Nth value in Nth-functions.
getSummaryOperation() - Method in class com.inet.report.SummaryField
Returns the value of the property 'summary operation'.
getSummaryOperation(String) - Static method in class com.inet.report.SummaryField
Returns the operation constant according to the name
getSupportedDocumentSuffixes() - Static method in class com.inet.report.AbstractPictureElement
FOR INTERNAL USE ONLY.
Returns the list of supported document file suffixes.
getSupportedImageSuffixes() - Static method in class com.inet.report.AbstractPictureElement
FOR INTERNAL USE ONLY.
Returns the list of supported image file suffixes.
getSuppressEmptyLines() - Method in class com.inet.report.CrossTabHeaderList
Returns whether empty rows/columns should be suppressed (true) or not (false).
getSuppressEmptyLinesFormula() - Method in class com.inet.report.CrossTabHeaderList
Returns the formula for the property 'suppress empty columns'.
getSuppressFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula for the property 'suppress'.
getSuppressFormula() - Method in interface com.inet.report.LineProperties
Returns the formula for the property 'suppress'.
getSuppressFormula() - Method in class com.inet.report.ReportComponent
Returns the formula for the property 'suppress'.
getSuppressGroupLabel() - Method in class com.inet.report.CrossTabHeader
Returns whether group labels should be suppressed (true) or not (false).
getSuppressGroupLabelFormula() - Method in class com.inet.report.CrossTabHeader
Returns the formula for the property 'suppress group labels'.
getSuppressIfBlank() - Method in class com.inet.report.Section
Returns the value of the property 'suppress if blank'.
getSuppressIfBlankFormula() - Method in class com.inet.report.Section
Returns the formula for the property 'suppress if blank'.
getSuppressIfDuplicatedFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
getSuppressIfDuplicatedFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
getSuppressIfZero() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'suppress if zero'.
getSuppressIfZero() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'suppress if zero'.
getSuppressIfZeroFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'suppress if zero'.
getSuppressIfZeroFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'suppress if zero'.
getSuppressOnDrillDownFormula() - Method in class com.inet.report.Region
Returns the formula for 'suppressOnDrillDown'.
getSuppressTotal() - Method in class com.inet.report.CrossTabHeader
Returns whether total of this header should be suppressed true or not (false).
getSuppressTotalFormula() - Method in class com.inet.report.CrossTabHeader
Returns the formula for the property 'suppress total'.
getSwapSize() - Method in class com.inet.report.cache.Cache
Get the total amount of bytes used on an external cache media.
getSwapSize(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Get the memory size a report uses on an external cache media.
getSymbol() - Method in class com.inet.report.chart.format.Abbreviation
Returns the symbol for this abbreviation, e.g.
getSyntax() - Method in class com.inet.report.FormulaField
Returns the syntax for this formula.
getTable() - Method in class com.inet.report.database.TableSourceInfo
Get the object name.
getTables(Datasource, String) - Method in class com.inet.report.Database
Is used from #getTableSourceInfos(Datasource, String) to find a list of tables and views.
getTables(Datasource, String) - Method in class com.inet.report.database.JdbcData
Is used from #getTableSourceInfos(Datasource, String) to find a list of tables and views.
getTables(String[], String) - Static method in class com.inet.report.DatabaseMetaDataFactory
Creates a dummy ResultSet that has the structure defined for method DatabaseMetaData.getTables(String,String,String,String[]).
getTablesource(String) - Method in class com.inet.report.DatabaseTables
Returns the TableSource with that alias name.
getTableSource() - Method in class com.inet.report.DatabaseField
Returns the table source this database field is based on, will never return null.
getTableSource(int) - Method in class com.inet.report.Datasource
Returns the TableSource of the specified index.
getTableSource(String) - Method in class com.inet.report.Datasource
Returns the TableSource identified with the alias.
getTableSourceCount() - Method in class com.inet.report.Datasource
Returns the number of registered table sources.
getTableSourceData(TableSource) - Method in class com.inet.report.database.BaseDataFactory
Is called from getReportData to request the data of a single TableSource if the TableSource is not a joined table or view.
getTableSourceData(TableSource) - Method in interface com.inet.report.database.DataFactory
Is called from getReportData to request the data of a single TableSource if the TableSource is not a joined table or view.
getTableSourceData(TableSource) - Method in class com.inet.report.database.JdbcData
Is called from getReportData to request the data of a single TableSource if the TableSource is not a joined table or view.
getTableSourceData(TableSource, List<DatabaseField>) - Method in class com.inet.report.database.BaseDataFactory
Is called from getTableSourceData to request the data of a single TableSource if the TableSource is not a joined table or view.
getTableSourceIfExist(String) - Method in class com.inet.report.Datasource
Returns the TableSource identified with the alias.
getTableSourceInfos(Datasource, String) - Method in interface com.inet.report.database.DataFactory
Returns a map of objects in the database which can return table data.
getTableSourceInfos(Datasource, String) - Method in class com.inet.report.database.JdbcData
Returns a map of objects in the database which can return table data.
getTableSources() - Method in interface com.inet.report.database.fetch.FetchTables
Returns a list of all tablesources to fetch.
getTableSources() - Method in class com.inet.report.PromptField
Returns the table sources this prompt field is a parameter for.
getTag() - Method in exception com.inet.report.parser.FatalParserException
Returns the XML Tag currently being parsed at the time of the exception.
getTargetAlias() - Method in class com.inet.report.Join
Returns the target alias name for the source tables.
getTargetTableSource() - Method in class com.inet.report.Join
Returns the TableSource Object of the target table.
getTempDir() - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Get the temp directory and clear it from old files.
getTemplate() - Method in class com.inet.report.SummaryInfo
Returns the template value of the report if the value was specified in the "Summary Info" or with the method setTemplate(String).
getText() - Method in class com.inet.report.CrossTabHeader
Returns the text element of this row.
getText() - Method in class com.inet.report.Paragraph
Returns the parent Text element.
getText() - Method in class com.inet.report.TextPart
Gets the value of the property 'text'.
getTextInterpretation() - Method in class com.inet.report.FieldElement
Returns the type of text interpretation.
getTextInterpretation() - Method in interface com.inet.report.TextInterpretationProperties
Returns the type of text interpretation.
getTextInterpretationFormula() - Method in class com.inet.report.FieldElement
Sets the formula for the type of text interpretation.
getTextInterpretationFormula() - Method in interface com.inet.report.TextInterpretationProperties
Sets the formula for the type of text interpretation.
getTextPosition() - Method in class com.inet.report.SignatureForm
Returns the position of text-items in the divided signature field: POSITION_LEFT, POSITION_RIGHT.
getTextPosition() - Method in interface com.inet.report.SignatureProperties
Returns the position of text-items in the divided signature field: POSITION_LEFT, POSITION_RIGHT.
getTextRotation() - Method in class com.inet.report.FieldElement
Returns the value of the property 'text rotation'.
getTextRotation() - Method in class com.inet.report.Subreport
Returns the value of the property 'text rotation'.
getTextRotation() - Method in class com.inet.report.Text
Returns the value of the property 'text rotation'.
getTextRotation() - Method in interface com.inet.report.TextProperties
Returns the value of the property 'text rotation'.
getTextRotationFormula() - Method in class com.inet.report.FieldElement
Returns the formula whose return value determines the property 'text rotation'.
getTextRotationFormula() - Method in class com.inet.report.Subreport
Returns the formula whose return value determines the property 'text rotation'.
getTextRotationFormula() - Method in class com.inet.report.Text
Returns the formula whose return value determines the property 'text rotation'.
getTextRotationFormula() - Method in interface com.inet.report.TextProperties
Returns the formula whose return value determines the property 'text rotation'.
getThousandsSeparatorSymbol() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'thousands separator symbol'.
getThousandsSeparatorSymbol() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'thousands separator symbol'.
getThousandsSeparatorSymbolFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'thousands separator symbol'.
getThousandsSeparatorSymbolFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'thousands separator symbol'.
getThrowable() - Method in class com.inet.plugin.ServerPluginManager
Get a throwable that occur on init of the plugin manager.
getThumbnail() - Method in class com.inet.report.SummaryInfo
FOR INTERNAL USE ONLY Gets the report's "thumbnail" image if there is one.
getThumbnailData() - Method in class com.inet.report.SummaryInfo
FOR INTERNAL USE ONLY Gets the report's "thumbnail" image if there is one.
getTickLabelColor() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the color as ABGR value of tick labels on this axis.
getTickLabelFont() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the font of tick labels on this axis.
getTickLabelFormat() - Method in class com.inet.report.chart.axis.BaseAxis
Returns a tick label format of this axis.
getTickLabelMaximumLines() - Method in class com.inet.report.chart.axis.GroupAxis
Returns the maximum number of lines to use for each tick label.
getTickLabelRotationAngle() - Method in class com.inet.report.chart.axis.GroupAxis
Returns the tick label rotation angle (in radians).
getTickLabelWidthRatio() - Method in class com.inet.report.chart.axis.GroupAxis
Returns the tick label width ratio, i.e. how much of the label to display.
getTightHorizontalFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula for the property 'tight horizontal'.
getTightHorizontalFormula() - Method in class com.inet.report.Element
Returns the formula for the property 'tight horizontal'.
getTime() - Method in class com.inet.report.Engine
Returns the timestamp that was set with setTime.
getTimeBase() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'time base'.
getTimeBase() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'time base'.
getTimeBaseFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'time base'.
getTimeBaseFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'time base'.
getTimeFormatType() - Method in class com.inet.report.AbstractValueElement
Returns the time format type to use for this element.
getTimeFormatType() - Method in interface com.inet.report.ValueProperties
Returns the time format type to use for this element.
getTimeFormatTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula determining the time format type to use for this element.
getTimeFormatTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula determining the time format type to use for this element.
getTimePatternConstant() - Method in class com.inet.report.chart.format.DateTimeFormat
Returns the time format pattern constant, e.g.
getTitle() - Method in class com.inet.report.chart.axis.BaseAxis
Gets the title of this axis
getTitle() - Method in class com.inet.report.chart.ChartTitle
Returns this title's text.
getTitleFormula() - Method in class com.inet.report.chart.ChartTitle
Returns the property formula for the chart title, if it is specified.
getTo() - Method in class com.inet.report.FormulaRange
Gets the value the range ends with.
getToolBar() - Method in interface com.inet.viewer.ReportViewer
Returns the current ToolBar - this tool bar belongs to the currently visible or selected ReportView object.
getToolBar() - Method in class com.inet.viewer.SwingReportViewer
Returns the current ToolBar - this tool bar belongs to the currently visible or selected ReportView object.
getToolTipsText() - Method in class com.inet.report.Element
Returns the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
getToolTipsText() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
getToolTipsTextFormula() - Method in class com.inet.report.Element
Returns the formula of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
getToolTipsTextFormula() - Method in interface com.inet.report.GeneralProperties
Returns the formula of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
getTopCropping() - Method in class com.inet.report.AbstractPictureElement
Gets the value of the property 'top cropping size'.
getTopCropping() - Method in interface com.inet.report.PictureProperties
Gets the value of the property 'top cropping size'.
getTopLineStyle() - Method in class com.inet.report.AbstractLineElement
Return the same as getLineStyle()
getTopLineStyle() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'top line style'.
getTopLineStyle() - Method in class com.inet.report.Element
Returns the value of the property 'top line style'.
getTopLineStyleFormula() - Method in interface com.inet.report.BorderProperties
Returns the formula of the property 'top line style'.
getTopLineStyleFormula() - Method in class com.inet.report.Element
Returns the formula of the property 'top line style'.
getTotalCpuTime() - Method in interface com.inet.report.EngineStatistics
Get the sum of all other CPU times.
getTotalOnStart() - Method in class com.inet.report.CrossTabHeaderList
Returns whether Column Total should be on left or top (true) or not (false).
getTotalOnStartFormula() - Method in class com.inet.report.CrossTabHeaderList
Returns the formula for showing the total on start or on end.
getTotalPages() - Method in interface com.inet.viewer.ReportView
Returns the total number of pages this report has.
getTotalPages() - Method in class com.inet.viewer.SwingReportView
Returns the total number of pages this report has.
getTotalPageSizeAndWait(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Returns the total size of all pages in bytes and blocks until the rendering is finished.
getTotalPageSizeAndWait(ReportCacheKey, int) - Method in class com.inet.report.cache.Cache
Returns the total size of all pages in bytes and blocks until the rendering is finished.
getTotalProgress() - Method in class com.inet.viewer.Progress
Use this method to get the total steps (e.g. pages) to go.
getTotalSystemTime() - Method in interface com.inet.report.EngineStatistics
Get the sum of all other system times.
getTranslation(Locale) - Method in class com.inet.report.translation.Translations
Request the property of a translation for the given locale.
getTranslationKeys() - Method in class com.inet.report.FormulaField
Returns a set of all translation keys used in the formula described by this field.
NOTE: This will re-parse the formula, which costs time and memory!
getTranslations() - Method in class com.inet.report.Engine
Get the Translations of the report.
getTranslationsDir() - Method in class com.inet.plugin.ServerPluginManager
Get the directory where additional translations can be saved.
getTrigger() - Method in class com.inet.report.Engine
Request the Trigger object of this Engine.
getTriggeringRule() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the ProblemFinderRule that causes the Warning.
getType() - Method in class com.inet.config.ConfigurationChangeEvent
Returns the event type which specifies exactly which change occurred with the given configuration.
getType() - Method in class com.inet.report.cache.Cache
Returns the defined Cache type.
getType() - Method in class com.inet.report.chart.format.FixedNumberFormat
Returns the formating type: number, currency or percent.
getType() - Method in class com.inet.report.database.TableSourceInfo
Get a type of the object (whether the table source is a database table, a stored procedure, etc.)
getType() - Method in class com.inet.report.DefaultValue
Returns the value type set in the constructor for this default value
getType() - Method in class com.inet.report.Field
Returns the value of the property 'type'.
getType() - Method in class com.inet.report.Region
Returns the value of the property 'type'.
getType() - Method in class com.inet.report.ReportComponent
Returns the type of this report element.
getType() - Method in class com.inet.report.TableSource
Returns the type of that TableSource.
getType() - Method in class com.inet.viewer.Progress
Returns the type of the progress, which can be one of the following types.
getType() - Method in class com.inet.viewer.PromptData
Returns the type of this prompt (without any included bit flags) - that is, NUMBER, CURRENCY, BOOLEAN, DATE, TIME, DATETIME, STRING, or BINARY
getType() - Method in class com.inet.viewer.PromptValue
Get value type of the prompt, see the value type constants in PromptData
getTypeAsString() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
getTypeAsString() - Method in class com.inet.report.Region
FOR INTERNAL USE ONLY
getUID() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Get the unique ID of the data source.
getUnderlayFollow() - Method in class com.inet.report.Section
Returns the value of the property 'underlay follow'.
getUnderlayFollowFormula() - Method in class com.inet.report.Section
Returns the formula for the property 'underlay follow'.
getUnderlineFormula() - Method in class com.inet.report.AbstractFontElement
Returns the formula field for the property 'underline'.
getUnderlineFormula() - Method in interface com.inet.report.FontProperties
Returns the formula field for whether the text is underlined or not.
getUniqueName(String, int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Creates a unique configuration name from the supplied name for the given scope.
getUpperBound() - Method in class com.inet.report.chart.axis.DateRange
Returns the upper bound.
getUpperBound() - Method in class com.inet.report.chart.axis.NumberRange
Returns the manually set upper bound of this range.
getUpperBoundFormula() - Method in class com.inet.report.chart.axis.DateRange
Returns the manually set upper bound formula.
getUrl() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the set JDBC URL that will be used to create the Connection.
getUrl() - Method in class com.inet.report.Datasource
Returns the Connection URL for the JDBC driver.
getUrl() - Method in class com.inet.report.event.EngineFinishEvent
Returns the report URL of the finished engine.
getUseColor() - Method in class com.inet.report.Section
Returns the value of the property 'useColor'.
getUseLeadingZero() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'use leading zero'.
getUseLeadingZero() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'use leading zero'.
getUseLeadingZeroFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'use leading zero'.
getUseLeadingZeroFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'use leading zero'.
getUseOneCurrencySymbolPerPage() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'use one currency symbol per page'.
getUseOneCurrencySymbolPerPage() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'use one currency symbol per page'.
getUseOneCurrencySymbolPerPageFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'use one currency symbol per page'.
getUseOneCurrencySymbolPerPageFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'use one currency symbol per page'.
getUser() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the set database user.
getUserAccountID() - Method in class com.inet.authentication.LoginProcessor
Get the id of the account or null if not login.
getUserAccountType() - Method in class com.inet.authentication.LoginProcessor
The account type determine some possible features of a user and/or login.
getUserAction(int) - Method in class com.inet.viewer.ActionPool
Returns an Action with the given action id from viewers action list.
getUserActionCount() - Method in class com.inet.viewer.ActionPool
Returns the number of user actions(action added by user).
getUseRange() - Method in class com.inet.report.PromptField
Returns whether or not any values which are to be for this prompt must be in a range.
getUserData() - Method in class com.inet.report.Engine
Returns the user data that has been set with setUserData(Hashtable).
This method can be useful e.g. in your own database class, a class that extends from com.inet.report.Database and in that you set the report data without a JDBC connection e.g. with an external ResultSet.
For instance you can use this method to get the selection formula (sf) specified in the report URL and use it to fill you own ResultSet in your database class:
getUsername() - Method in class com.inet.report.Datasource
Returns the value of the connection property user.
getUserProperties() - Method in class com.inet.report.Engine
Returns the user data that has been set either with setUserProperties(), checkProperties() or in the report URL.
This method can be useful if you have additional properties which should be associated with the engine.
getUseThousandsSeparator() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'use thousands separator'.
getUseThousandsSeparator() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'use thousands separator'.
getUseThousandsSeparatorFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'use thousands separator'.
getUseThousandsSeparatorFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'use thousands separator'.
getValidationQuery() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the set SQL validation query which should be used to check if the database connection is valid or not.
getValue() - Method in class com.inet.report.chart.axis.LineMarker
Returns the value (position) of this marker.
getValue() - Method in class com.inet.report.DefaultValue
Returns the value of this default value.
getValue() - Method in class com.inet.report.PromptField
Returns the prompt value.
getValue() - Method in class com.inet.report.Trigger
The value of the trigger.
getValue() - Method in interface com.inet.viewer.CustomPromptEditor
Returns the currently chosen value for the prompt for which this editor is being used.
getValue() - Method in class com.inet.viewer.PromptValue
Returns the value of this prompt - its type will depend on which value type this PromptValue has: String for STRING
Double for NUMBER and CURRENCY
Boolean for BOOLEAN
Date for DATE and DATETIME
Time for TIME
byte[] for BINARY
getValue() - Method in class com.inet.viewer.RangePromptValue
Returns the value of this prompt - its type will depend on which value type this PromptValue has: String for STRING
Double for NUMBER and CURRENCY
Boolean for BOOLEAN
Date for DATE and DATETIME
Time for TIME
byte[] for BINARY
getValue(ConfigKey) - Method in interface com.inet.config.Configuration
Returns the current value of the ConfigKey in this configuration.
getValueBeforeClip() - Method in class com.inet.report.event.ClippingEvent
Returns the actual value which will be clipped or truncated.
getValueFormula() - Method in class com.inet.report.chart.axis.LineMarker
Get the Formula for the value of the marker.
getValueOf(String) - Static method in enum com.inet.report.Area.AttributeTag
Faster than AttributeTag.valueOf(String)
getValues() - Method in class com.inet.report.FieldValueProvider
Returns the DatabaseField responsible for fetching the values from.
getValuesCount() - Method in class com.inet.report.PromptField
Returns the number of values set for this prompt.
getValueType() - Method in class com.inet.report.Field
Returns the value type (or return type) of the field.
NOTE:If DefaultAttribute is used within the formula it has to be set before calling this method.
getValueType() - Method in class com.inet.report.FormulaField
Returns the value type (or return type) of the field.
NOTE:If DefaultAttribute is used within the formula it has to be set before calling this method.
getValueType() - Method in class com.inet.report.GroupField
The return value type of a GroupField is always Field.String, but for formatting the return value type of the group the field is based on is needed.
getValueType() - Method in class com.inet.report.PromptField
Returns the value type (or return type) of the field.
NOTE:If DefaultAttribute is used within the formula it has to be set before calling this method.
getValueType() - Method in class com.inet.report.SortField
Returns the value type (or return type) of the field.
getValueType() - Method in class com.inet.report.SummaryField
Returns the value type (or return type) of the field.
NOTE:If DefaultAttribute is used within the formula it has to be set before calling this method.
getValueType(IFormulaRunner) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
getVariableReferences(String) - Method in class com.inet.report.Engine
Returns an array of all FormulaFields referencing the variable with the name varName - this array is empty if there is no such FormulaField referencing the variable.
getVerAlign() - Method in class com.inet.report.AbstractPictureElement
Returns the value of the property 'vertical alignment'.
getVerAlign() - Method in interface com.inet.report.PictureProperties
Returns the value of the property 'vertical alignment'.
getVerAlignFormula() - Method in class com.inet.report.AbstractPictureElement
Gets the formula for the property 'vertical alignment'.
getVerAlignFormula() - Method in interface com.inet.report.PictureProperties
Gets the formula for the property 'vertical alignment'.
getVersion() - Method in interface com.inet.report.database.DataFactory
Get the version of the factory for the UI.
getVersion() - Static method in class com.inet.report.Engine
Returns the release version of this i-net Clear Reports installation, e.g. "8.1.24"
getVersion() - Static method in class com.inet.viewer.SwingReportViewer
Returns the current version of the SwingReportViewer as a String representation, e.g. "7.5".
getVersionSuffix() - Static method in class com.inet.viewer.SwingReportViewer
FOR INTERNAL USE ONLY Returns the suffix for the version number.
getVertical() - Method in class com.inet.report.ReportProperties
Returns the vertical gap between multi-column labels.
getVGen() - Method in class com.inet.report.cache.ReportCacheKey
Returns the value of the property "vgen".
getViewer() - Method in class com.inet.viewer.SwingViewerContext
Returns the viewer to which this context belongs.
getViewerAction(int) - Method in class com.inet.viewer.ActionPool
Returns an Action with the given action id from viewers action list.
getViewerContext() - Method in interface com.inet.viewer.ReportViewer
Returns the current ViewerContext for this viewer, which is used for reacting to and handling events occurring in the viewer.
getViewerContext() - Method in class com.inet.viewer.SwingReportViewer
Returns the current ViewerContext for this viewer, which is used for reacting to and handling events occurring in the viewer.
getViewMode() - Method in interface com.inet.viewer.ReportView
Returns which type of layout view this ReportView is to take.
getViewMode() - Method in class com.inet.viewer.SwingReportView
Returns which type of layout view this ReportView is to take.
getViewParams() - Method in class com.inet.report.chart.plot.Chart3DPlot
Returns the 3D viewing parameters for this chart.
getWallBackColor() - Method in class com.inet.report.chart.plot.Chart3DPlot
Returns the ABGR value representing the wall background color.
getWarningList() - Method in class com.inet.problemfinder.ProblemFinder
Returns a list of ProblemFinderWarnings found in the given main Engine.
getWarningType() - Method in interface com.inet.problemfinder.ProblemFinderWarning
Returns the type of this problem, that can be error, warning or info.
getWaterMark() - Method in class com.inet.report.config.LicenseKeyInfo
The watermark text
getWidth() - Method in class com.inet.report.AbstractLineElement
Returns the width of an element.
getWidth() - Method in class com.inet.report.CrossTabBodyCell
The width of this cell in the design view.
getWidth() - Method in class com.inet.report.CrossTabHeader
Position of this header, is used from designer.
getWidth() - Method in interface com.inet.report.LineProperties
Gets the width of an element.
getWidth() - Method in interface com.inet.report.PictureProperties
Gets the width of an element.
getWidth() - Method in class com.inet.report.ReportComponent
Returns the width of this report element.
getWidth() - Method in class com.inet.report.Section
Returns the width of the section.
getWidthRenderingFactor() - Method in class com.inet.report.DatabasePicture
Gets the property 'width rendering factor'.
getWidthRenderingFactor() - Method in class com.inet.report.Picture
Gets the property 'width rendering factor'.
getWidthRenderingFactor() - Method in interface com.inet.report.PictureProperties
Gets the property 'width rendering factor'.
getWidthScalingFactor() - Method in class com.inet.report.AbstractPictureElement
Gets the property 'width scaling factor'.
getWidthScalingFactor() - Method in interface com.inet.report.PictureProperties
Gets the property 'width scaling factor'.
getWrapEnabled() - Method in class com.inet.report.CrossTabOptions
Returns the behavior of small crosstabs if they do not fit the page.
getWriteCertificateDate() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the date of signing must be written in certificate details.
getWriteCertificateDate() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the date of signing must be written in certificate details.
getWriteCertificateDistinguishedName() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the subject distinguished name must be written in certificate details.
getWriteCertificateDistinguishedName() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the subject distinguished name must be written in certificate details.
getWriteCertificateLabels() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the labels of signature items must be written in certificate details.
getWriteCertificateLabels() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the labels of signature items must be written in certificate details.
getWriteCertificateLocation() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the subject location must be written in certificate details.
getWriteCertificateLocation() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the subject location must be written in certificate details.
getWriteCertificateReason() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the reason of signing must be written in certificate details.
getWriteCertificateReason() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the reason of signing must be written in certificate details.
getWriteCertificateSubjectName() - Method in class com.inet.report.SignatureForm
Returns the flag indicating whether the subject common name must be written in certificate details.
getWriteCertificateSubjectName() - Method in interface com.inet.report.SignatureProperties
Returns the flag indicating whether the subject common name must be written in certificate details.
getX() - Method in class com.inet.report.CrossTabBodyCell
The X position of this cell in the parent section in the design view.
getX() - Method in class com.inet.report.CrossTabDescriptionSection
Returns the x position of the left upper corner of the element in the report.
getX() - Method in class com.inet.report.CrossTabHeader
Position of this header, is used from designer.
getX() - Method in interface com.inet.report.LineProperties
Gets the x position of the left upper corner of the element in the report.
getX() - Method in class com.inet.report.ReportComponent
Returns the x position of the left upper corner of the element in the report.
getX2() - Method in class com.inet.report.AbstractLineElement
Returns the x position of the element in the end section, if the element does not end in the same section as it begins.
getX2() - Method in interface com.inet.report.LineProperties
Gets the x position of the element in the end section, if the element does not end in the same section as it begins.
getXField() - Method in interface com.inet.report.chart.dataset.XYDataset
Returns the data field which provides the x coordinates of the item label.
getXField() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the data field which provides the x coordinates of the item label.
getXMLMajorVersion() - Method in class com.inet.report.ReportProperties
Returns the major version of the report XML of the template underlying this report.
getXMLMinorVersion() - Method in class com.inet.report.ReportProperties
Returns the minor version of the report XML of the template underlying this report.
getY() - Method in class com.inet.report.CrossTabBodyCell
The Y position of this cell in the parent section in the design view.
getY() - Method in class com.inet.report.CrossTabDescriptionSection
Returns the y position of the left upper corner of the element in the report.
getY() - Method in class com.inet.report.CrossTabHeader
Position of this header, is used from designer.
getY() - Method in interface com.inet.report.LineProperties
Gets the y position of the left upper corner of the element in the report.
getY() - Method in class com.inet.report.ReportComponent
Returns the y position of the left upper corner of the element in the report.
getY2() - Method in class com.inet.report.AbstractLineElement
Returns the x position of the element in the end section, if the element does not end in the same section as it begins.
getY2() - Method in interface com.inet.report.LineProperties
Gets the x position of the element in the end section, if the element does not end in the same section as it begins.
getYearType() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'year type'.
getYearType() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'year type'.
getYearTypeFormula() - Method in class com.inet.report.AbstractValueElement
Returns the formula for the property 'year type'.
getYearTypeFormula() - Method in interface com.inet.report.ValueProperties
Returns the formula for the property 'year type'.
getYField() - Method in interface com.inet.report.chart.dataset.XYDataset
Returns the data field which provides the y coordinates of the item label.
getYField() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Returns the data field which provides the y coordinates of the item label.
getZeroValueString() - Method in class com.inet.report.AbstractValueElement
Returns the value of the property 'zero value string'.
getZeroValueString() - Method in interface com.inet.report.ValueProperties
Returns the value of the property 'zero value string'.
getZoomFactor() - Method in interface com.inet.viewer.ReportView
Returns the currently set zoom factor of this ReportView - this is not a percentage value, that is, 1.0 is 1x, 2.0 is 2x view, 0.25 is 1/4 view, etc.
getZoomFactor() - Method in class com.inet.viewer.SwingReportView
Returns the currently set zoom factor of this ReportView - this is not a percentage value, that is, 1.0 is 1x, 2.0 is 2x view, 0.25 is 1/4 view, etc.
GLYPH_DEFAULT - Static variable in interface com.inet.report.TextProperties
This is the default glyph orientation, that is, the glyphs are to point towards the source of the block progression.
GLYPH_DOWN - Static variable in interface com.inet.report.TextProperties
The glyphs are to always point downwards, regardless of text or block progression.
GLYPH_LEFT - Static variable in interface com.inet.report.TextProperties
The glyphs are to always point to the left, regardless of text or block progression.
GLYPH_RIGHT - Static variable in interface com.inet.report.TextProperties
The glyphs are to always point to the right, regardless of text or block progression.
GLYPH_UP - Static variable in interface com.inet.report.TextProperties
The glyphs are to always point upwards, regardless of text or block progression.
goToLastPage() - Method in interface com.inet.viewer.ReportView
Navigates directly to the last page in the report - if the current page is already the last page of the report, or if the total page count is not known as of yet (that is, the report is still being rendered), this method does nothing.
goToLastPage() - Method in class com.inet.viewer.SwingReportView
Navigates directly to the last page in the report - if the current page is already the last page of the report, or if the total page count is not known as of yet (that is, the report is still being rendered), this method does nothing.
goToPage(int) - Method in interface com.inet.viewer.ReportView
Causes the page indicated by the parameter pageNum to be displayed in this ReportView.
goToPage(int) - Method in class com.inet.viewer.SwingReportView
Causes the page indicated by the parameter pageNum to be displayed in this ReportView.
GradientHorizontal - com.inet.report.chart.plot.AbstractPlot.GradientSetting
 
GradientVertical - com.inet.report.chart.plot.AbstractPlot.GradientSetting
 
GREGORIAN_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: gregorian.
GREGORIAN_US_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: US-gregorian.
Group - Class in com.inet.report
This class represents a grouping and disposes references to group header- and group footer areas.
GROUP_FOOTER - Static variable in class com.inet.report.Region
Identifier for group footer area or section.
GROUP_HEADER - Static variable in class com.inet.report.Region
Identifier for group header area or section.
GROUP_NAME_FIELD - Static variable in class com.inet.report.Field
Field is a group name field.
GROUP_NUMBER - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Group Number".
GROUP_SELECTION_FORMULA - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Group Selection Formula".
GROUP_SORT_ALL - Static variable in class com.inet.report.BySummaryOrder
Display all elements sorted ascending or descending
GROUP_SORT_BOTTOM_N - Static variable in class com.inet.report.BySummaryOrder
Display only first n elements in ascending sort order
GROUP_SORT_BOTTOM_N_PERCENTAGE - Static variable in class com.inet.report.BySummaryOrder
Display only first n-procent elements in ascending sort order
GROUP_SORT_TOP_N - Static variable in class com.inet.report.BySummaryOrder
Display only first n elements in descending sort order
GROUP_SORT_TOP_N_PERCENTAGE - Static variable in class com.inet.report.BySummaryOrder
Display only first n-procent elements in descending sort order
GROUP_TYPE_CHART - Static variable in class com.inet.report.Group
FOR INTERNAL USE ONLY
GROUP_TYPE_CROSS_TAB - Static variable in class com.inet.report.Group
FOR INTERNAL USE ONLY
GROUP_TYPE_REPORT - Static variable in class com.inet.report.Group
FOR INTERNAL USE ONLY
Group.AttributeTag - Enum in com.inet.report
FOR INTERNAL USE ONLY
GroupAxis - Class in com.inet.report.chart.axis
The axis which displays the category and series group values.
GroupAxis() - Constructor for class com.inet.report.chart.axis.GroupAxis
Creates a discrete GroupAxis, sets the default properties.
GroupBySummary - com.inet.report.Group.AttributeTag
 
GroupField - Class in com.inet.report
The GroupField represents a group name field, which is automatically created with the creation of a Group object.
GroupNumber - com.inet.report.SpecialField.SpecialFieldNames
 
GroupNumber - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
GroupNumberType - com.inet.report.Field.FieldAttributeTag
 
GroupSelection - com.inet.report.SpecialField.SpecialFieldNames
 
Guest - com.inet.usersandgroups.api.user.UserAccountType
 
GUEST_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
The login source for the guest login.

H

HAND_TOOL - Static variable in class com.inet.viewer.ActionPool
Switches to the hand tool mode, to navigate through the pages.
hasAdditionalConfigurationAction() - Method in interface com.inet.authentication.AuthenticationProvider
Returns true, if the provider has an additional configuration page when adding the provider to the list of available login provider.
HasCascadingParent - Interface in com.inet.report
Add support to a DynamicValueProvider for dynamic parents
hasColumnLabel() - Method in class com.inet.report.DatabaseField
Returns whether a column label was set or not.
hasExpiredDate() - Method in class com.inet.report.config.LicenseKeyInfo
Check if there is an expires date.
hasGroupTree() - Method in interface com.inet.viewer.ReportView
Returns whether or not this report view is set to show a group tree.
hasGroupTree() - Method in interface com.inet.viewer.ReportViewer
Returns whether the global "hasGroupTree" setting is on or off (by default it is on).
hasGroupTree() - Method in class com.inet.viewer.SwingReportView
Returns whether or not this report view is set to show a group tree.
hasGroupTree() - Method in class com.inet.viewer.SwingReportViewer
Returns whether the global "hasGroupTree" setting is on or off (by default it is on).
hashCode() - Method in class com.inet.authentication.AuthenticationDescription
hashCode() - Method in class com.inet.report.cache.ReportCacheKey
Summary of report-hashcode and parameter-hashcode.
hashCode() - Method in class com.inet.report.chart.axis.AxisPosition
hashCode() - Method in class com.inet.report.chart.format.Abbreviation
hashCode() - Method in class com.inet.report.chart.LegendPlacement
hashCode() - Method in class com.inet.report.chart.plot.ChartStyle
hashCode() - Method in class com.inet.report.chart.plot.DrawOutOfScale
hashCode() - Method in class com.inet.report.chart.plot.ItemShape
hashCode() - Method in class com.inet.report.chart.plot.PieLegendLayout
hashCode() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
hashCode() - Method in class com.inet.report.CrossTabGridLineFormat
hashCode() - Method in class com.inet.report.DefaultValue
hashCode() - Method in class com.inet.viewer.PromptData
hashCode() - Method in class com.inet.viewer.RangePromptValue
hasState(Validity.States...) - Method in class com.inet.report.Validity
Checks whether this Validity instance has one of the given states
hasStatusBar() - Method in interface com.inet.viewer.ReportViewer
Returns whether the global setting of "hasStatusBar" is on or off (by default it is on).
hasStatusBar() - Method in class com.inet.viewer.SwingReportViewer
Returns whether the global setting of "hasStatusBar" is on or off (by default it is on).
hasValidConnection() - Method in class com.inet.report.Datasource
Checks to see if a connection has been set and whether this connection is valid for this data source.
HierarchicalGrouping - com.inet.report.Group.AttributeTag
 
HIJRI_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: hijri.
HoldMinimalPagefooterFree - com.inet.report.Area.AttributeTag
 
HORIZONTAL_PAGE_NUMBER - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Horizontal Page Number".
HorizontalAlign - com.inet.report.Element.CommonProperties
 
HorizontalPageNumber - com.inet.report.SpecialField.SpecialFieldNames
 
HourMinuteSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
HourType - com.inet.report.AbstractValueElement.DateTimeProps
 
HTML_TEXT - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
HTMLViewer - Interface in com.inet.report.renderer.html.viewer
Interface to the HTMLViewer implementation
HTMLVIEWER_SCRIPTS - Static variable in interface com.inet.report.renderer.html.viewer.HTMLViewer
Key to register additional HTML Viewer scripts using HTMLViewerScriptResource at.
HTMLViewerScriptResource - Class in com.inet.report.renderer.html.viewer
Can create a fileDescription about a javascript file that can be included into the HTML Viewer Scripts Section.
HyperlinkProperties - Interface in com.inet.report
Interface for elements that supports links to external documents.

I

Id - com.inet.report.AbstractLineElement.LineProperties
 
IMAGE_SELECT - Static variable in class com.inet.viewer.ActionPool
Switches to the image select mode, to select report images.
ImageKey - com.inet.report.AbstractPictureElement.PictureProps
 
ImageLocation - com.inet.report.AbstractPictureElement.PictureProps
 
importDataSourceConfigurations(int, File) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Imports one or more data source configurations from an XML file.
importDataSourceConfigurations(int, File, boolean) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Imports one or more data source configurations from an XML file.
importDataSourceConfigurations(int, InputStream) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Imports one or more data source configurations from an XML file.
importDataSourceConfigurations(int, InputStream, boolean) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Imports one or more data source configurations from an XML file.
importFromStream(int, String, InputStream) - Method in class com.inet.config.ConfigurationManager
Imports all of the preferences represented by the properties stored in the stream.
INDENT_DEFAULT - Static variable in interface com.inet.report.ParagraphProperties
Default value for all indents, meaning there is no indent.
Indentation - com.inet.report.Group.AttributeTag
 
indexOf() - Method in class com.inet.report.Area
Returns the current index of this area in the engine.
indexOf() - Method in class com.inet.report.CrossTabDescriptionSection
Returns the position of this object in the parent collection.
indexOf() - Method in class com.inet.report.Element
Returns the current index of this element in section (z-order).
indexOf() - Method in class com.inet.report.Field
Returns the index of the field in the fields set.
indexOf() - Method in class com.inet.report.FieldPart
Returns the index of this field part in the paragraph it is located in.
indexOf() - Method in class com.inet.report.Group
Returns the position of this group in report group set.
indexOf() - Method in class com.inet.report.Paragraph
Returns the index of this Paragraph inside the parent Text element.
indexOf() - Method in class com.inet.report.ReportComponent
Returns the position of this object in the parent collection.
indexOf() - Method in class com.inet.report.Section
Returns the current index of this Section in this Area.
indexOf() - Method in class com.inet.report.SubreportLink
Returns the index of this subreport link in the list of subreport links of the subreport.
indexOf() - Method in class com.inet.report.TextPart
Returns The current index of this text part in its paragraph.
INFO - com.inet.problemfinder.ProblemFinderWarning.Type
The object needs notice, for example it makes no sense or is unnecessary
INFO - Static variable in class com.inet.viewer.ActionPool
Opens the print dialog.
init(ServerPluginDescription) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Initialize the ServerPluginManager and start the live cycle of the plugins.
init(ServerPluginManager) - Method in interface com.inet.plugin.ServerPlugin
Initializes the server part of the current plugin.
init(RenderData) - Method in interface com.inet.viewer.NavigationTab
Initializes this navigation tab with the RenderData object needed for the report information
init(String) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Initialize the ServerPluginManager and start the live cycle of the plugins.
init(ServletConfig) - Method in class com.inet.report.ReportServletJSP
Initialize the servlet and logs the initialization.
INIT - com.inet.plugin.ServerPluginManager.ServerPluginManagerState
initialize the plugins
initPrintRequestAttributes() - Method in class com.inet.viewer.PrinterJobProgress
Initialize missing print attributes from the render data.
initTransient() - Method in class com.inet.report.Database
Init transient variables after serialize.
insertFieldPart(int, Field) - Method in class com.inet.report.Paragraph
Inserts a FieldPart element into this Paragraph.
insertParagraph(int) - Method in class com.inet.report.Text
Creates a new Paragraph instance which is located at a specific position within the text.
insertTextPart(int, String) - Method in class com.inet.report.Paragraph
Inserts a text element into this Paragraph.
INSET_BOTTOM - Static variable in class com.inet.report.SignatureForm
Minimal distance from bottom boundary to text (inset)
INSET_LEFT - Static variable in class com.inet.report.SignatureForm
Distance from left boundary to text (inset)
INSET_RIGHT - Static variable in class com.inet.report.SignatureForm
Minimal distance from right boundary to text (inset)
INSET_TOP - Static variable in class com.inet.report.SignatureForm
Distance from top boundary to text (inset)
INTERACTIVE_SORTING - Static variable in class com.inet.report.Element
Element is an instance of InteractiveSorting
InteractiveSorting - com.inet.report.Element.ElementTypes
 
IntervalMarker - Class in com.inet.report.chart.axis
Class to create interval markers in a chart plot.
IntervalMarker() - Constructor for class com.inet.report.chart.axis.IntervalMarker
Creates a marker area with two values: the first (start value) and the second (end value).
IS_SERVLET_API - Static variable in class com.inet.plugin.ServerPluginManager
signals if the servlet API is available
IS_TECHNICAL_BUILD - Static variable in class com.inet.viewer.SwingReportViewer
FOR INTERNAL USE ONLY
isAcrossThenDown() - Method in class com.inet.report.ReportProperties
Returns the printing direction of a multi-column report.
isAddElementAllowed(int) - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to add a element to a report with the i-net Designer.
isAddElementAllowed(int) - Method in interface com.inet.designer.DesignerDataModel
Check if it is allowed to add a element with the given type to the report.
isAddGroupAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to add new groups to any report.
isAddGroupAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if groups may be added to the Report.
isAddSectionAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to add a new section to a report with the i-net Designer.
isAddSectionAllowed() - Method in interface com.inet.designer.DesignerDataModel
Check if adding sections to the report is allowed.
isAllowFieldClipping() - Method in class com.inet.report.AbstractValueElement
Returns true if allow field clipping is enabled, else false is returned.
isAllowFieldClipping() - Method in interface com.inet.report.ValueProperties
Returns true if allow field clipping is enabled, else false is returned.
isAtBottomOfPage() - Method in class com.inet.report.Region
Gets the 'print at bottom of page' property.
isAutoFitTickLabel() - Method in class com.inet.report.chart.axis.GroupAxis
Returns whether or not the axis tick labels are automatically adjusted to fit the axis space.
isAutomaticScale() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns whether or not the axis range is automatically adjusted to fit the data values.
isAutomaticScale() - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns whether or not the axis range is automatically adjusted to fit the data values.
isAutoRange() - Method in class com.inet.report.chart.axis.DateRange
Returns whether or not the range will be defined automatically, i.e. at run-time, and depending on the values in the chart.
isAutoRange() - Method in class com.inet.report.chart.axis.NumberRange
Returns whether or not the range will be defined automatically instead of using the manually set values.
isBold() - Method in class com.inet.report.AbstractFontElement
Returns whether the text in this element is bold or not.
isBold() - Method in interface com.inet.report.FontProperties
Returns whether the text in this element is bold or not.
isButtonsVisible(int) - Method in class com.inet.viewer.SwingToolBar
Return true if the button or button group is visible otherwise false.
isButtonsVisible(int) - Method in interface com.inet.viewer.ToolBar
Return true if the button or button group is visible otherwise false.
isCanceled() - Method in class com.inet.viewer.Progress
Returns whether this progress has been canceled - progresses which can be canceled should overload this method.
isCanGrow() - Method in class com.inet.report.Element
Returns the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
isCanGrow() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
isCanGrow() - Method in interface com.inet.report.PictureProperties
Returns the value of the property 'can grow'.
isCanShrink() - Method in class com.inet.report.AbstractPictureElement
Returns the value of the property 'can shrink'.
isCanShrink() - Method in interface com.inet.report.PictureProperties
Returns the value of the property 'can shrink'.
isCCFormat() - Method in class com.inet.report.ReportProperties
Returns true if the report comes from i-net Clear Reports file format, else false.
isClipboardEnabled() - Method in class com.inet.report.ReportProperties
Returns whether the clipboard is enabled for the Java Viewer, that is, whether it is possible to copy text from the Viewer to the clipboard.
isCloseAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to close reports opened with the i-net Designer.
isCloseAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if reports may be closed.
isCloseBorderOnPageBreak() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'close border on page break'.
isCloseBorderOnPageBreak() - Method in class com.inet.report.Box
Returns the value of the property 'close border on page break'.
isCloseBorderOnPageBreak() - Method in interface com.inet.report.BoxProperties
Returns the value of the property 'close border on page break'.
isCloseBorderOnPageBreak() - Method in class com.inet.report.Element
Returns the value of the property 'close border on page break'.
isCloseBorderOnPageBreakInternal() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
isColorBySeries() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns whether the chart items are colored by series or by groups.
isConvertNullValuesToDefault() - Method in class com.inet.report.ReportProperties
If convertNullValuesToDefault is set to true the report will convert null values from the database to a 0 (for numeric fields) or a blank (for non-numeric fields).
isCreateUserAccountSupported() - Method in class com.inet.authentication.LoginProcessor
If the creation of new login user supported.
isCreationBlocked() - Method in class com.inet.authentication.LoginProcessor
If the user exists in the login processor but not in the local user manager and creation is not supported.
isCurrentConfiguration() - Method in class com.inet.config.ConfigurationChangeEvent
Returns true if the configuration was the "current" configuration at the time this event was created, false otherwise.
isCursor(int) - Method in class com.inet.report.Database
FOR INTERNAL USE ONLY test if the given sql type is a cursor type
isDatabaseChangeAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Check if the database configuration may be changed.
isDatabaseChangeAllowed() - Method in interface com.inet.designer.DesignerDataModel
Check if the database configuration may be changed.
isDatabaseObjectVisible(int, String) - Method in class com.inet.designer.AbstractDesignerDataModel
Checks if the given database object should be visible in the database browser.
isDatabaseObjectVisible(int, String) - Method in interface com.inet.designer.DesignerDataModel
Checks if the given database object should be visible in the database browser.
isDataSourceManagerAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Returns whether the datasource manager dialog is accessible or not.
isDataSourceManagerAllowed() - Method in interface com.inet.designer.DesignerDataModel
Returns whether the datasource manager dialog is accessible or not.
isDescriptionOnly() - Method in class com.inet.report.PromptField
Returns whether or not only the descriptions of the default values are to be shown when this field is prompted for.
isDesignNeedsConnection() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if the with the i-net Designer opened reports need a database connection.
isDesignNeedsConnection() - Method in interface com.inet.designer.DesignerDataModel
Returns whether the design of reports needs a connection.
isDiscrete() - Method in class com.inet.viewer.PromptData
Returns whether or not this prompt allows discrete values.
isDistinct() - Method in class com.inet.report.ReportProperties
Returns the value of the property 'distinct'.
isDOMParser() - Method in class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.CrossTabBodyCell
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.CrossTabHeader
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in interface com.inet.report.parser.NodeParser
Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.ReportProperties
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.SQLValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY Internal method for reading report XML
isDOMParser() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY Internal method for reading report XML
isDrawItemLabelOutline() - Method in class com.inet.report.chart.plot.PiePlot
Returns whether or not to draw the item label outline.
isDrawOutline() - Method in class com.inet.report.chart.Legend
Returns whether or not to draw the outline of legend.
isDrawOutline() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns whether or not to draw the outline.
isDrilldownEnabled() - Method in interface com.inet.viewer.ReportView
Returns whether this report view should allow drill downs on its groups if it has any.
isDrilldownEnabled() - Method in class com.inet.viewer.SwingReportView
Returns whether this report view should allow drill downs on its groups if it has any.
isDrillDownEngine() - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Returns this engine is in drill down mode.
isDropShadow() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'drop shadow'.
isDropShadow() - Method in interface com.inet.report.BoxProperties
Gets the value of the property 'drop shadow'.
isDropShadow() - Method in class com.inet.report.Element
Returns the value of the property 'drop shadow'.
isDropShadow() - Method in class com.inet.report.Line
Lines do not support drop shadows.
isEditable() - Method in class com.inet.report.PromptField
Returns whether or not values are allowed to be entered other than the default values themselves.
isEmpty() - Method in interface com.inet.config.Configuration
Returns whether this configuration has any properties set
isEmpty() - Method in class com.inet.report.FormulaField
Checks the syntax of the formula and returns true if the formula (body without layout) is empty.
isEmpty(String, boolean, Engine) - Static method in class com.inet.report.FormulaField
Checks the syntax of the formula and returns true if the formula (body without layout) is empty.
isEmpty(String, boolean, Engine, Field, Object) - Static method in class com.inet.report.FormulaField
Checks the syntax of the formula and returns true if the formula (body without layout) is empty.
isEqualToDefault(ChartTitle) - Method in class com.inet.report.chart.ChartTitle
Returns true if this title is equal to default.
isErrored() - Method in class com.inet.viewer.Progress
Returns whether this progress has been stopped due to an error - progresses which can be stopped due to an error should overload this method.
isEscapeEverything() - Method in class com.inet.report.Database
Returns the value of the flag escapeEverything.
isExportEnabled() - Method in class com.inet.report.ReportProperties
Returns the flag ExportEnabled for this report.
isExportEnabled() - Method in interface com.inet.viewer.ReportView
Returns if at least one export format is enabled for this ReportView.
isExportEnabled() - Method in class com.inet.viewer.SwingReportView
Returns if at least one export format is enabled for this ReportView.
isExtendToBottomOfSectionWhenPrinting() - Method in class com.inet.report.AbstractLineElement
Gets the value of the property 'extend to bottom of section when printing'.
isExtendToBottomOfSectionWhenPrinting() - Method in interface com.inet.report.LineProperties
Gets the value of the property 'extend to bottom of section when printing'.
isFailedReport(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Returns whether the report was rendered without errors.
isFinish() - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY
isFinished() - Method in class com.inet.viewer.Progress
Return true if the progress has stopped its task.
isFinished(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Checks whether the rendering process is finished.
After rendering process is finished, all pages of the report are available.
isFinishWrittenToStore(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Deprecated.
As of i-net Clear Reports 16.1
isFirstValueFormulaDate() - Method in class com.inet.report.chart.axis.IntervalMarker
Get whether the firstValueFormula returns Date
isForceUseGET() - Method in class com.inet.viewer.URLRenderData
Returns whether or not GET requests are set as forced.
isFormatGroupsWithMultipleColumn() - Method in class com.inet.report.ReportProperties
Should be group header/footer be treated as an ordinary label in a multi-column report?
isFormatWithMultipleColumns() - Method in class com.inet.report.ReportProperties
Test if the detail section of the report should be formatted in multiple columns of variable or fixed (labels) length.
isFormPrint() - Method in class com.inet.report.ReportProperties
Returns the flag FormPrint for this report.
isGridlinesVisible() - Method in class com.inet.report.chart.axis.BaseAxis
Returns whether or not the axis grid lines are visible.
isGroup() - Method in class com.inet.report.Group
Returns true if this group is a GroupAreaPair and false if this group is a Detail-, Page- or ReportAreaPair.
isGroupTreeVisible() - Method in class com.inet.report.ReportProperties
Returns the flag GroupTreeVisible for this report.
isHeader() - Method in class com.inet.report.Region
Return whether this Area is a header area or not.
isHelpCenterMode() - Static method in class com.inet.config.ConfigurationManager
If the application run in help center mode.
isHidePageFooterInsideReportHeader() - Method in class com.inet.report.ReportProperties
Returns the value of the flag "Hide PageFooter inside ReportHeader".
isHighLimitIncluded() - Method in class com.inet.report.FormulaRange
Returns whether or not the high limit of this range is inclusive or exclusive.
isIgnoreFiltering() - Method in class com.inet.report.ReportProperties
Deprecated.
As of i-net Clear Reports 15, instead remove the record selection from the report with Report.setRecordSelectionFormula(FormulaField)
isIgnoreSorting() - Method in class com.inet.report.ReportProperties
Deprecated.
As of i-net Clear Reports 15, instead remove sort fields from the report with Fields.removeSortField(int)
isIgnoreZeroValues() - Method in class com.inet.report.chart.plot.PiePlot
Returns the flag that controls whether or not the null and zero values will be ignored.
isIncludeHigh() - Method in class com.inet.viewer.RangePromptValue
Returns whether the upper limit is included in the range
isIncludeLow() - Method in class com.inet.viewer.RangePromptValue
Returns whether the lower limit is included in the range
isInCrossTab() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
isIndeterminate() - Method in class com.inet.viewer.Progress
Returns whether this progress is indeterminate, that is, only a "busy" or "not busy" progress.
isInetTemplatesEnabled() - Method in class com.inet.designer.AbstractDesignerDataModel
Returns true if the templates supplied through i-net will be enabled or not.
isInetTemplatesEnabled() - Method in interface com.inet.designer.DesignerDataModel
Returns true if the templates supplied through i-net will be enabled or not.
ISINIT - Static variable in class com.inet.config.ConfigurationManager
 
isInitFinish() - Method in class com.inet.plugin.ServerPluginManager
If the init phase is complete.
isInternalField() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY Returns whether this is an internal (not editable) summary field
isInvalidSPSelectable() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if a invalid connection is selectable in the virtual database dialog.
isInvalidSPSelectable() - Method in interface com.inet.designer.DesignerDataModel
Returns whether stored procedures marked as invalid should be selectable in the visual database wizard or not.
isInverseOrder() - Method in class com.inet.report.chart.axis.BaseAxis
Returns the orientation of the values on the axis.
isItalic() - Method in class com.inet.report.AbstractFontElement
Returns whether the text in this element is italic or not.
isItalic() - Method in interface com.inet.report.FontProperties
Returns whether the text in this element is italic or not.
isKeepTogether() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'keep together'.
If this property is enabled, the element will not printed over more than one page.
isKeepTogether() - Method in class com.inet.report.ReportComponent
Returns the value of the property 'keep together'.
isKeyword(String) - Method in class com.inet.report.Database
Returns true when the specified identifier is a keyword of this database.
isLayoutDataSource() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns if this datasource is a source for creating ad hoc reporting layouts.
isLogarithmicScale() - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns whether or not this axis is to use a logarithmic scale.
isLowLimitIncluded() - Method in class com.inet.report.FormulaRange
Returns whether or not the low limit of this range is inclusive or exclusive.
isMarkerLine() - Method in class com.inet.report.chart.plot.LineStyle
Returns this line style has shapes on the lines.
isMasterPassword() - Method in class com.inet.authentication.RemoteLoginProcessor
Whether this is a master password check or not
isMultipleAllowed() - Method in class com.inet.viewer.PromptData
Returns whether or not this prompt allows multiple values
isMultipleDescriptionSupported() - Method in interface com.inet.authentication.AuthenticationProvider
Returns if the provider supports multiple AuthenticationDescription.
isMultiSectionElement() - Method in class com.inet.report.AbstractLineElement
Return true, if this element span over more than one section
isNeedPassword() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns false if the current driver does not need a password.
isNeedPrompts() - Method in exception com.inet.viewer.ViewerException
Whether this exception encapsulates a prompt request - in other words meaning the report can not be rendered until the prompts specified by getPrompts() are provided to the server
isNewPageAfter() - Method in class com.inet.report.Region
Returns the value of the property 'new page after'.
isNewPageBefore() - Method in class com.inet.report.Region
Returns the value of the property 'new page before'.
isNewUser() - Method in class com.inet.authentication.LoginProcessor
If the user was a new user in this browser session.
isOnDemand() - Method in class com.inet.report.Subreport
Returns true if on demand is enabled else false.
isOnDemand() - Method in interface com.inet.report.SubreportProperties
Returns true if on demand is enabled else false.
isOnlyDescription() - Method in class com.inet.viewer.PromptValue
If true only the description will be displayed in the report dialog.
isOpenAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Check if opening reports is allowed.
isOpenAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if it is allowed to open reports.
isOptimized() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
isOverlapping() - Method in class com.inet.report.chart.plot.ContinuousBarPlot
In a ContinuousBarChart, by default, the individual values of different series for each category value are drawn overlapping each other, so that small bars can be covered by larger bars.
isPageLimitExceeded() - Method in class com.inet.report.cache.store.CachedOutput
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in class com.inet.report.CacheRenderData
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in class com.inet.report.Engine
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in class com.inet.report.EngineRenderData
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in interface com.inet.report.output.DocumentOutput
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in class com.inet.report.output.DocumentOutputStream
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in interface com.inet.viewer.RenderData
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded() - Method in interface com.inet.viewer.ReportView
Returns whether this report view has more pages than the server page limit for a report allows for (causing the later pages to be truncated from the report).
isPageLimitExceeded() - Method in class com.inet.viewer.SwingReportView
Returns whether this report view has more pages than the server page limit for a report allows for (causing the later pages to be truncated from the report).
isPageLimitExceeded() - Method in class com.inet.viewer.URLRenderData
Check if the rendering of the report ran into a page limit.
isPageLimitExceeded(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Check if the rendering of the report ran into a page limit.
isPaintToImage() - Method in class com.inet.report.JavaBean
Returns whether the bean is set to "paint to an image", which makes sure that all Graphics2D methods are supported, however it also causes less graphical quality on higher zoom levels.
isParameterOfStoredProcedure() - Method in class com.inet.report.PromptField
Returns whether this prompt field works as an input parameter for a stored procedure.
isPasswordField() - Method in class com.inet.report.PromptField
Returns whether or not this prompt field is to be treated as a password field, that is, showing asterisks (*) for entered characters, hiding the entered value from view.
isPercentArea() - Method in class com.inet.report.chart.plot.AreaStyle
Returns this is a 2D or 3D percent area style.
isPercentBar() - Method in class com.inet.report.chart.plot.BarStyle
Returns this is a percent 2D or 3D style.
isPercentLine() - Method in class com.inet.report.chart.plot.LineStyle
Returns this is a percent style with or without marker.
isPluginLoaded(String) - Method in class com.inet.plugin.ServerPluginManager
Check if a plugin was loaded and can used in other plugins for access to API of optional dependencies.
isPlus() - Method in class com.inet.report.config.LicenseKeyInfo
Returns whether or not the license is an i-net Clear Reports Plus license.
isPreviewTabVisible() - Method in class com.inet.designer.AbstractDesignerDataModel
Checks if the preview tab should be visible or not.
isPreviewTabVisible() - Method in interface com.inet.designer.DesignerDataModel
Checks if the preview tab should be visible or not.
isPrintingEnabled() - Method in class com.inet.report.ReportProperties
Returns if printing is enabled for this report.
isPromptOnRefresh() - Method in class com.inet.report.CacheRenderData
Returns the property "promptOnRefresh", that is, whether prompts are to be shown whenever new data is fetched from the server.
isPromptOnRefresh() - Method in class com.inet.report.EngineRenderData
Returns the property "promptOnRefresh", that is, whether prompts are to be shown whenever new data is fetched from the server.
isPromptOnRefresh() - Method in interface com.inet.viewer.RenderData
Returns the property "promptOnRefresh", that is, whether prompts are to be shown whenever new data is fetched from the server.
isPromptOnRefresh() - Method in class com.inet.viewer.URLRenderData
Returns the property "promptOnRefresh", that is, whether prompts are to be shown whenever new data is fetched from the server.
isRange() - Method in class com.inet.viewer.PromptData
Returns whether or not this prompt allows range values.
isReadable(int) - Static method in class com.inet.config.ConfigurationManager
Checks if the scope is readable by the current user.
isReadable(int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Check if the scope is readable.
isRecoveryMode() - Static method in class com.inet.config.ConfigurationManager
If the application run in recovery mode.
isRefresh - Variable in class com.inet.report.EngineRenderData
FOR INTERNAL USE ONLY
isRemoveElementAllowed(int) - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to remove a element from a report with the i-net Designer.
isRemoveElementAllowed(int) - Method in interface com.inet.designer.DesignerDataModel
Check if it is allowed to remove a element with the given type from the report.
isRemoveGroupAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to remove a group from the report opened with the i-net Designer.
isRemoveGroupAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if groups may be removed.
isRemoveSectionAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to remove section from a report with the i-net Designer.
isRemoveSectionAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if removing sections from the report is allowed.
isReopenAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
This method checks if its allowed to reopen a report with the i-net Designer.
isReopenAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if it is allowed to use the reopen menu.
isReportSuppressed() - Method in interface com.inet.viewer.ReportView
Returns whether this report was suppressed because it has no rows.
isReportSuppressed() - Method in class com.inet.viewer.SwingReportView
Returns whether this report was suppressed because it has no rows.
isReportWizardEnabled() - Method in class com.inet.designer.AbstractDesignerDataModel
Returns true if a new report shall be created using the ReportWizard.
isReportWizardEnabled() - Method in class com.inet.designer.BasicDesignerDataModel
Returns true if a new report shall be created using the ReportWizard.
isReportWizardEnabled() - Method in interface com.inet.designer.DesignerDataModel
Returns true if a new report shall be created using the ReportWizard.
isResetPageNumber() - Method in class com.inet.report.Region
Gets the 'reset page number' property.
isReverseSignForDisplay() - Method in class com.inet.report.AbstractValueElement
Checks the property 'use reverse sign for display'
isReverseSignForDisplay() - Method in interface com.inet.report.ValueProperties
Checks the property 'use reverse sign for display'
isRotateLabels() - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Returns whether the axis labels are to be rotated by 90 degrees from the axis direction.
isRotateLabels() - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Returns whether the axis labels are to be rotated 90 degrees.
isRow() - Method in class com.inet.report.CrossTabHeader
If this header is currently a row header or a column header.
isRow() - Method in class com.inet.report.CrossTabHeaderList
The type of the headers.
isSameAccount(String, char[], LoginSettings) - Method in class com.inet.authentication.LoginProcessor
Check if the given LoginSettings match this LoginProcessor settings.
isSameColorsForSameGroups() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns whether identical groups will have the same color.
isSaveAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Check if save is allowed.
isSaveAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if it is allowed to save reports.
isSaveAsAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Check if save as is allowed.
isSaveAsAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if is allowed to save reports with a new name.
isSaveDatasource() - Method in class com.inet.report.ReportProperties
Returns true if the used datasource configurations should save in the report file.
isSavePassword() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns if the password should be saved.
isSavePassword() - Method in class com.inet.report.DatabaseTables
Returns if the password should be saved.
isSecondValueFormulaDate() - Method in class com.inet.report.chart.axis.IntervalMarker
Get whether the secondValueFormula returns Date
isShowAutoTitle() - Method in class com.inet.report.chart.ChartTitle
Returns whether or not this title is to be an automatically generated label.
isShowCumulativeValues() - Method in class com.inet.report.chart.plot.StandardPlot
Returns the flag that controls whether or not the item label labels shows cumulative or absolute values.
isShowLabel() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns whether or not to show labels in the plot.
isShowSuppressedGroupTreeNodes() - Method in class com.inet.report.ReportProperties
Returns the flag that controls the group tree nodes of suppressed group areas will be shown.
isShowTotal() - Method in class com.inet.report.chart.plot.BarPlot
Returns the flag that controls whether or not the totals will be showed for each bar.
isShowValue() - Method in class com.inet.report.chart.plot.AbstractPlot
Returns whether or not to show the values in the plot.
isSimpleBar() - Method in class com.inet.report.chart.plot.BarStyle
Returns this is a simple 2D or 3D style.
isSimpleBar() - Method in class com.inet.report.chart.plot.ContinuousBarStyle
Returns this is a simple 2D style for number and date bar charts.
isSimpleLine() - Method in class com.inet.report.chart.plot.LineStyle
Returns this is a simple style with or without marker.
isSite() - Method in class com.inet.report.config.LicenseKeyInfo
Returns whether the license is a Site license or not.
isStackedArea() - Method in class com.inet.report.chart.plot.AreaStyle
Returns this is a 2D or 3D stacked area style.
isStackedBar() - Method in class com.inet.report.chart.plot.BarStyle
Returns this is a stacked 2D or 3D style.
isStackedBar() - Method in class com.inet.report.chart.plot.ContinuousBarStyle
Returns this is a stacked 2D bar style for number and date bar charts.
isStackedLine() - Method in class com.inet.report.chart.plot.LineStyle
Returns this is a stacked style with or without marker.
isStrikeout() - Method in class com.inet.report.AbstractFontElement
Returns whether the text in this element is struck through or not.
isStrikeout() - Method in interface com.inet.report.FontProperties
Returns whether the text in this element is struck through or not.
isSubEngine() - Method in class com.inet.report.Engine
Returns whether this engine is an engine of a subreport (true) or not (false).
isSubreportLink() - Method in class com.inet.report.PromptField
Returns whether this prompt is in a subreport and links to the main report.
isSuppress() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'suppress'.
Set this property if you do not want the section to print, but you do not want to keep the section content available for drill down.
isSuppress() - Method in interface com.inet.report.LineProperties
Returns the value of the property 'suppress'.
isSuppress() - Method in class com.inet.report.ReportComponent
Returns the value of the property 'suppress'.
isSuppressIfBlank() - Method in class com.inet.report.Subreport
Returns true if "suppress if blank" is enabled else false.
isSuppressIfBlank() - Method in interface com.inet.report.SubreportProperties
Returns true if "suppress if blank" is enabled else false.
isSuppressIfDuplicated() - Method in class com.inet.report.Element
Returns the value of the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
isSuppressIfDuplicated() - Method in interface com.inet.report.GeneralProperties
Returns the value of the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
isSuppressIfNoRows() - Method in class com.inet.report.ReportProperties
If suppressIfNoRows is set to true the (sub)report will only be printed if rows are fetched from the database.
isSuppressOnDrillDown() - Method in class com.inet.report.Region
Returns the value of the property 'drillDown'.
isSurface() - Method in class com.inet.report.chart.plot.Chart3DStyle
Returns true, if this style is Surface style and false otherwise.
isTablesChangeAllowed() - Method in class com.inet.designer.AbstractDesignerDataModel
Check if tables may be added or removed and if the links may be changed.
isTablesChangeAllowed() - Method in interface com.inet.designer.DesignerDataModel
Checks if tables may be added or removed and if the links may be changed.
isTightHorizontal() - Method in interface com.inet.report.BorderProperties
Returns the value of the property 'tight horizontal'.
isTightHorizontal() - Method in class com.inet.report.Element
Returns the value of the property 'tight horizontal'.
isUnderline() - Method in class com.inet.report.AbstractFontElement
Returns whether the text in this element is underlined or not.
isUnderline() - Method in interface com.inet.report.FontProperties
Returns whether the text in this element is underlined or not.
isUsed() - Method in class com.inet.report.Datasource
Returns the tables or sql field of this data source are used in the report.
isUsed() - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
isUsed() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
isUsed() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
isUsed() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
isUsed() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
isUsed() - Method in class com.inet.report.TableSource
Returns the columns of this report are used in the report or this table is used in a join.
isUseEscapeEverything() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the value of the flag escapeEverything.
isUseOrderBy() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether an ORDER BY clause is allowed for the SQL statement.
If false is set, i-net Clear Reports creates a SQL statement without ORDER BY clause.
isUseOrderBy() - Method in class com.inet.report.Database
Indicates whether an ORDER BY clause is allowed for the sql statement.
This flag is relevant if tables and one Datasource is used only.
isUseParagraph() - Method in class com.inet.report.translation.Translations
Get the flag useParagraph.
isUseParenthesiseForJoin() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether parentheses are allowed in FROM clause of the SQL statement.
For example the SAPDB does not support parentheses in JOIN syntax.
This flag is relevant if tables and one Datasource is used only.
isUseParenthesiseForJoin() - Method in class com.inet.report.Database
Indicates whether parentheses are allowed in FROM clause of the sql statement.
For example the SAPDB does not support parentheses in JOIN syntax.
This flag is relevant if tables and one Datasource is used only.
isUseQuoteLowerCase() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether table names and column names have to be quoted.
This property can be necessary for Oracle/PostgreSQL databases for example, if table/column where created with quotes and lower (Oracle) or upper (PostgreSQL) case characters.
isUseQuoteLowerCase() - Method in class com.inet.report.Database
Indicates whether table names and column names have to be quoted
For example, this property can be necessary for Oracle/PostgreSQL databases, if table/column where created with quotes and lower (Oracle) or upper (PostgreSQL) case characters.
isUseSQL92syntax() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether the SQL statement can contain the join condition in SQL92 syntax or not.
isUseSQL92syntax() - Method in class com.inet.report.Database
Indicates whether the SQL statement can contain the join condition in SQL92 syntax or not.
isUseThousandSeparator() - Method in class com.inet.report.chart.format.FixedNumberFormat
Returns the flag that controls the showing of thousands separator.
isUseWhereClause() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether the SQL statement can contain the WHERE clause or not.
If false is set, i-net Clear Reports creates a SQL statement without WHERE clause.
isUseWhereClause() - Method in class com.inet.report.Database
Indicates whether the SQL statement can contain the WHERE clause or not.
This flag is relevant if tables and one Datasource is used only.
isValid() - Method in class com.inet.report.config.LicenseKeyInfo
Returns whether the key is a valid license key or not.
isValidForRowBuffer() - Method in class com.inet.report.ReportProperties
Returns whether or not this report is suited for buffering of rows.
isValueFormulaDate() - Method in class com.inet.report.chart.axis.LineMarker
Get whether the valueFormulam returns Date
isValueSet() - Method in class com.inet.report.PromptField
Returns whether or not setPromtValue(Object) was called and a valid value for this prompt was set.
isVisible() - Method in interface com.inet.viewer.NavigationView
Returns whether this navigation view is set to be visible or not
isVisible() - Method in interface com.inet.viewer.StatusBar
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in class com.inet.viewer.SwingNavigationView
Returns whether this navigation view is set to be visible or not
isVisible() - Method in interface com.inet.viewer.ToolBar
Determines whether this component should be visible when its parent is visible.
isWebUserInRole(String) - Method in class com.inet.authentication.LoginProcessor
Returns true if the current user is member of the given role/group.
isWriteable(int) - Static method in class com.inet.config.ConfigurationManager
Checks if the scope is writeable by the current user.
isWriteable(int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Check if the scope is writable.
ITEM_LABEL_ALIGNMENT_AUTO - Static variable in class com.inet.report.chart.plot.BarPlot
A auto label alignment, is default.
ITEM_LABEL_ALIGNMENT_HORIZONTAL - Static variable in class com.inet.report.chart.plot.BarPlot
A horizontal label alignment.
ITEM_LABEL_ALIGNMENT_VERTICAL - Static variable in class com.inet.report.chart.plot.BarPlot
A vertical label alignment.
ITEM_LABEL_POSITION_BASE - Static variable in class com.inet.report.chart.plot.StandardPlot
The label position over the bottom of the item.
ITEM_LABEL_POSITION_CENTER - Static variable in class com.inet.report.chart.plot.StandardPlot
The label position in the center of the item.
ITEM_LABEL_POSITION_INSIDE_OF_MAX - Static variable in class com.inet.report.chart.plot.StandardPlot
The label position inside the max of the item.
ITEM_LABEL_POSITION_OUTSIDE_OF_MAX - Static variable in class com.inet.report.chart.plot.StandardPlot
The label position outside the max of the item.
ItemShape - Class in com.inet.report.chart.plot
This class defines the shapes which used in the chart.
ItemShape() - Constructor for class com.inet.report.chart.plot.ItemShape
Creates a item shape with default type and size.
ItemShape(int, double) - Constructor for class com.inet.report.chart.plot.ItemShape
Creates a item shape.

J

JAPANESE_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: japanese.
JavaBean - Class in com.inet.report
An instance of this class is an i-net Clear Reports Element that represents a Java Bean which can be rendered to a report.
JavaBean - com.inet.report.Element.ElementTypes
 
JAVABEAN - Static variable in class com.inet.report.Element
Element is an instance of JavaBean.
JavaBean.JavaBeanProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
JdbcData - Class in com.inet.report.database
Abstract implementation of DataFactory for JDBC data.
JdbcData() - Constructor for class com.inet.report.database.JdbcData
 
Join - Class in com.inet.report
A Join represents a connection between two tables.
JOINLINK_EQUALS - Static variable in class com.inet.report.DatabaseTables
Use this value to set an "=" link between two table columns.
JOINLINK_GREATER_EQUALS_THAN - Static variable in class com.inet.report.DatabaseTables
Use this value to set an ">=" link between two table columns.
JOINLINK_GREATER_THAN - Static variable in class com.inet.report.DatabaseTables
Use this value to set an ">" link between two table columns.
JOINLINK_LESS_EQUALS_THAN - Static variable in class com.inet.report.DatabaseTables
Use this value to set an "<=" link between two table columns.
JOINLINK_LESS_THAN - Static variable in class com.inet.report.DatabaseTables
Use this value to set an "<" link between two table columns.
JOINLINK_NOT_EQUALS - Static variable in class com.inet.report.DatabaseTables
Use this value to set an "<>" link between two table columns.
joinsContainCycle() - Method in class com.inet.report.DatabaseTables
FOR INTERNAL USE ONLY
JOINTYPE_FULL_OUTER - Static variable in class com.inet.report.DatabaseTables
Use this value for creating an full outer join.
JOINTYPE_INNER - Static variable in class com.inet.report.DatabaseTables
Use this value for creating an inner join.
JOINTYPE_LEFT_OUTER - Static variable in class com.inet.report.DatabaseTables
Use this value for creating an left outer join.
JOINTYPE_RIGHT_OUTER - Static variable in class com.inet.report.DatabaseTables
Use this value for creating an right outer join.
JRA_LOAD - Static variable in class com.inet.viewer.ActionPool
Opens the load JRA dialog.
JRA_SAVE - Static variable in class com.inet.viewer.ActionPool
Opens the save JRA dialog.
jspDestroy() - Method in class com.inet.report.ReportServletJSP
Method will be called when the JSP container attempts to destroy the JSP servlet.
jspInit() - Method in class com.inet.report.ReportServletJSP
Method will be called when the JSP container initialize the JSP servlet.

K

KeepGroupTogether - com.inet.report.Group.AttributeTag
 
KeepTogether - com.inet.report.Area.AttributeTag
 
KeepTogether - com.inet.report.Element.CommonProperties
 
KeyNotFoundException - Exception in com.inet.report.cache
This exception will be thrown if ReportCacheKey is not found in the Cache.
KeyNotFoundException(ReportCacheKey) - Constructor for exception com.inet.report.cache.KeyNotFoundException
Creates a new KeyNotFoundException by the key
KOREAN_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: korean.

L

LANDSCAPE - Static variable in class com.inet.report.ReportProperties
Paper orientation is landscape.
LAST_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to the next page.
LEADING_CURRENCY_INSIDE_NEGATIVE - Static variable in interface com.inet.report.ValueProperties
The currency symbol will placed leading, then a minus, if number is negative and trailing the number itself, i.e. $-20.
LEADING_CURRENCY_OUTSIDE_NEGATIVE - Static variable in interface com.inet.report.ValueProperties
If number is negative, minus will placed leading, then the currency symbol and trailing the number itself, i.e. -$20.
LEADING_DAY_OF_WEEK - Static variable in interface com.inet.report.ValueProperties
Date representation has leading day of week.
LEADING_MINUS - Static variable in interface com.inet.report.ValueProperties
Number representation has leading minus if number is negative.
LEADING_ZERO_NUMERIC_DAY - Static variable in interface com.inet.report.ValueProperties
Date format uses a numeric day with leading zeros.
LEADING_ZERO_NUMERIC_MONTH - Static variable in interface com.inet.report.ValueProperties
Date representation has numeric month value with leading zero.
LEFT - Static variable in class com.inet.report.chart.LegendPlacement
The legend is showing on the left site of chart.
LeftBorder - com.inet.report.Element.BorderProps
 
Legend - Class in com.inet.report.chart
The class responsible for the settings of the charts legend.
Legend() - Constructor for class com.inet.report.chart.Legend
Creates a legend with default properties.
LegendPlacement - Class in com.inet.report.chart
The LegendPlacement class contains legend placements that can be used by the legend.
LicenseKeyInfo - Class in com.inet.report.config
Class providing information about a license key.
LicenseKeyInfo(String) - Constructor for class com.inet.report.config.LicenseKeyInfo
Blocks for 2 seconds, then returns an object holding information about the license key given.
Line - Class in com.inet.report
With the Line class you can draw a vertical or horizontal line anywhere in your report.
Line - com.inet.report.Element.ElementTypes
 
LINE - Static variable in class com.inet.report.chart.plot.LineStyle
The simple line chart style.
LINE - Static variable in class com.inet.report.Element
Element is an instance of Line.
LINE_DATE - Static variable in class com.inet.report.chart.plot.ContinuousLineStyle
This is a line style with date values on the category axis.
LINE_MARKER - Static variable in class com.inet.report.chart.plot.LineStyle
The line chart style with marker.
LINE_MARKER_PERCENT - Static variable in class com.inet.report.chart.plot.LineStyle
The line chart style with marker and percent values.
LINE_MARKER_STACKED - Static variable in class com.inet.report.chart.plot.LineStyle
The line chart style with marker and stacked values.
LINE_NUMBER - Static variable in class com.inet.report.chart.plot.ContinuousLineStyle
This is a line style with number values on the category axis.
LINE_PERCENT - Static variable in class com.inet.report.chart.plot.LineStyle
The simple line chart style with percent values.
LINE_SPACING_ABSOLUTE - Static variable in interface com.inet.report.ParagraphProperties
Constant for line spacing, meaning there is no relative value for the line spacing but that it is determined by an absolute value
LINE_SPACING_RELATIVE - Static variable in interface com.inet.report.ParagraphProperties
Constant for line spacing, meaning there is no absolute value for the line spacing but that it is determined in relation to the default line height of each line in the paragraph.
LINE_STACKED - Static variable in class com.inet.report.chart.plot.LineStyle
The simple line chart style with stacked values.
LINE_STYLE_DASHED - Static variable in interface com.inet.report.BorderProperties
Line has dashed line style.
LINE_STYLE_DOTTED - Static variable in interface com.inet.report.BorderProperties
Line has dotted line style.
LINE_STYLE_DOUBLE - Static variable in interface com.inet.report.BorderProperties
Line has double line style.
LINE_STYLE_SINGLE - Static variable in interface com.inet.report.BorderProperties
Line has single line style.
LineMarker - Class in com.inet.report.chart.axis
Class to create line markers in a chart plot.
LineMarker() - Constructor for class com.inet.report.chart.axis.LineMarker
Creates a line marker on the 0 line of current chart axis.
LinePlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
LinePlot() - Constructor for class com.inet.report.chart.plot.LinePlot
Creates a line plot with default line style.
LinePlot(LineStyle) - Constructor for class com.inet.report.chart.plot.LinePlot
Creates a line plot with defined chart style.
LineProperties - Interface in com.inet.report
Interface for elements that draws lines across multiple sections.
LineStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the line chart.
LineWidth - com.inet.report.AbstractLineElement.LineProperties
 
listLabels(boolean) - Method in class com.inet.report.translation.Translator
Returns all strings that can be translated (i.e. labels, prompts and report title).
loadCoreServerPluginDescriptionForServerStart(String) - Method in class com.inet.plugin.ServerPluginManager
Get the core server plugin for recovery and process starter.
loadDirectory(ResourceFile) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Durchgang #1 : plugins erst mal initial einlesen
loadEngine(File) - Static method in class com.inet.report.RDC
Reads the specified report template into a newly created Engine and returns this engine.
The file parameter specifies the file or directory pathname from that the report template will be loaded.
If an error occurs while loading the report template, you can then use the method Engine.getLoadExceptions() to get all errors.
The format of the specified report template must be the i-net Clear Reports report file format.
loadEngine(File, String) - Static method in class com.inet.report.RDC
Reads the specified report template into a newly created Engine with the given export format and returns this engine.
The file parameter specifies the file or directory pathname from that the report template will be loaded.
If an error occurs while loading the report template, you can then use the method Engine.getLoadExceptions() to get all errors.
The format of the specified report template must be the i-net Clear Reports report file format.
loadEngine(URL, InputStream, String, Properties) - Static method in class com.inet.report.RDC
Reads an engine from the input stream into a newly created Engine with the given export format.
loadEngine(Properties) - Static method in class com.inet.report.RDC
FOR INTERNAL USE ONLY
loadReport(Component) - Method in class com.inet.designer.BasicDesignerDataModel
Load a report.
loadReport(Component) - Method in interface com.inet.designer.DesignerDataModel
Load a report.
loadReportFrom(Component, File) - Method in class com.inet.designer.BasicDesignerDataModel
Load a report.
loadReportFrom(Component, File) - Method in interface com.inet.designer.DesignerDataModel
Load a report.
loadReportsFrom(Component, URL) - Method in class com.inet.designer.AbstractDesignerDataModel
Loads one or more report.
loadReportsFrom(Component, URL) - Method in class com.inet.designer.BasicDesignerDataModel
Loads one or more report.
loadReportsFrom(Component, URL) - Method in interface com.inet.designer.DesignerDataModel
Loads one or more report.
lock(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Lock the data in the cache and prevent it from modification.
LOG_DEBUG - Static variable in class com.inet.report.Engine
Useful if you want to send bug reports to the i-net Clear Reports support at ClearReports@inetsoftware.de
LOG_ERROR - Static variable in class com.inet.report.Engine
Log include error messages such as "report file could not be read, rendering aborted".
LOG_INFO - Static variable in class com.inet.report.Engine
Log include information messages such as the JDBC driver that i-net Clear Reports uses.
LOG_STATUS - Static variable in class com.inet.report.Engine
Log nothing except a status line for each rendered report.
LOG_WARN - Static variable in class com.inet.report.Engine
Log include warning messages such as "font not found, using a replacement font"
LOGGER - Static variable in class com.inet.authentication.LoginProcessor
The authentication logger.
LoginProcessor - Class in com.inet.authentication
Handle the login handshake for a single user.
LoginProcessor(AuthenticationDescription) - Constructor for class com.inet.authentication.LoginProcessor
Create a new LoginProcessor
LONG_DAY_OF_WEEK - Static variable in interface com.inet.report.ValueProperties
Day of week has long format, i.e. monday, 01.08.2001.
LONG_ERA - Static variable in interface com.inet.report.ValueProperties
Long era representation.
LONG_MONTH - Static variable in interface com.inet.report.ValueProperties
Date representation has long month value.
LONG_YEAR - Static variable in interface com.inet.report.ValueProperties
Date representation has long year.
loopCount - Variable in class com.inet.report.FormulaField
Deprecated.
as of i-net Clear Reports 14

M

main(String[]) - Static method in class com.inet.designer.Startup
Main method to start the i-net Designer without its own Classloader.
mapSqlTypeToCCType(int) - Static method in class com.inet.report.DatabaseTables
Conversion between the java.sql.Types data types of a database table column and the internal representation of data types in RDC.
MARKDOWN_COMMONMARK - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
MARKDOWN_COWORK - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
MASTER_LOGIN_ID - Static variable in class com.inet.authentication.LoginProcessor
The login ID for the master login.
MASTER_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
The login source for the master login.
MAX_RECORDS - Static variable in class com.inet.report.SQLValueProvider
The maximum number of records that will be fetched before the rest are ignored and the prompt becomes editable.
MAX_ZOOM_FACTOR - Static variable in interface com.inet.viewer.ReportView
The maximum zoom factor
Maximum - com.inet.report.SummaryField.SummaryOperations
 
MAXIMUM - Static variable in class com.inet.report.SummaryField
SummaryField calculates maximum.
Median - com.inet.report.SummaryField.SummaryOperations
 
MEDIAN - Static variable in class com.inet.report.SummaryField
SummaryField calculates median.
MENU_DATABASE - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the database menu node.
MENU_EDIT - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the edit menu node.
MENU_FILE - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the file menu node.
MENU_HELP - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the help menu node.
MENU_INSERT - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the insert menu node.
MENU_OPTION - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the window menu node.
MENU_REPORT - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the report menu node.
MENU_VIEW - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the viev menu node.
MENU_WINDOW - Static variable in class com.inet.designer.EmbeddedUtils
Static variable to return the window menu node.
mergeSectionBelow(int) - Method in class com.inet.report.Area
When you have multiple sections in an area you can merge a Section with the Section below, i.e. when you have sections Da, Db, Dc you can merge Section Da with Db and Section Db with Dc.
migrate(Configuration) - Method in interface com.inet.config.ConfigurationMigrator
Migrate the given configuration to the current version.
MIN_ZOOM_FACTOR - Static variable in interface com.inet.viewer.ReportView
The minimum zoom factor
Minimum - com.inet.report.SummaryField.SummaryOperations
 
MINIMUM - Static variable in class com.inet.report.SummaryField
SummaryField calculates minimum.
MINUS_SIGN_AFTER - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Minus symbol is placed after number.
MINUS_SIGN_BEFORE - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Minus symbol is placed before number.
MINUS_SIGN_BRACKETS - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Use brackets instead of minus.
MINUS_SIGN_SYSTEM_DEFAULT - Static variable in class com.inet.report.chart.format.FixedNumberFormat
Use system default pattern for negative values.
MinuteSecondSeparator - com.inet.report.AbstractValueElement.DateTimeProps
 
MinuteType - com.inet.report.AbstractValueElement.DateTimeProps
 
Mode - com.inet.report.SummaryField.SummaryOperations
 
MODE - Static variable in class com.inet.report.SummaryField
SummaryField calculates mode.
MODE_HAND - Static variable in interface com.inet.viewer.ReportView
For scrolling around by click & drag
MODE_SNAPSHOT - Static variable in interface com.inet.viewer.ReportView
For copying an image snapshot by click & drag
MODE_TEXT - Static variable in interface com.inet.viewer.ReportView
For selecting text by click & drag
MODIFICATION_DATE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Modification Date".
MODIFICATION_TIME - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Modification Time".
ModificationDate - com.inet.report.SpecialField.SpecialFieldNames
 
ModificationTime - com.inet.report.SpecialField.SpecialFieldNames
 
MONTH_DAY_YEAR - Static variable in interface com.inet.report.ValueProperties
Draw month first, then day and then year.
MonthType - com.inet.report.AbstractValueElement.DateTimeProps
 
move(int, int) - Method in class com.inet.report.CrossTabHeaderList
Move the position of a header
move(int, int) - Method in class com.inet.report.SpecifiedOrder
Move a group entry to another position in the list.
move(String, int) - Method in class com.inet.report.SpecifiedOrder
Move a group entry to another position in the list.
moveElement(Element, Section) - Method in class com.inet.report.Section
Moves the Element elem from this Section to the destination Section dest.
moveElement(Element, SimpleElementContainer) - Method in interface com.inet.report.ElementContainer
Moves the element elem from this container to the destination container dest.
moveElement(Element, SimpleElementContainer) - Method in class com.inet.report.Section
Moves the element elem from this container to the destination container dest.
moveGroup(int, int) - Method in class com.inet.report.Engine
Moves the group with group number source to target.
moveParts(int, Paragraph, int, int) - Method in class com.inet.report.Paragraph
Move FieldParts and TextParts from this Paragraph, beginning at the specified position, to the specified position of the destination Paragraph.
movePromptField(int, int) - Method in class com.inet.report.Fields
Changes the position of a PromptField by moving it to the specified position.
moveSection(int, int) - Method in class com.inet.report.Area
When you have multiple sections in an area you can move a Section to a place below or above an other Section.
moveSortField(int, int) - Method in class com.inet.report.Fields
Changes the position of a sort field.
moveSummaryField(int, int) - Method in class com.inet.report.CrossTabBody
Move the position of a summary field
MultiplePiePlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
MultiplePiePlot() - Constructor for class com.inet.report.chart.plot.MultiplePiePlot
Creates a multiple pie plot with default properties.
MultiplePiePlot(MultiplePieStyle) - Constructor for class com.inet.report.chart.plot.MultiplePiePlot
Creates a multiple pie plot with defined chart style.
MultiplePieStyle - Class in com.inet.report.chart.plot
This class defines the styles of the multiple pie chart.

N

name() - Method in interface com.inet.authentication.AuthenticationProvider
The unique name of this provider.
Name - com.inet.report.Field.FieldAttributeTag
 
NAME_DEFAULT - Static variable in class com.inet.config.ConfigurationManager
The name to use for USER or SYSTEM configurations which are to be used by default.
NAME_TEMP - Static variable in interface com.inet.config.Configuration
The name to use for a copy of a configuration stored in the temporary scope with custom properties.
NAME_TEMP_DEFAULT - Static variable in class com.inet.config.ConfigurationManager
The name to use for TEMP configurations which are to be used by default.
NamedExtension - Interface in com.inet.plugin
This interface is intended to simplify the selection of a certain extension out of a pool of extensions.
NavigationTab - Interface in com.inet.viewer
A single navigation tab which can be added to the navigation view of the viewer using addNavigationTab.
NavigationView - Interface in com.inet.viewer
The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
NDecimalPlaces - com.inet.report.AbstractValueElement.NumberProps
 
needQuote(String) - Method in class com.inet.report.Database
Returns if the supplied SQL identifier needs to be put in quotes.
NegativeType - com.inet.report.AbstractValueElement.NumberProps
 
NewPageAfter - com.inet.report.Area.AttributeTag
 
NewPageBefore - com.inet.report.Area.AttributeTag
 
NEXT_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to the next page.
nextChunk() - Method in class com.inet.report.cache.ReportCacheInputStream
nextPage() - Method in interface com.inet.viewer.ReportView
Navigates one step forward in the report - if this is not possible (e.g. the current page is already the last page of the report), this method does nothing.
nextPage() - Method in class com.inet.viewer.SwingReportView
Navigates one step forward in the report - if this is not possible (e.g. the current page is already the last page of the report), this method does nothing.
No - com.inet.authentication.AuthenticationDescription.BasicSupport
No Basic authentication support
NO - Static variable in interface com.inet.report.RDC.MsgListener
Default answer possibility for implementor of method query
NO_DAY - Static variable in interface com.inet.report.ValueProperties
Date format uses no day.
NO_DAY_OF_WEEK - Static variable in interface com.inet.report.ValueProperties
No day of week, i.e. 01.08.2001
NO_ERA - Static variable in interface com.inet.report.ValueProperties
No era representation.
NO_EXPORT - Static variable in class com.inet.report.Engine
No export, use java viewer.
NO_HOUR - Static variable in interface com.inet.report.ValueProperties
Time representation has no hour value.
NO_LINE - Static variable in interface com.inet.report.BorderProperties
Line has no style, not visible.
NO_MINUTE - Static variable in interface com.inet.report.ValueProperties
Time representation has no minute value.
NO_MONTH - Static variable in interface com.inet.report.ValueProperties
Date representation has no month value.
NO_STORE - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope does not store the configuration.
NO_SUMMARY_OPERATION - Static variable in class com.inet.report.SummaryField
SummaryField calculates no operation, data will returned originally.
NO_SYMBOL - Static variable in interface com.inet.report.ValueProperties
The currency symbol will not drawn.
NO_YEAR - Static variable in interface com.inet.report.ValueProperties
Date representation has no year.
NodeParser - Interface in com.inet.report.parser
Interface for report components which are to be able to parse XML nodes.
NONE - Static variable in class com.inet.report.chart.axis.AxisPosition
Showing of this axis is disabled.
NONE - Static variable in class com.inet.report.chart.LegendPlacement
Disable showing legend.
normalize(boolean) - Method in class com.inet.report.Paragraph
Normalizes this paragraph.
NoSummaryOperation - com.inet.report.SummaryField.SummaryOperations
 
NOT_NEGATIVE - Static variable in interface com.inet.report.ValueProperties
Number representation has no minus, also if number is negative.
NOT_USING_SYSTEM_DEFAULTS - Static variable in interface com.inet.report.ValueProperties
Use a custom format instead of system short or long.
NTH_LARGEST - Static variable in class com.inet.report.SummaryField
SummaryField calculates Nth lagest.
NTH_MOST_FREQUENT - Static variable in class com.inet.report.SummaryField
SummaryField calculates Nth most frequent.
NTH_SMALLEST - Static variable in class com.inet.report.SummaryField
SummaryField calculates Nth smallest.
NthLargest - com.inet.report.SummaryField.SummaryOperations
 
NthMostFrequent - com.inet.report.SummaryField.SummaryOperations
 
NthSmallest - com.inet.report.SummaryField.SummaryOperations
 
NUMBER - Static variable in class com.inet.report.Field
The constant that identifies a Number value.
NUMBER - Static variable in class com.inet.viewer.PromptData
Data type constant - number
NUMBER_FORMAT_CURRENCY - Static variable in interface com.inet.report.ValueProperties
Use the default Integer NumberFormat instance for formatting numbers.
NUMBER_FORMAT_FRACTIONAL - Static variable in interface com.inet.report.ValueProperties
Use the default NumberFormat instance for formatting numbers.
NUMBER_FORMAT_INTEGER - Static variable in interface com.inet.report.ValueProperties
Use the default Integer NumberFormat instance for formatting numbers.
NUMBER_FORMAT_PERCENT - Static variable in interface com.inet.report.ValueProperties
Use the default Integer NumberFormat instance for formatting numbers.
NUMBERFORMAT - Static variable in class com.inet.viewer.PromptValue
formatter to use for numbers
NUMBERFORMAT_ENGLISH - Static variable in class com.inet.viewer.PromptValue
needed for format with english decimal points
NumberRange - Class in com.inet.report.chart.axis
Class representing a range of number values.
NumberRange() - Constructor for class com.inet.report.chart.axis.NumberRange
Creates a range of the number values.
NumberRange(double, double) - Constructor for class com.inet.report.chart.axis.NumberRange
Creates a range for the number values given.
NUMERAL_LANGUAGE_ARABIC - Static variable in interface com.inet.report.ValueProperties
Arabic Numeral language
NUMERAL_LANGUAGE_BENGALI - Static variable in interface com.inet.report.ValueProperties
Bengali Numeral language
NUMERAL_LANGUAGE_DEVANAGARI - Static variable in interface com.inet.report.ValueProperties
Devangari Numeral language
NUMERAL_LANGUAGE_EASTERN_ARABIC - Static variable in interface com.inet.report.ValueProperties
Eastern Arabic Numeral language
NUMERAL_LANGUAGE_ETHIOPIC - Static variable in interface com.inet.report.ValueProperties
Ethiopic Numeral language
NUMERAL_LANGUAGE_EUROPEAN - Static variable in interface com.inet.report.ValueProperties
European Numeral language
NUMERAL_LANGUAGE_GUJARATI - Static variable in interface com.inet.report.ValueProperties
Gujarati Numeral language
NUMERAL_LANGUAGE_GURMUKHI - Static variable in interface com.inet.report.ValueProperties
Gurmukhi Numeral language
NUMERAL_LANGUAGE_KANNADA - Static variable in interface com.inet.report.ValueProperties
Kannada Numeral language
NUMERAL_LANGUAGE_KHMER - Static variable in interface com.inet.report.ValueProperties
Khmer Numeral language
NUMERAL_LANGUAGE_LAO - Static variable in interface com.inet.report.ValueProperties
Lao Numeral language
NUMERAL_LANGUAGE_MALAYALAM - Static variable in interface com.inet.report.ValueProperties
Malayalam Numeral language
NUMERAL_LANGUAGE_MONGOLIAN - Static variable in interface com.inet.report.ValueProperties
Mongolian Numeral language
NUMERAL_LANGUAGE_MYANMAR - Static variable in interface com.inet.report.ValueProperties
Myanmar Numeral language
NUMERAL_LANGUAGE_ORIYA - Static variable in interface com.inet.report.ValueProperties
Oriya Numeral language
NUMERAL_LANGUAGE_TAMIL - Static variable in interface com.inet.report.ValueProperties
Tamil Numeral language
NUMERAL_LANGUAGE_TELUGU - Static variable in interface com.inet.report.ValueProperties
Telugu Numeral language
NUMERAL_LANGUAGE_THAI - Static variable in interface com.inet.report.ValueProperties
Thai Numeral language
NUMERAL_LANGUAGE_TIBETAN - Static variable in interface com.inet.report.ValueProperties
Tibetan Numeral language
NumeralLanguage - com.inet.report.AbstractValueElement.NumberProps
 
NUMERIC_DAY - Static variable in interface com.inet.report.ValueProperties
Date format uses a numeric day.
NUMERIC_HOUR - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric hour value.
NUMERIC_HOUR_NO_LEADING_ZERO - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric hour but no leading zero.
NUMERIC_MINUTE - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric minute value.
NUMERIC_MINUTE_NO_LEADING_ZERO - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric minute but no leading zero.
NUMERIC_MONTH - Static variable in interface com.inet.report.ValueProperties
Date representation has numeric month value.
NUMERIC_NO_LEADING_ZERO - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric value, but no leading zero.
NUMERIC_NO_SECOND - Static variable in interface com.inet.report.ValueProperties
Time representation has no second value.
NUMERIC_SECOND - Static variable in interface com.inet.report.ValueProperties
Time representation has numeric value.

O

OCTAGON - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a octagon style.
ON_MAX - Static variable in class com.inet.report.chart.axis.AxisPosition
The axis position on the maximum of the other axis.
ON_MIN - Static variable in class com.inet.report.chart.axis.AxisPosition
The axis position is on the minimum of the other axis.
ONE_OR_ZERO - Static variable in interface com.inet.report.ValueProperties
The output value of a field with return type boolean is represented by '1' or '0'.
OneGroupDataset - Class in com.inet.report.chart.dataset
This is a dataset used by standard (bar, line, area) and pie charts.
OneGroupDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.OneGroupDataset
Creates a new empty data set.
Only - com.inet.authentication.AuthenticationDescription.BasicSupport
Only Basic authentication support
onlyTablesAndOneConnection() - Method in class com.inet.report.Fields
FOR INTERNAL USE ONLY
openedSubreport(Engine) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a subreport was opened by the user to edit it.
openedSubreport(Engine) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a subreport was opened by the user to edit it.
openFacturMappingDialog(String) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Fractur mapping dialog.
openFacturMappingDialog(String) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Fractur mapping dialog.
openFromRepository() - Method in class com.inet.designer.AbstractDesignerDataModel
Opens a dialog enabling the user to choose a report file to open from the repository configured for the designer.
openFromRepository() - Method in interface com.inet.designer.DesignerDataModel
Opens a dialog enabling the user to choose a report file to open from the repository configured for the designer.
openGroupDialog(Group) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a group.
openGroupDialog(Group) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a group.
openGroupSelectionFormulaDialog(FormulaField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a group selection formula.
openGroupSelectionFormulaDialog(FormulaField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a group selection formula.
openJavaBeanDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Java Bean dialog.
openJavaBeanDialog() - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Java Bean dialog.
openPageLayoutDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Page Layout dialog.
openPageLayoutDialog() - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Page Layout dialog.
openParameterDialog(PromptField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a parameter field.
openParameterDialog(PromptField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a parameter field.
openPropertyFormulaDialog(FormulaField, int, ReportComponent, Object, String, boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
FOR INTERNAL USE ONLY This method is called if the user wants to open the dialog for a property formula.
openPropertyFormulaDialog(FormulaField, int, ReportComponent, Object, String, boolean) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a property formula.
openRecordSelectionFormulaDialog(FormulaField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a record selection formula.
openRecordSelectionFormulaDialog(FormulaField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a record selection formula.
openReport(File) - Static method in class com.inet.designer.Startup
Open a report in the embedded i-net Designer.
openReport(URL) - Method in interface com.inet.designer.DesignerListener
Called when the user opened a report.
openRepositoryConfigDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
Opens a repository configuration dialog which enables the user to choose the repository URL he wants to employ when opening and saving reports on a repository.
openRepositoryConfigDialog() - Method in interface com.inet.designer.DesignerDataModel
Opens a repository configuration dialog which enables the user to choose the repository URL he wants to employ when opening and saving reports on a repository.
openSectionDialog(Section) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Section dialog.
openSectionDialog(Section) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Section dialog.
openSortRecordsDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Records dialog.
openSortRecordsDialog() - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Records dialog.
openSQLDialog(SQLField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a SQL field.
openSQLDialog(SQLField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a SQL field.
openSubreportLinksDialog(String) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Subreport links dialog.
openSubreportLinksDialog(String) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Subreport links dialog.
openSumDialog(SummaryField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a summary field.
openSumDialog(SummaryField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a summary field.
openSummaryInfoDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Summary Info dialog.
openSummaryInfoDialog() - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Summary Info dialog.
openUserFormulaDialog(FormulaField) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the dialog for a user defined formula.
openUserFormulaDialog(FormulaField) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the dialog for a user defined formula.
openVisualDatabaseWizardDialog() - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user wants to open the Visual Database Wizard dialog.
openVisualDatabaseWizardDialog() - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user wants to open the Visual Database Wizard dialog.
Operation - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
optimize(IFormulaRunner) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
ORIGINAL_ORDER - Static variable in class com.inet.report.SortField
Do not sort records, let it unsorted.
OTHER_RECORDS_DISCARD - Static variable in class com.inet.report.BySummaryOrder
All values with sorting number greater than n are discard and not part of the report.
OTHER_RECORDS_DISCARD - Static variable in class com.inet.report.SpecifiedOrder
All not specified values are discard and not part of the report.
OTHER_RECORDS_GROUP_TO_OTHERS - Static variable in class com.inet.report.BySummaryOrder
All values with sorting number greater than n are group together to the group other.
OTHER_RECORDS_GROUP_TO_OTHERS - Static variable in class com.inet.report.SpecifiedOrder
All not specified values are group together to the group other.
OTHER_RECORDS_LEAVE_IN_OWN_GROUP - Static variable in class com.inet.report.SpecifiedOrder
All not specified values are group in its own groups.
Others - com.inet.report.SpecifiedOrder.AttributeTag
 
OthersGroupName - com.inet.report.SpecifiedOrder.AttributeTag
 

P

PAGE_FOOTER - Static variable in class com.inet.report.Engine
The constant for the index number of the report header area.
PAGE_FOOTER - Static variable in class com.inet.report.Region
Identifier for page footer area or section.
PAGE_HEADER - Static variable in class com.inet.report.Engine
The constant for the index number of the page header area.
PAGE_HEADER - Static variable in class com.inet.report.Region
Identifier for page header area or section.
PAGE_N_OF_M - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Page N of M".
PAGE_NUMBER - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Page Number".
PageNofM - com.inet.report.SpecialField.SpecialFieldNames
 
PageNOfM - com.inet.report.SpecialField.SpecialFieldNames
 
PageNumber - com.inet.report.SpecialField.SpecialFieldNames
 
PageOutOfRangeException - Exception in com.inet.report.cache
This exception is thrown if a page is requested with a page number larger than the total number of pages, or is less than 0.
PageOutOfRangeException(int, int) - Constructor for exception com.inet.report.cache.PageOutOfRangeException
Creates a PageOutOfRangeException which is thrown if a page is requested with a page number larger than the total number of pages, or is less than 0.
PageOutOfRangeException(int, int, String) - Constructor for exception com.inet.report.cache.PageOutOfRangeException
Creates a PageOutOfRangeException which is thrown if a page is requested with a page number larger than the total number of pages, or is less than 0.
pageSizes - Static variable in class com.inet.report.ReportProperties
The sizes of all currently supported page formats in twips.
PAPER_10_X_11 - Static variable in class com.inet.report.ReportProperties
Paper size is 10 x 11 in.
PAPER_10_X_14 - Static variable in class com.inet.report.ReportProperties
Paper size is 10 x 14 in.
PAPER_11_X_17 - Static variable in class com.inet.report.ReportProperties
Paper size is 11 x 17 in.
PAPER_15_X_11 - Static variable in class com.inet.report.ReportProperties
Paper size is 15 x 11 in.
PAPER_9_X_11 - Static variable in class com.inet.report.ReportProperties
Paper size is 9 x 11 in.
PAPER_A2 - Static variable in class com.inet.report.ReportProperties
Paper size is A2, 420 x 594 mm.
PAPER_A3 - Static variable in class com.inet.report.ReportProperties
Paper size is A3, 297 x 420 mm.
PAPER_A4 - Static variable in class com.inet.report.ReportProperties
Paper size is A4, 210 x 297 mm.
PAPER_A4_SMALL - Static variable in class com.inet.report.ReportProperties
Paper size is A4 SMALL, 210 x 297 mm.
PAPER_A5 - Static variable in class com.inet.report.ReportProperties
Paper size is A5, 148 x 210 mm.
PAPER_B4 - Static variable in class com.inet.report.ReportProperties
Paper size is B4 (JIS), 257 x 364 mm.
PAPER_B4_ISO - Static variable in class com.inet.report.ReportProperties
Paper size is B4 (ISO), 250 x 353 mm.
PAPER_B5 - Static variable in class com.inet.report.ReportProperties
Paper size is B5 (JIS), 182 x 257 mm.
PAPER_C_SHEET - Static variable in class com.inet.report.ReportProperties
Paper size is C size sheet, 431,7 x 558,7 mm.
PAPER_D_SHEET - Static variable in class com.inet.report.ReportProperties
Paper size is D size sheet, 558,7 x 863,4 mm .
PAPER_E_SHEET - Static variable in class com.inet.report.ReportProperties
Paper size is E size sheet, 863,4 x 1117,4 mm.
PAPER_ENVELOPE_10 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope #10, 4 1/8 x 9 1/2 in.
PAPER_ENVELOPE_11 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope #11, 4 1/2 x 10 3/8 in.
PAPER_ENVELOPE_12 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope #12, 4 3/4 x 11 in.
PAPER_ENVELOPE_14 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope #14, 5 x 11 1/2 in.
PAPER_ENVELOPE_9 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope #9, 3 7/8 x 8 7/8 in.
PAPER_ENVELOPE_B4 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope B4, 250 x 353 mm.
PAPER_ENVELOPE_B5 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope B5, 176 x 250 mm.
PAPER_ENVELOPE_B6 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope B6, 176 x 125 mm.
PAPER_ENVELOPE_C3 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope C3, 324 x 458 mm.
PAPER_ENVELOPE_C4 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope C4, 229 x 324 mm.
PAPER_ENVELOPE_C5 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope C5, 162 x 229 mm.
PAPER_ENVELOPE_C6 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope C6, 114 x 162 mm.
PAPER_ENVELOPE_C65 - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope C65, 114 x 229 mm.
PAPER_ENVELOPE_DL - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope DL, 110 x 220 mm.
PAPER_ENVELOPE_ITALY - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope Italy, 110 x 230 mm.
PAPER_ENVELOPE_MONARCH - Static variable in class com.inet.report.ReportProperties
Paper size is Envelope Monarch, 3 7/8 x 7 1/2 in.
PAPER_ENVELOPE_PERSONAL - Static variable in class com.inet.report.ReportProperties
Paper size is 6 3/4 Envelope, 3 5/8 x 6 1/2 in.
PAPER_EXECUTIVE - Static variable in class com.inet.report.ReportProperties
Paper size is Executive, 7 1/4 x 10 1/2 in.
PAPER_FANFOLD_LEGAL_GERMAN - Static variable in class com.inet.report.ReportProperties
Paper size is German Legal Fanfold, 8 1/2 x 13 in.
PAPER_FANFOLD_STD_GERMAN - Static variable in class com.inet.report.ReportProperties
Paper size is German Standard Fanfold, 8 1/2 x 12 in.
PAPER_FANFOLD_US - Static variable in class com.inet.report.ReportProperties
Paper size is US Standard Fanfold, 14 7/8 x 11 in.
PAPER_FOLIO - Static variable in class com.inet.report.ReportProperties
Paper size is Folio, 8 1/2 x 13 in.
PAPER_JAPANESE_POSTCARD - Static variable in class com.inet.report.ReportProperties
Paper size is Japanese Postcard, 100 x 148 mm.
PAPER_LEDGER - Static variable in class com.inet.report.ReportProperties
Paper size is Ledger, 17 x 11 in.
PAPER_LEGAL - Static variable in class com.inet.report.ReportProperties
Paper size is Legal, 8 1/2 x 14 in.
PAPER_LETTER - Static variable in class com.inet.report.ReportProperties
Paper size is LETTER, 8 1/2 x 11 in.
PAPER_LETTER_SMALL - Static variable in class com.inet.report.ReportProperties
Paper size is Letter Small, 8 1/2 x 11 in.
PAPER_MAX - Static variable in class com.inet.report.ReportProperties
The last possible paper.
PAPER_NOTE - Static variable in class com.inet.report.ReportProperties
Paper size is Note, 8 1/2 x 11 in.
PAPER_QUATRO - Static variable in class com.inet.report.ReportProperties
Paper size is Quarto, 215 x 275 mm.
PAPER_STATEMENT - Static variable in class com.inet.report.ReportProperties
Paper size is Statement, 5 1/2 x 8 1/2 in.
PAPER_TABLOID - Static variable in class com.inet.report.ReportProperties
Paper size is Tabloid, 11 x 17 in.
Paragraph - Class in com.inet.report
The Paragraph class represents a line in a Text and is a set of TextPart elements and FieldPart elements.
Paragraph - com.inet.report.Element.ElementTypes
 
PARAGRAPH - Static variable in class com.inet.report.Element
Element is an instance of Paragraph.
ParagraphProperties - Interface in com.inet.report
Interface for elements that displays lines of text.
PARAMETER_FIELD - Static variable in class com.inet.report.Field
Field is a parameter field.
paramString() - Method in class com.inet.report.Area
Returns a string identifying this report component.
paramString() - Method in class com.inet.report.BySummaryOrder
Returns the String representation of this object.
paramString() - Method in class com.inet.report.Element
Creates and return a String representation for debugging.
paramString() - Method in class com.inet.report.Field
Returns a prettified output of this field's name and type.
paramString() - Method in class com.inet.report.FieldElement
Create a string representation of this class for debugging.
paramString() - Method in class com.inet.report.FieldPart
Creates and return a String representation for debugging.
paramString() - Method in class com.inet.report.FormulaField
Returns a prettified output of this field's name and type.
paramString() - Method in class com.inet.report.Join
Returns a String representation of this Join.
paramString() - Method in class com.inet.report.Paragraph
Creates and return a String representation for debugging.
paramString() - Method in class com.inet.report.PromptField
Returns a prettified output of this field's name and type.
paramString() - Method in class com.inet.report.RDC.FieldsRefreshEvent
Debug information on this FieldsRefreshEvent: [field, value]
paramString() - Method in class com.inet.report.ReportComponent
Returns a string identifying this report component.
paramString() - Method in class com.inet.report.Section
Returns a string identifying this report component.
paramString() - Method in class com.inet.report.SpecifiedOrder
Create a String representation of this sort order for debugging.
paramString() - Method in class com.inet.report.SummaryField
Returns a prettified output of this field's name and type.
paramString() - Method in class com.inet.report.TextPart
Creates and return a String representation for debugging.
parse(String, ParsePosition) - Method in class com.inet.report.chart.format.DateTimeFormat
parse(String, ParsePosition) - Method in class com.inet.report.chart.format.FixedNumberFormat
parse(String, ParsePosition) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
parse(String, ParsePosition) - Method in class com.inet.report.chart.format.PatternNumberFormat
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.CrossTabBodyCell
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.CrossTabHeader
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in interface com.inet.report.parser.NodeParser
Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.ReportProperties
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.SQLValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY Internal method for reading report XML
parseDOM(Node, Map<String, Object>) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.AbstractFontElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.AbstractLineElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.AbstractValueElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Area
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Box
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.CascadingValueProvider
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.CrossTab
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.CrossTabBodyCell
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.CrossTabDescriptionSection
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.CrossTabHeader
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.DatabasePicture
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.FieldElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.FieldPart
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.FieldValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.JavaBean
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Paragraph
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in interface com.inet.report.parser.NodeParser
Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Picture
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.QueryValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Region
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.ReportProperties
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SignatureForm
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Subreport
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY Internal method for reading report XML
parseElement(XMLTag, String, Attributes, Map<String, Object>) - Method in class com.inet.report.Text
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Area
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.CrossTab
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.CrossTabBodyCell
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.CrossTabHeader
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.FieldElement
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.FieldPart
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in interface com.inet.report.parser.NodeParser
Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Picture
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.ReportProperties
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.SQLValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.Subreport
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY Internal method for reading report XML
parseEndElement(XMLTag, String, Map<String, Object>) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY Internal method for reading report XML
parseSourceName(String) - Method in class com.inet.report.Database
Splits the provided name of a SQL source (name of a table, view or stored procedure) into three parts.
parseText(String, Map<String, Object>) - Method in class com.inet.report.AbstractLineElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Area
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.BySummaryOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.CrossTabBodyCell
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.CrossTabHeader
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.FieldElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Paragraph
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in interface com.inet.report.parser.NodeParser
Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Picture
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.ReportProperties
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.SQLValueProvider
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Subreport
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.Text
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
parseText(String, Map<String, Object>) - Method in class com.inet.report.TextPart
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML
PASSWORD_MINIMUM_LENGTH - Static variable in class com.inet.authentication.AuthenticationDescription
The minimum length of the password that has to be set for users created in the product provider
PASSWORD_MINIMUM_STRENGTH - Static variable in class com.inet.authentication.AuthenticationDescription
The minimum strength of the password that has to be set for users created in the product provider
PASSWORD_MINIMUM_STRENGTH_VALUES - Static variable in class com.inet.authentication.AuthenticationDescription
The allowed values for the password strength
pasteElement(Object) - Method in interface com.inet.report.ElementContainer
Paste a copy of an Element in this container.
pasteElement(Object) - Method in class com.inet.report.Section
Paste a copy of an Element to this Section.
patchSQL(String) - Method in class com.inet.report.database.JdbcData
Patch the sql to make some database special hacks
PATTERN_CONSTANT_DATE_D_MMMM_YYYY - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format
PATTERN_CONSTANT_DATE_EEEE - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format for day of week in full form, if one exists
PATTERN_CONSTANT_DATE_MMM_YY - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format for month and years in abbreviated form
PATTERN_CONSTANT_DATE_MMMM - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format for month in full form, if one exists
PATTERN_CONSTANT_DATE_MMMM_YYYY - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format for month and years in full form
PATTERN_CONSTANT_DATE_YYYY - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom data format for years
PATTERN_CONSTANT_FULL - Static variable in class com.inet.report.chart.format.DateTimeFormat
System default format for full date and time, see DateFormat.FULL
PATTERN_CONSTANT_LONG - Static variable in class com.inet.report.chart.format.DateTimeFormat
System default format for long date and time, see DateFormat.LONG
PATTERN_CONSTANT_MEDIUM - Static variable in class com.inet.report.chart.format.DateTimeFormat
System default format for medium date and time, see DateFormat.MEDIUM
PATTERN_CONSTANT_SHORT - Static variable in class com.inet.report.chart.format.DateTimeFormat
System default format for short date and time, see DateFormat.SHORT
PATTERN_CONSTANT_TIME_MM - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom time format for minutes in abbreviated form
PATTERN_CONSTANT_TIME_SS - Static variable in class com.inet.report.chart.format.DateTimeFormat
The custom time format for seconds in abbreviated form
PatternDateTimeFormat - Class in com.inet.report.chart.format
This is a date time format defined by a pattern.
For more information on date and time patterns see http://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
PatternDateTimeFormat() - Constructor for class com.inet.report.chart.format.PatternDateTimeFormat
Creates a new instance of format.
PatternNumberFormat - Class in com.inet.report.chart.format
This is a number format defined by a pattern.
For more information to the pattern see http://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html
PatternNumberFormat() - Constructor for class com.inet.report.chart.format.PatternNumberFormat
Creates a new instance of format.
Percentage - com.inet.report.SummaryField.SummaryOperations
 
PERCENTAGE - Static variable in class com.inet.report.SummaryField
SummaryField calculates percentage.
Percentile - com.inet.report.SummaryField.SummaryOperations
 
PERCENTILE - Static variable in class com.inet.report.SummaryField
SummaryField calculates percentile.
Picture - Class in com.inet.report
This class represent a static picture.
Picture - com.inet.report.Element.ElementTypes
 
PICTURE - Static variable in class com.inet.report.Element
Element is an instance of Picture.
PictureProperties - Interface in com.inet.report
Interface for elements that display pictures.
PIE2D - Static variable in class com.inet.report.chart.plot.PieStyle
The pie 2D style.
PIE3D - Static variable in class com.inet.report.chart.plot.PieStyle
The pie 3D style.
PIE3D_MULTIPLE - Static variable in class com.inet.report.chart.plot.MultiplePieStyle
Default style of chart with this plot.
PieDataset - Interface in com.inet.report.chart.dataset
The interface that must be implemented by classes that will be using a pie chart.
PieLegendLayout - Class in com.inet.report.chart.plot
This class defines the layout of the pie legend.
PiePlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
PiePlot() - Constructor for class com.inet.report.chart.plot.PiePlot
Creates a pie plot with default properties.
PiePlot(PieStyle) - Constructor for class com.inet.report.chart.plot.PiePlot
Creates a pie plot with defined chart style.
PieStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the pie chart.
PieStyle(String) - Constructor for class com.inet.report.chart.plot.PieStyle
Private constructor.
PLAIN_TEXT - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
PLOT_ORIENTATION_HORIZONTAL - Static variable in class com.inet.report.Chart2
A constant for the horizontal orientation of chart.
PLOT_ORIENTATION_VERTICAL - Static variable in class com.inet.report.Chart2
A constant for the vertical orientation of chart.
PluginFilter - Interface in com.inet.plugin
A filter for loading plugins.
PmString - com.inet.report.AbstractValueElement.DateTimeProps
 
POLAR - Static variable in class com.inet.report.chart.plot.PolarStyle
The simple polar chart style.
POLAR_STACKED - Static variable in class com.inet.report.chart.plot.PolarStyle
The stacked polar chart style.
PolarPlot - Class in com.inet.report.chart.plot
A general class for plotting data of groups of values.
PolarPlot() - Constructor for class com.inet.report.chart.plot.PolarPlot
Creates a polar plot with default properties.
PolarPlot(PolarStyle) - Constructor for class com.inet.report.chart.plot.PolarPlot
Creates a polar plot with defined chart style.
PolarStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the polar chart.
POP_STANDARD_DEVIATION - Static variable in class com.inet.report.SummaryField
SummaryField calculates population standard deviation.
POP_VARIANCE - Static variable in class com.inet.report.SummaryField
SummaryField calculates population variance.
PopStdVariance - com.inet.report.SummaryField.SummaryOperations
 
PopVariance - com.inet.report.SummaryField.SummaryOperations
 
PORTRAIT - Static variable in class com.inet.report.ReportProperties
Paper orientation is portrait.
POSITION_LEFT - Static variable in interface com.inet.report.SignatureProperties
This value defines that the position of the text element is in the left side of the divided signature field.
POSITION_RIGHT - Static variable in interface com.inet.report.SignatureProperties
This value defines the position of the text element in the right side of the divided signature field.
PRE_INIT - com.inet.plugin.ServerPluginManager.ServerPluginManagerState
before any initializing
PREV_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to the previous page.
prevPage() - Method in interface com.inet.viewer.ReportView
Navigates one step back in the report - if this is not possible (e.g. the current page is already the first page of the report), this method does nothing.
prevPage() - Method in class com.inet.viewer.SwingReportView
Navigates one step back in the report - if this is not possible (e.g. the current page is already the first page of the report), this method does nothing.
print(int, int, boolean) - Method in interface com.inet.viewer.ReportView
Prints the current report in the page range with or without any dialogs.
print(int, int, boolean) - Method in class com.inet.viewer.SwingReportView
Prints the current report in the page range with or without any dialogs.
print(int, int, PrinterJob) - Method in interface com.inet.viewer.ReportView
Prints the current report to a PrinterJob without any dialogs.
print(int, int, PrinterJob) - Method in class com.inet.viewer.SwingReportView
Prints the current report to a PrinterJob without any dialogs.
print(ReportView) - Method in class com.inet.viewer.SwingViewerContext
This method is called when the print action is to be performed.
print(ReportView) - Method in interface com.inet.viewer.ViewerContext
This method is called when the print action is to be performed.
print(Graphics, PageFormat, int) - Method in class com.inet.viewer.PrinterJobProgress
FOR INTERNAL USE ONLY
print(PrinterJob, PrintRequestAttributeSet) - Method in interface com.inet.viewer.ReportView
Creates a new PrinterJobProgress with the given attributes and start it.
print(PrinterJob, PrintRequestAttributeSet) - Method in class com.inet.viewer.SwingReportView
Creates a new PrinterJobProgress with the given attributes and start it.
PRINT - Static variable in class com.inet.viewer.ActionPool
Opens the print dialog.
PRINT_ALWAYS_IF_NO - Static variable in class com.inet.report.Group
Constant for 'section will be printed always if no'.
PRINT_ALWAYS_IF_YES - Static variable in class com.inet.report.Group
Constant for 'section will be printed always if yes'.
PRINT_DATE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Print Date".
PRINT_FOR_EACH_AMPM - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each am/pm'.
PRINT_FOR_EACH_DAY - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each day'.
PRINT_FOR_EACH_HALF_MONTH - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each half month'.
PRINT_FOR_EACH_HALF_YEAR - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each half year'.
PRINT_FOR_EACH_HOUR - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each hour'.
PRINT_FOR_EACH_MINUTE - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each minute'.
PRINT_FOR_EACH_MONTH - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each month'.
PRINT_FOR_EACH_QUAURTER - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each quarter'.
PRINT_FOR_EACH_SECOND - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each second'.
PRINT_FOR_EACH_TWO_WEEKS - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each two weeks'.
PRINT_FOR_EACH_WEEK - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each week'.
PRINT_FOR_EACH_YEAR - Static variable in class com.inet.report.Group
Constant for 'section will be printed for each year'.
PRINT_IF_NEXT_VALUE_IS_NO - Static variable in class com.inet.report.Group
Constant for 'section will be printed if next value is no'.
PRINT_IF_NEXT_VALUE_IS_YES - Static variable in class com.inet.report.Group
Constant for 'section will be printed if next value is yes'.
PRINT_ON_EACH_CHANGE - Static variable in class com.inet.report.Group
Constant for 'section will be printed on each change'.
PRINT_ON_EACH_CHANGE_TO_NO - Static variable in class com.inet.report.Group
Constant for 'section will be printed on each change to no'.
PRINT_ON_EACH_CHANGE_TO_YES - Static variable in class com.inet.report.Group
Constant for 'section will be printed on each change to yes'.
PRINT_TIME - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Print Time".
PRINT_TIME_ZONE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Print Time Zone".
PrintAtBottomOfPage - com.inet.report.Area.AttributeTag
 
PrintDate - com.inet.report.SpecialField.SpecialFieldNames
 
PRINTER_USE_DEFAULT_FORMAT_IF_SIMILAR - Static variable in class com.inet.viewer.SwingReportViewer
Uses the default format of the printer if it is A4 or Letter while the report format is the other size.
PRINTER_USE_REPORT_FORMAT - Static variable in class com.inet.viewer.SwingReportViewer
Always uses the report's paper format, even if it is similar to the printer's paper format.
PrinterJobProgress - Class in com.inet.viewer
This is a background progress for printing.
PrinterJobProgress(ReportView, PrinterJob, PrintRequestAttributeSet, RenderData) - Constructor for class com.inet.viewer.PrinterJobProgress
Creates a new Thread for printing in the background.
PrintSection - com.inet.report.Group.AttributeTag
 
PrintTime - com.inet.report.SpecialField.SpecialFieldNames
 
PrintTimeZone - com.inet.report.SpecialField.SpecialFieldNames
 
ProblemFinder - Class in com.inet.problemfinder
This is the i-net Clear Reports Problem Finder.
The Problem Finder is a debug tool.
ProblemFinderRule - Interface in com.inet.problemfinder.rules
This Interface defines a ProblemFinderRule that can be called via the ProblemFinder.
A rule checks the report for a certain problem.
ProblemFinderWarning - Interface in com.inet.problemfinder
Represents a Warning/Error/Info detected by ProblemFinder.
Every ProblemFinderWarning has a source object, which causes the Warning.
ProblemFinderWarning.Sources - Enum in com.inet.problemfinder
The source object exceptions that can be returned by ProblemFinderWarning.getSource().
ProblemFinderWarning.Type - Enum in com.inet.problemfinder
Progress - Class in com.inet.viewer
Class for all progresses, which should be handled as a Progress of the report viewer.
Progress(ReportView, int) - Constructor for class com.inet.viewer.Progress
Creates a new progress object with the given type and sets it as being "indeterminate" (that is, a "busy"/"not busy" progress) or determinate (that is, with clearly defined steps - step 1 of 5, step 2 of 5, etc.)
Progress(Component, ViewerContext, int) - Constructor for class com.inet.viewer.Progress
Creates a new progress object with the given type and sets it as being "indeterminate" (that is, a "busy"/"not busy" progress) or determinate (that is, with clearly defined steps - step 1 of 5, step 2 of 5, etc.)
ProgressPool - Class in com.inet.viewer
This class handles all running progresses.
ProgressPool() - Constructor for class com.inet.viewer.ProgressPool
FOR INTERNAL USE ONLY
PromptData - Class in com.inet.viewer
This class is the holder of the information needed for a prompt.
PromptData(boolean) - Constructor for class com.inet.viewer.PromptData
Creates a PromptData object which is to be ignored - this is useful for prompts which are not used in the report.
PromptData(PromptData) - Constructor for class com.inet.viewer.PromptData
Clones a PromptData object and initializes a new one with all values equal to that of the old PromptData object.
PromptData(String, String, String, String[], String[], int, boolean, boolean, boolean, boolean, boolean, boolean, String, String, String) - Constructor for class com.inet.viewer.PromptData
Creates a PromptData object with the parameters chosen.
PromptData(String, String, String, String, String[], String[], int, boolean, boolean, boolean, boolean, boolean, boolean, String, String, String) - Constructor for class com.inet.viewer.PromptData
Creates a PromptData object with the parameters chosen.
PromptField - Class in com.inet.report
This class represents a prompt, that is, a field whose value(s) are asked for from the user at runtime.
PromptValue - Class in com.inet.viewer
Abstract super class of a prompt value
PromptValue - com.inet.report.Field.FieldAttributeTag
 
PromptValue(int) - Constructor for class com.inet.viewer.PromptValue
Creates a prompt values of the given type initialized with the default value of its type
PromptValue(String, int) - Constructor for class com.inet.viewer.PromptValue
Creates a prompt values of the given type initialized with the default value of its type
PROP_LOADING_STATUS - Static variable in interface com.inet.viewer.ReportView
Property name for the current loading status of the report view.
PROP_PROGRESS_INDETERMINATE - Static variable in class com.inet.viewer.Progress
The property ProgressIndeterminate for PropertyChangeEvents
PROP_PROGRESS_STATUS - Static variable in class com.inet.viewer.Progress
The property ProgressStatus for PropertyChangeEvents
PROP_PROGRESS_STEP - Static variable in class com.inet.viewer.Progress
The property ProgressStep for PropertyChangeEvents
PROP_PROGRESS_TOTAL - Static variable in class com.inet.viewer.Progress
The property ProgressTotal for PropertyChangeEvents
PROP_STATUS_MESSAGE - Static variable in interface com.inet.viewer.ReportViewer
Property for use by the PropertyChangeListener, standing for a change in the status bar message
PROP_TIMESTAMP - Static variable in interface com.inet.viewer.ReportView
Property name for the timestamp of the latest version received of the report, Property value will be a Long.
PropertiesChecker - Interface in com.inet.report
This is the PropertiesChecker interface.
PROPERTY_ALIASTOKEN - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "aliasToken" flag.
PROPERTY_ALLOWED_USERGROUPS - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property defines a comma separated list of GUID that are allowed to use this datasource.
PROPERTY_CATALOG - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the catalog.
PROPERTY_DATABASE_CLASSNAME - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the com.inet.report.database.DataFactory
PROPERTY_DATABASECLASS - Static variable in interface com.inet.report.database.beans.BeanDataSourceManager
The name of the property specifying the database class to be used for querying the data for a report.
PROPERTY_DRIVER_CLASSNAME - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the full qualified class name of JDBC Driver.
PROPERTY_ESCAPE_EVERYTHING - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "escapeEverything" flag.
PROPERTY_IDENTIFIER_QUOTE_STRING - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "identifierQuoteString" flag.
PROPERTY_INITSQL - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property defining the SQL statement which should be executed after the JDBC connection has been established.
PROPERTY_MANAGERCLASS - Static variable in interface com.inet.report.database.beans.BeanDataSourceManager
Defines the name of the property specifying the class name of the BeanDataSourceManager implementation class inside the application server.
PROPERTY_PASSWORD - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the user password.
PROPERTY_QUOTES_LOWER_CASE - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "quotesLowerCase" flag.
PROPERTY_SAVE_PASSWORD - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "savePassword" flag.
PROPERTY_SERVLETPATH - Static variable in interface com.inet.report.database.beans.BeanDataSourceManager
Defines the name of the property specifying the servlet path to the TransferServlet which is used to communicate with the application server.
PROPERTY_SUPPORTS_ORDERBY - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "supportsOrderBy" flag.
PROPERTY_SUPPORTS_SQL92 - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "supportsSQL92" flag.
PROPERTY_SUPPORTS_WHERE - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "supportsWhere" flag.
PROPERTY_URL - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the JDBC URL.
PROPERTY_USE_PARENTHESES_FOR_JOIN - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the "supportsParenthesesForJoin" flag.
PROPERTY_USER - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stores the user.
PROPERTY_VALIDATION_QUERY - Static variable in class com.inet.report.config.datasource.DataSourceConfiguration
The property that stored the validation query.
propertyChange(PropertyChangeEvent) - Method in class com.inet.viewer.SwingToolBar
Update all components which have to display an information which depends on the total page number or current page number
propertyChanged(DataSourceConfiguration, String, String, String) - Method in interface com.inet.report.config.datasource.DataSourceConfigurationChangeListener
This method will invoked if a property of a DataSourceConfiguration was changed.
PropertyFormula - com.inet.report.Area.AttributeTag
 
PropertyFormula - com.inet.report.Group.AttributeTag
 
propertySupporter - Variable in class com.inet.viewer.Progress
FOR INTERNAL USE ONLY
propertySupporter - Variable in class com.inet.viewer.ProgressPool
FOR INTERNAL USE ONLY
propertySupporter - Variable in class com.inet.viewer.SwingStatusBar
FOR INTERNAL USE ONLY
PROVIDER - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the name of the provider.
PROVIDER_PRODUCT - Static variable in class com.inet.authentication.AuthenticationDescription
Value of provider property for the one product provider.
PROVIDER_SYSTEM - Static variable in class com.inet.authentication.AuthenticationDescription
Value of provider property for the one system provider.
put(int, String, Configuration) - Method in class com.inet.config.ConfigurationManager
Stores the configuration at the position specified.
put(ConfigKey, String) - Method in interface com.inet.config.Configuration
Maps the specified key to the specified value.
Setting null as a value will effectively remove the mapping associated with the key from this Configuration.
put(FacturModelNode, Field) - Method in class com.inet.report.FacturXSettings
Put a mapping between a FacturX node and a field from the report.
put(String, String) - Method in interface com.inet.config.Configuration
Maps the specified key to the specified value.
Setting null as a value will effectively remove the mapping associated with the key from this Configuration.
putAll(Map) - Method in interface com.inet.config.Configuration
Convenience method which puts all properties in the given map into this configuration, overwriting any properties which already exist.
putAll(Map, boolean) - Method in interface com.inet.config.Configuration
Deprecated.
As of i-net Clear Reports 14, use Configuration.putAll(Map)
putStylesheetDefaultValues(DriverStyleSheet) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
FOR INTERNAL USE ONLY Applies the properties of the supplied DriverStyleSheet to this DataSourceConfiguration.
putValue(ConfigKey, Object) - Method in interface com.inet.config.Configuration
Convert a value to String and put it in this configuration.
PYRAMID - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a pyramid style.

Q

query(String) - Method in interface com.inet.report.RDC.MsgListener
This method is called for an (with Engine.setMsgListener) registered listener if a question should answered by the user.
QueryValueProvider - Class in com.inet.report
This implementation of DynamicValueProvider takes a given SQL statement and executes it as a query on the given data source.
QueryValueProvider(String, Datasource) - Constructor for class com.inet.report.QueryValueProvider
Creates an instance of QueryValueProvider with the given query and data source.
QuickInfoText - com.inet.report.Element.CommonProperties
 

R

Range - Class in com.inet.viewer
A Range is an immutable range of values between two limit values.
Range(Object, Object, boolean, boolean) - Constructor for class com.inet.viewer.Range
Creates a new range with the given lower and upper limits The value types of the objects set should be:
String for STRING
Double for NUMBER and CURRENCY
Boolean for BOOLEAN
Date for DATE and DATETIME
Time for TIME
byte[] for BINARY
RANGE - Static variable in class com.inet.viewer.PromptData
Data type bit mask - Range
RANGE_VALUE - Static variable in class com.inet.report.PromptField
Prompt field allows a range value.
RangePromptValue - Class in com.inet.viewer
This class represents a range prompt value with one or two limits, each of which can be set to be included in the range or to be excluded from the range.
RangePromptValue(Range, int) - Constructor for class com.inet.viewer.RangePromptValue
Constructor using a Range object
RDC - Class in com.inet.report
This is the main class of the Runtime Designer Component of i-net Clear Reports.
RDC.ElementRemoveListener - Interface in com.inet.report
FOR INTERNAL USE ONLY
RDC.FieldsRefreshEvent - Class in com.inet.report
FOR INTERNAL USE ONLY
RDC.FieldsRefreshListener - Interface in com.inet.report
FOR INTERNAL USE ONLY
RDC.MsgListener - Interface in com.inet.report
FOR INTERNAL USE ONLY
readDataset(Element, Chart2) - Method in class com.inet.report.chart.plot.MultiplePiePlot
Reads the dataset properties from DOM element.
readDataset(Element, Chart2) - Method in class com.inet.report.chart.plot.PiePlot
Reads the dataset properties from DOM element.
readPluginsFromDirectory(ResourceFile[]) - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Extrahiert die Plugin-Archive und erzeugt die Plugin-Beschreibungen.
readProperties(Element) - Method in interface com.inet.report.chart.format.ChartFormat
Reads the XML properties of a chart format.
readProperties(Element) - Method in class com.inet.report.chart.format.DateTimeFormat
Reads the XML properties of a chart format.
readProperties(Element) - Method in class com.inet.report.chart.format.FixedNumberFormat
Reads the XML properties of a chart format.
readProperties(Element) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Reads the XML properties of a chart format.
readProperties(Element) - Method in class com.inet.report.chart.format.PatternNumberFormat
Reads the XML properties of a chart format.
readProperties(Element) - Method in class com.inet.report.chart.Legend
Loads the properties of a chart legend from an XML element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.AbstractMarker
Loads the XML properties of a marker.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.BaseAxis
Loads the XML properties of a chart axis.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Loads the XML properties of a chart axis.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Loads the XML properties of a chart axis.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Loads the XML properties of a chart axis.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.GroupAxis
Loads the XML properties of a chart axis.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.IntervalMarker
Loads the XML properties of a marker.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.axis.LineMarker
Loads the XML properties of a marker.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.ChartTitle
Reads the XML properties of a chart title.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.AbstractPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.AreaPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.BarPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.Chart3DPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in interface com.inet.report.chart.plot.ChartPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.CombinedPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.ContinuousAreaPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.GanttPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.PiePlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.PolarPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.StandardPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.StockPlot
Reads the chart properties from the DOMParser Element.
readProperties(Element, Chart2) - Method in class com.inet.report.chart.plot.XYPlot
Reads the chart properties from the DOMParser Element.
RECORD_COUNT - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Record Count".
RECORD_NUMBER - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Record Number".
RECORD_SELECTION_FORMULA - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Record Selection Formula".
RecordCount - com.inet.report.SpecialField.SpecialFieldNames
 
RecordNumber - com.inet.report.SpecialField.SpecialFieldNames
 
RecordSelection - com.inet.report.SpecialField.SpecialFieldNames
 
Reference - com.inet.report.Group.AttributeTag
 
refresh() - Method in class com.inet.report.TableSource
Refreshs the columns of the TableSource by requesting meta information from the database.
If the TableSource is of type TYPE_TABLE_OR_VIEW, the following query will send to database to find out the columns of the table:
"select * from "+this.getDatabaseIdentifier()+" where 1=0"
In a similar way the columns of TYPE_COMMAND will requested.
refresh() - Method in interface com.inet.viewer.ReportView
Causes this ReportView to refresh its pages by re-fetching the report data - this causes a re-rendering of the report data.
refresh() - Method in class com.inet.viewer.SwingReportView
Causes this ReportView to refresh its pages by re-fetching the report data - this causes a re-rendering of the report data.
refresh(RDC.FieldsRefreshEvent) - Method in interface com.inet.report.RDC.FieldsRefreshListener
This Method is called for all (with Fields.addListener) registered listeners if the fields list was updated.
REFRESH - Static variable in class com.inet.viewer.ActionPool
Performs a refresh.
refreshAutoTitles() - Method in class com.inet.report.Chart2
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.AbstractPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.Chart3DPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in interface com.inet.report.chart.plot.ChartPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.CombinedPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.GanttPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.PiePlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.PolarPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.StandardPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.StockPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshAutoTitles(Chart2) - Method in class com.inet.report.chart.plot.XYPlot
Reads out the data column names from dataset and refreshes the chart labels.
refreshObject(Element) - Static method in class com.inet.designer.EmbeddedUtils
Refreshes the given element in the i-net Designer.
If you have changed one or more properties of an element call this method to update the element shown in the i-net Designer.
refreshPageData(int) - Method in class com.inet.report.CacheRenderData
Enforces the whole report to be re-rendered on server side and returns the refreshed binary data of one page for the Java Viewer.
refreshPageData(int) - Method in class com.inet.report.EngineRenderData
Enforces the whole report to be re-rendered on server side and returns the refreshed binary data of one page for the Java Viewer.
refreshPageData(int) - Method in interface com.inet.viewer.RenderData
Enforces the whole report to be re-rendered on server side and returns the refreshed binary data of one page for the Java Viewer.
refreshPageData(int) - Method in class com.inet.viewer.URLRenderData
Enforces the whole report to be re-rendered on server side and returns the refreshed binary data of one page for the Java Viewer.
Region - Class in com.inet.report
The Region class is the super class of Area and Section.
register(Class<T>, T) - Method in class com.inet.plugin.ServerPluginManager
Register a instance as extension in the ServerPluginManager.
REGISTER - com.inet.plugin.ServerPluginManager.ServerPluginManagerState
registering extensions of the plugins
registerExtension(ServerPluginManager) - Method in interface com.inet.plugin.ServerPlugin
Registers all instances of extensions in the ServerPluginManager.
registerHelp(HelpProviderContainer) - Method in interface com.inet.plugin.ServerPlugin
Register all help providers.
REGULAR_EXPRESSION - Static variable in interface com.inet.viewer.RenderData
Search option: Search result must fit to the search term's regular expression (Java Regex)
reload() - Method in interface com.inet.viewer.NavigationTab
Reloads the data underlying this navigation tab and renews the display with the new data.
reload() - Method in interface com.inet.viewer.NavigationView
Reloads the data underlying this navigation view and renews the display with the new data.
reload() - Method in interface com.inet.viewer.ReportView
Causes this ReportView to reload its pages and show them again, using the already fetched data if possible - if not, this causes a fetching of the report data.
reload() - Method in class com.inet.viewer.SwingNavigationView
Reloads the data underlying this navigation view and renews the display with the new data.
reload() - Method in class com.inet.viewer.SwingReportView
Causes this ReportView to reload its pages and show them again, using the already fetched data if possible - if not, this causes a fetching of the report data.
relocateFile(URL) - Method in class com.inet.report.Engine
FOR INTERNAL USE ONLY Changes the location of the Engine's source.
RemoteLoginProcessor - Class in com.inet.authentication
A WebUserInfo which requests authorization data from an external source (outside of the Java VM).
RemoteLoginProcessor(AuthenticationDescription) - Constructor for class com.inet.authentication.RemoteLoginProcessor
Create a new LoginProcessor
remove(int) - Method in class com.inet.report.CrossTabHeaderList
Removes the i-th column or row of the crosstab.
remove(int) - Method in class com.inet.report.SpecifiedOrder
Remove a group entry from this list.
remove(Element) - Method in class com.inet.report.CrossTabDescriptionSection
Removes the given report element from the container.
remove(Element) - Method in interface com.inet.report.RDC.ElementRemoveListener
This Method is called for all (with Element.addListener) registered listeners if an element was removed.
remove(Element) - Method in class com.inet.report.Section
Removes the given report element from the container.
remove(Element) - Method in interface com.inet.report.SimpleElementContainer
Removes the given report element from the container.
remove(FacturModelNode) - Method in class com.inet.report.FacturXSettings
Remove a mapping between a FacturX node and a field from the report.
remove(String) - Method in class com.inet.report.SpecifiedOrder
Remove a group entry from this list.
removeAllDataFields() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Removes all data fields from this dataset.
removeAllParagraphs() - Method in class com.inet.report.Text
Removes all Paragraphs from the Text Element.
removeCategoryGroup() - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
Removes the category group.
removeCategoryGroup() - Method in class com.inet.report.chart.dataset.OneGroupDataset
Removes the category group.
removeCategoryGroup() - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
Removes the category group.
removeCategoryGroup() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Removes the category group.
removeCategoryGroup() - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
Removes the category group.
removeClippingListener(ClippingListener) - Method in class com.inet.report.Engine
Unregisters a clipping listener with the engine.
removeColumn(String) - Method in class com.inet.report.TableSource
Removes a specific column.
If the column is only used as join condition, the join condition will be removed.
removeCondition(int) - Method in class com.inet.report.Join
Removes a condition from the join.
removeConfigurationChangeListener(ConfigurationChangeListener) - Method in class com.inet.config.ConfigurationManager
Removes the given ConfigurationChangeListener.
removeConfigurationMigrator(ConfigurationMigrator) - Method in class com.inet.config.ConfigurationManager
Remove the given migrator from the list.
removeConnectionProperty(String) - Method in class com.inet.report.Datasource
Removes the passed property from list of connection properties.
removeDatabaseField(int) - Method in class com.inet.report.Fields
Removes a dataBase field from fields set and all Elements which references to it.
removeDataField() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Removes the data field.
removeDataField(int) - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Removes a data field at the specified position in the list.
removeDatasource(Datasource) - Method in class com.inet.report.DatabaseTables
Removes a datasource connection from the known connections.
removeDatasourceConfiguration(DataSourceConfiguration) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Removes the datasource configuration.
removeDatasourceConfiguration(String, int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Deprecated.
removeDataSourceConfigurationListener(DataSourceConfigurationChangeListener) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Removes the listener from list.
removeDatasourceConfigurations(DataSourceConfiguration[], int) - Static method in class com.inet.report.config.datasource.DataSourceConfigurationManager
Removes a collection of DataSourceConfigurations from the given scope.
removedDataSourceConfiguration(DataSourceConfiguration) - Method in interface com.inet.report.config.datasource.DataSourceConfigurationChangeListener
This method will called if a DataSourceConfiguration was removed from list.
removeDefaultValue(int) - Method in class com.inet.report.PromptField
Removes the default prompt value and its description at the given index from the default value list.
removedElement(Element) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if the user has removed an element from the report.
removedElement(Element) - Method in interface com.inet.designer.DesignerDataModel
This method is called if the user has removed an element from the report.
removeDesignerListener(DesignerListener) - Static method in class com.inet.designer.Startup
Remove a Listener to get callbacks if some important events happen to the i-net Designer.
removedGroup(Group) - Method in class com.inet.designer.AbstractDesignerDataModel
This method is called if a group was removed from the report by the user.
removedGroup(Group) - Method in interface com.inet.designer.DesignerDataModel
This method is called if a group was removed from the report by the user.
removedSubreport(Engine) - Method in class com.inet.designer.AbstractDesignerDataModel
This method will be called if a subreport was removed from the current report.
removedSubreport(Engine) - Method in interface com.inet.designer.DesignerDataModel
This method will be called if a subreport was removed from the current report.
removeField(Field) - Method in class com.inet.report.Fields
Removes a specific field.
removeFinishListener(EngineFinishListener) - Method in class com.inet.report.Engine
Remove a EngineFinishListener that was added with addFinishListener.
removeFormulaField(int) - Method in class com.inet.report.Fields
Removes an existing formula field from set.
removeGroup(int) - Method in class com.inet.report.Engine
Remove the group specified with parameter grNum.
removeGroup(Group) - Method in class com.inet.report.Engine
Removes the given group object from engine.
removeJoin(TableSource, DatabaseField, TableSource, DatabaseField) - Method in class com.inet.report.DatabaseTables
Removes a link of a join from the report if it exists.
removeJoin(String, String, String, String) - Method in class com.inet.report.DatabaseTables
Removes a join from report if exists.
removeListener(RDC.ElementRemoveListener) - Method in class com.inet.report.Element
Removes a previously added listener.
removeListener(RDC.FieldsRefreshListener) - Method in class com.inet.report.Fields
Remove a previously added listener.
removeMarker(int) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Removes the marker at the position given.
removeMarker(int) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Removes the marker at the position given.
removeNavigationTab(int) - Method in interface com.inet.viewer.NavigationView
Removes the navigation tab at the specified index and causes the navigation view to be refreshed without this navigation tab.
removeNavigationTab(int) - Method in class com.inet.viewer.SwingNavigationView
Removes the navigation tab at the specified index and causes the navigation view to be refreshed without this navigation tab.
removeNotify() - Method in class com.inet.viewer.SwingReportViewer
This method overrides "removeNotify" in JComponent, and unregisters the listeners for the SwingReportViewer.
removeParagraph(int) - Method in class com.inet.report.Text
Removes the Paragraph at the specified index.
removePart(int) - Method in class com.inet.report.Paragraph
Removes the TextPart or the FieldPart at the specified index.
removePlot(int) - Method in class com.inet.report.chart.plot.CombinedPlot
Removes the chart plot at the specified position in this list.
removePromptField(int) - Method in class com.inet.report.Fields
Removes an existing prompt field from set.
removeProperties(Set<String>) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
removes all properties from the driver properties whose keys are in the string set
removePropertyChangeListener(PropertyChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
removePropertyChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.Progress
Removes a PropertyChangeListener from this progress.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY Removes a ReferencedObject from the list of objects which this object is referencing.
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
removeReferencedObject(ReferencedObject) - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
removeReferenceHolder(ReferenceHolder) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
removeReferenceHolder(ReferenceHolder) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
removeReportViewChangeListener(ReportViewChangeListener) - Method in interface com.inet.viewer.ReportViewer
Removes an ReportViewChangeListener from the ReportView.
removeReportViewChangeListener(ReportViewChangeListener) - Method in class com.inet.viewer.SwingReportViewer
Removes an ReportViewChangeListener from the ReportView.
removeSection(int) - Method in class com.inet.report.Area
Removes the Section with specified index from area.
removeSeriesGroup() - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
Removes the series group.
removeSeriesGroup() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Removes the series group.
removeSortField(int) - Method in class com.inet.report.Fields
Removes the sort field specified by the array index from set of sort fields.
removeSQLField(int) - Method in class com.inet.report.Fields
Removes an existing sql expression field from report design.
removeSqlSource(String) - Method in class com.inet.report.DatabaseTables
Removes a sql source from report (a table or a stored procedure), if exists.
removeStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.ProgressPool
Removes a PropertyChangeListener from the listener list.
removeStateChangeListener(PropertyChangeListener) - Method in interface com.inet.viewer.ReportViewer
Removes a PropertyChangeListener from the list of listeners.
removeStateChangeListener(PropertyChangeListener) - Method in interface com.inet.viewer.StatusBar
Removes a PropertyChangeListener from this progress.
removeStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.SwingReportViewer
Removes a PropertyChangeListener from the list of listeners.
removeStateChangeListener(PropertyChangeListener) - Method in class com.inet.viewer.SwingStatusBar
Removes a PropertyChangeListener from this progress.
removeSubreportLink(int) - Method in class com.inet.report.Subreport
Removes the subreport link at the specified index.
removeSummaryField(int) - Method in class com.inet.report.BySummaryOrder
Removes the SummaryField from this sort order.
removeSummaryField(int) - Method in class com.inet.report.CrossTabBody
Removes the ith summary field in from the crosstab.
removeSummaryField(int) - Method in class com.inet.report.Fields
Removes an existing summary field from set.
removeTableSource(TableSource) - Method in class com.inet.report.Datasource
Removes the TableSource from the report.
removeTableSourceAt(int) - Method in class com.inet.report.Datasource
Removes the TableSource from the report.
removeUserAction(int) - Method in class com.inet.viewer.ActionPool
Removes an Action from list of the user actions.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
rename(int, String, int, String) - Method in class com.inet.config.ConfigurationManager
Renames and/or moves a configuration.
rename(String) - Method in class com.inet.report.DatabaseField
FOR INTERNAL USE ONLY
rename(String) - Method in class com.inet.report.Field
FOR INTERNAL USE ONLY
rename(String) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
RenderData - Interface in com.inet.viewer
This is the interface used by ReportViews to fetch the report data.
reopenReport(File) - Method in class com.inet.designer.AbstractDesignerDataModel
Load a report.
reopenReport(File) - Method in interface com.inet.designer.DesignerDataModel
Load a report.
RepeatGroupHeader - com.inet.report.Group.AttributeTag
 
RepeatGroupHeaderInFooter - com.inet.report.Group.AttributeTag
 
replaceChart(OldChart) - Static method in class com.inet.report.chart.ChartConverter
Converts the chart of type OldChart to Chart2.
replaceNavigationView(Component) - Method in interface com.inet.viewer.ReportView
Inserts the given component at the position of the navigation view.
replaceNavigationView(Component) - Method in class com.inet.viewer.SwingReportView
Inserts the given component at the position of the navigation view.
replaceStatusBar(Component) - Method in interface com.inet.viewer.ReportView
Inserts the given component at the position of the status bar.
replaceStatusBar(Component) - Method in class com.inet.viewer.SwingReportView
Inserts the given component at the position of the status bar.
REPORT_AUTHOR - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Report Author".
REPORT_COMMENTS - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Report Comments".
REPORT_FILE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Report File".
REPORT_FOOTER - Static variable in class com.inet.report.Engine
The constant for the index number of the report footer area.
REPORT_FOOTER - Static variable in class com.inet.report.Region
Identifier for report footer area or section.
REPORT_HEADER - Static variable in class com.inet.report.Engine
The constant for the index number of the report header area.
REPORT_HEADER - Static variable in class com.inet.report.Region
Identifier for report header area or section.
REPORT_TITLE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Report Title".
ReportCacheInputStream - Class in com.inet.report.cache
A stream result from a report in the cache.
ReportCacheInputStream(ReportCacheKey, int) - Constructor for class com.inet.report.cache.ReportCacheInputStream
Create new instance and fetch the first page.
ReportCacheKey - Class in com.inet.report.cache
This class represents a unique key for a report output.
ReportCacheKey(String, String, String, long) - Constructor for class com.inet.report.cache.ReportCacheKey
Creates a new ReportCacheKey.
ReportComments - com.inet.report.SpecialField.SpecialFieldNames
 
ReportComponent - Class in com.inet.report
This is the base class of all report components.
ReportException - Exception in com.inet.report
This is the base class of the i-net Clear Reports exception hierarchy.
ReportException(String, int) - Constructor for exception com.inet.report.ReportException
Creates a new report exception.
The message msg is sent to the client viewer with the message number messageId.
ReportGenerator - Interface in com.inet.report
Helper interface to use the same code for Engine and EngineBundle
ReportKeyFactory - Class in com.inet.report
This class represents the description / identification of a report.
ReportKeyFactory(String) - Constructor for class com.inet.report.ReportKeyFactory
Creates a new instance of com.inet.report.ReportKeyFactory.
ReportKeyFactory(Properties) - Constructor for class com.inet.report.ReportKeyFactory
Creates a new instance of com.inet.report.ReportKeyFactory.
Please see ReportKeyFactory(String) for an example.
For more information about the report URL properties please refer to the i-net Clear Reports documentation.
ReportProperties - Class in com.inet.report
The report properties describes global options for a report or sub report.
ReportServletJSP - Class in com.inet.report
This class implements the communication between the client that created the requested report and the engine.
ReportServletJSP() - Constructor for class com.inet.report.ReportServletJSP
Initialize a ReportServletJSP object.
ReportTitle - com.inet.report.SpecialField.SpecialFieldNames
 
ReportView - Interface in com.inet.viewer
The ReportView is the top-level instance for a report, it holds references to the report's NavigationView and StatusBar.
reportViewChanged(ReportView) - Method in interface com.inet.viewer.ReportViewChangeListener
Invoked when the current ReportView changes.
reportViewChanged(ReportView) - Method in class com.inet.viewer.SwingToolBar
this method will be called if the current report view has been changed.
reportViewChanged(ReportView) - Method in class com.inet.viewer.ViewerAction
Overwrite the method to perform changes on this action if the selected ReportView has been changed. if no ReportView is selected the parameter view will be null.
ReportViewChangeListener - Interface in com.inet.viewer
The listener interface for receiving the information that the current ReportView has been changed.
ReportViewer - Interface in com.inet.viewer
This is the top level viewer instance of the i-net Clear Reports report viewer, and allows creation, retrieval, and removal of one or more ReportViews.
requestLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
Request the data for a login of a client - the data sent to the response object can be form data or an HTTP status 401, depending on the scenario.
reset() - Method in interface com.inet.plugin.ServerPlugin
Is called if the server was stopped.
reset() - Method in class com.inet.plugin.ServerPluginManager
FOR INTERNAL USE ONLY Reset the ServerPluginManager after a server stop.
RESET - com.inet.plugin.ServerPluginManager.ServerPluginManagerState
the server was stopped
resetCacheTimeout(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Causes the timeout for the entry behind this key to be manually restarted.
ResetGroupNumber - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
ResetPageNumberAfter - com.inet.report.Area.AttributeTag
 
resetReferences() - Method in class com.inet.report.Area
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.CrossTab
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.CrossTabDescriptionSection
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.FieldElement
FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.FieldPart
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Paragraph
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Subreport
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
resetReferences() - Method in class com.inet.report.Text
FOR INTERNAL USE ONLY
resetServerCacheTimeout() - Method in class com.inet.report.CacheRenderData
Notifies the server that the report with the currently set properties is still being viewed and therefore should not be removed from the cache yet if there is one.
resetServerCacheTimeout() - Method in class com.inet.report.EngineRenderData
Since this RenderData works with fully rendered Engines, there is no timeout to reset, therefore the implementation of this method does not need to do anything.
resetServerCacheTimeout() - Method in interface com.inet.viewer.RenderData
Notifies the server that the report with the currently set properties is still being viewed and therefore should not be removed from the cache yet if there is one.
resetServerCacheTimeout() - Method in class com.inet.viewer.URLRenderData
Notifies the server that the report with the currently set properties is still being viewed and therefore should not be removed from the cache yet if there is one.
resetSummaryFields(Group) - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
Resets the group properties of summary fields.
resetSummaryFields(Group, boolean) - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
Resets the group properties of summary fields.
restart() - Method in interface com.inet.plugin.ServerPlugin
Is called after a restart of the server within the same Java VM instance.
RIGHT - Static variable in class com.inet.report.chart.LegendPlacement
The legend is showing on the right site of chart.
RightBorder - com.inet.report.Element.BorderProps
 
RING2D - Static variable in class com.inet.report.chart.plot.PieStyle
The ring 2D style.
RING3D - Static variable in class com.inet.report.chart.plot.PieStyle
The ring 3D style.
ROTATE_0 - Static variable in interface com.inet.report.TextProperties
Do not rotate element.
ROTATE_180 - Static variable in interface com.inet.report.TextProperties
Rotate to 180 degrees counter-clockwise.
ROTATE_270 - Static variable in interface com.inet.report.TextProperties
Rotate to 270 degrees counter-clockwise.
ROTATE_90 - Static variable in interface com.inet.report.TextProperties
Rotate to 90 degrees counter-clockwise.
ROUND_CEILING - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UP - Static variable in interface com.inet.report.ValueProperties
Rounding mode to round away from zero.
RoundingMode - com.inet.report.AbstractValueElement.NumberProps
 
RoundingType - com.inet.report.AbstractValueElement.NumberProps
 
ROW_LABELS_BOTTOM_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels bottom border' in the grid line list.
ROW_LABELS_HORIZONTAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels horizontal line' in the grid line list.
ROW_LABELS_LEFT_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels left border' in the grid line list.
ROW_LABELS_RIGHT_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels right border' in the grid line list.
ROW_LABELS_TOP_BORDER - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels top border' in the grid line list.
ROW_LABELS_VERTICAL_LINE - Static variable in class com.inet.report.CrossTabGridLineFormat
Index of the 'row labels vertical line' in the grid line list.
rowCount - Variable in class com.inet.report.Engine
FOR INTERNAL USE ONLY
RTF_TEXT - Static variable in interface com.inet.report.TextInterpretationProperties
Constant for text interpretation.
run() - Method in class com.inet.viewer.ExportProgress
FOR INTERNAL USE ONLY Fragt ExportChunkCount und alle Chunks vom Server ab und speichert diese entsprechend dem Format und den gemachten Einstellungen in einer oder mehreren Dateien ab.
run() - Method in class com.inet.viewer.PrinterJobProgress
This is the run method of the thread.
runIfPluginLoaded(String, Supplier<Executable>) - Method in class com.inet.plugin.ServerPluginManager
Runs the plugin register supplier when the plugin with the given id is loaded.
This code can be used in the register phase of a plugin to ensure that code of
optional plugins is only used executed, if available.

S

SAMPLE_STANDARD_DEVIATION - Static variable in class com.inet.report.SummaryField
SummaryField calculates sample standard deviation.
SAMPLE_VARIANCE - Static variable in class com.inet.report.SummaryField
SummaryField calculates sample varianz.
save() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Save the settings persistent.
save(int) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Deprecated.
As of i-net Clear Reports 19.2, use DataSourceConfiguration.save()
saveEngine(File, Engine) - Static method in class com.inet.report.RDC
Saves an Engine as report template into a file.
saveEngine(OutputStream, Engine) - Static method in class com.inet.report.RDC
Saves an Engine as report template into an output stream.
saveEngineToDir(File, Engine) - Static method in class com.inet.report.RDC
Saves an Engine as report template into a directory.
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.DatabaseField
FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.Field
XML2: FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.Fields.UnknownField
XML2: FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY Saves this field in XML format
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.PromptField
Saves PromptField attributes
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.SortField
XML2: FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.SpecialField
FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
saveFieldXML2(PrintWriter, int) - Method in class com.inet.report.SummaryField
Saves SummaryField attributes
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.OneGroupDataset
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
saveGroups(PrintWriter, int) - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
saveOnRepository() - Method in class com.inet.designer.AbstractDesignerDataModel
Opens up a save dialog which enables the user to save a report onto the repository configured for the designer.
saveOnRepository() - Method in interface com.inet.designer.DesignerDataModel
Opens up a save dialog which enables the user to save a report onto the repository configured for the designer.
saveProperties(PrintWriter, int) - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
saveProperties(PrintWriter, int) - Method in class com.inet.report.chart.Legend
Writes the properties of this legend to PrintWriter as XML.
saveProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.AbstractPlot
Writes the properties of this chart plot to PrintWriter.
saveProperties(PrintWriter, int) - Method in interface com.inet.report.chart.plot.ChartPlot
Writes the properties of this chart plot to PrintWriter.
saveProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.CombinedPlot
Writes the properties of this chart plot to PrintWriter.
saveProperties(PrintWriter, int, String) - Method in class com.inet.report.chart.axis.BaseAxis
Writes the axis properties to the output stream as XML
saveProperties(StringBuilder, int) - Method in interface com.inet.report.chart.format.ChartFormat
Writes the format properties to output.
saveProperties(StringBuilder, int) - Method in class com.inet.report.chart.format.DateTimeFormat
Writes the format properties to output.
saveProperties(StringBuilder, int) - Method in class com.inet.report.chart.format.FixedNumberFormat
Writes the format properties to output.
saveProperties(StringBuilder, int) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Writes the format properties to output.
saveProperties(StringBuilder, int) - Method in class com.inet.report.chart.format.PatternNumberFormat
Writes the format properties to output.
saveProperties(StringBuilder, String, int) - Method in class com.inet.report.chart.ChartTitle
Writes the properties of the title to PrintWriter.
saveReport(Component, Engine, boolean) - Method in class com.inet.designer.BasicDesignerDataModel
Save a report Choosing a location is the task of the programmer who may use any Swing component.
saveReport(Component, Engine, boolean) - Method in interface com.inet.designer.DesignerDataModel
Save a report Choosing a location is the task of the programmer who may use any Swing component.
saveReport(URL) - Method in interface com.inet.designer.DesignerListener
Called when the user saved a report.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.axis.BaseAxis
Writes the intern axis properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Writes the intern axis properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Writes the intern axis properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.AbstractPlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.Chart3DPlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.GanttPlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.PiePlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.StandardPlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.StockPlot
Writes the intern properties to output.
saveSubProperties(PrintWriter, int) - Method in class com.inet.report.chart.plot.XYPlot
Writes the intern properties to output.
saveXML2GroupField(PrintWriter, int) - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
Scale - com.inet.report.JavaBean.JavaBeanProps
 
SCALE_BEST_FIT_KEEP_ASPECT_RATIO - Static variable in interface com.inet.report.PictureProperties
Scales the source image to fit in the bounds of its element size while keeping the correct aspect ratio.
SCALE_FIT_HEIGHT_KEEP_ASPECT_RATIO - Static variable in interface com.inet.report.PictureProperties
Scales the height of the source image to its element size while keeping the correct aspect ratio.
SCALE_FIT_WIDTH_FIT_HEIGHT - Static variable in interface com.inet.report.PictureProperties
Stretches the source image to the element frame
SCALE_FIT_WIDTH_FIXED_HEIGHT - Static variable in interface com.inet.report.PictureProperties
Scales the width of the source image to its element size and the height using the given scale factor.
SCALE_FIT_WIDTH_KEEP_ASPECT_RATIO - Static variable in interface com.inet.report.PictureProperties
Scales the width of the source image to its element size while keeping the correct aspect ratio.
SCALE_FIXED_WIDTH_FIT_HEIGHT - Static variable in interface com.inet.report.PictureProperties
Scales the width of the source image by the given scaling factor and scales its height to the height of the element.
SCALE_FIXED_WIDTH_FIXED_HEIGHT - Static variable in interface com.inet.report.PictureProperties
Scales the source image by the given scaling factor
ScaleHeight - com.inet.report.AbstractPictureElement.PictureProps
 
ScaleMethod - com.inet.report.AbstractPictureElement.PictureProps
 
ScaleOption - com.inet.report.AbstractPictureElement.PictureProps
 
ScaleWidth - com.inet.report.AbstractPictureElement.PictureProps
 
scanIdentifierQuoteString(Datasource) - Method in class com.inet.report.Database
This method will detect which String should be used to quote database identifiers for the supplied Datasource.
scanSourceType(TableSource, ParameterList, boolean) - Method in class com.inet.report.Database
FOR INTERNAL USE ONLY Ermittelt den Typ der Datenquelle true, bei Stored Procedure false(default)
scanSourceTypeParameters(Connection, String, String, ResultSet, ParameterList) - Method in class com.inet.report.Database
FOR INTERNAL USE ONLY Scans the result set whith a column format as defined by DatabaseMetaData.getProcedureColumns(String, String, String, String) and adds all columns found to a ParameterList.
scanSourceTypeParameterSingle(ResultSet, ParameterList) - Method in class com.inet.report.Database
FOR INTERNAL USE ONLY Add a single parameter, does not change the ResultSet position.
SCATTER - Static variable in class com.inet.report.chart.plot.XYStyle
The scatter chart style.
SCOPE_SYSTEM - Static variable in interface com.inet.config.Configuration
Constant for the scope of a configuration.
This scope means the configuration is stored in the system preferences
SCOPE_TEMP - Static variable in interface com.inet.config.Configuration
Constant for the scope a configuration.
This scope means the configuration will not be permanently stored.
SCOPE_USER - Static variable in interface com.inet.config.Configuration
Constant for the scope a configuration.
This scope means the configuration is stored in the user preferences
search(String, int, int) - Method in class com.inet.report.CacheRenderData
Searches the given phrase in the report, starting at a certain page and using the search options given in the flags.
search(String, int, int) - Method in class com.inet.report.EngineRenderData
Searches the given phrase in the report, starting at a certain page and using the search options given in the flags.
search(String, int, int) - Method in interface com.inet.viewer.RenderData
Searches the given phrase in the report, starting at a certain page and using the search options given in the flags.
search(String, int, int) - Method in class com.inet.viewer.URLRenderData
Searches the given phrase in the report, starting at a certain page and using the search options given in the flags.
SEARCH - Static variable in class com.inet.viewer.ActionPool
Opens the search dialog.
SecondType - com.inet.report.AbstractValueElement.DateTimeProps
 
Section - Class in com.inet.report
The Section class represents the sections of a report.
Each report consists of several sections which are associated with Areas of type: Report Header, Page Header, Group Header, Detail, Group Footer, Report Footer and Page Footer.
Here you can add elements to your report, like lines, boxes, text fields, pictures and of course fields with dynamic content, called FieldElement.
Section - com.inet.report.Area.AttributeTag
 
SectionProperties - com.inet.report.Area.AttributeTag
 
SELECTION_LOCALE - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Selection Locale".
SelectionLocale - com.inet.report.SpecialField.SpecialFieldNames
 
sendHtmlViewer(HttpServletRequest, HttpServletResponse, OutputStream, Properties) - Method in interface com.inet.report.renderer.html.viewer.HTMLViewer
Send the HTML viewer to the client.
ServerPlugin - Interface in com.inet.plugin
This interface must be implemented by server plugin entry points.
ServerPluginManager - Class in com.inet.plugin
The ServerPluginManager is the central point in the server for the plugin framework.
ServerPluginManager() - Constructor for class com.inet.plugin.ServerPluginManager
Create a instance of ServerPluginManager.
ServerPluginManager.PluginLoadFailCause - Enum in com.inet.plugin
Possible cause why a plugin was not loaded.
ServerPluginManager.ServerPluginManagerState - Enum in com.inet.plugin
The state the plugin manager is in: whether before initialization, currently registering plugins, initialized, or resetting
setAbbreviation(Abbreviation) - Method in class com.inet.report.chart.format.FixedNumberFormat
Sets the abbreviation of formatted values.
setAcrossThenDown(boolean) - Method in class com.inet.report.ReportProperties
Sets the printing direction of a multi-column report.
setActived(Map<String, Boolean>) - Method in class com.inet.plugin.ServerPluginManager
Set the activated plugins.
setAddElementAllowed(boolean, int) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to add a element to a report with the i-net Designer.
setAddElementAllowed(boolean, int) - Method in interface com.inet.designer.DesignerDataModel
Set if it is allowed to add a element with the given type to the report.
setAddGroupAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to add new groups to the reports.
setAddGroupAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if add groups is allowed.
setAddSectionAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to add a new section to a report with the i-net Designer.
setAddSectionAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if it is allowed to add sections to the report.
setAliasToken(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the SQL keyword that will be put between table name and table alias.
E.g. the database PostgreSql requires the keyword "AS".
setAliasToken(String) - Method in class com.inet.report.Database
Deprecated.
As of i-net Clear Reports 13.1, replaced by getConfiguration().setAliasToken(String)
setAllowedUserGroups(Set<GUID>) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the list of group-GUIDs that will grant access to this datasource
setAllowFieldClipping(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'allow field clipping'.
setAllowFieldClipping(boolean) - Method in interface com.inet.report.ValueProperties
Specify how the field value is shown when the width of the element is smaller than the width of the string representation of the field.
setAllowFieldClippingFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Set the formula for the property 'allow field clipping'.
setAllowFieldClippingFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets a formula or null to specify the value of the allowed field clipping property by a formula.
setAllowMultipleValues(boolean) - Method in class com.inet.report.PromptField
Sets whether multiple values can be passed to this prompt or only a single value.
setAmPmOrder(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'am pm order/type'.
setAmPmOrder(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'am pm order/type'.
setAmPmOrderFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'am pm order/type'.
setAmPmOrderFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'am pm order/type'.
setAmString(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'am string'.
setAmString(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'am string'.
setAmStringFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'am string'.
setAmStringFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'am string'.
setAtBottomOfPage(boolean) - Method in class com.inet.report.Region
Sets the 'print at bottom of page' property.
setAtBottomOfPageFormula(FormulaField) - Method in class com.inet.report.Region
Sets the formula for the property 'print at bottom of page'.
setAuthor(String) - Method in class com.inet.report.SummaryInfo
Sets the author of the report.
setAutoFitTickLabel(boolean) - Method in class com.inet.report.chart.axis.GroupAxis
Sets whether or not the axis tick labels are automatically adjusted (e.g. by rotating or truncating) to fit the axis space.
setAutomaticScale(boolean) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
setAutomaticScale(boolean) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Sets whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
setAutomaticZoomType(int) - Method in interface com.inet.viewer.ReportView
Sets the type of zoom to use in the report view when the ReportView is displayed anew (for example after resizing the display).
setAutomaticZoomType(int) - Method in class com.inet.viewer.SwingReportView
Sets the type of zoom to use in the report view when the ReportView is displayed anew (for example after resizing the display).
setAutoRange(boolean) - Method in class com.inet.report.chart.axis.DateRange
Sets whether or not the range is to be defined automatically, i.e. at run-time, and depending on the values in the chart.
setAutoRange(boolean) - Method in class com.inet.report.chart.axis.NumberRange
Sets whether or not the range will be defined automatically instead of using the manually set values.
setAutoRefresh(int) - Method in interface com.inet.viewer.ReportView
Sets the auto-refresh time for this report view.
setAutoRefresh(int) - Method in class com.inet.viewer.SwingReportView
Sets the auto-refresh time for this report view.
setAxisLineColor(int) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the ABGR components of the axis line color.
setAxisPosition(AxisPosition) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the position of this axis on the chart or disables the axis from being shown, if AxisPosition.NONE is passed.
setBackColor(int) - Method in class com.inet.report.Area
Does nothing since an Area does not have a background color.
setBackColor(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'back color'.
setBackColor(int) - Method in interface com.inet.report.BoxProperties
Sets the value of the property 'back color'.
setBackColor(int) - Method in class com.inet.report.chart.Legend
Sets the ABGR value representing the legend's background color.
setBackColor(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the ABGR value representing the background color.
setBackColor(int) - Method in class com.inet.report.CrossTabHeader
Sets the background color of the header.
You can use the ABGR value (i.e. 0x000000FF for red) or one of the color constants in class CoderXML.
More information about the usage of colors in RDC can be found in the RDC documentation.
setBackColor(int) - Method in class com.inet.report.ReportComponent
Sets the background color of this report element.
setBackColorFormula(FormulaField) - Method in class com.inet.report.Area
Does nothing since an Area does not have a background color formula.
setBackColorFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'back color'.
setBackColorFormula(FormulaField) - Method in interface com.inet.report.BoxProperties
Sets the formula for the property 'back color'.
setBackColorFormula(FormulaField) - Method in class com.inet.report.CrossTabHeader
Sets the formula of the background color of the header.
You can use the ABGR value (i.e. 0x000000FF for red) or one of the color constants in class CoderXML.
More information about the usage of colors in RDC can be found in the RDC documentation.
setBackColorFormula(FormulaField) - Method in class com.inet.report.ReportComponent
Sets the background color of this report element.
setBarMarginPercent(double) - Method in class com.inet.report.chart.plot.BarPlot
Sets the bar margin (space between the bars).
setBarWidth(double) - Method in class com.inet.report.chart.plot.BarPlot
Sets the maximum bar width, which is specified as a percentage of the available space for all bars,
setBaseUrl(String) - Method in class com.inet.report.FieldElement
Sets the base URL for relative URLs.
setBaseUrl(String) - Method in interface com.inet.report.TextInterpretationProperties
Sets the base URL for relative URLs.
setBaseUrlFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets a property formula for the base URL property.
setBaseUrlFormula(FormulaField) - Method in interface com.inet.report.TextInterpretationProperties
Sets a property formula for the base URL property.
setBeanClassName(String) - Method in class com.inet.report.JavaBean
Sets the name of the beans' class
setBeanProperty(String, FormulaField) - Method in class com.inet.report.JavaBean
Sets the beans property named name to be the value of the passed FormulaField.
setBeanProperty(String, Object) - Method in class com.inet.report.JavaBean
Sets the beans property named name to the passed value (while trying to convert to the properties' type).
setBold(boolean) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font bold'.
setBold(boolean) - Method in interface com.inet.report.FontProperties
Sets whether the text in this element is to be bold or not.
setBooleanFormatOutputType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'boolean format output type'.
setBooleanFormatOutputType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'boolean format output type'.
setBooleanFormatOutputTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'boolean format output type'.
setBooleanFormatOutputTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'boolean format output type'.
setBottomCropping(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'bottom cropping size'.
setBottomCropping(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'bottom cropping size'.
setBottomLineStyle(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'bottom line style'.
setBottomLineStyle(int) - Method in class com.inet.report.Element
Sets the value of the property 'bottom line style'.
setBottomLineStyleFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'bottom line style'.
setBottomLineStyleFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'bottom line style'.
setBulletValueStack(IntStack) - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
setButtonsVisible(int, boolean) - Method in class com.inet.viewer.SwingToolBar
Sets a button or a button group visible or invisible.
setButtonsVisible(int, boolean) - Method in interface com.inet.viewer.ToolBar
Sets a button or a button group visible or invisible.
setBySummaryOrder(BySummaryOrder) - Method in class com.inet.report.Group
Set BySummary sorting order for this group.
setCanGrow(boolean) - Method in class com.inet.report.Element
Sets the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
setCanGrow(boolean) - Method in class com.inet.report.FieldElement
Number and Currency Field Elements can be set can grow, however they then always have a maximum limit of 1 line, i.e.
setCanGrow(boolean) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
setCanGrow(boolean) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'can grow'.
setCanGrowCount(int) - Method in class com.inet.report.Element
Sets the value of the property 'can grow count'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow.
setCanGrowCount(int) - Method in class com.inet.report.FieldElement
Number and Currency Field Elements can only be set to a can grow maximum limit of 1.
setCanGrowCount(int) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'can grow count'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow.
setCanGrowFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
setCanGrowFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container.
setCanGrowFormula(FormulaField) - Method in interface com.inet.report.PictureProperties
Sets the formula for the property 'can grow'.
setCanShrink(boolean) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'can shrink'.
setCanShrink(boolean) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'can shrink'.
setCanShrinkFormula(FormulaField) - Method in class com.inet.report.AbstractPictureElement
Sets the formula for the property 'can shrink'.
setCanShrinkFormula(FormulaField) - Method in interface com.inet.report.PictureProperties
Sets the formula for the property 'can shrink'.
setCascadingParent(String) - Method in class com.inet.viewer.PromptData
If not null, causes this prompt to be viewed as a cascading prompt and sets its parent.
setCatalog(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the database catalog used to create database connection.
setCatalog(String) - Method in class com.inet.report.Datasource
Sets the database name that will be used to connect to the data source.
setCatalog(String) - Method in class com.inet.report.Engine
Sets the database name that will be used at runtime instead of the database name that was specified at design time in the report template.
setCategoryAxis(BaseAxis) - Method in class com.inet.report.chart.plot.StandardPlot
Sets the category axis for this plot.
setCategoryAxis(ContinuousAxis) - Method in class com.inet.report.chart.plot.ContinuousAreaPlot
Sets a category axis.
setCategoryAxis(ContinuousAxis) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Sets a category axis.
setCategoryAxis(ContinuousAxis) - Method in class com.inet.report.chart.plot.ContinuousLinePlot
Sets a category axis.
setCategoryAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.XYPlot
Sets the category axis for this plot.
setCategoryAxis(GroupAxis) - Method in class com.inet.report.chart.plot.AreaPlot
Sets the axis for categories of this plot.
setCategoryAxis(GroupAxis) - Method in class com.inet.report.chart.plot.BarPlot
Sets the axis for categories of this plot.
setCategoryAxis(GroupAxis) - Method in class com.inet.report.chart.plot.GanttPlot
Sets the category axis for the plot.
setCategoryAxis(GroupAxis) - Method in class com.inet.report.chart.plot.LinePlot
Sets the category axis of this plot.
setCategoryAxis(GroupAxis) - Method in class com.inet.report.chart.plot.StockPlot
Sets the category axis for this plot.
setCategoryGroup(Field) - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
Creates a category group on this field.
setCategoryGroup(Field) - Method in class com.inet.report.chart.dataset.OneGroupDataset
Creates a category group on this field.
setCategoryGroup(Field) - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
Creates a category group on this field.
setCategoryGroup(Field) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Creates a category group on this field.
setCategoryGroup(Field) - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
Creates a category group on this field.
setCause(Throwable) - Method in exception com.inet.report.ReportException
Deprecated.
As of i-net Clear Reports 14.1, replaced by Throwable.initCause(Throwable)
setCellMarginsX(int) - Method in class com.inet.report.CrossTabOptions
Sets left and right cell margins of all cells.
setCellMarginsY(int) - Method in class com.inet.report.CrossTabOptions
Sets top and bottom cell margins of all cells.
setCertificateInfoFactory(CertificateInfoFactory) - Static method in class com.inet.report.RDC
Sets the certificate factory that is used to sign PDF documents created with i-net Clear Reports.
setChangeField(Field) - Method in class com.inet.report.SummaryField
Running total changes if this field value was changed.
setChosenValues(Object) - Method in class com.inet.viewer.PromptData
Sets the value(s) actually chosen for this prompt.
setClientLocale(Locale) - Method in class com.inet.report.Engine
This method do the same as the method setLocale(Locale) except that the country from the locale of the server is used for the currency format.
setClientLocale(Locale) - Method in class com.inet.report.EngineBundle
setClientLocale(Locale) - Method in interface com.inet.report.ReportGenerator
setClipboardEnabled(boolean) - Method in class com.inet.report.ReportProperties
Enable the clipboard of the new Java Viewer.
setCloseAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to close reports opened with the i-net Designer.
setCloseAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if is allowed to close reports.
setCloseBorderOnPageBreak(boolean) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'close border on page break'.
setCloseBorderOnPageBreak(boolean) - Method in class com.inet.report.Box
Sets the value of the property 'close border on page break'.
setCloseBorderOnPageBreak(boolean) - Method in interface com.inet.report.BoxProperties
Sets the value of the property 'close border on page break'.
setCloseBorderOnPageBreak(boolean) - Method in class com.inet.report.Element
Sets the value of the property 'close border on page break'.
setCloseBorderOnPageBreakFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'close border on page break'.
setCloseBorderOnPageBreakFormula(FormulaField) - Method in interface com.inet.report.BoxProperties
Sets the formula for the property 'close border on page break'.
setCloseBorderOnPageBreakFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'close border on page break'.
setCloseField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.StockDataset
Sets the data field which provides the close value.
setCloseField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Sets the data field which provides the close value.
setColor(int) - Method in class com.inet.report.chart.axis.AbstractMarker
Sets the color of the line or area of this marker.
setColor(int) - Method in class com.inet.report.chart.ChartTitle
Sets the ABGR value of color for this title.
setColorBySeries(boolean) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets whether the chart items are colored by series or by groups.
setColorFormula(FormulaField) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the color formula which determines the color at run-time.
setColorSequence(Color[]) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the user defined color sequence for this chart plot.
setColumnLabel(String) - Method in class com.inet.report.DatabaseField
Specifies an alias for table columns.
setCombineType(int) - Method in class com.inet.report.chart.plot.CombinedPlot
Sets the combine type.
setComments(String) - Method in class com.inet.report.SummaryInfo
Sets the comments of the report.
setConfiguration(DatabaseConfiguration) - Method in class com.inet.report.database.BaseDataFactory
Sets the DatabaseConfiguration for this DataFactory. this is calling from the runtime after creating.
setConfiguration(DatabaseConfiguration) - Method in interface com.inet.report.database.DataFactory
Sets the DatabaseConfiguration for this DataFactory. this is calling from the runtime after creating.
setConnection(Connection) - Method in class com.inet.report.Datasource
Sets the connection to the data source.
If there already exists a valid connection, it will be closed and replaced by the set connection.
setConnection(Connection) - Method in class com.inet.report.Engine
Sets the connection object to the engine of the main- or subreport.
You can use this method for instance if you have your own pool of database connections so that you can take the advantage of your own pooled connections.
The i-net Clear Reports engine will close the connection after using it, thus indicating to the pool manager that the connection is no longer in use.
setConnectionCloseOnFinishing(boolean) - Method in class com.inet.report.Engine
Sets if the set connection should be closed or not be closed after the report executing has been finished.
setConvertNullValuesToDefault(boolean) - Method in class com.inet.report.ReportProperties
If convertNullValuesToDefault is set to true the report will convert null values from the database to a 0 (for numeric fields) or a blank (for non-numeric fields).
setCookie(String) - Method in class com.inet.viewer.URLRenderData
Sets the cookie for the next connections made by URLRenderData.
setCorePluginId(String) - Method in class com.inet.plugin.ServerPluginManager
Set the name of the core plugin id.
setCornerEllipseHeight(int) - Method in class com.inet.report.Box
Sets the value of the property 'corner ellipse height'.
setCornerEllipseHeight(int) - Method in interface com.inet.report.BoxProperties
Sets the value of the property 'corner ellipse height'.
setCornerEllipseWidth(int) - Method in class com.inet.report.Box
Sets the value of the property 'corner ellipse width'.
setCornerEllipseWidth(int) - Method in interface com.inet.report.BoxProperties
Sets the value of the property 'corner ellipse width'.
setCreated(Date) - Method in class com.inet.report.SummaryInfo
Sets the date and time the report was created.
setCreator(String) - Static method in class com.inet.report.Engine
Sets the creator string that is visible in the exported files.
setCrossTabGridLineFormat(CrossTabGridLineFormat[]) - Method in class com.inet.report.CrossTab
Sets the gridline format of the crosstab.
setCurrencyPosition(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'currency position type'.
setCurrencyPosition(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'currency position type'.
setCurrencyPositionFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'currency position type'.
setCurrencyPositionFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'currency position type'.
setCurrencySeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the separator to be displayed between the number value and the currency value.
setCurrencySeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the separator to be displayed between the number value and the currency value.
setCurrencySeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula which should be used to retrieve the value for the separator between number value and currency symbol.
setCurrencySeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula which should be used to retrieve the value for the separator between number value and currency symbol.
setCurrencySymbol(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'currency symbol'.
setCurrencySymbol(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'currency symbol'.
setCurrencySymbolFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'currency symbol'.
setCurrencySymbolFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'currency symbol'.
setCurrencySymbolType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'currency symbol type'.
setCurrencySymbolType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'currency symbol type'.
setCurrencySymbolTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'currency symbol type'.
setCurrencySymbolTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'currency symbol type'.
setCurrent(LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
Sets the specified LoginProcessor as the info for the current request session/thread.
setCurrent(Configuration) - Method in class com.inet.config.ConfigurationManager
Sets the given configuration as the one currently being used by the application instead of the default configuration as specified in ConfigurationManager.getCurrent().
setCurrent(BaseRunnableSession, LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
FOR INTERNAL USE ONLY Sets the specified LoginProcessor in the session.
setCurrentField(Field) - Method in class com.inet.report.FormulaField
This field references the current report field, which contains this formula.
setCurrentForAllThreads(LoginProcessor) - Static method in class com.inet.authentication.LoginProcessor
Set the LoginProcessor from the designer.
setCurrentReportView(ReportView) - Method in interface com.inet.viewer.ReportViewer
Sets which ReportView is currently selected and to be affected by any toolbar actions, etc.
setCurrentReportView(ReportView) - Method in class com.inet.viewer.SwingReportViewer
Sets which ReportView is currently selected and to be affected by any toolbar actions, etc.
setCustomData(Object) - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY Sets the custom data for this report component.
setCustomizeGroupNameField(int) - Method in class com.inet.report.Group
Use this property to customize the group name field.
setCustomPromptEditor(String, int, CustomPromptEditor) - Method in interface com.inet.viewer.ReportViewer
Registers the given CustomPromptEditor for prompts with the given name and value type, case-insensitive.
setCustomPromptEditor(String, int, CustomPromptEditor) - Method in class com.inet.viewer.SwingReportViewer
Registers the given CustomPromptEditor for prompts with the given name and value type, case-insensitive.
setData(String[], Object[][]) - Method in class com.inet.report.Engine
Sets the report data with external data without the use of a JDBC driver.
setData(String[], Object[][], boolean) - Method in class com.inet.report.Engine
Sets the report data with external data without the use of a JDBC driver.
setData(String, String[], Object[][]) - Method in class com.inet.report.Engine
Set the data for one TableSource.
setData(String, ResultSet) - Method in class com.inet.report.Engine
Set the data for one TableSource.
setData(ResultSet) - Method in class com.inet.report.Engine
Sets the report data with an ResultSet.
setData(List<String>, List<?>, boolean) - Method in class com.inet.report.Engine
The columns contains the strings with the columns names.
setDataAxis(ContinuousDateAxis) - Method in class com.inet.report.chart.plot.GanttPlot
Sets the data axis of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.AreaPlot
Sets the axis for data of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.BarPlot
Sets the axis for data of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.ContinuousAreaPlot
Sets a data axis of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Sets a data axis of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.ContinuousLinePlot
Sets a data axis of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.LinePlot
Sets the data axis of this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.StockPlot
Sets the data axis for this plot.
setDataAxis(ContinuousNumberAxis) - Method in class com.inet.report.chart.plot.XYPlot
Sets the data axis for this plot.
setDataAxis(DiscreteNumberAxis) - Method in class com.inet.report.chart.plot.StandardPlot
Sets the data axis for this plot.
setDatabase(Database) - Method in class com.inet.report.Datasource
Deprecated.
As of i-net Clear Reports 13.0, replaced by Datasource.setDataFactory(DataFactory)
setDatabaseChangeAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if changes to the connection are allowed.
setDatabaseChangeAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether changes to the connection are allowed.
setDatabaseClassname(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the class name of a class extended from com.inet.report.database.DataFactory.
setDatabaseIdentifierName(String) - Method in class com.inet.report.TableSource
Sets the identifier name of the TableSource.
setDataFactory(DataFactory) - Method in class com.inet.report.Datasource
Allows to set an user defined DataFactory class that controls the access to the database or data.
setDataField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Sets the data field which values will be calculated by the summary operation and shown in the chart as i.e. bar length.
setDataGroup(GroupField) - Method in class com.inet.report.FacturXSettings
Set for which group a line in the invoice should be created.
setDataset(GanttDataset) - Method in class com.inet.report.chart.plot.GanttPlot
Sets the dataset for gantt chart.
setDataset(PieDataset) - Method in class com.inet.report.chart.plot.MultiplePiePlot
Sets a pie dataset for this chart.
setDataset(PieDataset) - Method in class com.inet.report.chart.plot.PiePlot
Sets a pie dataset for this chart.
setDataset(StandardDataset) - Method in class com.inet.report.chart.plot.MultiplePiePlot
Sets the dataset for this plot.
setDataset(StandardDataset) - Method in class com.inet.report.chart.plot.StandardPlot
Sets the data container for this plot.
setDataset(StockDataset) - Method in class com.inet.report.chart.plot.StockPlot
Sets the data container for this plot.
setDataset(XYDataset) - Method in class com.inet.report.chart.plot.XYPlot
Sets the dataset for this plot.
setDatasource(Datasource) - Method in class com.inet.report.FieldValueProvider
Sets the datasource to run the query on.
setDatasource(Datasource) - Method in class com.inet.report.QueryValueProvider
Sets the data source on which the query is to be executed.
setDataSourceConfiguration(DataSourceConfiguration) - Method in class com.inet.report.Datasource
Defines that this Datasource bases on a data source configuration.
setDataSourceConfigurationName(String) - Method in class com.inet.report.Datasource
Defines that this Datasource bases on a data source configuration.
setDataSourceConfigurationName(String) - Method in class com.inet.report.Engine
Sets the name of datasource configuration.
setDataSourceManagerAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Sets whether the datasource manager dialog shall be accessible or not.
setDataSourceManagerAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether the datasource manager dialog shall be accessible or not.
setDateCalendarType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date calendar type'.
setDateCalendarType(int) - Method in interface com.inet.report.ValueProperties
For future use.
setDateCalendarTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date calendar type'.
setDateCalendarTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
For future use.
setDateEraType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date era type'.
setDateEraType(int) - Method in interface com.inet.report.ValueProperties
For future use.
setDateEraTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date era type'.
setDateEraTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
For future use.
setDateFirstSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date first separator'.
setDateFirstSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date first separator'.
setDateFirstSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date first separator'.
setDateFirstSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date first separator'.
setDateFormatType(int) - Method in class com.inet.report.AbstractValueElement
Sets the date format type to use for this element.
setDateFormatType(int) - Method in interface com.inet.report.ValueProperties
Sets the date format type to use for this element.
setDateFormatTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date format type'.
setDateFormatTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date format type'.
setDateOrder(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date order'.
setDateOrder(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date order'.
setDateOrderFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date order'.
setDateOrderFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date order'.
setDatePatternConstant(String) - Method in class com.inet.report.chart.format.DateTimeFormat
Sets the date format pattern constant, e.g.
setDatePrefixSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date prefix separator'.
setDatePrefixSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date prefix separator'.
setDatePrefixSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date prefix separator'.
setDatePrefixSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date prefix separator'.
setDateRange(DateRange) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets the range controller object.
setDateSecondSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date second separator'.
setDateSecondSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date second separator'.
setDateSecondSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date second separator'.
setDateSecondSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date second separator'.
setDateStepWidthType(Integer) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets date step width of axis units: a step will be 1 of whichever unit is provided.
setDateSuffixSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date suffix separator'.
setDateSuffixSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date suffix separator'.
setDateSuffixSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date suffix separator'.
setDateSuffixSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date suffix separator'.
setDateTimeOrder(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date time order'.
setDateTimeOrder(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date time order'.
setDateTimeOrderFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date time order'.
setDateTimeOrderFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date time order'.
setDateTimeSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'date time separator'.
setDateTimeSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'date time separator'.
setDateTimeSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'date time separator'.
setDateTimeSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'date time separator'.
setDateWindowsDefaultTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Deprecated.
As of i-net Crystal-Clear 8.0, use AbstractValueElement.setDateFormatTypeFormula(FormulaField) instead.
setDayOfWeekEnclosure(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'day of week enclosure'.
setDayOfWeekEnclosure(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'day of week enclosure'.
setDayOfWeekEnclosureFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'day of week enclosure'.
setDayOfWeekEnclosureFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'day of week enclosure'.
setDayOfWeekPosition(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'day of week position'.
setDayOfWeekPosition(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'day of week position'.
setDayOfWeekPositionFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'day of week position'.
setDayOfWeekPositionFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'day of week position'.
setDayOfWeekSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'day of week separator'.
setDayOfWeekSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'day of week separator'.
setDayOfWeekSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'day of week separator'.
setDayOfWeekSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'day of week separator'.
setDayOfWeekType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'day of week type'.
setDayOfWeekType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'day of week type'.
setDayOfWeekTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'day of week type'.
setDayOfWeekTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'day of week type'.
setDayType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'day type'.
setDayType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'day type'.
setDayTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'day type'.
setDayTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'day type'.
setDecimalSeparatorSymbol(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'decimal separators symbol'.
setDecimalSeparatorSymbol(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'decimal separators symbol'.
setDecimalSeparatorSymbolFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'decimal separators symbol'.
setDecimalSeparatorSymbolFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'decimal separators symbol'.
setDefaultExportDirectory(String) - Method in class com.inet.viewer.SwingReportViewer
Sets the default directory in that the Java viewer will save the exported files.
setDefaultPageLayout(Engine) - Static method in class com.inet.designer.EmbeddedUtils
This method loads the default page layout from the local registry.
It can be called for example to initialize the page layout for a new engine with the default layout.
setDefaultSetting(DefaultSetting.Key, DefaultSetting) - Method in class com.inet.viewer.SwingReportViewer
Applies a setting defined by the given key-value pair.
setDefaultValue(int, DefaultValue) - Method in class com.inet.report.PromptField
Overrides a single default value at the given index.
setDefaultValueProvider(DynamicValueProvider) - Method in class com.inet.report.PromptField
Sets the DynamicValueProvider which will dynamically create values for the default values at run-time.
setDefaultValues(DefaultValue[]) - Method in class com.inet.report.PromptField
Sets the default values for this prompt.
setDescription(String) - Method in interface com.inet.config.Configuration
Sets a description for this configuration.
setDescription(String) - Method in class com.inet.report.DefaultValue
Sets the description of this default value.
setDescription(String) - Method in class com.inet.viewer.PromptValue
Set the description of the parameter field that can be used with API or in the prompt request dialog.
setDescriptionOnly(boolean) - Method in class com.inet.report.PromptField
Sets whether or not only the descriptions of the default values are to be shown when this field is prompted for.
setDescriptions(DatabaseField) - Method in class com.inet.report.FieldValueProvider
Sets the description DatabaseField.
setDesignNeedsConnection(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if the with the i-net Designer opened reports need a database connection.
setDesignNeedsConnection(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether the design of reports needs a connection.
setDiscreteOrRangeType(int) - Method in class com.inet.report.PromptField
Sets the value of the property 'discrete or range type'.
setDisplayName(String) - Method in class com.inet.viewer.PromptData
Sets the name to be used in the display of the prompt name.
setDistinct(boolean) - Method in class com.inet.report.ReportProperties
Set the value of the property 'distinct'.
setDivideField(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that the signature field must be divided into two parts.
setDivideField(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that the signature field must be divided into two parts.
setDocumentOutput(DocumentOutput) - Method in class com.inet.report.Engine
Set the output location for the rendered data.
setDocumentOutput(DocumentOutput) - Method in class com.inet.report.EngineBundle
Set the output location for the rendered data.
setDocumentOutput(DocumentOutput) - Method in interface com.inet.report.ReportGenerator
Set the output location for the rendered data.
setDrawItemLabelOutline(boolean) - Method in class com.inet.report.chart.plot.PiePlot
Sets whether or not to draw the item label outline.
setDrawOutline(boolean) - Method in class com.inet.report.chart.Legend
Sets whether or not to draw the outline of legend.
setDrawOutline(boolean) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets whether or not to draw the outline.
setDrilldownEnabled(boolean) - Method in interface com.inet.viewer.ReportView
Sets whether this report view should allow drill downs on its groups if it has any.
setDrilldownEnabled(boolean) - Method in class com.inet.viewer.SwingReportView
Sets whether this report view should allow drill downs on its groups if it has any.
setDriverClassname(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the class name of a java.sql.Driver implementation.
setDropShadow(boolean) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'drop shadow'.
setDropShadow(boolean) - Method in interface com.inet.report.BoxProperties
Sets the value of the property 'drop shadow'.
setDropShadow(boolean) - Method in class com.inet.report.Element
Sets the value of the property 'drop shadow'.
setDropShadow(boolean) - Method in class com.inet.report.Line
Lines can not have drop shadows.
setDropShadowFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'drop shadow'.
setDropShadowFormula(FormulaField) - Method in interface com.inet.report.BoxProperties
Sets the formula for the property 'drop shadow'.
setDropShadowFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'drop shadow'.
setDropShadowFormula(FormulaField) - Method in class com.inet.report.Line
Lines can not have drop shadows.
setEditable(boolean) - Method in class com.inet.report.PromptField
Sets whether or not values are allowed to be entered other than the default values themselves.
setEnabled(boolean) - Method in class com.inet.viewer.ViewerAction
Enables or disables the action.
setEnabledFormats(String[]) - Method in class com.inet.report.ReportProperties
Sets a list of valid formats, that is, which formats it is possible to render.
setEndField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.GanttDataset
Sets the data field which indicates the end position of each interval bar.
setEndField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Sets the data field which indicates the end position of each interval bar.
setEndSection(Section) - Method in class com.inet.report.AbstractLineElement
Sets the value of the property 'end section'.
setEndSection(Section) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'end section'.
setEndValue(SinglePromptValue) - Method in class com.inet.viewer.RangePromptValue
Sets the Upper limit to the range, or null if there is no upper limit
setEngineFactory(EngineFactory) - Static method in class com.inet.report.cache.Cache
You can override the default EngineFactory.
setEngineParams(Engine, Properties) - Method in class com.inet.report.EngineRenderData
Overrides the properties stored in the Engine with the properties stored in props.
setEngineParams(Engine, Properties, boolean) - Method in class com.inet.report.EngineRenderData
Overrides the properties stored in the Engine with the properties stored in props.
setEngineParams(Engine, Properties, PropertiesChecker, Object) - Static method in class com.inet.report.RDC
FOR INTERNAL USE ONLY
setErrorData(byte[]) - Method in class com.inet.report.cache.store.CachedOutput
Set error data.
setErrorData(byte[]) - Method in interface com.inet.report.output.DocumentOutput
Set error data.
setErrorData(byte[]) - Method in class com.inet.report.output.DocumentOutputStream
Set error data.
setErrorMessage(String) - Method in class com.inet.viewer.Progress
Sets an error message for this progress to pass failure information to the viewer.
setErrorMsg(String) - Method in class com.inet.report.Engine
Sets an error message.
setExpandPercent(double) - Method in class com.inet.report.chart.plot.PiePlot
Sets the detach percentage of sections selected with PiePlot.setSectionIndexes(int[]).
setExportEnabled(boolean) - Method in class com.inet.report.ReportProperties
Enable or disable the export button and the export API of the new Java Viewer.
setExtendToBottomOfSectionWhenPrinting(boolean) - Method in class com.inet.report.AbstractLineElement
Sets the value of the property 'extend to bottom of section when printing'.
setExtendToBottomOfSectionWhenPrinting(boolean) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'extend to bottom of section when printing'.
setField(Field) - Method in class com.inet.report.AbstractValueElement
Sets the field definition element (for example, DatabaseField element, prompt field element).
setField(Field) - Method in class com.inet.report.CrossTabHeader
Set the field of grouping.
setField(Field) - Method in class com.inet.report.Element
Sets the field definition element (for example, DatabaseField element, prompt field element).
setField(Field) - Method in class com.inet.report.Field
Sets the field definition element (for example, DatabaseField element, prompt field element).
setField(Field) - Method in class com.inet.report.Group
Sets the field definition element.
setField(Field) - Method in class com.inet.report.GroupField
Sets the field definition element (for example, DatabaseField element, prompt field element).
setField(Field) - Method in class com.inet.report.SummaryField
setField2nd(Field) - Method in class com.inet.report.SummaryField
Sets the second field.
setFieldRefName(String) - Method in class com.inet.report.QueryValueProvider
Sets the reference name to use if this provider used as a parent source to a cascading prompt.
setFirstLineIndent(int) - Method in class com.inet.report.FieldElement
Sets the value of the property 'first line indent'.
setFirstLineIndent(int) - Method in class com.inet.report.Paragraph
Sets the value of the property 'first line indent'.
setFirstLineIndent(int) - Method in interface com.inet.report.ParagraphProperties
Sets the value of the property 'first line indent'.
setFirstLineIndentFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the property 'first line indent'.
setFirstLineIndentFormula(FormulaField) - Method in class com.inet.report.Paragraph
Sets the formula whose return value determines the property 'first line indent'.
setFirstLineIndentFormula(FormulaField) - Method in interface com.inet.report.ParagraphProperties
Sets the formula whose return value determines the property 'first line indent'.
setFirstValue(double) - Method in class com.inet.report.chart.axis.IntervalMarker
Sets the start value (lower bound) of this marker.
setFirstValueFormula(FormulaField, boolean) - Method in class com.inet.report.chart.axis.IntervalMarker
Set the Formula for the first value of the marker.
Expected type is double or datetime.
setFont(Font) - Method in class com.inet.report.chart.ChartTitle
Sets the font of the label.
setFontColor(int) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font color'.
setFontColor(int) - Method in interface com.inet.report.FontProperties
Sets the font color for the text in this element to the given RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
setFontColorFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Sets the formula of the property 'font color'.
setFontColorFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets the property formula for the font color.
setFontData(byte[], int) - Method in class com.inet.report.cache.store.CachedOutput
Override the font data with a new version.
setFontData(byte[], int) - Method in interface com.inet.report.output.DocumentOutput
Override the font data with a new version.
setFontData(byte[], int) - Method in class com.inet.report.output.DocumentOutputStream
Override the font data with a new version.
setFontName(String) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font name'.
setFontName(String) - Method in interface com.inet.report.FontProperties
Sets the font name for the text in this element.
setFontNameFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Sets the formula for the property 'font name'.
setFontNameFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets a property formula for the font name.
setFontSize(int) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font size'.
setFontSize(int) - Method in interface com.inet.report.FontProperties
Sets the font size for the text in this element in points.
setFontSizeFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Sets the formula for the property 'font size'.
setFontSizeFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets a property formula for the font size.
setFontSizeTwips(int) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font size'.
setFontSizeTwips(int) - Method in interface com.inet.report.FontProperties
Sets the font size for the text in this element in twips.
setFontStyle(int) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'font style'.
setFontStyle(int) - Method in interface com.inet.report.FontProperties
Sets the font style for the text.
setFontStyleFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Sets the formula for the property 'font style'.
setFontStyleFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets a property formula for the font style.
setFootnote(ChartTitle) - Method in class com.inet.report.Chart2
Sets the footnote of this chart.
setForceUseGET(boolean) - Method in class com.inet.viewer.URLRenderData
If you set this to true, the URL request will never send parameters as POST parameters but only as a GET request.
setForeColor(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'fore color'.
setForeColor(int) - Method in class com.inet.report.Element
Sets the value of the property 'fore color'.
setForeColor(int) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'fore color'.
setForeColorFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula of the property 'fore color'.
setForeColorFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula fore color of the element.
setForegroundAlpha(float) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the alpha (opaqueness) value for the foreground color: 1.0 is fully opaque, while 0.0 is fully transparent.
setFormatGroupsWithMultipleColumn(boolean) - Method in class com.inet.report.ReportProperties
Should be group header/footer be treated as an ordinary label in a multi-column report?
setFormatingProperties(FormatingProperties) - Method in interface com.inet.report.chart.format.ChartFormat
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
setFormatingProperties(FormatingProperties) - Method in class com.inet.report.chart.format.DateTimeFormat
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
setFormatingProperties(FormatingProperties) - Method in class com.inet.report.chart.format.FixedNumberFormat
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
setFormatingProperties(FormatingProperties) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
setFormatingProperties(FormatingProperties) - Method in class com.inet.report.chart.format.PatternNumberFormat
Sets the location specific formating properties, e.g. locale, time zone, first day of week.
setFormatWithMultipleColumns(boolean) - Method in class com.inet.report.ReportProperties
Sets if the detail section of the report should be formatted in multiple columns of variable or fixed (labels) length.
setFormPrint(boolean) - Method in class com.inet.report.ReportProperties
Determines whether this report is a form - forms are never automatically resized if the designed margins are larger than the printable area, rather, the area which is not printable is truncated instead.
setFormula(int, FormulaField) - Method in class com.inet.report.SpecifiedOrder
Set a new formula value on the idx position.
setFormula(FormulaField) - Method in class com.inet.report.Trigger
Set the formula of the trigger.
setFormula(String) - Method in class com.inet.report.FormulaField
Sets formula text to this element and parses the formula.
setFormulaTree(Evaluable) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
setFormulaType(int) - Method in class com.inet.report.FormulaField
Sets the formula type.
setFrom(Object) - Method in class com.inet.report.FormulaRange
Sets the value the range should begin with.
setGF(String) - Method in class com.inet.report.Engine
Specifies a group selection formula.
setGlyphOrientation(int) - Method in class com.inet.report.FieldElement
Sets the orientation of the glyphs.
setGlyphOrientation(int) - Method in class com.inet.report.Subreport
Sets the orientation of the glyphs.
setGlyphOrientation(int) - Method in class com.inet.report.Text
Sets the orientation of the glyphs.
setGlyphOrientation(int) - Method in interface com.inet.report.TextProperties
Sets the orientation of the glyphs.
setGlyphOrientationFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the glyph orientation.
setGlyphOrientationFormula(FormulaField) - Method in class com.inet.report.Subreport
Sets the formula whose return value determines the glyph orientation.
setGlyphOrientationFormula(FormulaField) - Method in class com.inet.report.Text
Sets the formula whose return value determines the glyph orientation.
setGlyphOrientationFormula(FormulaField) - Method in interface com.inet.report.TextProperties
Sets the formula whose return value determines the glyph orientation.
setGradientSetting(AbstractPlot.GradientSetting) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the gradient paint settings.
setGridlineColor(int) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the ABGR components of the grid lines color.
setGridlinesVisible(boolean) - Method in class com.inet.report.chart.axis.BaseAxis
Sets whether or not the axis grid lines are visible.
setGroup(Group) - Method in class com.inet.report.Field
Sets the group this field should associated with.
setGroup(Group) - Method in class com.inet.report.SummaryField
Sets the group this field should associated with.
setGroupDirectionFormula(FormulaField) - Method in class com.inet.report.Group
Sets the formula of sort direction of current group.
setGroupNameDbField(DatabaseField) - Method in class com.inet.report.Group
If property 'customize groupname field' is set to CUSTOMIZE_GROUP_NAME_FIELD_ENABLED a databasefield is needed for rendering.
setGroupNameFormula(FormulaField) - Method in class com.inet.report.Group
If property 'customize groupname field' is set to CUSTOMIZE_GROUP_NAME_FIELD_ENABLED_WITH_FM a formula is needed for rendering.
setGroupTree(byte[]) - Method in class com.inet.report.cache.store.CachedOutput
Set the group tree.
setGroupTree(byte[]) - Method in interface com.inet.report.output.DocumentOutput
Set the group tree.
setGroupTree(byte[]) - Method in class com.inet.report.output.DocumentOutputStream
Set the group tree.
setGroupTreeVisible(boolean) - Method in class com.inet.report.ReportProperties
Enable or disable the GroupTree of the Java Viewer.
setGroupType(int) - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY Setzt den Typ der Gruppe.
setHasGroupTree(boolean) - Method in interface com.inet.viewer.ReportView
Sets this report view to whether or not it is to show a group tree.
setHasGroupTree(boolean) - Method in interface com.inet.viewer.ReportViewer
Sets all report views to whether or not they are to show a group tree.
setHasGroupTree(boolean) - Method in class com.inet.viewer.SwingReportView
Sets this report view to whether or not it is to show a group tree.
setHasGroupTree(boolean) - Method in class com.inet.viewer.SwingReportViewer
Sets all report views to whether or not they are to show a group tree.
setHasStatusBar(boolean) - Method in interface com.inet.viewer.ReportViewer
Sets for all report views whether or not they are to show a status bar.
setHasStatusBar(boolean) - Method in class com.inet.viewer.SwingReportViewer
Sets for all report views whether or not they are to show a status bar.
setHeaderTitle(ChartTitle) - Method in class com.inet.report.Chart2
Sets the header title of this chart.
setHeight(int) - Method in class com.inet.report.AbstractLineElement
Sets the height of an element.
setHeight(int) - Method in class com.inet.report.CrossTab
This element can not be resized.
setHeight(int) - Method in class com.inet.report.CrossTabDescriptionSection
This element can not be resized.
setHeight(int) - Method in interface com.inet.report.LineProperties
Sets the height of an element.
setHeight(int) - Method in interface com.inet.report.PictureProperties
Sets the height of an element.
setHeight(int) - Method in class com.inet.report.ReportComponent
Sets the height of this report element.
setHeightScalingFactor(double) - Method in class com.inet.report.AbstractPictureElement
Sets the property 'height scaling factor'.
setHeightScalingFactor(double) - Method in interface com.inet.report.PictureProperties
Sets the property 'height scaling factor'.
setHelpCenterMode(boolean) - Static method in class com.inet.config.ConfigurationManager
FOR INTERNAL USE ONLY
setHidePageFooterInsideReportHeader(boolean) - Method in class com.inet.report.ReportProperties
Set value of the flag "Hide PageFooter inside ReportHeader".
setHierarchicalGrouping(boolean, Field, int) - Method in class com.inet.report.Group
Enable or disable the property 'hierarchical grouping' with this method.
setHighField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.StockDataset
Sets the data field which provides the high value.
setHighField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Sets the data field which provides the high value.
setHighLimitIncluded(boolean) - Method in class com.inet.report.FormulaRange
Sets whether or not the high limit of this range is inclusive or exclusive.
setHorAlign(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'horizontal alignment'.
setHorAlign(int) - Method in class com.inet.report.Element
Sets the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
setHorAlign(int) - Method in class com.inet.report.FieldPart
Use the value of the parent paragraph.
setHorAlign(int) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
setHorAlign(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'horizontal alignment'.
setHorAlign(int) - Method in class com.inet.report.Text
Sets the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
setHorAlign(int) - Method in class com.inet.report.TextPart
Use the value of the parent paragraph.
setHorAlignFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
setHorAlignFormula(FormulaField) - Method in class com.inet.report.FieldPart
Use the value of the parent paragraph.
setHorAlignFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified.
setHorAlignFormula(FormulaField) - Method in interface com.inet.report.PictureProperties
Sets the formula for the property 'horizontal alignment'.
setHorAlignFormula(FormulaField) - Method in class com.inet.report.TextPart
Use the value of the parent paragraph.
setHorizontal(int) - Method in class com.inet.report.ReportProperties
Sets the horizontal gap between multi-column labels.
setHost(String) - Method in class com.inet.report.Datasource
Sets the host name that will be used to connect to the data source.
setHostnameVerifier(HostnameVerifier) - Method in class com.inet.viewer.URLRenderData
Sets a HostnameVerifier that is used if the report has an HTTPS url.
setHourMinuteSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'hour minute sepereator'.
setHourMinuteSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'hour minute separator'.
setHourMinuteSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'hour minute sepereator'.
setHourMinuteSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'hour minute separator'.
setHourType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'hour type'.
setHourType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'hour type'.
setHourTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'hour type'.
setHourTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'hour type'.
setHyperlinkUrl(String) - Method in class com.inet.report.Element
Sets the target location of a hyperlink which is assoziated with this element.
This modify also the hyperlink type.
setHyperlinkUrl(String) - Method in interface com.inet.report.HyperlinkProperties
Sets the target location of a hyperlink which is associated with this element.
This modify also the hyperlink type.
setHyperlinkUrl(String) - Method in class com.inet.report.Line
Setting hyperlinks on lines is not possible and will throw an UnsupportedOperationException
setHyperlinkUrlFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'hyperlink url'.
Use this property to specify an url of a web site, an e-mail address or the url of a html-file.
setHyperlinkUrlFormula(FormulaField) - Method in interface com.inet.report.HyperlinkProperties
Sets the formula for the property 'hyperlink url'.
Use this property to specify an url of a web site, an e-mail address or the url of a html-file.
setHyperlinkUrlFormula(FormulaField) - Method in class com.inet.report.Line
Setting hyperlinks on lines is not possible and will throw an UnsupportedOperationException
setIdentifierQuoteString(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the string used to quote SQL identifiers.
setIdentifierQuoteString(String) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Sets the string used to quote SQL identifiers.
setIgnoreFiltering(boolean) - Method in class com.inet.report.ReportProperties
Deprecated.
As of i-net Clear Reports 15, instead remove the record selection from the report with Report.setRecordSelectionFormula(FormulaField)
setIgnoreSorting(boolean) - Method in class com.inet.report.ReportProperties
Deprecated.
As of i-net Clear Reports 15, instead remove sort fields from the report with Fields.removeSortField(int)
setIgnoreZeroValues(boolean) - Method in class com.inet.report.chart.plot.PiePlot
Sets the flag that controls whether or not the null and zero values will be ignored.
setImageKeyFormula(FormulaField) - Method in class com.inet.report.AbstractPictureElement
Sets a Formulafield which contains a key string to identify identical images.
setImageKeyFormula(FormulaField) - Method in interface com.inet.report.PictureProperties
Sets a Formulafield which contains a key string to identify identical images.
setImageLocationFormula(FormulaField) - Method in class com.inet.report.Picture
Use this formula to exchange the source of the image dynamically at runtime.
setIncludeHigh(boolean) - Method in class com.inet.viewer.RangePromptValue
Sets whether the upper limit is included in the range
setIncludeLow(boolean) - Method in class com.inet.viewer.RangePromptValue
Sets whether the lower limit is included in the range
setIndentation(int) - Method in class com.inet.report.Group
Sets the depth of the indentation of the data groups.
setIndentLabel(boolean) - Method in class com.inet.report.CrossTabHeaderList
Sets whether the row label should be indent (true) or not (false).
setIndentLabelSize(int) - Method in class com.inet.report.CrossTabHeaderList
Sets the size of indentation of the row label for the crosstab's indent row label mode.
setIndeterminate(boolean) - Method in class com.inet.viewer.Progress
Set the status of the progress to indeterminate or determined.
setIndex(int) - Method in class com.inet.report.Element
Changes the z-order position of this element in the section (0 is all the way in the back, greater numbers cause the elements to overlap elements with a lower z index).
setInfoMessage(String) - Method in interface com.inet.viewer.StatusBar
Sets and shows a info message in this StatusBar.
setInfoMessage(String) - Method in class com.inet.viewer.SwingStatusBar
Sets and shows a info message in this StatusBar.
setInputParameter(String[], int[]) - Method in class com.inet.report.TableSource
Defines the input parameter for this TableSource.
setInputParameter(String[], int[], Object[]) - Method in class com.inet.report.TableSource
Defines the input parameter for this TableSource.
setInputParameter_TypesOfSQLType(String[], int[]) - Method in class com.inet.report.TableSource
Deprecated.
As of i-net Clear Reports 15, instead use TableSource.setInputParameter(String[], int[])
setInputParameter_TypesOfSQLType(String[], int[], Object[]) - Method in class com.inet.report.TableSource
Deprecated.
As of i-net Clear Reports 15, instead use TableSource.setInputParameter(String[], int[], Object[])
setIntervalType(String) - Method in class com.inet.report.FormulaRange
If the range type is Date or Time, the intervalType specifies the part of the Date or Time that should be used for the range, e.g.
setInverseOrder(boolean) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the orientation of the values on the axis -true if inverse, false otherwise
setIsInvalidSPSelectable(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if a invalid connection is selectable in the virtual database dialog.
setItalic(boolean) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'italic'.
setItalic(boolean) - Method in interface com.inet.report.FontProperties
Sets whether the text in this element is to be italic or not.
setItemLabelAlignment(int) - Method in class com.inet.report.chart.plot.BarPlot
Sets the item label alignment.
setItemLabelAlignment(int) - Method in class com.inet.report.chart.plot.GanttPlot
Sets the item label alignment.
setItemLabelAlignment(int) - Method in class com.inet.report.chart.plot.StockPlot
Sets the item label alignment.
setItemLabelBackColor(int) - Method in class com.inet.report.chart.plot.PiePlot
Sets the ABGR value representing the background color of item labels.
setItemLabelColor(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the ABGR value representing the color of the item labels.
setItemLabelFont(Font) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the font of the item labels.
setItemLabelFormat(ChartFormat) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the format for the item value.
setItemLabelFormatFormula(FormulaField) - Method in class com.inet.report.chart.plot.AbstractPlot
Set the format formula for the item values.
setItemLabelGap(double) - Method in class com.inet.report.chart.plot.PiePlot
Sets the gap between the pie and the item label.
setItemLabelOutlineColor(int) - Method in class com.inet.report.chart.plot.PiePlot
Sets the ABGR components of the legend outline color.
setItemLabelOutlineStyle(int) - Method in class com.inet.report.chart.plot.PiePlot
Sets the border line style of item labels.
setItemLabelOutlineWidth(int) - Method in class com.inet.report.chart.plot.PiePlot
Sets the item labels outline width in twips.
setItemLabelPosition(int) - Method in class com.inet.report.chart.plot.GanttPlot
Sets the item label position on the chart item.
setItemLabelPosition(int) - Method in class com.inet.report.chart.plot.StandardPlot
Sets the item label position on the chart item.
setItemLabelPosition(int) - Method in class com.inet.report.chart.plot.StockPlot
Sets the item label position on the chart item.
setItemShape(ItemShape) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the item shape properties for this plot.
setJoinType(int) - Method in class com.inet.report.Join
Sets the join type of this Join object.
setKeepGroupTogether(boolean) - Method in class com.inet.report.Area
Sets the value of the property 'keep group together'.
setKeepTogether(boolean) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'keep together'.
If this property is enabled, the element will not printed over more than one page.
setKeepTogether(boolean) - Method in class com.inet.report.ReportComponent
Sets the value of the property 'keep together'.
setKeepTogether(int) - Method in class com.inet.report.Group
Use this property to specify the number of records to keep together in this group.
setKeepTogetherFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'keep together'.
If this property is enabled, the element will not printed over more than one page.
setKeepTogetherFormula(FormulaField) - Method in class com.inet.report.ReportComponent
Sets the formula for the property 'keep together'.
setKeywords(String) - Method in class com.inet.report.SummaryInfo
Sets the keywords of the report as a single string.
setLabelAngle(int) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets the label angle for rotating the axis labels in degrees.
setLabelAngle(int) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Sets the label angle for rotating the axis labels in degrees.
setLabelField(Field) - Method in class com.inet.report.chart.dataset.ForEachRecordDataset
Sets the label field.
setLabelHeight(int) - Method in class com.inet.report.ReportProperties
Sets the height of a multi-column label.
setLabelName(String) - Method in class com.inet.report.ReportProperties
Sets the label name, such as "User Defined Label" or "Address"
setLabelWidth(int) - Method in class com.inet.report.ReportProperties
Sets the width of a multi-column label.
setLastSaved(Date) - Method in class com.inet.report.SummaryInfo
Sets the date and time the report was last saved.
setLeftCropping(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'left cropping size'.
setLeftCropping(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'left cropping size'.
setLeftIndent(int) - Method in class com.inet.report.FieldElement
Sets the value of the property 'left indent'.
setLeftIndent(int) - Method in class com.inet.report.Paragraph
Sets the value of the property 'left indent'.
setLeftIndent(int) - Method in interface com.inet.report.ParagraphProperties
Sets the value of the property 'left indent'.
setLeftIndentFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the property 'left indent'.
setLeftIndentFormula(FormulaField) - Method in class com.inet.report.Paragraph
Sets the formula whose return value determines the property 'left indent'.
setLeftIndentFormula(FormulaField) - Method in interface com.inet.report.ParagraphProperties
Sets the formula whose return value determines the property 'left indent'.
setLeftLineStyle(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'left line style'.
setLeftLineStyle(int) - Method in class com.inet.report.Element
Sets the value of the property 'left line style'.
setLeftLineStyleFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'left line style'.
setLeftLineStyleFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'left line style'.
setLegend(Legend) - Method in class com.inet.report.Chart2
Sets the legend of this chart.
setLegendColor(int) - Method in class com.inet.report.chart.Legend
Sets the ABGR value representing the legend color.
setLegendFont(Font) - Method in class com.inet.report.chart.Legend
Sets the font for all labels in this legend.
setLegendLayout(PieLegendLayout) - Method in class com.inet.report.chart.plot.PiePlot
Sets the legend layout.
setLegendPlacement(LegendPlacement) - Method in class com.inet.report.chart.Legend
Sets a placement of the legend in the chart.
setLineSpacingAbsolute(int) - Method in class com.inet.report.FieldElement
Sets the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingAbsolute(int) - Method in class com.inet.report.Paragraph
Sets the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingAbsolute(int) - Method in interface com.inet.report.ParagraphProperties
Sets the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingAbsoluteFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingAbsoluteFormula(FormulaField) - Method in class com.inet.report.Paragraph
Sets the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingAbsoluteFormula(FormulaField) - Method in interface com.inet.report.ParagraphProperties
Sets the formula whose return value determines the absolute distance between baselines of the lines in this paragraph, measured in twips.
setLineSpacingRelative(double) - Method in class com.inet.report.FieldElement
Sets the factor by which the default line spacing is to be multiplied for this paragraph.
setLineSpacingRelative(double) - Method in class com.inet.report.Paragraph
Sets the factor by which the default line spacing is to be multiplied for this paragraph.
setLineSpacingRelative(double) - Method in interface com.inet.report.ParagraphProperties
Sets the factor by which the default line spacing is to be multiplied for this paragraph.
setLineSpacingRelativeFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
setLineSpacingRelativeFormula(FormulaField) - Method in class com.inet.report.Paragraph
Sets the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
setLineSpacingRelativeFormula(FormulaField) - Method in interface com.inet.report.ParagraphProperties
Sets the formula whose return value determines the factor by which the default line spacing is to be multiplied for this paragraph.
setLineStyle(int) - Method in class com.inet.report.AbstractLineElement
Sets the value of the property 'line style' with one of the different line styles single line, double line, dashed line, dotted line or no line.
setLineStyle(int) - Method in class com.inet.report.chart.axis.AbstractMarker
Sets the marker's line style.
setLineStyle(int) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'line style' with one of the different line styles single line, dashed line or dotted line.
setLineWidth(int) - Method in class com.inet.report.AbstractLineElement
Sets the value of the property 'line width'.
setLineWidth(int) - Method in class com.inet.report.chart.axis.AbstractMarker
Sets the marker line width in twips.
setLineWidth(int) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'line width'.
setListStack(IntStack) - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
setLocale(Locale) - Method in class com.inet.report.Engine
Sets the locale, which will be used for language independent reports.
setLocation(String, Datasource) - Method in class com.inet.report.TableSource
Set the location information of the identifier.
setLogarithmicScale(boolean) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Sets whether or not this axis is to use a logarithmic scale.
setLoggingStream(PrintStream) - Static method in class com.inet.viewer.SwingReportViewer
Sets the stream to be used for log outputs.
setLogLevel(int) - Static method in class com.inet.report.Engine
Sets the logging/tracing level that is used by the Engine.
setLogStream(PrintStream) - Static method in class com.inet.report.Engine
Sets the logging/tracing PrintStream that is used by the Engine and Viewer.
setLowerBound(Double) - Method in class com.inet.report.chart.axis.NumberRange
Manually sets the lower bound of this range.
setLowerBound(Date) - Method in class com.inet.report.chart.axis.DateRange
Manually sets the lower bound.
setLowerBoundFormula(FormulaField) - Method in class com.inet.report.chart.axis.DateRange
Manually sets the lower bound formula.
setLowField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.StockDataset
Sets the data field which provides the low value.
setLowField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Sets the data field which provides the low value.
setLowLimitIncluded(boolean) - Method in class com.inet.report.FormulaRange
Sets whether or not the low limit of this range is inclusive or exclusive.
setMainField(Field) - Method in class com.inet.report.SubreportLink
Sets the field in the mainreport that value will be used to set the value of the PromptField in the subreport.
setMainField(Field, boolean) - Method in class com.inet.report.SubreportLink
Sets the Field in the mainreport that value will be used to set the value of the PromptField in the subreport.
setManualFormatFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Gets the formula of the property 'manual format'.
setManualFormatFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Returns the formula of the property 'manual format'.
setMarginBottom(int) - Method in class com.inet.report.ReportProperties
Sets the bottom margin of the page in twips.
setMarginLeft(int) - Method in class com.inet.report.ReportProperties
Sets the left margin of the page in twips.
setMarginRight(int) - Method in class com.inet.report.ReportProperties
Sets the right margin of the page in twips.
setMarginTop(int) - Method in class com.inet.report.ReportProperties
Sets the top margin of the page in twips.
setMaxRangeValue(Object) - Method in class com.inet.report.PromptField
Sets the maximum allowed value for any value of this prompt field.
Calling this method is only allowed if "use range" is activated for this PromptField.
setMetaProperties(Properties) - Method in class com.inet.report.Engine
Sets (and overwrites!)
setMinMaxRangeValues(Object, Object) - Method in class com.inet.report.PromptField
Sets the minimum and maximum allowed value for any value of this prompt field.
Calling this method is only allowed if "use range" is activated for this PromptField.
setMinRangeValue(Object) - Method in class com.inet.report.PromptField
Sets the minimum allowed value for any value of this prompt field.
Calling this method is only allowed if "use range" is activated for this PromptField.
setMinusSymbol(int) - Method in class com.inet.report.chart.format.FixedNumberFormat
Sets the flag that control the placing and form of the minus symbol.
setMinuteSecondSeparator(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'minute second separator'.
setMinuteSecondSeparator(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'minute second separator'.
setMinuteSecondSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'minute second separator'.
setMinuteSecondSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'minute second separator'.
setMinuteType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'minute type'.
setMinuteType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'minute type'.
setMinuteTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'minute type'.
setMinuteTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'minute type'.
setModel(DesignerDataModel) - Static method in class com.inet.designer.Startup
Set the data model for the i-net Designer.
setMonthType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'month type'.
setMonthType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'month type'.
setMonthTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'month type'.
setMonthTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'month type'.
setMouseActionMode(int) - Method in interface com.inet.viewer.ReportView
Sets the mode this ReportView is to be in for mouse actions such as clicking and dragging.
setMouseActionMode(int) - Method in class com.inet.viewer.SwingReportView
Sets the mode this ReportView is to be in for mouse actions such as clicking and dragging.
setMsgListener(RDC.MsgListener) - Method in class com.inet.report.Engine
Sets the MsgListener for RDC.
setN(int) - Method in class com.inet.report.BySummaryOrder
Sets the count of displayed elements
setName(int, String) - Method in class com.inet.report.SpecifiedOrder
Change the name of a group entry.
setName(String) - Method in class com.inet.report.DatabaseField
Specifies the name of the DatabaseField.
The name have to start with the name of the table separated with a dot, i.e. table.column.
The short name of this field is set to the name of the column.
setName(String) - Method in class com.inet.report.Field
Sets the value of the property 'name'.
setName(String) - Method in class com.inet.report.Fields.UnknownField
Sets the value of the property 'name'.
setName(String) - Method in class com.inet.report.FormulaField
Sets the name of the formula field.
setName(String) - Method in class com.inet.report.GroupField
Setting the name of a GroupField is not allowed.
setName(String) - Method in class com.inet.report.PromptField
Sets the name of the prompt field.
setName(String) - Method in class com.inet.report.SortField
Sets the name of the sort field.
setName(String) - Method in class com.inet.report.SpecialField
Sets a new name for this SpecialField.
setName(String) - Method in class com.inet.report.SQLField
Sets the name of the SQL field.
setName(String) - Method in class com.inet.report.SummaryField
Sets the name of the summary field.
setNDecimalPlaces(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'n decimal places'.
setNDecimalPlaces(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'n decimal places'.
setNDecimalPlacesFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'n decimal places'.
setNDecimalPlacesFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'n decimal places'.
setNeedPrompts(boolean) - Method in exception com.inet.viewer.ViewerException
Sets whether this exception encapsulates a prompt request - in other words meaning the report can not be rendered until the prompts specified by getPrompts() are provided to the server
setNegativeType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'negative type'.
setNegativeType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'negative type'.
setNegativeTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'negative type'.
setNegativeTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'negative type'.
setNewPageAfter(boolean) - Method in class com.inet.report.Region
Sets the value of the property 'new page after'.
setNewPageAfterFormula(FormulaField) - Method in class com.inet.report.Region
Sets the formula for the property 'new page after'.
setNewPageBefore(boolean) - Method in class com.inet.report.Region
Sets the value of the property 'new page before'.
setNewPageBeforeFormula(FormulaField) - Method in class com.inet.report.Region
Sets the formula for the property 'new page before'.
setNullBehavior(int) - Method in class com.inet.report.FormulaField
Sets the null behavoir constant.
setNumberFormatType(int) - Method in class com.inet.report.AbstractValueElement
Sets the number format type to use for this element.
setNumberFormatType(int) - Method in interface com.inet.report.ValueProperties
Sets the number format type to use for this element.
setNumberFormatTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula which returns the number format type to use for this element.
setNumberFormatTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula which returns the number format type to use for this element.
setNumberOfDateSteps(Integer) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets the number of date steps.
setNumberOfDecimalPlaces(int) - Method in class com.inet.report.chart.format.FixedNumberFormat
Sets the number of decimal places of this number format.
setNumberOfDivisions(Integer) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Sets the number of divisions, allows only positive values or null to define the number of divisions automatically.
setNumberOfDivisionsFormula(FormulaField) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Set the numberOfDivisionsFormula of the DiscreteNumberAxis.
This formula is used to determine the Number of divisions where this axis will be labeled.
setNumeralLanguage(int) - Method in class com.inet.report.AbstractValueElement
Sets the language of the numerals in number, date, time or datetime values.
setNumeralLanguage(int) - Method in class com.inet.report.Engine
Sets the language of the numerals in numbers, date, time and datetime values.
setNumeralLanguage(int) - Method in interface com.inet.report.ValueProperties
Sets the language of the numerals in number, date, time or datetime values.
setOnDemand(boolean) - Method in class com.inet.report.Subreport
Specifies whether on demand is enabled or not.
setOnDemand(boolean) - Method in interface com.inet.report.SubreportProperties
Specifies whether on demand is enabled or not.
setOnDemandLinkLabel(FormulaField) - Method in class com.inet.report.Subreport
If on demand is enabled, the element is shown in the report as a line of text.
setOnDemandLinkLabel(FormulaField) - Method in interface com.inet.report.SubreportProperties
If on demand is enabled, the element is shown in the report as a line of text.
setOnDemandLinkLabel(String) - Method in class com.inet.report.Subreport
If on demand is enabled, the element is shown in the report as a line of text.
setOnDemandLinkLabel(String) - Method in interface com.inet.report.SubreportProperties
If on demand is enabled, the element is shown in the report as a line of text.
setOnDemandTabLabel(FormulaField) - Method in class com.inet.report.Subreport
If on demand is enabled and the element is activated, it is shown in an extra tab or window.
setOnDemandTabLabel(FormulaField) - Method in interface com.inet.report.SubreportProperties
If on demand is enabled and the element is activated, it is shown in an extra tab or window.
setOnDemandTabLabel(String) - Method in class com.inet.report.Subreport
If on demand is enabled and the element is activated, it is shown in an extra tab or window.
setOnDemandTabLabel(String) - Method in interface com.inet.report.SubreportProperties
If on demand is enabled and the element is activated, it is shown in an extra tab or window.
setOnlyDescription(boolean) - Method in class com.inet.viewer.PromptValue
Sets the appearance of this value in the prompt dialog.
setOpenAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if open is allowed.
setOpenAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether 'open' is allowed.
setOpenField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.StockDataset
Sets the data field which provides the open value.
setOpenField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Sets the data field which provides the open value.
setOptimized() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
setOther(int) - Method in class com.inet.report.BySummaryOrder
Sets the type for handling the values with sorting number greater than n.
setOtherName(String) - Method in class com.inet.report.BySummaryOrder
Sets display name for the other group entry.
setOtherName(String) - Method in class com.inet.report.SpecifiedOrder
Set display name for the other group entry.
setOtherType(int) - Method in class com.inet.report.SpecifiedOrder
Set the type for handling the not specified rows.
setOutlineColor(int) - Method in class com.inet.report.chart.Legend
Sets the ABGR components of the legend's outline's color.
setOutlineColor(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the ABGR components of the chart items outline color.
setOutlineStyle(int) - Method in class com.inet.report.chart.Legend
Sets the style of the legend's outline.
setOutlineStyle(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the chart items' outline style.
setOutlineWidth(int) - Method in class com.inet.report.chart.Legend
Sets the width of the legend's outline in twips.
setOutlineWidth(int) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets the chart items' outline width (in twips).
setOverlapping(boolean) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
In a ContinuousBarChart, by default, the individual values of different series for each category value are drawn overlapping each other, so that small bars can be covered by larger bars.
setPageData(byte[], int) - Method in class com.inet.report.cache.store.CachedOutput
Override/patched an existing page/chunk.
setPageData(byte[], int) - Method in interface com.inet.report.output.DocumentOutput
Override/patched an existing page/chunk.
setPageData(byte[], int) - Method in class com.inet.report.output.DocumentOutputStream
Override/patched an existing page/chunk.
setPageLimitExceeded() - Method in class com.inet.report.cache.store.CachedOutput
Set that a PageLimitException exception occur.
setPageLimitExceeded() - Method in interface com.inet.report.output.DocumentOutput
Set that a PageLimitException exception occur.
setPageLimitExceeded() - Method in class com.inet.report.output.DocumentOutputStream
Set that a PageLimitException exception occur.
setPageLimitExceeded(boolean) - Method in class com.inet.viewer.SwingReportView
sets the "page limit exceeded" flag which determines whether the toolbar will display the total page count with a "+".
setPaintToImage(boolean) - Method in class com.inet.report.JavaBean
If the bean is paint to a image then all API methods of Graphics2D for paint() of the current JDK are supported.
setPaperHeight(int) - Method in class com.inet.report.ReportProperties
Sets the height of the report page in twips.
1 pica = 1/6 inch
1 point = 1/12 pica
1 twip = 1/20 point or 20 twips = 1 point
1 twip = 1/567 centimeter or 567 twips = 1 centimeter
1 twip = 1/1440 inch or 1440 twips = 1 inch
setPaperOrient(int, int) - Method in class com.inet.report.ReportProperties
Sets the orientation and size of the report for printing.
setPaperSize(int, int) - Method in class com.inet.report.ReportProperties
Sets the paper width and paper height depending on the supplied paper format and orientation.
setPaperWidth(int) - Method in class com.inet.report.ReportProperties
Sets the width of the report page in twips.
1 pica = 1/6 inch
1 point = 1/12 pica
1 twip = 1/20 point or 20 twips = 1 point
1 twip = 1/567 centimeter or 567 twips = 1 centimeter
1 twip = 1/1440 inch or 1440 twips = 1 inch
setParent(PromptField) - Method in class com.inet.report.CascadingValueProvider
Sets the parent prompt field which is to be used for filtering the default values.
setParent(PromptField) - Method in interface com.inet.report.HasCascadingParent
Sets the parent prompt field which is to be used for filtering the default values.
setParent(PromptField) - Method in class com.inet.report.QueryValueProvider
Sets the parent prompt field which is to be used for filtering the default values.
setParentSource(CascadingSource) - Method in class com.inet.report.CascadingValueProvider
Sets the parent source for this cascading prompt that will provide the reference name of the parent to use in the generated SQL query.
setPassword(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the password of the database user used to create database Connection.
setPassword(String) - Method in class com.inet.report.Datasource
Sets the password that will be used to connect to the data source.
setPassword(String) - Method in class com.inet.report.Engine
Sets the password for the main and all subreports for logging on to SQL, ODBC, or password protected databases used by the report.
This function is a convenience function that also sets the password for the main and all sub reports.
setPasswordField(boolean) - Method in class com.inet.report.PromptField
Sets whether or not this prompt field is to be treated as a password field, that is, showing asterisks (*) for entered characters, hiding the entered value from view.
setPattern(String) - Method in class com.inet.report.chart.format.PatternDateTimeFormat
Sets the format pattern.
setPattern(String) - Method in class com.inet.report.chart.format.PatternNumberFormat
Sets the format pattern.
setPlot(ChartPlot) - Method in class com.inet.report.Chart2
Sets a new plot for this chart.
setPlotOrientation(String) - Method in class com.inet.report.Chart2
Sets the plot orientation of this chart.
setPluginDir(ResourceFile) - Method in class com.inet.plugin.ServerPluginManager
Set the relative or absolute plugin directory which is to be searched for plugins.
setPluginDir(String) - Method in class com.inet.plugin.ServerPluginManager
Set the relative or absolute path of plugin directory which is to be searched for plugins
setPluginFilter(PluginFilter) - Method in class com.inet.plugin.ServerPluginManager
Set a plugin filter which filter the available plugins
setPluginLoadError(String, Throwable) - Method in class com.inet.plugin.ServerPluginManager
Set the cause because a plugin was not loaded.
setPmString(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'pm string'.
setPmString(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'pm string'.
setPmStringFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'pm string'.
setPmStringFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'pm string'.
setPreviewTabVisible(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Use this method to enable/disable the preview tab of the i-net Designer.
setPreviewTabVisible(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether the preview tab should be visible or not.
setPrintDate(Date) - Method in class com.inet.report.Engine
Sets the print date for this report.
setPrinterDefaultFormatHandling(int) - Method in class com.inet.viewer.SwingReportViewer
Sets the printer default format handling to use.
setPrintingEnabled(boolean) - Method in class com.inet.report.ReportProperties
Enable or disable the print button and the print API of the Java Viewer.
setProfile(ProfileLevel) - Method in class com.inet.report.FacturXSettings
Set the profile of the FacturX.
setProgress(int) - Method in class com.inet.viewer.Progress
Use this method to set the progress and to inform all registered listeners about the current step.
setProgressField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.GanttDataset
Sets the data field which indicates the progress status of each interval bar.
setProgressField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Sets the data field which indicates the progress status of each interval bar.
setPrompt(String, int) - Method in class com.inet.report.Engine
Specifies the value for a parameter field in the report.
setPrompt(String, int) - Method in class com.inet.report.EngineBundle
NOTE: Unlike Engine.setPrompt(String, int), the number i does not refer to prompt i in any engine, but will count from the first engine onwards.
setPrompt(String, int) - Method in interface com.inet.report.ReportGenerator
setPrompt(String, String) - Method in class com.inet.report.Engine
Specifies the value for a parameter field in the report.
If the name is not in the parameter list the call is ignored.

For example: engine.setPrompt("MyDatePrompt","Date(2006,01,03)");
To set the value for a parameter field with multiple values use the array syntax, e.g
setPrompt(String, String) - Method in class com.inet.report.EngineBundle
setPrompt(String, String) - Method in interface com.inet.report.ReportGenerator
setPromptField(PromptField) - Method in class com.inet.report.SubreportLink
Set the PromptField of the subreport, that is linked with the DatabaseField from the main report.
setPromptOnRefresh(boolean) - Method in class com.inet.report.CacheRenderData
Sets the property "promptOnRefresh", that is, whether prompts are to be shown whenever the report is refreshed, that is, whenever new data is fetched from the server.
setPromptOnRefresh(boolean) - Method in class com.inet.report.EngineRenderData
Sets the property "promptOnRefresh", that is, whether prompts are to be shown whenever the report is refreshed, that is, whenever new data is fetched from the server.
setPromptOnRefresh(boolean) - Method in interface com.inet.viewer.RenderData
Sets the property "promptOnRefresh", that is, whether prompts are to be shown whenever the report is refreshed, that is, whenever new data is fetched from the server.
setPromptOnRefresh(boolean) - Method in class com.inet.viewer.URLRenderData
Sets the property "promptOnRefresh", that is, whether prompts are to be shown whenever the report is refreshed, that is, whenever new data is fetched from the server.
setPrompts(PromptData[]) - Method in exception com.inet.viewer.ViewerException
Sets the array of prompt information - prompt information is stored as Prompt data objects
setPrompts(Vector) - Method in class com.inet.report.Engine
setPromptText(String) - Method in class com.inet.report.PromptField
Sets the prompting text.
setPromptType(int) - Method in class com.inet.report.PromptField
Sets the Prompt Type.
setPromptValue(Object) - Method in class com.inet.report.PromptField
Sets the actual value for this PromptField.
setPromptValueAsFormula(String) - Method in class com.inet.report.PromptField
Sets the prompt value as a formula in Crystal syntax.
setPromptValueDescriptions(String[]) - Method in class com.inet.report.PromptField
Sets the descriptions of the default values of this prompt field.
setProperties(Properties) - Static method in class com.inet.designer.Startup
Set the properties before the call startEmbedded.
setPropertiesChecker(PropertiesChecker) - Method in class com.inet.report.EngineRenderData
Enables you to set your own PropertiesChecker which will be used before the rendering process to handle certain properties.
setQuery(String) - Method in class com.inet.report.QueryValueProvider
Query to execute.
setQuoteStringPrompts(boolean) - Method in class com.inet.report.TableSource
Set if a string prompts in a SQL statement should be quoted or not.
setRange(NumberRange) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Sets the range controller object.
setRecoveryConfiguration(String) - Static method in class com.inet.config.ConfigurationManager
FOR INTERNAL USE ONLY
setRecoveryMode(boolean) - Static method in class com.inet.config.ConfigurationManager
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Area
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.CrossTab
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.CrossTabDescriptionSection
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Element
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.FacturXSettings
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Group
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.GroupField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Join
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Paragraph
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.PromptField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.ReportComponent
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.SortField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.SQLField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Subreport
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.TableSource
FOR INTERNAL USE ONLY
setReferences() - Method in class com.inet.report.Text
FOR INTERNAL USE ONLY
setReferencing(IFormulaRunner) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
setRemoveElementAllowed(boolean, int) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to remove a element from a report with the i-net Designer.
setRemoveElementAllowed(boolean, int) - Method in interface com.inet.designer.DesignerDataModel
Set if it is allowed to remove a element with the given type from the report.
setRemoveGroupAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to remove a group from the report opened with the i-net Designer.
setRemoveGroupAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if remove groups is allowed.
setRemoveSectionAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to remove a section from a report with the i-net Designer.
setRemoveSectionAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if it is allowed to remove sections from the report.
setReopenAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if its allowed to reopen a report with the i-net Designer.
setReopenAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets if it is allowed to reopen a report.
setRepeatColumnLabels(boolean) - Method in class com.inet.report.CrossTabOptions
Sets whether column Labels should be repeated (true) or not (false).
setRepeatGroupHeader(boolean) - Method in class com.inet.report.Group
Use this property to specify whether the group should be repeated on each new page (true) or not (false).
setRepeatGroupHeaderWithinFooter(boolean) - Method in class com.inet.report.Group
Repeat the group header on a new page even when the group display is currently in its footer.
setRepeatRowLabels(boolean) - Method in class com.inet.report.CrossTabOptions
Sets whether row Labels should be repeated (true) or not (false).
setReportFile(String) - Method in class com.inet.report.Engine
Sets the report template file.
setReportFile(URL) - Method in class com.inet.report.Engine
Sets the report file URL.
setReportLocale(Locale) - Method in class com.inet.report.ReportProperties
Sets the formula/resource default locale for the current report.
setReportLocation(String) - Method in class com.inet.report.CacheRenderData
Sets the location of the report which this RenderData is to obtain its data for.
setReportLocation(String) - Method in class com.inet.report.EngineRenderData
Sets the location of the report which this RenderData is to obtain its data for.
setReportLocation(String) - Method in interface com.inet.viewer.RenderData
Sets the location of the report which this RenderData is to obtain its data for.
setReportLocation(String) - Method in class com.inet.viewer.URLRenderData
Sets the URL to connect to to fetch the report, e.g. http://localhost:9000/?
setReportProperty(String, String) - Method in class com.inet.report.CacheRenderData
Sets the given property for the report.
setReportProperty(String, String) - Method in class com.inet.report.EngineRenderData
Sets the given property for the report.
setReportProperty(String, String) - Method in interface com.inet.viewer.RenderData
Sets the given property for the report.
setReportProperty(String, String) - Method in class com.inet.viewer.URLRenderData
Sets the given property for the report.
setReportTitle(String) - Method in class com.inet.report.CacheRenderData
Sets the title of the report.
setReportTitle(String) - Method in class com.inet.report.Engine
Sets the title of the report.
setReportTitle(String) - Method in class com.inet.report.EngineRenderData
Sets the title of the report.
setReportTitle(String) - Method in class com.inet.report.SummaryInfo
Sets the report title.
setReportTitle(String) - Method in interface com.inet.viewer.RenderData
Sets the title of the report.
setReportTitle(String) - Method in class com.inet.viewer.URLRenderData
Sets the title of the report.
setResetField(Field) - Method in class com.inet.report.SummaryField
Running total Field reset if this field value was changed.
setResetPageNumber(boolean) - Method in class com.inet.report.Region
Sets the 'reset page number' property.
setResetPageNumberFormula(FormulaField) - Method in class com.inet.report.Region
Sets the formula for the property 'reset page number'.
setResourceBundleName(String) - Method in class com.inet.report.translation.Translations
Set an optional ResourceBundle.
setReverseSignForDisplay(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the property 'use reverse sign for display'.
setReverseSignForDisplay(boolean) - Method in interface com.inet.report.ValueProperties
Sets the property 'use reverse sign for display'.
setReverseSignForDisplayFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'use reverse sign for display'.
setReverseSignForDisplayFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'use reverse sign for display'.
setRightCropping(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'right cropping size'.
setRightCropping(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'right cropping size'.
setRightIndent(int) - Method in class com.inet.report.FieldElement
Sets the value of the property 'rightIndent'.
setRightIndent(int) - Method in class com.inet.report.Paragraph
Sets the value of the property 'rightIndent'.
setRightIndent(int) - Method in interface com.inet.report.ParagraphProperties
Sets the value of the property 'rightIndent'.
setRightIndentFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the property 'right indent'.
setRightIndentFormula(FormulaField) - Method in class com.inet.report.Paragraph
Sets the formula whose return value determines the property 'right indent'.
setRightIndentFormula(FormulaField) - Method in interface com.inet.report.ParagraphProperties
Sets the formula whose return value determines the property 'right indent'.
setRightLineStyle(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'right line style'.
setRightLineStyle(int) - Method in class com.inet.report.Element
Sets the value of the property 'right line style'.
setRightLineStyleFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'right line style'.
setRightLineStyleFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'right line style'.
setRotateLabels(boolean) - Method in class com.inet.report.chart.axis.ContinuousDateAxis
Sets whether the axis labels are to be rotated 90 degrees from the axis direction.
setRotateLabels(boolean) - Method in class com.inet.report.chart.axis.ContinuousNumberAxis
Sets whether the axis labels are to be rotated 90 degrees.
setRotationAngle(double) - Method in class com.inet.report.chart.plot.PiePlot
Sets the rotation angle of pie.
setRounding(int) - Method in class com.inet.report.AbstractValueElement
Sets which digit to round the number to.
setRounding(int) - Method in interface com.inet.report.ValueProperties
Sets which digit to round the number to.
setRoundingFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula which provides the digit to round the number to.
setRoundingFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula which provides the digit to round the number to.
setRoundingMode(int) - Method in class com.inet.report.AbstractValueElement
Sets the rounding mode.
setRoundingMode(int) - Method in interface com.inet.report.ValueProperties
Sets the rounding mode.
setRoundingModeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'rounding mode'.
setRoundingModeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'rounding mode'.
setRowBufferSize(int) - Method in class com.inet.report.ReportProperties
Sets the row count which will be cached during the rendering process.
setRunningTotal(boolean) - Method in class com.inet.report.SummaryField
Sets the running total property of this SummaryField.
setSameColorsForSameGroups(boolean) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets whether identical groups will have the same color.
setSaveAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if save is allowed.
setSaveAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether 'save' is allowed.
setSaveAsAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if save as is allowed.
setSaveAsAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether 'save as' is allowed.
setSaveDatasource(boolean) - Method in class com.inet.report.ReportProperties
Set the flag if a copy of the datasource configuration should be saved in the report file.
setSavePassword(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets whether the password should be saved or not.
setSavePassword(boolean) - Method in class com.inet.report.DatabaseTables
Sets if the password for this report should be saved in the xml file (report template).
setScale(double) - Method in class com.inet.report.JavaBean
Sets the scaling factor for this JavaBean element.
setScaleFormula(FormulaField) - Method in class com.inet.report.JavaBean
Sets a formula for the scaling factor of this JavaBean.
setScalingOption(int) - Method in class com.inet.report.AbstractPictureElement
Sets the scaling option which represents the way to scale the source image into its element frame.
setScalingOption(int) - Method in interface com.inet.report.PictureProperties
Sets the scaling option which represents the way to scale the source image into its element frame.
setSchema(String) - Method in class com.inet.report.Datasource
Sets the schema that will be used to select a table, view or stored procedure.
setSchema(String) - Method in class com.inet.report.Engine
Sets the database schema that will be used with this report at runtime instead of the schema that was specified at report creation.
setSecondType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'second type'.
setSecondType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'second type'.
setSecondTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'second type'.
setSecondTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'second type'.
setSecondValue(double) - Method in class com.inet.report.chart.axis.IntervalMarker
Sets the end value (upper bound) of this marker.
setSecondValueFormula(FormulaField, boolean) - Method in class com.inet.report.chart.axis.IntervalMarker
Set the Formula for the second value of the marker.
setSectionIndexes(int[]) - Method in class com.inet.report.chart.plot.PiePlot
Sets the sections indexes which will be expanded.
setSectionWillBePrinted(int) - Method in class com.inet.report.Group
Use this property to specify for what kind of values the group section should be printed, i.e.
setSeriesAxis(BaseAxis) - Method in class com.inet.report.chart.plot.Chart3DPlot
Sets the series axis.
setSeriesGroup(Field) - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
Creates a series group on this field.
setSeriesGroup(Field) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Creates a series group on this field.
setSF(String) - Method in class com.inet.report.Engine
Specifies a record selection formula.
setShapeSize(double) - Method in class com.inet.report.chart.plot.ItemShape
Sets the shape size.
setShapeType(int) - Method in class com.inet.report.chart.plot.ItemShape
Sets the shape form.
setShowAutoTitle(boolean) - Method in class com.inet.report.chart.ChartTitle
Sets whether or not this title is to be an automatically generated label.
setShowCumulativeValues(boolean) - Method in class com.inet.report.chart.plot.StandardPlot
Sets the flag that controls whether or not the item labels shows cumulative or absolute values.
setShowEachNthTickLabel(int) - Method in class com.inet.report.chart.axis.GroupAxis
Sets the number for show each nth tick labels.
setShowEachNthTickLabelFormula(FormulaField) - Method in class com.inet.report.chart.axis.GroupAxis
Set the showEachNthTickLabelFormula of the GroupAxis.
setShowGrid(boolean) - Method in class com.inet.report.CrossTabOptions
Switch the crosstab gridlines on or off with this method.
If it is true then the crosstab gridlines will be displayed with the designed line style, color and width.
setShowLabel(boolean) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets whether or not to show labels in the plot.
setShowPercentVal(boolean) - Method in class com.inet.report.SummaryField
Sets how the result of summary operation is shown.
setShowSubjectName(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that the subject common name must be written in a signature field.
setShowSubjectName(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that the subject common name must be written in a signature field.
setShowSuppressedGroupTreeNodes(boolean) - Method in class com.inet.report.ReportProperties
Sets the flag that controls the group tree nodes of suppressed group areas will be shown.
setShowTotal(boolean) - Method in class com.inet.report.chart.plot.BarPlot
Sets the flag that controls whether or not the totals will be showed for each bar.
Note: this property works only for stacked chart with showing absolute values.
setShowValue(boolean) - Method in class com.inet.report.chart.plot.AbstractPlot
Sets whether or not to show the values in the plot.
setSizeCoefficient(double) - Method in class com.inet.report.chart.plot.XYPlot
Sets the size coefficient of the bubbles.
setSizeField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.XYDataset
Sets the data field which provides the size of the bubble.
setSizeField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Sets the data field which provides the size of the bubble.
setSort(int) - Method in class com.inet.report.Group
The Method setSort sets the type of sorting of the data in this group.
setSort(int) - Method in class com.inet.report.SortField
Sets the value of the property 'sort direction'.
setSortDirection(int) - Method in class com.inet.report.BySummaryOrder
Sets the direction of sorting
setSortDirectionFormula(FormulaField) - Method in class com.inet.report.SortField
Sets the formula of sort direction.
setSortType(int) - Method in class com.inet.report.BySummaryOrder
Sets the type of sorting
setSortType(int) - Method in class com.inet.report.FieldValueProvider
Sets the sort type, specifying how the values are to be sorted.
setSpecialType(int) - Method in class com.inet.report.SpecialField
Sets the type of the special field.
setSpecifiedOrder(SpecifiedOrder) - Method in class com.inet.report.Group
Set specified sorting order for this group.
setSql(String) - Method in class com.inet.report.Engine
Replaces all defined tables and joins by this SQL statement.
setSql(String) - Method in class com.inet.report.TableSource
Sets the SQL statement and changes the type of this TableSource to TYPE_COMMAND.

Note: This method does not check if the sql statement is correct or which columns it will receive.
setSql(String, boolean) - Method in class com.inet.report.Engine
Manually sets the SQL statement that will be send to the database to fetch the report data.
setSQL(String) - Method in class com.inet.report.QueryValueProvider
Deprecated.
As of i-net Clear Reports 16, use QueryValueProvider.setQuery(String) instead
setSQLExpression(String) - Method in class com.inet.report.SQLField
Sets the value of the property 'SQL expression text'.
setSqlIgnoreMetaData(String) - Method in class com.inet.report.Engine
Replaces all defined tables and joins of this report with the supplied sql statement.
setSslSocketFactory(SSLSocketFactory) - Method in class com.inet.viewer.URLRenderData
Sets a SSLSocketFactory that is used if the report has an HTTPS url.
setStartField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.GanttDataset
Sets the data field which indicates the start position of each interval bar.
setStartField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Sets the data field which indicates the start position of each interval bar.
setStartValue(SinglePromptValue) - Method in class com.inet.viewer.RangePromptValue
Sets the Upper limit to the range, or null if there is no upper limit
setStatus(int) - Method in class com.inet.viewer.Progress
Call this method to set the status of this progress.
setStatusIcon(Icon) - Method in class com.inet.viewer.SwingStatusBar
Displays the specified icon in this Statusbar.
setStatusMessage(String, boolean) - Method in interface com.inet.viewer.StatusBar
Sets and shows, if no info message is set, a status message in this StatusBar.
setStatusMessage(String, boolean) - Method in class com.inet.viewer.SwingStatusBar
Sets and shows, if no info message is set, a status message in this StatusBar.
setStepWidth(Double) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Sets the step width of axis units.
setStepWidthFormula(FormulaField) - Method in class com.inet.report.chart.axis.DiscreteNumberAxis
Set the stepWidthFormula of the DiscreteNumberAxis.
This formula is used to determine the step width when the axis must be labeled.
When null, the value set to DiscreteNumberAxis.setStepWidth(Double) is used.
setStrikeout(boolean) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'strike out'.
setStrikeout(boolean) - Method in interface com.inet.report.FontProperties
Sets whether the text in this element is to be struck through or not.
setStrikeoutFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Set the formula field for the property 'strike out'.
setStrikeoutFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets the formula field for whether the text is to be struck through or not.
setStyle(AreaStyle) - Method in class com.inet.report.chart.plot.AreaPlot
Sets the chart style of this plot.
setStyle(BarStyle) - Method in class com.inet.report.chart.plot.BarPlot
Sets a chart style of this bar plot.
setStyle(Chart3DStyle) - Method in class com.inet.report.chart.plot.Chart3DPlot
Sets the chart style of this plot.
setStyle(ContinuousAreaStyle) - Method in class com.inet.report.chart.plot.ContinuousAreaPlot
Sets the chart style of this plot.
setStyle(ContinuousBarStyle) - Method in class com.inet.report.chart.plot.ContinuousBarPlot
Sets the chart style of this plot.
setStyle(ContinuousLineStyle) - Method in class com.inet.report.chart.plot.ContinuousLinePlot
Sets the chart style of this plot.
setStyle(LineStyle) - Method in class com.inet.report.chart.plot.LinePlot
Sets the chart style of this plot.
setStyle(PieStyle) - Method in class com.inet.report.chart.plot.MultiplePiePlot
Overwrites the super implementation.
setStyle(PieStyle) - Method in class com.inet.report.chart.plot.PiePlot
Sets the chart style of this plot.
setStyle(PolarStyle) - Method in class com.inet.report.chart.plot.PolarPlot
Sets the chart style of this plot.
setStyle(StockStyle) - Method in class com.inet.report.chart.plot.StockPlot
Sets the chart style of this plot.
setStyle(XYStyle) - Method in class com.inet.report.chart.plot.XYPlot
Sets the chart style of this plot.
setSubField(Field) - Method in class com.inet.report.SubreportLink
Sets the Field in the subreport, that is used to compare with the value of the links PromptField in the record selection formula.
setSubject(String) - Method in class com.inet.report.SummaryInfo
Sets the subject of the report, that is, the general theme.
setSubtitle(ChartTitle) - Method in class com.inet.report.Chart2
Sets the sub title of this chart.
setSummaryFieldType(int) - Method in class com.inet.report.SummaryField
Sets to which object this summary field belongs.
setSummaryHorizontal(boolean) - Method in class com.inet.report.CrossTabOptions
Set the summary horizontal flag.
setSummaryNth(int) - Method in class com.inet.report.SummaryField
Sets the Nth value in Nth-functions.
Following operations needs the 'nth' parameter:
SummaryField.NTH_LARGEST
SummaryField.NTH_SMALLEST
SummaryField.NTH_MOST_FREQUENT
SummaryField.PERCENTILE
setSummaryOperation(int) - Method in class com.inet.report.SummaryField
Sets the value of the property 'summary operation'.
setSuppress(boolean) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'suppress'.
Set this property if you do not want the section to print, but you dont't want to keep the section content available for drill down.
setSuppress(boolean) - Method in interface com.inet.report.LineProperties
Sets the value of the property 'suppress'.
setSuppress(boolean) - Method in class com.inet.report.ReportComponent
Sets the value of the property 'suppress'.
setSuppressEmptyLines(boolean) - Method in class com.inet.report.CrossTabHeaderList
Sets whether empty rows/columns should be suppressed (true) or not (false).
setSuppressEmptyLinesFormula(FormulaField) - Method in class com.inet.report.CrossTabHeaderList
Sets the formula for the property 'suppress empty rows'.
setSuppressFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'suppress'.
Use this property to change the visibility of the element when printing dynamically.
setSuppressFormula(FormulaField) - Method in interface com.inet.report.LineProperties
Sets the formula for the property 'suppress'.
setSuppressFormula(FormulaField) - Method in class com.inet.report.ReportComponent
Sets the formula for the property 'suppress'.
setSuppressGroupLabel(boolean) - Method in class com.inet.report.CrossTabHeader
Sets whether group labels should be suppressed (true) or not (false).
setSuppressGroupLabelFormula(FormulaField) - Method in class com.inet.report.CrossTabHeader
Sets the formula for the property 'suppress group labels'.
setSuppressIfBlank(boolean) - Method in class com.inet.report.Section
Sets the value of the property 'suppress if blank'.
setSuppressIfBlank(boolean) - Method in class com.inet.report.Subreport
Specifies whether "suppress if blank" is enabled or not.
setSuppressIfBlank(boolean) - Method in interface com.inet.report.SubreportProperties
Specifies whether "suppress if blank" is enabled or not.
setSuppressIfBlankFormula(FormulaField) - Method in class com.inet.report.Section
Sets the formula for the property 'suppress if blank'.
setSuppressIfDuplicated(boolean) - Method in class com.inet.report.AbstractPictureElement
The property 'suppress if duplicated' is not defined for instances of AbstractPictureElement.
setSuppressIfDuplicated(boolean) - Method in class com.inet.report.Element
Sets the value of the property 'suppress if duplicated'.
If this property is enabled values of the field that are duplicated will not be printed.
setSuppressIfDuplicated(boolean) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'suppress if duplicated'.
If this property is enabled values of the field that are duplicated will not be printed.
setSuppressIfDuplicatedFormula(FormulaField) - Method in class com.inet.report.AbstractPictureElement
The property 'suppress if duplicated' is not defined for instances of AbstractPictureElement.
setSuppressIfDuplicatedFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
setSuppressIfDuplicatedFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed.
setSuppressIfNoRows(boolean) - Method in class com.inet.report.ReportProperties
If suppressIfNoRows is set to true the (sub)report will only be printed if rows are fetched from the database.
setSuppressIfZero(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'suppress if zero'.
setSuppressIfZero(boolean) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'suppress if zero'.
setSuppressIfZeroFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'suppress if zero'.
setSuppressIfZeroFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'suppress if zero'.
setSuppressOnDrillDown(boolean) - Method in class com.inet.report.Region
Sets the value of the property 'suppressOnDrillDown'.
setSuppressOnDrillDownFormula(FormulaField) - Method in class com.inet.report.Region
Sets the value of the formula 'suppressOnDrillDown'.
setSuppressTotal(boolean) - Method in class com.inet.report.CrossTabHeader
Sets whether sub total should be suppressed (true) or not (false).
setSuppressTotalFormula(FormulaField) - Method in class com.inet.report.CrossTabHeader
Sets the formula for the property 'suppress sub totals'.
setSyntax(int) - Method in class com.inet.report.FormulaField
Set the syntax for this formula.
setTablesChangeAllowed(boolean) - Method in class com.inet.designer.AbstractDesignerDataModel
Set if tables may be changed.
setTablesChangeAllowed(boolean) - Method in interface com.inet.designer.DesignerDataModel
Sets whether tables may be changed.
setTemplate(String) - Method in class com.inet.report.SummaryInfo
Sets the template field of the report.
setTemporaryProperties(Properties) - Method in class com.inet.config.ConfigurationManager
Creates and returns a new temporary configuration called "<temp copy>", imports the given properties and sets the created configuration as the current configuration.
setTemporaryPropertiesFromURL(URL) - Method in class com.inet.config.ConfigurationManager
Creates and returns a new temporary configuration called "<temp copy>", imports the given properties and sets the created configuration as the current configuration.
setText(String) - Method in class com.inet.report.TextPart
Sets the value of the property 'text'.
setTextInterpretation(int) - Method in class com.inet.report.FieldElement
Sets the type of text interpretation for the data of the field.
setTextInterpretation(int) - Method in interface com.inet.report.TextInterpretationProperties
Sets the type of text interpretation for the data of the field.
setTextInterpretationFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula for the type of text interpretation.
setTextInterpretationFormula(FormulaField) - Method in interface com.inet.report.TextInterpretationProperties
Sets the formula for the type of text interpretation.
setTextPosition(int) - Method in class com.inet.report.SignatureForm
Sets the position of text-items in the divided signature field: POSITION_LEFT, POSITION_RIGHT.
setTextPosition(int) - Method in interface com.inet.report.SignatureProperties
Sets the position of text-items in the divided signature field: POSITION_LEFT, POSITION_RIGHT.
setTextRotation(int) - Method in class com.inet.report.FieldElement
Sets the value of the property 'text rotation'.
setTextRotation(int) - Method in class com.inet.report.Subreport
Sets the value of the property 'text rotation'.
setTextRotation(int) - Method in class com.inet.report.Text
Sets the value of the property 'text rotation'.
setTextRotation(int) - Method in interface com.inet.report.TextProperties
Sets the value of the property 'text rotation'.
setTextRotationFormula(FormulaField) - Method in class com.inet.report.FieldElement
Sets the formula whose return value determines the property 'text rotation'.
setTextRotationFormula(FormulaField) - Method in class com.inet.report.Subreport
Sets the formula whose return value determines the property 'text rotation'.
setTextRotationFormula(FormulaField) - Method in class com.inet.report.Text
Sets the formula whose return value determines the property 'text rotation'.
setTextRotationFormula(FormulaField) - Method in interface com.inet.report.TextProperties
Sets the formula whose return value determines the property 'text rotation'.
setThousandsSeparatorSymbol(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'thousands separator symbol'.
setThousandsSeparatorSymbol(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'thousands separator symbol'.
setThousandsSeparatorSymbolFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'thousands separator symbol'.
setThousandsSeparatorSymbolFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'thousands separator symbol'.
setThumbnail(Image) - Method in class com.inet.report.SummaryInfo
FOR INTERNAL USE ONLY Sets the image as the report's "thumbnail" image.
setThumbnailData(byte[]) - Method in class com.inet.report.SummaryInfo
FOR INTERNAL USE ONLY Sets the image as the report's "thumbnail" image.
setTickLabelColor(int) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the color as ABGR value of tick labels on this axis.
setTickLabelFont(Font) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the font of tick labels on this axis.
setTickLabelFormat(ChartFormat) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the tick label format.
setTickLabelMaximumLines(Integer) - Method in class com.inet.report.chart.axis.GroupAxis
Sets the maximum number of lines to use for each tick label.
Note: to use this property turn off the auto label fitting.
setTickLabelRotationAngle(Double) - Method in class com.inet.report.chart.axis.GroupAxis
Sets the tick label rotation angle (in radians).
Note: to use this property turn off the automatic label fitting.
setTickLabelWidthRatio(Float) - Method in class com.inet.report.chart.axis.GroupAxis
Sets the tick label width ratio, i.e. how much of the label to display. 1 would be the entire label, anything less causes the tick labels to be truncated. 0 means there should be no explicit setting for the maximum label width.
setTightHorizontal(boolean) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'tight horizontal'.
setTightHorizontal(boolean) - Method in class com.inet.report.Element
Sets the value of the property 'tight horizontal'.
setTightHorizontalFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'tight horizontal'.
setTightHorizontalFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'tight horizontal'.
setTime(long) - Method in class com.inet.report.Engine
Sets a timestamp.
setTimeBase(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'time base'.
setTimeBase(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'time base'.
setTimeBaseFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'time base'.
setTimeBaseFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'time base'.
setTimeFormatType(int) - Method in class com.inet.report.AbstractValueElement
Sets the time format type to use for this element.
setTimeFormatType(int) - Method in interface com.inet.report.ValueProperties
Sets the time format type to use for this element.
setTimeFormatTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula determining the time format type to use for this element.
setTimeFormatTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula determining the time format type to use for this element.
setTimePatternConstant(String) - Method in class com.inet.report.chart.format.DateTimeFormat
Sets the time format pattern constant, e.g.
setTitle(ChartTitle) - Method in class com.inet.report.chart.axis.BaseAxis
Sets the title of this axis.
setTitle(String) - Method in class com.inet.report.chart.ChartTitle
Sets this title.
Note: to use this property turn off the showing of auto title.
setTitleFormula(FormulaField) - Method in class com.inet.report.chart.ChartTitle
Sets the formula which returns the title.
setTo(Object) - Method in class com.inet.report.FormulaRange
Sets the value the range should end with.
setToolTipsText(String) - Method in class com.inet.report.Element
Sets the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
setToolTipsText(String) - Method in interface com.inet.report.GeneralProperties
Sets the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
setToolTipsTextFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
setToolTipsTextFormula(FormulaField) - Method in interface com.inet.report.GeneralProperties
Sets the formula for the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element.
setTopCropping(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'top cropping size'.
setTopCropping(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'top cropping size'.
setTopLineStyle(int) - Method in interface com.inet.report.BorderProperties
Sets the value of the property 'top line style'.
setTopLineStyle(int) - Method in class com.inet.report.Element
Sets the value of the property 'top line style'.
setTopLineStyleFormula(FormulaField) - Method in interface com.inet.report.BorderProperties
Sets the formula for the property 'top line style'.
setTopLineStyleFormula(FormulaField) - Method in class com.inet.report.Element
Sets the formula for the property 'top line style'.
setTotalOnStart(boolean) - Method in class com.inet.report.CrossTabHeaderList
Sets whether Column Total should be drawn on left or top side (true) or not (false).
setTotalOnStartFormula(FormulaField) - Method in class com.inet.report.CrossTabHeaderList
Sets the formula for showing the total on start or on end.
setTotalProgress(int) - Method in class com.inet.viewer.Progress
Use this method to inform all registered listeners about the total steps (e.g. pages) to go.
setTranslation(Locale, Properties) - Method in class com.inet.report.translation.Translations
Set a new translation for the current report/engine or remove it.
setUnderlayFollow(boolean) - Method in class com.inet.report.Section
Sets the value of the property 'underlay follow'.
setUnderlayFollowFormula(FormulaField) - Method in class com.inet.report.Section
Sets the formula for the property 'underlay follow'.
setUnderline(boolean) - Method in class com.inet.report.AbstractFontElement
Sets the value of the property 'underline'.
setUnderline(boolean) - Method in interface com.inet.report.FontProperties
Sets whether the text in this element is to be underlined or not.
setUnderlineFormula(FormulaField) - Method in class com.inet.report.AbstractFontElement
Sets the formula field for the property 'underline'.
setUnderlineFormula(FormulaField) - Method in interface com.inet.report.FontProperties
Sets the formula field for whether the text is to be underlined or not.
setUpperBound(Double) - Method in class com.inet.report.chart.axis.NumberRange
Sets the manually set upper bound of this range.
setUpperBound(Date) - Method in class com.inet.report.chart.axis.DateRange
Manually sets the upper bound.
setUpperBoundFormula(FormulaField) - Method in class com.inet.report.chart.axis.DateRange
Manually sets the upper bound formula.
setUrl(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets JDBC url that will be used to create the Connection.
setUrl(String) - Method in class com.inet.report.Datasource
Sets the JDBC driver URL that will be used to create a Connection to the data source.
setUseColor(boolean) - Method in class com.inet.report.Section
Sets the value of the property 'useColor'.
setUseEscapeEverything(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
This method is for adapt the SQL statement for a specific database.
This flag influence the way SQL identifier are written to SQL statement.
setUseEscapeEverything(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
This flag influence the way SQL identifier are written to SQL statement.
setUseLeadingZero(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'use leading zero'.
setUseLeadingZero(boolean) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'use leading zero'.
setUseLeadingZeroFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'use leading zero'.
setUseLeadingZeroFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'use leading zero'.
setUseOneCurrencySymbolPerPage(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'use one currency symbol per page'.
setUseOneCurrencySymbolPerPage(boolean) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'use one currency symbol per page'.
setUseOneCurrencySymbolPerPageFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'use one currency symbol per page'.
setUseOneCurrencySymbolPerPageFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'use one currency symbol per page'.
setUseOrderBy(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Set here whether the SQL statement can have an ORDER BY clause or not.
If false is set, i-net Clear Reports creates a SQL statement without ORDER BY clause.
setUseOrderBy(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Set this flag to false if the database does not support the ORDER BY clause.
setUseParagraph(boolean) - Method in class com.inet.report.translation.Translations
Set the flag useParagraph.
setUseParenthesiseForJoin(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Set here whether the SQL statement can have parentheses in FROM clause or not.
For example the SAPDB does not support parentheses in JOIN syntax.
This flag is relevant if tables and one Datasource is used only.
setUseParenthesiseForJoin(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Set here whether the sql statement can have parentheses in FROM clause or not.
For example the SAPDB does not support parentheses in JOIN syntax.
This flag is relevant if tables and one Datasource is used only.
setUseQuoteLowerCase(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Set here whether table names and column names have to be quoted.
This property can be necessary for Oracle/PostgreSQL databases for example, if table/column where created with quotes and lower (Oracle) or upper (PostgreSQL) case characters.
setUseQuoteLowerCase(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Set here whether table names and column names have to be quoted.
For example, this property can be necessary for Oracle/PostgreSQL databases, if table/column where created with quotes and lower (Oracle) or upper (PostgreSQL) case characters.
setUser(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the database user used to create database connection.
setUser(String) - Method in class com.inet.report.Engine
Sets the same username for all reports (main and subreports) for logging on to password protected databases used by the report.
This function is a convenience function that sets the username for the main and all sub reports.
setUseRange(boolean) - Method in class com.inet.report.PromptField
Sets whether the values must be in a certain value range or not.
setUserData(Hashtable) - Method in class com.inet.report.Engine
With this method you can associate additional data with the engine and retrieve it later (e.g. in a class that is derived from Database).
setUsername(String) - Method in class com.inet.report.Datasource
Sets the user name that will be used to connect to the data source.
setUserProperties(Properties) - Method in class com.inet.problemfinder.ProblemFinder
Sets user properties for the engine to check.
setUserProperties(Properties) - Method in class com.inet.report.Engine
With this method you can associate additional data with the engine of the main report.
setUserProperties(Properties) - Method in class com.inet.report.EngineBundle
setUserProperties(Properties) - Method in interface com.inet.report.ReportGenerator
setUseSQL92syntax(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Set here whether the SQL statement can contain the join condition in SQL92 syntax or not.
If set on true, the join is contained in FROM clause, otherwise in WHERE clause.
Note: full outer join is not possible in WHERE clause.
setUseSQL92syntax(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Set here whether the SQL statement can contain the join condition in SQL92 syntax or not.
If set on true, the join is contained in FROM clause, otherwise in WHERE clause.
Note: full outer join is not possible in WHERE clause.
setUseThousandSeparator(boolean) - Method in class com.inet.report.chart.format.FixedNumberFormat
Sets the flag that controls the showing of thousands separator.
setUseThousandsSeparator(boolean) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'use thousands separator'.
setUseThousandsSeparator(boolean) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'use thousands separator'.
setUseThousandsSeparatorFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'use thousands separator'.
setUseThousandsSeparatorFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'use thousands separator'.
setUseWhereClause(boolean) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Indicates whether the SQL statement can contain the WHERE clause or not.
If false is set, i-net Clear Reports creates a SQL statement without ORDER BY clause.
setUseWhereClause(boolean) - Method in class com.inet.report.Database
This method is for adapt the sql statement for a specific database.
Set this flag to false if the database does not support the WHERE clause.
setUsingTotalPage() - Method in class com.inet.report.cache.store.CachedOutput
Set that a total page is used in the report.
setUsingTotalPage() - Method in interface com.inet.report.output.DocumentOutput
Set that a total page is used in the report.
setUsingTotalPage() - Method in class com.inet.report.output.DocumentOutputStream
Set that a total page is used in the report.
setValidationQuery(String) - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Sets the SQL query which should be executed to validate the connection defined by this DataSourceConfiguration.
setValue(double) - Method in class com.inet.report.chart.axis.LineMarker
Sets the value (position) for this marker.
setValue(Object) - Method in class com.inet.report.DefaultValue
Sets the value of this default value.
setValue(Object) - Method in interface com.inet.viewer.CustomPromptEditor
Sets the currently set value of the prompt for which this editor is being used.
setValueFormula(FormulaField, boolean) - Method in class com.inet.report.chart.axis.LineMarker
Set the Formula which returns the value for the marker.
Expected type is NUMBER or datetime.
setValues(DatabaseField) - Method in class com.inet.report.FieldValueProvider
Sets the DatabaseField for fetching the values from.
setValueType(int) - Method in class com.inet.report.Field
Sets the value of the property 'value type'.
setValueType(int) - Method in class com.inet.report.PromptField
Sets the value of the property 'value type'.
setVerAlign(int) - Method in class com.inet.report.AbstractPictureElement
Sets the value of the property 'vertical alignment'.
setVerAlign(int) - Method in interface com.inet.report.PictureProperties
Sets the value of the property 'vertical alignment'.
setVerAlignFormula(FormulaField) - Method in class com.inet.report.AbstractPictureElement
Sets the formula for the property 'vertical alignment'.
setVerAlignFormula(FormulaField) - Method in interface com.inet.report.PictureProperties
Sets the formula for the property 'vertical alignment'.
setVertical(int) - Method in class com.inet.report.ReportProperties
Sets the vertical gap between multi-column labels.
setViewer(SwingReportViewer) - Method in class com.inet.viewer.SwingViewerContext
Sets the viewer to which this context belongs.
setViewerContext(ViewerContext) - Method in interface com.inet.viewer.ReportViewer
Sets the ViewerContext for this viewer, used for reacting to and handling events which occur in the viewer.
setViewerContext(ViewerContext) - Method in class com.inet.viewer.SwingReportViewer
Sets the ViewerContext for this viewer, used for reacting to and handling events which occur in the viewer.
setViewMode(int) - Method in interface com.inet.viewer.ReportView
Sets the type of view this ReportView is to take and causes this view to be displayed immediately.
setViewMode(int) - Method in class com.inet.viewer.SwingReportView
Sets the type of view this ReportView is to take and causes this view to be displayed immediately.
setViewParams(ViewParams) - Method in class com.inet.report.chart.plot.Chart3DPlot
Sets the 3D viewing parameters for this chart.
setVisible(boolean) - Method in interface com.inet.viewer.NavigationView
Shows or hides this navigation view.
setVisible(boolean) - Method in interface com.inet.viewer.StatusBar
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.inet.viewer.SwingNavigationView
Shows or hides this navigation view.
setVisible(boolean) - Method in interface com.inet.viewer.ToolBar
Shows or hides this component depending on the value of parameter b.
setWallBackColor(int) - Method in class com.inet.report.chart.plot.Chart3DPlot
Sets the ABGR components of the walls background paint.
setWidth(int) - Method in class com.inet.report.AbstractLineElement
Sets the width of an element.
setWidth(int) - Method in class com.inet.report.CrossTab
This element can not be resized.
setWidth(int) - Method in class com.inet.report.CrossTabDescriptionSection
This element can not be resized.
setWidth(int) - Method in interface com.inet.report.LineProperties
Sets the width of an element.
setWidth(int) - Method in interface com.inet.report.PictureProperties
Sets the width of an element.
setWidth(int) - Method in class com.inet.report.ReportComponent
Sets the width of this report element.
setWidthScalingFactor(double) - Method in class com.inet.report.AbstractPictureElement
Sets the property 'width scaling factor'.
setWidthScalingFactor(double) - Method in interface com.inet.report.PictureProperties
Sets the property 'width scaling factor'.
setWrapEnabled(boolean) - Method in class com.inet.report.CrossTabOptions
Use this method to set the behavior of small crosstabs if they do not fit the page.
setWriteCertificateDate(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that the date of signing must be written in certificate details.
setWriteCertificateDate(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that the date of signing must be written in certificate details.
setWriteCertificateDistinguishedName(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that subject distinguished name must be written in certificate details.
setWriteCertificateDistinguishedName(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that subject distinguished name must be written in certificate details.
setWriteCertificateLabels(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that the labels of signature items must be written in certificate details.
setWriteCertificateLabels(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that the labels of signature items must be written in certificate details.
setWriteCertificateLocation(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating whether the subject location must be written in certificate details.
setWriteCertificateLocation(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating whether the subject location must be written in certificate details.
setWriteCertificateReason(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that the reason of signing must be written in certificate details.
setWriteCertificateReason(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that the reason of signing must be written in certificate details.
setWriteCertificateSubjectName(boolean) - Method in class com.inet.report.SignatureForm
Sets the flag indicating that subject common name must be written in certificate details.
setWriteCertificateSubjectName(boolean) - Method in interface com.inet.report.SignatureProperties
Sets the flag indicating that subject common name must be written in certificate details.
setX(int) - Method in class com.inet.report.CrossTabDescriptionSection
This element can not be moved.
setX(int) - Method in interface com.inet.report.LineProperties
Sets the x position of the left upper corner of the element in the report.
setX(int) - Method in class com.inet.report.ReportComponent
Sets the x position of the left upper corner of the element in the report.
setX2(int) - Method in class com.inet.report.AbstractLineElement
Sets the x position of the element in the end section, if the element does not end in the same section as it begins.
setX2(int) - Method in interface com.inet.report.LineProperties
Sets the x position of the element in the end section, if the element does not end in the same section as it begins.
setXField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.XYDataset
Sets the data field which provides the x coordinate of item.
setXField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Sets the data field which provides the x coordinate of item.
setY(int) - Method in class com.inet.report.CrossTabDescriptionSection
This element can not be moved.
setY(int) - Method in interface com.inet.report.LineProperties
Sets the y position of the left upper corner of the element in the report.
setY(int) - Method in class com.inet.report.ReportComponent
Sets the y position of the left upper corner of the element in the report.
setY2(int) - Method in class com.inet.report.AbstractLineElement
Sets the y position of the element in the end section, if the element does not end in the same section as it begins.
setY2(int) - Method in interface com.inet.report.LineProperties
Sets the y position of the element in the end section, if the element does not end in the same section as it begins.
setYearType(int) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'year type'.
setYearType(int) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'year type'.
setYearTypeFormula(FormulaField) - Method in class com.inet.report.AbstractValueElement
Sets the formula for the property 'year type'.
setYearTypeFormula(FormulaField) - Method in interface com.inet.report.ValueProperties
Sets the formula for the property 'year type'.
setYField(int, Field, Field, int) - Method in interface com.inet.report.chart.dataset.XYDataset
Sets the data field which provides the y coordinate of item.
setYField(int, Field, Field, int) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Sets the data field which provides the y coordinate of item.
setZeroValueString(String) - Method in class com.inet.report.AbstractValueElement
Sets the value of the property 'zero value string'.
setZeroValueString(String) - Method in interface com.inet.report.ValueProperties
Sets the value of the property 'zero value string'.
setZoomFactor(float) - Method in interface com.inet.viewer.ReportView
Sets the zoom factor to this value.
setZoomFactor(float) - Method in class com.inet.viewer.SwingReportView
Sets the zoom factor to this value.
SHORT_DAY_OF_WEEK - Static variable in interface com.inet.report.ValueProperties
Day of week has short format, i.e. mon, 01.08.2001.
SHORT_ERA - Static variable in interface com.inet.report.ValueProperties
Short era representation.
SHORT_MONTH - Static variable in interface com.inet.report.ValueProperties
Date representation has short month value.
SHORT_YEAR - Static variable in interface com.inet.report.ValueProperties
Date representation has short year.
SHOW_LABEL - Static variable in class com.inet.report.chart.plot.PieLegendLayout
The legend shows only the label, the group value.
SHOW_LABEL_AND_AMOUNT - Static variable in class com.inet.report.chart.plot.PieLegendLayout
The legend shows the label and the amount.
SHOW_LABEL_AND_AMOUNT_AND_PERCENTAGE - Static variable in class com.inet.report.chart.plot.PieLegendLayout
The legend shows the label the amount and the percentage.
SHOW_LABEL_AND_PERCENTAGE - Static variable in class com.inet.report.chart.plot.PieLegendLayout
The legend shows the label and the percentage.
ShowAsPercentValue - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
showError(Throwable) - Method in interface com.inet.viewer.NavigationTab
An error has occurred, deal with it.
showError(Throwable) - Method in interface com.inet.viewer.NavigationView
Called when any error occurs within the navigation view
showError(Throwable) - Method in class com.inet.viewer.Progress
Shows an error dialog for this error message.
showError(Throwable) - Method in interface com.inet.viewer.ReportView
Displays an error box showing the Throwable's error message.
showError(Throwable) - Method in class com.inet.viewer.SwingNavigationView
Called when any error occurs within the navigation view
showError(Throwable) - Method in class com.inet.viewer.SwingReportView
Displays an error box showing the Throwable's error message.
showError(Throwable, Object) - Method in class com.inet.viewer.SwingViewerContext
This method will be called whenever an error occurs and thereby allows the implementor of this interface to handle the error as seen fit.
showError(Throwable, Object) - Method in interface com.inet.viewer.ViewerContext
This method will be called whenever an error occurs and thereby allows the implementor of this interface to handle the error as seen fit.
showHelp(String, Component) - Method in class com.inet.viewer.SwingViewerContext
Opens a HelpPage with a key in a window that corresponds to the component.
showHelp(String, Component) - Method in interface com.inet.viewer.ViewerContext
Opens a HelpPage with a key in a window that corresponds to the component.
showInfo() - Method in class com.inet.viewer.SwingViewerContext
Shows the info screen of this viewer.
showInfo() - Method in interface com.inet.viewer.ViewerContext
Shows the info screen of this viewer.
showNavigationTab(int) - Method in interface com.inet.viewer.NavigationView
Causes the navigation tab at the given index to be selected and shown for this navigation view.
showNavigationTab(int) - Method in class com.inet.viewer.SwingNavigationView
Causes the navigation tab at the given index to be selected and shown for this navigation view.
showPrintDialog(Component, PrinterJob, HashPrintRequestAttributeSet) - Static method in class com.inet.viewer.SwingReportView
Shows the viewer print dialog.
showPrompts(PromptData[], RenderData) - Method in class com.inet.viewer.SwingViewerContext
Handles a prompt request from the server.
showPrompts(PromptData[], RenderData) - Method in interface com.inet.viewer.ViewerContext
Handles a prompt request from the server.
showStatusMessage(ReportView, String, boolean) - Method in class com.inet.viewer.SwingViewerContext
Handled when a status message is to be displayed.
showStatusMessage(ReportView, String, boolean) - Method in interface com.inet.viewer.ViewerContext
Handled when a status message is to be displayed.
ShowSubjectName - com.inet.report.SignatureForm.SignatureFormProps
 
showUrl(String, Properties) - Method in class com.inet.viewer.SwingViewerContext
Handles opening a URL, e.g. a click on a hyperlink.
showUrl(String, Properties) - Method in interface com.inet.viewer.ViewerContext
Handles opening a URL, e.g. a click on a hyperlink.
shutdown() - Static method in class com.inet.report.cache.Cache
FOR INTERNAL USE ONLY Shuts down the started cache and writer Threads.
shutdown() - Static method in class com.inet.report.Engine
Attempts to interrupt all Threads created by i-net Clear Reports.
SIGNATURE - Static variable in class com.inet.report.Element
Element is an instance of SignatureForm.
SignatureForm - Class in com.inet.report
This class describes the visible Signature in PDF documents, that will be shown in Adobe Reader.
SignatureForm - com.inet.report.Element.ElementTypes
 
SignatureForm.SignatureFormProps - Enum in com.inet.report
FOR INTERNAL USE ONLY
SignatureProperties - Interface in com.inet.report
This class describes the look of visible signature field: which elements will be shown in certificate details, if any, whether the subject name will be written in separate part of the signature, whether the signature field must be divided into two parts.
SimpleElementContainer - Interface in com.inet.report
The interface describes the methods to add some elements such as Text, Box, Line, FieldElement, Picture, JavaBean and DataBasePicture to the container.
size() - Method in class com.inet.report.chart.plot.CombinedPlot
Returns the number of chart plots in this list.
size() - Method in class com.inet.report.CrossTabHeaderList
Returns the number of headers.
SORT_ASCENDING_ORDER - Static variable in class com.inet.report.BySummaryOrder
Constant for ascending order sort direction.
SORT_ASCENDING_ORDER - Static variable in class com.inet.report.Group
Constant for ascending order sort direction.
SORT_ASCENDING_ORDER_ALPHA_NUMERIC - Static variable in class com.inet.report.Group
Constant for ascending order sort direction, numeric parts will be sorted by their number value rather than alphabetical.
SORT_DESCENDING_ORDER - Static variable in class com.inet.report.BySummaryOrder
Constant for descending order sort direction.
SORT_DESCENDING_ORDER - Static variable in class com.inet.report.Group
Constant for descending order sort direction.
SORT_DESCENDING_ORDER_ALPHA_NUMERIC - Static variable in class com.inet.report.Group
Constant for descending order sort direction, numeric parts will be sorted by their number value rather than alphabetical
SORT_FIELD - Static variable in class com.inet.report.Field
Field is a sort field.
SORT_ORIGINAL_ORDER - Static variable in class com.inet.report.Group
Constant for original order sort direction.
SORT_ORIGINAL_ORDER_2 - Static variable in class com.inet.report.Group
Constant for really original order sort direction.
SORT_SPECIFIED_ORDER - Static variable in class com.inet.report.Group
Constant for specified order sort direction.
SORT_SUMMARY_ORDER - Static variable in class com.inet.report.Group
Constant for sort by summaries order sort direction.
sortAndFilterSectionElements(int, boolean, boolean) - Method in class com.inet.report.Section
FOR INTERNAL USE ONLY Method for XLS-Export: Labels, Fields, CrossTab, Line, Box and Subreport will be sorted Elements are filtered and sorted by their positions (up-down, then left-right) XLS-Export: makeFilteredList=true, because Z-order of elements must be kept Elements with negative x-coordinate will be not proceeded because of problem with IntObjectMap
SortField - Class in com.inet.report
With this field you can only set the sorting of the report data.
SortType - com.inet.report.Group.AttributeTag
 
spansMultipleSections() - Method in class com.inet.report.AbstractLineElement
Returns whether this element spans multiple sections or not.
Line and Box are the only elements which can span multiple section.
SPECIAL_FIELD - Static variable in class com.inet.report.Field
Field is a special field.
SpecialField - Class in com.inet.report
The SpecialField was created for contents that's source is in the environment of the running engine or of the engine itself.
SpecialField.SpecialFieldNames - Enum in com.inet.report
FOR INTERNAL USE ONLY
SpecifiedOrder - Class in com.inet.report
This class saved the details of the specified sort order of groups
SpecifiedOrder() - Constructor for class com.inet.report.SpecifiedOrder
FOR INTERNAL USE ONLY
SpecifiedOrder.AttributeTag - Enum in com.inet.report
FOR INTERNAL USE ONLY
SQL_FIELD - Static variable in class com.inet.report.Field
Field is a sql field.
sqlConcat(Object, Object) - Method in class com.inet.report.Database
Returns a valid sql statement concatenating two expressions.
SQLField - Class in com.inet.report
This class represents a field for SQL statements.

This class is part of the RDC.
SQLValueProvider - Class in com.inet.report
This implementation of DynamicValueProvider takes a given SQL statement and executes it as a query on the given data source.
Standard - com.inet.usersandgroups.api.user.UserAccountType
 
StandardDataset - Interface in com.inet.report.chart.dataset
The interface that must be implemented by classes that will be used as data source for a StandardPlot.
StandardPlot - Class in com.inet.report.chart.plot
A general plotting class that uses BaseAxis as category axis, DiscreteNumberAxis as data axis and StandardDataset as data source.
StandardPlot() - Constructor for class com.inet.report.chart.plot.StandardPlot
FOR INTERNAL USE ONLY
startEmbedded(Properties) - Static method in class com.inet.designer.Startup
Start the i-net Designer as an embedded Frame in your own application.
startEmbedded(Properties, String[]) - Static method in class com.inet.designer.Startup
Start the i-net Designer as an embedded Frame in your own application.
startProgress() - Method in class com.inet.viewer.Progress
Call this method to start the progress.
Startup - Class in com.inet.designer
This class shows the Splash screen and starts up the i-net Designer.
STATUS_CANCELED - Static variable in class com.inet.viewer.Progress
The progress was canceled
STATUS_CANCELED - Static variable in interface com.inet.viewer.ReportView
Constant for ReportView.getLoadingStatus(), means the loading has been canceled by the user
STATUS_COMPLETED - Static variable in class com.inet.viewer.Progress
The progress was successfully completed
STATUS_ERROR - Static variable in class com.inet.viewer.Progress
The progress was canceled due to an error
STATUS_FINISHED - Static variable in interface com.inet.viewer.ReportView
Constant for ReportView.getLoadingStatus(), means the report has been successfully loaded
STATUS_IDLE - Static variable in class com.inet.viewer.Progress
The progress idles
STATUS_INITIALIZED - Static variable in class com.inet.viewer.Progress
The progress has been created but has not been started yet
STATUS_INITIALIZED - Static variable in interface com.inet.viewer.ReportView
Constant for ReportView.getLoadingStatus(), means the report view is loading for the first time, no pages have been loaded yet.
STATUS_LOADING - Static variable in interface com.inet.viewer.ReportView
Constant for ReportView.getLoadingStatus(), means at least one page has been loaded and the report view is currently fetching the other pages of the report if there are any
STATUS_NOT_INITIALIZED - Static variable in class com.inet.viewer.Progress
The progress has not been created yet
STATUS_RUNNING - Static variable in class com.inet.viewer.Progress
The progress is running
StatusBar - Interface in com.inet.viewer
The interface for all status bars attached to the reportview.
StdDeviation - com.inet.report.SummaryField.SummaryOperations
 
STEP_AUTO - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
The step width of the axis labels is defined automatically.
STEP_DAY - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one day.
STEP_HOUR - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one hour.
STEP_MILLISECOND - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one millisecond.
STEP_MINUTE - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one minute.
STEP_MONTH - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one month.
STEP_SECOND - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one second.
STEP_YEAR - Static variable in class com.inet.report.chart.axis.ContinuousDateAxis
Constant defining the step width of the axis labels as one year.
STOCK_HIGH_LOW - Static variable in class com.inet.report.chart.plot.StockStyle
The high - low stock chart style.
STOCK_HIGH_LOW_OPEN_CLOSE - Static variable in class com.inet.report.chart.plot.StockStyle
The high - low open - close stock chart style.
StockDataset - Interface in com.inet.report.chart.dataset
An interface that is implemented by data set that have open, close, high, and low fields.
StockForAllRecordsDataset - Class in com.inet.report.chart.dataset
This is a dataset used by stock charts.
StockForAllRecordsDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.StockForAllRecordsDataset
Creates a new empty dataset.
StockForEachRecordDataset - Class in com.inet.report.chart.dataset
This is a dataset used by stock charts.
StockForEachRecordDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.StockForEachRecordDataset
Creates a new empty dataset.
StockOneGroupDataset - Class in com.inet.report.chart.dataset
This is a dataset used by stock charts.
StockOneGroupDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.StockOneGroupDataset
Creates a new empty dataset.
StockPlot - Class in com.inet.report.chart.plot
A general class for plotting data in the form of an open and close value or an open, close, high an low value.
StockPlot() - Constructor for class com.inet.report.chart.plot.StockPlot
Creates a stock plot with default properties.
StockPlot(StockStyle) - Constructor for class com.inet.report.chart.plot.StockPlot
Creates a stock plot with defined chart style.
StockStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the stock chart.
stop() - Method in class com.inet.report.CacheRenderData
Stops and cancels the rendering process if one is running.
stop() - Method in class com.inet.report.Engine
Stops the execution of the report after the rendering of the current page was finished.
stop() - Method in class com.inet.report.EngineRenderData
Stops and cancels the rendering process if one is running.
stop() - Method in interface com.inet.viewer.RenderData
Stops and cancels the rendering process if one is running.
stop() - Method in class com.inet.viewer.URLRenderData
Sends the command "stop" to the server.
stop(String) - Method in class com.inet.report.cache.store.CachedOutput
The rendering was stopped.
stop(String) - Method in class com.inet.report.Engine
Stops the execution of the report after the rendering of the current page was finished.
stop(String) - Method in class com.inet.report.EngineBundle
See Engine.stop(String) for details.
stop(String) - Method in interface com.inet.report.output.DocumentOutput
The rendering was stopped.
stop(String) - Method in class com.inet.report.output.DocumentOutputStream
The rendering was stopped.
stop(String) - Method in interface com.inet.report.ReportGenerator
See Engine.stop(String) for details.
stopAfterPage(int) - Method in class com.inet.report.Engine
Sets the maximum number of report pages rendered by these engine.
stopAfterPage(int) - Method in class com.inet.report.EngineBundle
See Engine.stopAfterPage(int) for details.
stopAfterPage(int) - Method in interface com.inet.report.ReportGenerator
See Engine.stopAfterPage(int) for details.
stopAll() - Static method in class com.inet.report.Engine
Stops all Engines in this JVM or container.
Strikeout - com.inet.report.AbstractFontElement.FontProps
 
STRING - Static variable in class com.inet.report.Field
The constant that identifies a String value.
STRING - Static variable in class com.inet.viewer.PromptData
Data type constant - string
style - Variable in class com.inet.report.CrossTabGridLineFormat
The style of the grid line.
Style - com.inet.report.AbstractLineElement.LineProperties
 
SUBFIELD - Static variable in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
SUBFIELD_SYMBOL - Static variable in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
SUBFIELD_TYPE - Static variable in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
SUBFIELD_TYPE_SYMBOL - Static variable in class com.inet.report.SubreportLink
FOR INTERNAL USE ONLY
Subreport - Class in com.inet.report
Engines cannot hold more than one datasource, so if you need a report that uses data from two or more datasources, you have to use Subreport objects in the report.
Subreport - com.inet.report.Element.ElementTypes
 
SUBREPORT - Static variable in class com.inet.report.Element
Element is an instance of Subreport.
SubreportLink - Class in com.inet.report
A SubreportLink object links a field in main report with a field in subreport with use of a prompt field in the subreport.
SubreportProperties - Interface in com.inet.report
Interface for elements that supports onDemand like subreports.
Sum - com.inet.report.SummaryField.SummaryOperations
 
SUM - Static variable in class com.inet.report.SummaryField
SummaryField calculates sum.
sumFieldExists(int, String, String, String, int, int) - Method in class com.inet.report.Fields
FOR INTERNAL USE ONLY Checks if a SummaryField with SummaryOperation sumTyp and column field and (if not null) condition field group exists.
SUMMARY_CHART - Static variable in class com.inet.report.SummaryField
Indicates that this summary field belongs to the chart object
SUMMARY_CROSSTAB - Static variable in class com.inet.report.SummaryField
Indicates that this summary field belongs to the crosstab column object
SUMMARY_FIELD - Static variable in class com.inet.report.Field
Field is a summary field.
SUMMARY_REPORT - Static variable in class com.inet.report.SummaryField
Indicates that this summary field belongs to the report object
SummaryField - Class in com.inet.report
A summary field summarizes data of other fields in the report.
SummaryField(RendererBase) - Constructor for class com.inet.report.SummaryField
FOR INTERNAL USE ONLY
SummaryField.SummaryFieldAttributeTag - Enum in com.inet.report
FOR INTERNAL USE ONLY
SummaryField.SummaryOperations - Enum in com.inet.report
FOR INTERNAL USE ONLY
SummaryInfo - Class in com.inet.report
With this class SummaryInfo you can get/set the report summary info specified in the "Summary Info" of the i-net Designer or with the setXXX methods in this class.
For example:

Engine eng = new Engine( Engine.NO_EXPORT );
eng.setReportFile( "file:C:/MyReports/Report1.rpt" );
SummaryInfo su = eng.getSummaryInfo();
System.out.println("created: "+su.getCreated());
System.out.println("LastSaved: "+su.getLastSaved());
System.out.println("Author: "+su.getAuthor());
System.out.println("Subject: "+su.getSubject());
System.out.println("ReportTitle: "+su.getReportTitle());
SummaryNth - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
SummaryType - com.inet.report.SummaryField.SummaryFieldAttributeTag
 
supportsCommands() - Method in interface com.inet.report.database.DataFactory
If this data factory supports a TableSource of type command.
supportsCommands() - Method in class com.inet.report.database.JdbcData
If this data factory supports a TableSource of type command.
supportsFormLogin() - Method in class com.inet.authentication.RemoteLoginProcessor
If the authentication provider supports form authentication.
Suppress - com.inet.report.AbstractLineElement.LineProperties
 
Suppress - com.inet.report.Area.AttributeTag
 
Suppress - com.inet.report.Element.CommonProperties
 
SuppressEmptySection - com.inet.report.Area.AttributeTag
 
SuppressIfDuplicated - com.inet.report.Element.CommonProperties
 
SuppressIfZero - com.inet.report.AbstractValueElement.NumberProps
 
SURFACE - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a surface style.
SURFACE_HONEYCOMB - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a honeycomb surface style.
SURFACE_SOLID - Static variable in class com.inet.report.chart.plot.Chart3DStyle
This is a solid surface style.
swapHeaders() - Method in class com.inet.report.CrossTab
Swap the column and row headers.
swapJoin() - Method in class com.inet.report.Join
Inverses the join by swapping the source and target table, and changes the join type and link to make the inverted join equivalent to the current join.
SwingNavigationView - Class in com.inet.viewer
The navigation view is responsible for the group tree, the search view, and any other navigation tabs needed by the application.
SwingReportView - Class in com.inet.viewer
The Swing implementation of ReportView, a container for a NavigationView, a ReportScrollView, and a StatusBar.
SwingReportViewer - Class in com.inet.viewer
The SwingReportViewer is the top level container for all Swing viewer elements.
SwingReportViewer() - Constructor for class com.inet.viewer.SwingReportViewer
Creates an instance of the SwingReportViewer, initializing a set of Actions and a SwingToolBar.
SwingReportViewer(ViewerContext) - Constructor for class com.inet.viewer.SwingReportViewer
Creates an instance of the SwingReportViewer with the given ViewerContext for handling various actions
SwingStatusBar - Class in com.inet.viewer
Swing implementation of the Statusbar.
SwingStatusBar(ReportView) - Constructor for class com.inet.viewer.SwingStatusBar
Creates a new instance of the StatusBar connected to the given ReportView.
SwingToolBar - Class in com.inet.viewer
The toolbar of the viewer is connected to the current report view and contain a defaultset of buttons and control elements.
SwingToolBar(ReportViewer) - Constructor for class com.inet.viewer.SwingToolBar
Construct a new Toolbar for a ReportViewer.
SwingViewerContext - Class in com.inet.viewer
The default implementation of ViewerContext for i-net Clear Reports Viewer.
SwingViewerContext(SwingReportViewer) - Constructor for class com.inet.viewer.SwingViewerContext
Creates a SwingViewerContext with a reference to a SwingReportViewer which is used for example when parent components are needed for dialogs, etc.
SwingViewerContext(Component) - Constructor for class com.inet.viewer.SwingViewerContext
Creates a SwingViewerContext with a reference to a parent Component which is used for example when parent components are needed for dialogs, etc.
SYNTAX_BASIC - Static variable in class com.inet.report.FormulaField
Formula in Basic Syntax
SYNTAX_CRYSTAL - Static variable in class com.inet.report.FormulaField
Formula in Crystal Syntax
SYSTEM_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
The login source for all logins that come from the underlying system.
SYSTEM_LOGINTYPE - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the real provider for the "system" provider.
SYSTEM_PREFERENCES - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope store the configuration in the system preferences.
SYSTEM_PROVIDER_ACTION - Static variable in class com.inet.authentication.AuthenticationDescription
Category and group for the config structure provider for the system authentication provider.
SystemDefaultNumberType - com.inet.report.AbstractValueElement.NumberProps
 
SystemDefaultTimeType - com.inet.report.AbstractValueElement.DateTimeProps
 

T

T_OR_F - Static variable in interface com.inet.report.ValueProperties
The output value of a field with return type boolean is represented, according with language, by 'T' or 'F' (en), 'W' or 'F'(de) etc.
TableData - Class in com.inet.report.database
This class is a container for tabularly data
TableData(String[], Object[][]) - Constructor for class com.inet.report.database.TableData
Create a table data from columns and rows.
TableData(String[], List<Object[]>) - Constructor for class com.inet.report.database.TableData
Create a table data from a columns and rows
TableData(ResultSet) - Constructor for class com.inet.report.database.TableData
Create a table data from a ResultSet
TableData(List<String>, List<Object[]>) - Constructor for class com.inet.report.database.TableData
Create a table data from a columns and rows
TableSource - Class in com.inet.report
A TableSource is the representation of a table, a view, a stored procedure or a SQL command.
TableSourceInfo - Class in com.inet.report.database
This class holds information which can be used to create a TableSource.
TableSourceInfo(String, String, String, int) - Constructor for class com.inet.report.database.TableSourceInfo
Create a new instance for a stored procedure.
TAIWANESE_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: taiwanes Not supported yet, for future use.
Temp - com.inet.usersandgroups.api.user.UserAccountType
 
TEMP_LOGIN_SOURCE - Static variable in class com.inet.authentication.LoginProcessor
The login source for the temp login.
TEMPORARY_PREFERENCES - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope store the configuration only in the memory.
Text - Class in com.inet.report
This class provides an object that represents a label.
Text - com.inet.report.Element.ElementTypes
 
TEXT - Static variable in class com.inet.report.Element
Element is an instance of Text.
TEXT_SELECT - Static variable in class com.inet.viewer.ActionPool
Switches to the text selection mode, to select text via mouse drag.
TextInterpretation - com.inet.report.Element.StringProps
 
TextInterpretationProperties - Interface in com.inet.report
TextInterpretationProperties are implemented by any element which offer text interpretation as HTML, RTF or Markdown.
TextPart - Class in com.inet.report
The text objects in a report are separated into parts of text, where each part has its own format, i.e. color and size.
TextPart - com.inet.report.Element.ElementTypes
 
TEXTPART - Static variable in class com.inet.report.Element
Element is an instance of TextPart.
TextPosition - com.inet.report.SignatureForm.SignatureFormProps
 
TextProperties - Interface in com.inet.report
Interface for all elements with text, i.e. for Text, Subreport, and FieldElement.
TextRotation - com.inet.report.Element.CommonProperties
 
THAI_CALENDAR - Static variable in interface com.inet.report.ValueProperties
Calendar type: thai.
THEME_APP_KEY - Static variable in interface com.inet.report.renderer.html.viewer.HTMLViewer
Key to register additional HTML Viewer css.
ThousandSeparatorsSymbol - com.inet.report.AbstractValueElement.NumberProps
 
TightHorizontal - com.inet.report.Element.BorderProps
 
TIME - Static variable in class com.inet.report.Field
The constant that identifies a Time value.
TIME - Static variable in class com.inet.viewer.PromptData
Data type constant - time
TIME_DATE_ORDER - Static variable in interface com.inet.report.ValueProperties
Date value will be printed after time value.
TIME_ONLY_ORDER - Static variable in interface com.inet.report.ValueProperties
Time value will be printed only.
TimeBase - com.inet.report.AbstractValueElement.DateTimeProps
 
TIMEFORMAT - Static variable in class com.inet.viewer.PromptValue
formatter to use for times (will use multiple fall backs)
to - Variable in class com.inet.report.FormulaRange
The Object that holds the to value of range.
toCcColor(Color) - Static method in class com.inet.report.RDC
Returns the ABGR value representing the color (i.e. 0x000000FF for red).
In general the alpha component is null, so the color space is a standard BGR color space.
toJavaColor(int) - Static method in class com.inet.report.RDC
Converts the ABGR color value (i.e. 0x000000FF for red) into a Java Color object.
TOKEN_AXIS - Static variable in class com.inet.report.chart.ChartTitle
The XML token for an axis title.
TOKEN_CATEGORY_AXIS - Static variable in class com.inet.report.chart.axis.BaseAxis
XML token for a category axis element.
TOKEN_COMBINED_PLOT - Static variable in class com.inet.report.chart.plot.CombinedPlot
XML token for a combined plot element.
TOKEN_DATA_AXIS - Static variable in class com.inet.report.chart.axis.BaseAxis
XML token for a data axis element.
TOKEN_DATASET - Static variable in interface com.inet.report.chart.dataset.BaseDataset
XML token for a dataset element.
TOKEN_FOOTNOTE - Static variable in class com.inet.report.chart.ChartTitle
The XML token for a footnote title.
TOKEN_HEADER - Static variable in class com.inet.report.chart.ChartTitle
The XML token for a header title.
TOKEN_LEGEND - Static variable in class com.inet.report.chart.Legend
XML token for legend element.
TOKEN_PLOT - Static variable in class com.inet.report.chart.plot.AbstractPlot
XML token for a plot element.
TOKEN_SERIES_AXIS - Static variable in class com.inet.report.chart.axis.BaseAxis
XML token for a series axis element.
TOKEN_SUBTITLE - Static variable in class com.inet.report.chart.ChartTitle
The XML token for a subtitle.
ToolBar - Interface in com.inet.viewer
The toolbar which contains various buttons.
TopBorder - com.inet.report.Element.BorderProps
 
toSql(SqlSyntax, FieldFilter, boolean) - Method in class com.inet.report.FormulaField
FOR INTERNAL USE ONLY Converts the content of this formula to an SQL statement.
toSql(IFormulaRunner, SqlSyntax, boolean, boolean) - Method in class com.inet.report.FormulaRange
FOR INTERNAL USE ONLY
toSQL92(String, Field) - Method in class com.inet.report.Database
Creates a SQL92 expression with function and one parameter.
toString() - Method in interface com.inet.config.Configuration
Returns the scope and the name of the configuration as String.
toString() - Method in enum com.inet.problemfinder.ProblemFinderWarning.Type
toString() - Method in class com.inet.report.cache.ReportCacheKey
Returns a String representation of this ReportCacheKey.
toString() - Method in class com.inet.report.chart.axis.AxisPosition
toString() - Method in class com.inet.report.chart.LegendPlacement
Returns a string representing the object.
toString() - Method in class com.inet.report.chart.plot.ChartStyle
toString() - Method in class com.inet.report.chart.plot.DrawOutOfScale
toString() - Method in class com.inet.report.chart.plot.PieLegendLayout
toString() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Returns the name of this DataSourceConfiguration.
toString() - Method in class com.inet.report.CrossTabGridLineFormat
Returns a string representation of the object.
toString() - Method in class com.inet.report.DatabaseField
toString() - Method in class com.inet.report.Datasource
Returns a string representation of this Datasource.
toString() - Method in class com.inet.report.FormulaRange
Returns a simple string representation of this FormulaRange, using "_to", "to_", "_to_" and "to" to indicate limit inclusion.
toString() - Method in class com.inet.report.Group
Returns a string representation of this Group.
toString() - Method in exception com.inet.report.ReportException
Returns a string which contains the message id and the message
toString() - Method in class com.inet.report.ReportKeyFactory
Generates a String representation of this object.
toString() - Method in class com.inet.report.TableSource
Returns the alias name.
toString() - Method in class com.inet.viewer.PromptData
Simply returns the display name of this prompt.
toString() - Method in class com.inet.viewer.PromptValue
Creates a formated string representation of this prompt value with its decription and value.
TOTAL_PAGE_COUNT - Static variable in class com.inet.report.SpecialField
The type of the SpecialField "Total Page Count".
TOTAL_PAGE_COUNT - Static variable in interface com.inet.viewer.ReportView
Total Page Count property - to be used for PropertyChangeEvents.
TOTAL_PAGE_COUNT_UNKNOWN - Static variable in interface com.inet.viewer.ReportView
The total number of pages is as of yet unknown
TotalPageCount - com.inet.report.SpecialField.SpecialFieldNames
 
TRAILING_CURRENCY_INSIDE_NEGATIVE - Static variable in interface com.inet.report.ValueProperties
The number will placed leading, then if number is negative the minus and trailing the currency symbol, i.e. 20-$.
TRAILING_CURRENCY_OUTSIDE_NEGATIVE - Static variable in interface com.inet.report.ValueProperties
If number is negative, minus will placed leading, then the number itself and trailing the currency symbol, i.e. -20$.
TRAILING_DAY_OF_WEEK - Static variable in interface com.inet.report.ValueProperties
Date representation has trailing day of week.
TRAILING_MINUS - Static variable in interface com.inet.report.ValueProperties
Number representation has trailing minus if number is negative.
transferClientLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
Send the login answer of the client (browser) to a login script or external library.
transferFormLoginData(HttpServletRequest, HttpServletResponse) - Method in class com.inet.authentication.RemoteLoginProcessor
Set the answer of a form authorization.
TransferServletException - Exception in com.inet.report.database.beans
This Exception is created if an Exception occurred inside the application server when a client requested information or the data for a BeanDataSource.
TransferServletException(String) - Constructor for exception com.inet.report.database.beans.TransferServletException
Create a new TransferServletException with the given message.
TransferServletException(String, Throwable) - Constructor for exception com.inet.report.database.beans.TransferServletException
Create a new wrapped Exception with the given message and cause.
transformGuiProperties(Map<String, Object>) - Method in interface com.inet.authentication.AuthenticationProvider
Transform the loaded values to the format needed for the configuration GUI
translate(ResourceBundle, boolean) - Method in class com.inet.report.translation.Translator
Translate all labels and the report title of the engine.
Translations - Class in com.inet.report.translation
This class hold the translations and options for translation of a single report (Engine).
Translator - Class in com.inet.report.translation
This class hold all methods for translation of an Engine.
Translator(Engine) - Constructor for class com.inet.report.translation.Translator
Create a new translator for the given Engine.
Transparency - Class in com.inet.viewer.print
This attribute signals the PrinterJobProgress to include transparent colors in printing.
Transparency() - Constructor for class com.inet.viewer.print.Transparency
Creates transparency attribute.
TREAT_NULL_AS_NULL - Static variable in class com.inet.report.FormulaField
Sets the formula calculation to tolerate null values, if possible.
TREAT_NULL_BY_DEFAULT - Static variable in class com.inet.report.FormulaField
Sets the formula calculation to replace null values by the default values of the same type.
TREAT_NULL_BY_EXCEPTION - Static variable in class com.inet.report.FormulaField
Sets the formula calculation to always interrupt if there is any null value.
Trigger - Class in com.inet.report
A trigger is a runtime value that will be evaluated at runtime and can be accessed after a report has rendered.
trimAwayBrackets(String) - Method in class com.inet.report.Field
trims away "{" before and after string, e.g.
TRUE_OR_FALSE - Static variable in interface com.inet.report.ValueProperties
The output value of a field with return type boolean is represented, according with language, by 'true' or 'false' (en), 'wahr' or 'falsch'(de) etc.
TWELVE_HOURS - Static variable in interface com.inet.report.ValueProperties
Time base is set to 12 hours.
TWENTY_FOUR_HOURS - Static variable in interface com.inet.report.ValueProperties
Time base is set to 24 hours.
TwoGroupsDataset - Class in com.inet.report.chart.dataset
This is a dataset used by standard (bar, line, area) charts.
TwoGroupsDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.TwoGroupsDataset
Creates a new empty dataset.
TYPE_CHANGE - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that the currently configuration has been changed to a different configuration than before, via ConfigurationManager.setCurrent(Configuration)
TYPE_CIRCLE_SHAPE - Static variable in class com.inet.report.chart.plot.ItemShape
The chart use only circle shapes.
TYPE_CLEAR - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a configuration has been cleared via Configuration.clear()
TYPE_COMMAND - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: Command
TYPE_COMMAND - Static variable in class com.inet.report.TableSource
Identifies a TableSource as a sql statement.
TYPE_CONNECTION - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: Connection
TYPE_COPY - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a configuration has been copied via ConfigurationManager.copy(int, String, int, String)
TYPE_CREATE - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a new configuration has been created via ConfigurationManager.create(int, String)
TYPE_DATABASE - Static variable in class com.inet.report.cache.Cache
Use a database as cache medium.
TYPE_DEFAULT_SHAPE - Static variable in class com.inet.report.chart.plot.ItemShape
The chart use a shapes sequence.
TYPE_DELETE - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a configuration has been deleted via ConfigurationManager.delete(int, String)
TYPE_DIAMOND_SHAPE - Static variable in class com.inet.report.chart.plot.ItemShape
The chart use only diamond shapes.
TYPE_EXPORT - Static variable in class com.inet.viewer.Progress
The type is export progress, which means the progress will be shown as export progress in the status bar
TYPE_HARDDISK - Static variable in class com.inet.report.cache.Cache
Use harddisk as cache medium.
TYPE_IMPORT - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a configuration has been imported via ConfigurationManager.importFromStream(int, String, java.io.InputStream).
TYPE_INVISIBLE - Static variable in class com.inet.viewer.Progress
The type is invisible, do not show this progress in the status bar *
TYPE_MEMORY - Static variable in class com.inet.report.cache.Cache
Use memory as cache medium (default cache type).
TYPE_MODIFY - Static variable in class com.inet.config.ConfigurationChangeEvent
Type specifying that a configuration has been modified, e.g. via Configuration.put(String, String).
TYPE_NAME_SYSTEM_TABLE - Static variable in class com.inet.report.TableSource
The name of system table data source returning from meta data.
TYPE_NAME_TABLE - Static variable in class com.inet.report.TableSource
The name of table data source returning from meta data.
TYPE_NAME_VIEW - Static variable in class com.inet.report.TableSource
The name of view data source returning from meta data.
TYPE_PAGELOADER - Static variable in class com.inet.viewer.Progress
The type is navigation progress, which means the progress will be shown as navigation progress in the status bar
TYPE_PRINT - Static variable in class com.inet.viewer.Progress
The type is print progress, which means the progress will be shown as printing progress in the status bar
TYPE_PROCEDURE - Static variable in class com.inet.report.TableSource
Identifies a TableSource as a stored procedure.
TYPE_RECTANGLE_SHAPE - Static variable in class com.inet.report.chart.plot.ItemShape
The chart use only rectangle shapes.
TYPE_SEARCH - Static variable in class com.inet.viewer.Progress
The type is search progress, which means the progress will be shown as search progress in the status bar
TYPE_SPROC - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: Stored procedure
TYPE_SPROC - Static variable in class com.inet.report.database.TableSourceInfo
Shows the database object type is: Stored procedure
TYPE_SPROC_WITH_PARAM - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: Stored procedure with parameters
TYPE_SYSTEM_TABLE - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: System Table
TYPE_SYSTEM_TABLE - Static variable in class com.inet.report.database.TableSourceInfo
Shows the database object type is: System Table
TYPE_TABLE - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: Table
TYPE_TABLE - Static variable in class com.inet.report.database.TableSourceInfo
Shows the database object type is: Table
TYPE_TABLE_OR_VIEW - Static variable in class com.inet.report.TableSource
Identifies a TableSource as a table or a view.
TYPE_TRIANGLE_SHAPE - Static variable in class com.inet.report.chart.plot.ItemShape
The chart use only triangle shapes.
TYPE_VIEW - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: View
TYPE_VIEW - Static variable in class com.inet.report.database.TableSourceInfo
Shows the database object type is: View
TYPE_VIEW_WITH_PARAM - Static variable in interface com.inet.designer.DesignerDataModel
Shows the database object type is: View with parameters

U

UIPROP_SCROLLPANE_BACKGROUND - Static variable in interface com.inet.viewer.ReportViewer
UI property key for setting the background color in the scroll pane area of the Viewer where no page can be seen.
UnderlayFollowingSection - com.inet.report.Area.AttributeTag
 
Underline - com.inet.report.AbstractFontElement.FontProps
 
uninstall(boolean) - Method in interface com.inet.plugin.ServerPlugin
Is called by ServerPluginManager during execution of uninstall tasks of available plugins.
uninstall(ServerPluginDescription, boolean) - Method in class com.inet.plugin.ServerPluginManager
Executes uninstall tasks of available plugins.
Unknown - com.inet.report.Area.AttributeTag
 
UNKNOWN - com.inet.report.Validity.States
the object can not check currently, for example no connection to the database is possible
UNKNOWN - Static variable in class com.inet.report.Field
The constant that identifies an unspecific type.
UNKNOWN - Static variable in class com.inet.viewer.PromptData
Data type constant - unknown
UnknownField() - Constructor for class com.inet.report.Fields.UnknownField
creates a placeholder field when a field could not be parsed
unlock(ReportCacheKey) - Method in class com.inet.report.cache.Cache
Unlock the data in the cache.
UNSPECIFIED_EVALUATE_TIME - Static variable in class com.inet.report.FormulaField
Constant value of evaluation time.
unwrap(Class<T>) - Method in class com.inet.authentication.LoginProcessor
Returns an object that implements the given interface to allow access to non-standard methods, or standard methods not exposed by the proxy.
UPDATE - Static variable in class com.inet.report.RDC.FieldsRefreshEvent
The field has been changed.
UPDATE_ALL - Static variable in class com.inet.report.RDC.FieldsRefreshEvent
Maybe all fields has been changed.
updateName() - Method in class com.inet.report.SortField
Updates the field's ref name.
updateProgress(int) - Method in interface com.inet.report.event.EngineFinishListener
Updates the current progress to the specified values
updateReferences() - Method in interface com.inet.report.chart.dataset.BaseDataset
FOR INTERNAL USE ONLY.
updateReferences() - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
FOR INTERNAL USE ONLY.
updateReferences() - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
FOR INTERNAL USE ONLY.
updateReferences() - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
FOR INTERNAL USE ONLY
updateReferences() - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
FOR INTERNAL USE ONLY.
updateReferences() - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
FOR INTERNAL USE ONLY
updateReferences() - Method in class com.inet.report.Chart2
FOR INTERNAL USE ONLY
Url - com.inet.report.Element.HyperlinkProps
 
URLRenderData - Class in com.inet.viewer
An implementation of RenderData for a URL connection to the i-net Clear Reports server.
URLRenderData(String) - Constructor for class com.inet.viewer.URLRenderData
Creates a URLRenderData object with the given URL as the location to connect to to fetch the report.
URLRenderData(URL) - Constructor for class com.inet.viewer.URLRenderData
Creates a URLRenderData object with the given URL as the location to connect to to fetch the report.
USE_CUSTOM_FORMAT - Static variable in interface com.inet.report.ValueProperties
Use custom date/time format instead of system short, medium or long date/time format.
USE_SYSTEM_LONG_DATE - Static variable in interface com.inet.report.ValueProperties
Use system default long date format.
USE_SYSTEM_LONG_TIME - Static variable in interface com.inet.report.ValueProperties
Use system default long time format.
USE_SYSTEM_MEDIUM_DATE - Static variable in interface com.inet.report.ValueProperties
Use system default medium date format.
USE_SYSTEM_MEDIUM_TIME - Static variable in interface com.inet.report.ValueProperties
Use system default medium time format.
USE_SYSTEM_SHORT_DATE - Static variable in interface com.inet.report.ValueProperties
Use system default short date format.
USE_SYSTEM_SHORT_TIME - Static variable in interface com.inet.report.ValueProperties
Use system default short time format.
UseLeadingZero - com.inet.report.AbstractValueElement.NumberProps
 
UseOneCurrencySymbolPerPage - com.inet.report.AbstractValueElement.NumberProps
 
USER_CAN_REGISTER - Static variable in class com.inet.authentication.AuthenticationDescription
The authentication settings property name for the product provider for the flag if a user can register.
USER_PREFERENCES - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope store the configuration in the user preferences.
USER_SESSION - Static variable in class com.inet.report.config.datasource.DataSourceConfigurationManager
This scope store the configuration in the servlet session.
UserAccountType - Enum in com.inet.usersandgroups.api.user
The account type determine some possible features of a user and/or login.
USERDEFINED_PAPER - Static variable in class com.inet.report.ReportProperties
User Defined Paper Size
UserDefinedFunction - Interface in com.inet.report.formula
Interface to be registered by plugins that provide a user defined function for the reporting service.

For example:
UseReverseSignForDisplay - com.inet.report.AbstractValueElement.NumberProps
 
usesSummaryFields() - Method in class com.inet.report.FormulaField
Returns true, if this formula field references to a summary field and is referenced by a summary field - either directly or indirectly
UseSystemDefaultFormat - com.inet.report.AbstractValueElement.DateTimeProps
 
UseSystemDefaultFormat - com.inet.report.AbstractValueElement.NumberProps
 
UseThousandSeparators - com.inet.report.AbstractValueElement.NumberProps
 

V

VALID - com.inet.report.Validity.States
the object is valid
Validatable - Interface in com.inet.report
An object that is validatable.
validate() - Method in class com.inet.report.config.datasource.DataSourceConfiguration
Checks if it is possible to get a connection based on this DataSourceConfiguration. Throw an exception if the connection can't be established.
validate() - Method in class com.inet.report.FormulaField
Check if the object is valid and returns the state and details of possible errors.
validate() - Method in class com.inet.report.GroupField
Check if the object is valid and returns the state and details of possible errors.
validate() - Method in class com.inet.report.SortField
Check if the object is valid and returns the state and details of possible errors.
validate() - Method in class com.inet.report.SQLField
Check if the object is valid and returns the state and details of possible errors.
validate() - Method in class com.inet.report.SummaryField
Check if the object is valid and returns the state and details of possible errors.
validate() - Method in interface com.inet.report.Validatable
Check if the object is valid and returns the state and details of possible errors.
Validity - Class in com.inet.report
This class hold the state of an checked object.
Validity(Validity.States, Object) - Constructor for class com.inet.report.Validity
Create a new Validity object.
Validity.States - Enum in com.inet.report
States of an object
VALUE_DRILLDOWN_DISABLED - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to 100%
VALUE_DRILLDOWN_ENABLED - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_DRILLDOWN_ENABLED: enabled
VALUE_VIEW_MODE_DOUBLE_PAGE - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show two pages at a time
VALUE_VIEW_MODE_DOUBLE_PAGE_CONTINUOUS - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show pages as double column continuous stream
VALUE_VIEW_MODE_SINGLE_PAGE - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show only one page at a time
VALUE_VIEW_MODE_SINGLE_PAGE_CONTINUOUS - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_VIEW_MODE: show pages as single column continuous stream
VALUE_ZOOM_100_PERCENT - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to 100%
VALUE_ZOOM_PAGE_HEIGHT - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to page height
VALUE_ZOOM_PAGE_WIDTH - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to page width
VALUE_ZOOM_WHOLE_PAGE - Static variable in class com.inet.viewer.props.DefaultSetting
Value belonging to DEFAULT_ZOOM: zoom to full page
valueOf(String) - Static method in enum com.inet.authentication.AuthenticationDescription.BasicSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.plugin.ServerPluginManager.PluginLoadFailCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.plugin.ServerPluginManager.ServerPluginManagerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.problemfinder.ProblemFinderWarning.Sources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.problemfinder.ProblemFinderWarning.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.AbstractFontElement.FontProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.AbstractLineElement.LineProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.AbstractPictureElement.PictureProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.AbstractValueElement.DateTimeProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.AbstractValueElement.NumberProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Area.AttributeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Box.BoxProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.chart.plot.AbstractPlot.GradientSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Element.BorderProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Element.CommonProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Element.ElementTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Element.HyperlinkProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Element.StringProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Field.FieldAttributeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Group.AttributeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.JavaBean.JavaBeanProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.SignatureForm.SignatureFormProps
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.SpecialField.SpecialFieldNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.SpecifiedOrder.AttributeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.SummaryField.SummaryFieldAttributeTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.SummaryField.SummaryOperations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.report.Validity.States
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.inet.usersandgroups.api.user.UserAccountType
Returns the enum constant of this type with the specified name.
ValueProperties - Interface in com.inet.report
Interface for elements that display numbers, string and other types of values.
ValueRangeList - com.inet.report.Group.AttributeTag
 
values() - Static method in enum com.inet.authentication.AuthenticationDescription.BasicSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.plugin.ServerPluginManager.PluginLoadFailCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.plugin.ServerPluginManager.ServerPluginManagerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.problemfinder.ProblemFinderWarning.Sources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.problemfinder.ProblemFinderWarning.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.AbstractFontElement.FontProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.AbstractLineElement.LineProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.AbstractPictureElement.PictureProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.AbstractValueElement.DateTimeProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.AbstractValueElement.NumberProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Area.AttributeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Box.BoxProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.chart.plot.AbstractPlot.GradientSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Element.BorderProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Element.CommonProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Element.ElementTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Element.HyperlinkProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Element.StringProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Field.FieldAttributeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Group.AttributeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.JavaBean.JavaBeanProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.SignatureForm.SignatureFormProps
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.SpecialField.SpecialFieldNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.SpecifiedOrder.AttributeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.SummaryField.SummaryFieldAttributeTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.SummaryField.SummaryOperations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.report.Validity.States
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.inet.usersandgroups.api.user.UserAccountType
Returns an array containing the constants of this enum type, in the order they are declared.
Variance - com.inet.report.SummaryField.SummaryOperations
 
verify(ChartStyle) - Method in interface com.inet.report.chart.dataset.BaseDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.ForAllRecordsDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.GanttForEachRecordDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.GanttOneGroupDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.GanttTwoGroupsDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.OneGroupDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.StockForAllRecordsDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.StockOneGroupDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.TwoGroupsDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.XYForAllRecordsDataset
Verifies the group and sum properties of current dataset.
verify(ChartStyle) - Method in class com.inet.report.chart.dataset.XYOneGroupDataset
Verifies the group and sum properties of current dataset.
VERSION - com.inet.plugin.ServerPluginManager.PluginLoadFailCause
plugin is for a different version
VERSION_MAJOR - Static variable in class com.inet.viewer.SwingReportViewer
FOR INTERNAL USE ONLY
VERSION_MINOR - Static variable in class com.inet.viewer.SwingReportViewer
FOR INTERNAL USE ONLY
VerticalAlign - com.inet.report.AbstractPictureElement.PictureProps
 
VerticalAlign - com.inet.report.Element.CommonProperties
 
VIEW_DOUBLE_CONTINUOUS - Static variable in class com.inet.viewer.ActionPool
Switches to double continuous page view.
VIEW_DOUBLE_CONTINUOUS - Static variable in interface com.inet.viewer.ReportView
The report can be scrolled through in its entirety, however showing the pages two by two.
VIEW_DOUBLE_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to double page layout.
VIEW_DOUBLE_PAGE - Static variable in interface com.inet.viewer.ReportView
Only two pages are shown at a time, one next to the other.
VIEW_IS_AT_END_OF_REPORT - Static variable in interface com.inet.viewer.ReportView
Whether or not the scroll view is at the end of the report (property is a boolean)
VIEW_MODE - Static variable in interface com.inet.viewer.ReportView
View Mode property - to be used for PropertyChangeEvents.
VIEW_SINGLE_CONTINUOUS - Static variable in class com.inet.viewer.ActionPool
Switches to a continuous layout with single pages.
VIEW_SINGLE_CONTINUOUS - Static variable in interface com.inet.viewer.ReportView
The report can be scrolled through in its entirety, with each page being shown above the next.
VIEW_SINGLE_PAGE - Static variable in class com.inet.viewer.ActionPool
Switches to single page layout.
VIEW_SINGLE_PAGE - Static variable in interface com.inet.viewer.ReportView
Only one page is shown at a time.
ViewerAction - Class in com.inet.viewer
Action class for the ReportViewer.
ViewerAction() - Constructor for class com.inet.viewer.ViewerAction
Default Constructor for extending this class.
ViewerAction(String) - Constructor for class com.inet.viewer.ViewerAction
Defines an Action object with the specified description string and a default icon.
ViewerAction(String, Icon) - Constructor for class com.inet.viewer.ViewerAction
Defines an Action object with the specified description string and a the specified icon.The Action will be initialized disabled until a ReportView is opened.
ViewerComponent - Interface in com.inet.viewer
All public graphical components of the viewer must implement this interface, which provides the actual AWT component so that it can be added to containers, etc.
For example, if you have a "ReportViewer" and would like to add it to your own JFrame, simply call: myFrame.add(viewer.getComponent())
ViewerContext - Interface in com.inet.viewer
The ViewerContext interface is used for reacting to and handling events occurring in the Viewer which usually would require showing a dialog or some action.
ViewerException - Exception in com.inet.viewer
An exception wrapper class for the i-net Clear Reports Viewer.
Contains all information necessary for dealing with various exceptions.
ViewerException(int, String, String, String, String, String, int, String) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception from the server with the given error code, message, export format, server version, server JAva VM, server OS, server cache version, and stacktrace.
ViewerException(int, String, String, String, String, String, int, String, Throwable) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception from the server with the given error code, message, export format, server version, server Java VM, server OS, server cache version, protocol, and stacktrace.
ViewerException(int, String, String, String, String, String, int, String, Throwable, String) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception from the server with the given error code, message, export format, server version, server Java VM, server OS, server cache version, protocol, and stacktrace.
ViewerException(int, String, String, String, String, String, int, Throwable) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception from the server with the given error code, message, export format, server version, server Java VM, server OS, server cache version, and stacktrace.
ViewerException(PromptData[]) - Constructor for exception com.inet.viewer.ViewerException
For the "need prompts" Viewer Exception
ViewerException(String) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception with the given error message
ViewerException(String, Throwable) - Constructor for exception com.inet.viewer.ViewerException
Initializes an exception with the given error message and wraps another Throwable in this ViewerException

W

waitOnInitState(int) - Method in class com.inet.plugin.ServerPluginManager
Wait the given count that the plugin manager will receive the state init.
waitUntilFinished() - Method in class com.inet.viewer.Progress
This method will block until the progress has finished it task.
WARNING - com.inet.problemfinder.ProblemFinderWarning.Type
The object is valid but is not optimal, for example has design flaw
WARNING - com.inet.report.Validity.States
the object is valid but is not optimal, for example has a poor performance
WEIGHTED_AVERAGE - Static variable in class com.inet.report.SummaryField
SummaryField calculates weigted average.
WeightedAverage - com.inet.report.SummaryField.SummaryOperations
 
WHILE_PRINTING_RECORDS - Static variable in class com.inet.report.FormulaField
Constant value of evaluation time.
WHILE_READING_RECORDS - Static variable in class com.inet.report.FormulaField
Constant value of evaluation time.
WHOLE_WORD - Static variable in interface com.inet.viewer.RenderData
Search option: Only a search result if the entire word is equal to the search term.
width - Variable in class com.inet.report.CrossTabGridLineFormat
The width of the grid line.
WriteCertificateDate - com.inet.report.SignatureForm.SignatureFormProps
 
WriteCertificateLabels - com.inet.report.SignatureForm.SignatureFormProps
 
WriteCertificateLocation - com.inet.report.SignatureForm.SignatureFormProps
 
WriteCertificateReason - com.inet.report.SignatureForm.SignatureFormProps
 
WriteCertificateSubjectName - com.inet.report.SignatureForm.SignatureFormProps
 
WriteDistinguishedName - com.inet.report.SignatureForm.SignatureFormProps
 

X

XYDataset - Interface in com.inet.report.chart.dataset
An interface that is implemented by data sets that have x, y and size fields.
XYForAllRecordsDataset - Class in com.inet.report.chart.dataset
This is a dataset used by xy charts.
XYForAllRecordsDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.XYForAllRecordsDataset
Creates a new empty dataset.
XYForEachRecordDataset - Class in com.inet.report.chart.dataset
This is a dataset used by xy charts.
XYForEachRecordDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.XYForEachRecordDataset
Creates a new empty dataset.
XYOneGroupDataset - Class in com.inet.report.chart.dataset
This is a dataset used by xy charts.
XYOneGroupDataset(Chart2) - Constructor for class com.inet.report.chart.dataset.XYOneGroupDataset
Creates a new empty dataset.
XYPlot - Class in com.inet.report.chart.plot
A general class for plotting data in the form of (x, y) pairs.
XYPlot() - Constructor for class com.inet.report.chart.plot.XYPlot
Creates a xy plot (e.g. scatter or bubble) with default properties.
XYPlot(XYStyle) - Constructor for class com.inet.report.chart.plot.XYPlot
Creates a xy plot (e.g. scatter or bubble) with defined chart style.
XYStyle - Class in com.inet.report.chart.plot
This class defines the different styles of the XYChart.

Y

Y_OR_N - Static variable in interface com.inet.report.ValueProperties
The output value of a field with return type boolean is represented, according with language, by 'Y' or 'N' (en), 'J' or 'N'(de) etc.
YEAR_MONTH_DAY - Static variable in interface com.inet.report.ValueProperties
Draw year first, then month and then day.
YearType - com.inet.report.AbstractValueElement.DateTimeProps
 
YES - Static variable in interface com.inet.report.RDC.MsgListener
Default answer possibility for implementor of method query
YES_OR_NO - Static variable in interface com.inet.report.ValueProperties
The output value of a field with return type boolean is represented, according with language, by 'Yes' or 'No' (en), 'Ja' or 'Nein'(de) etc.

Z

ZeroValueString - com.inet.report.AbstractValueElement.NumberProps
 
ZeroValueStringSymbol - com.inet.report.AbstractValueElement.NumberProps
 
ZOOM_FACTOR - Static variable in interface com.inet.viewer.ReportView
Zoom factor property - to be used for PropertyChangeEvents.
ZOOM_IN - Static variable in class com.inet.viewer.ActionPool
Zooms one step in.
ZOOM_MANUAL - Static variable in interface com.inet.viewer.ReportView
No automatic zoom
ZOOM_OUT - Static variable in class com.inet.viewer.ActionPool
Zooms one step out.
ZOOM_TO_FULLPAGE - Static variable in interface com.inet.viewer.ReportView
Automatically zoom in or out so that the full page is visible, no more, no less.
ZOOM_TO_PAGEHEIGHT - Static variable in interface com.inet.viewer.ReportView
Automatically zoom in or out so that the full height of the page is visible, no more, no less.
ZOOM_TO_PAGEWIDTH - Static variable in interface com.inet.viewer.ReportView
Automatically zoom in or out so that the full width of the page is visible, no more, no less.
ZoomMethod - com.inet.report.AbstractPictureElement.PictureProps
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes All Packages