Serialized Form


Package com.stimulsoft.base

Class com.stimulsoft.base.StiAppExpressionCollection extends StiValueCollection<StiAppExpression> implements Serializable

serialVersionUID: -3830996977107270214L

Class com.stimulsoft.base.StiRepositoryItems extends java.util.Hashtable<java.lang.Object,java.lang.Object> implements Serializable

serialVersionUID: -635880409732728261L

Class com.stimulsoft.base.StiValueCollection extends java.util.ArrayList<E> implements Serializable

serialVersionUID: -453169681093615604L


Package com.stimulsoft.base.drawing

Class com.stimulsoft.base.drawing.StiAcrDouble extends java.awt.geom.Arc2D.Double implements Serializable


Package com.stimulsoft.base.exception

Class com.stimulsoft.base.exception.StiException extends java.lang.Exception implements Serializable

serialVersionUID: -7309635999615294227L

Class com.stimulsoft.base.exception.StiExceptionProvider extends javax.swing.JDialog implements Serializable

serialVersionUID: -3909912161102206452L

Serialized Fields

messagePane

StiPopupTextArea messagePane

applicationPane

StiPopupTextArea applicationPane

versionPane

StiPopupTextArea versionPane

javaVersionPane

StiPopupTextArea javaVersionPane

osVersionPane

StiPopupTextArea osVersionPane

infoDescriptionPane

StiPopupTextArea infoDescriptionPane

messageTabDescriptionPane

StiPopupTextArea messageTabDescriptionPane

causeDescriptionPane

StiPopupTextArea causeDescriptionPane

stackDescriptionPane

StiPopupTextArea stackDescriptionPane

exceptionScrollPane

javax.swing.JScrollPane exceptionScrollPane

saveButton

javax.swing.JButton saveButton

copyButton

javax.swing.JButton copyButton

closeButton

javax.swing.JButton closeButton

Class com.stimulsoft.base.exception.StiExceptionSaveDialog extends javax.swing.JFileChooser implements Serializable

serialVersionUID: -2336194278751809560L

Class com.stimulsoft.base.exception.StiParserException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6748742362134535133L

Serialized Fields

BaseMessage

java.lang.String BaseMessage

Position

int Position

Length

int Length

Class com.stimulsoft.base.exception.StiPopupTextArea extends javax.swing.JTextArea implements Serializable

serialVersionUID: 6558629844146933045L


Package com.stimulsoft.base.json

Class com.stimulsoft.base.json.JPropertiesList extends java.util.ArrayList<JProperty> implements Serializable

serialVersionUID: -5588902003700261385L

Class com.stimulsoft.base.json.JSONException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package com.stimulsoft.base.mail

Class com.stimulsoft.base.mail.StiMailProperties extends java.lang.Object implements Serializable

serialVersionUID: 3212128422172035611L

Serialized Fields

from

java.lang.String from

recipients

java.lang.String recipients

subject

java.lang.String subject

body

java.lang.String body

smtpNeedAuth

java.lang.Boolean smtpNeedAuth

smtpPort

int smtpPort

host

java.lang.String host

useSSL

java.lang.Boolean useSSL

userName

java.lang.String userName

password

java.lang.String password

attachments

java.util.List<E> attachments

streamAttachments

java.util.List<E> streamAttachments

mailDebug

boolean mailDebug

Package com.stimulsoft.base.panels.renderer

Class com.stimulsoft.base.panels.renderer.StiTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

rootIcon

javax.swing.Icon rootIcon

leafIcon

javax.swing.Icon leafIcon

nonLeafIcon

javax.swing.Icon nonLeafIcon

Package com.stimulsoft.base.serializing

Class com.stimulsoft.base.serializing.StiDeserializationException extends java.lang.Exception implements Serializable


Package com.stimulsoft.base.system

Class com.stimulsoft.base.system.StiCollection extends java.util.ArrayList<E> implements Serializable

serialVersionUID: -4590153904114847787L

Serialized Fields

isSort

boolean isSort

Class com.stimulsoft.base.system.StiCopyOnWriteArrayList extends java.lang.Object implements Serializable

serialVersionUID: 8673264195747942595L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the list from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the list to a stream (i.e., serialize it).

Serial Data:
The length of the array backing the list is emitted (int), followed by all of its elements (each an Object) in the proper order.
Throws:
java.io.IOException

Class com.stimulsoft.base.system.StiEventHandler extends java.util.ArrayList<StiEventHandlerListener> implements Serializable

serialVersionUID: -5769034079969603032L

Class com.stimulsoft.base.system.StiEventObject extends java.util.EventObject implements Serializable

serialVersionUID: 8822608896900902070L

Serialized Fields

args

StiEventHandlerArgs args

Package com.stimulsoft.demo

Class com.stimulsoft.demo.Demo extends javax.swing.JFrame implements Serializable

serialVersionUID: -6275615603455805262L

Serialized Fields

stiViewerPanel

StiViewerFx stiViewerPanel

welcomePanel

StiWelcomePanel welcomePanel

mainPanel

javax.swing.JPanel mainPanel

reportsPanel

StiReportsPanel reportsPanel

helpResourcesButton

StiHelpResourcesButton helpResourcesButton

helpButton

StiFlatButton helpButton

samplesPanel

StiSamplesPanel samplesPanel

Package com.stimulsoft.demo.button

Class com.stimulsoft.demo.button.StiDemoButton extends javax.swing.JLabel implements Serializable

serialVersionUID: -3209501005168505815L

Serialized Fields

path

java.awt.geom.GeneralPath path

path1

java.awt.geom.GeneralPath path1

buttonStyle

int buttonStyle

isMouseOver

boolean isMouseOver

isPressed

boolean isPressed

image

javax.swing.ImageIcon image

header

java.lang.String header

text

java.lang.String text

Class com.stimulsoft.demo.button.StiHelpResourcesButton extends javax.swing.JButton implements Serializable

serialVersionUID: -8834500262718358934L

Serialized Fields

menu

com.stimulsoft.demo.button.StiHelpResourcesButton.HelpPopupMenu menu

reportItems

java.util.List<E> reportItems

blinkTimer

javax.swing.Timer blinkTimer

Package com.stimulsoft.demo.panels

Class com.stimulsoft.demo.panels.StiReportsPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 8222644998214803543L

Serialized Fields

treeReportPanel

StiTreeReportsPanel treeReportPanel

statusLabel

javax.swing.JLabel statusLabel

Class com.stimulsoft.demo.panels.StiTreeReportsPanel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: -5951139390445988630L

Serialized Fields

demo

Demo demo

tree

javax.swing.JTree tree

currentReport

StiTreeReportsPanel.Report currentReport

Class com.stimulsoft.demo.panels.StiWelcomePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2022941276453688552L

Serialized Fields

parentComponent

Demo parentComponent

welcomeSize

java.awt.Dimension welcomeSize

htmlPane

javax.swing.JTextPane htmlPane

Package com.stimulsoft.report

Class com.stimulsoft.report.StiMetaTagCollection extends StiValueCollection<StiMetaTag> implements Serializable

serialVersionUID: -7362326508437218288L

Class com.stimulsoft.report.StiReport extends StiSerializedObject implements Serializable

serialVersionUID: -2454849015173378006L

Serialized Fields

renderedPages

StiPagesCollection renderedPages

dictionary

StiDictionary dictionary

reportFile

java.lang.String reportFile

script

java.lang.String script

beginRenderEvent

StiBeginRenderEvent beginRenderEvent

renderingEvent

StiRenderingEvent renderingEvent

endRenderEvent

StiEndRenderEvent endRenderEvent

exportingEvent

StiExportingEvent exportingEvent

exportedEvent

StiExportedEvent exportedEvent

printingEvent

StiPrintingEvent printingEvent

printedEvent

StiPrintedEvent printedEvent

metaTags

StiMetaTagCollection metaTags

reportVersion

java.lang.String reportVersion

reportGuid

java.lang.String reportGuid

pages

StiPagesCollection pages

reportName

java.lang.String reportName

reportAlias

java.lang.String reportAlias

reportAuthor

java.lang.String reportAuthor

reportDescription

java.lang.String reportDescription

reportCreated

java.util.Calendar reportCreated

reportChanged

java.util.Calendar reportChanged

engineVersion

StiEngineVersion engineVersion

styles

StiStylesCollection styles

numberOfPass

StiNumberOfPass numberOfPass

calculationMode

StiCalculationMode calculationMode

reportUnit

StiReportUnitType reportUnit

cacheAllData

boolean cacheAllData

reportCacheMode

StiReportCacheMode reportCacheMode

convertNulls

boolean convertNulls

storeImagesInResources

boolean storeImagesInResources

previewMode

StiPreviewMode previewMode

stopBeforePage

int stopBeforePage

previewSettings

int previewSettings

collate

int collate

printerSettings

StiPrinterSettings printerSettings

globalizationStrings

StiGlobalizationContainerCollection globalizationStrings

autoLocalizeReportOnRun

boolean autoLocalizeReportOnRun

parametersOrientation

StiOrientation parametersOrientation

requestParameters

boolean requestParameters

referencedAssemblies

java.util.ArrayList<E> referencedAssemblies

designerInfo

StiDesignerInfo designerInfo

licenseKey

java.lang.String licenseKey

compiledReport

StiReport compiledReport

bookmarkValue

StiBookmark bookmarkValue

pageNumber

int pageNumber

totalPageCountValue

int totalPageCountValue

scriptLanguage

StiReportLanguageType scriptLanguage

DataBandsUsedInPageTotals

java.lang.String[] DataBandsUsedInPageTotals

isExporting

boolean isExporting

isPrintingValue

boolean isPrintingValue

Line

int Line

LineThrough

int LineThrough

LineABC

int LineABC

LineRoman

int LineRoman

useProgressInThread

boolean useProgressInThread

reportRenderingMessages

java.util.ArrayList<E> reportRenderingMessages

interactionCollapsingStates

java.util.HashMap<K,V> interactionCollapsingStates

statusString

java.lang.String statusString

progressOfRendering

int progressOfRendering

progress

IStiProgressInformation progress

subReports

java.util.ArrayList<E> subReports

reportSource

java.lang.String reportSource

tag

java.lang.Object tag

reportCachePath

java.lang.String reportCachePath

imageCachePath

java.lang.String imageCachePath

rtfCachePath

java.lang.String rtfCachePath

parentReport

StiReport parentReport

manualBookmark

StiBookmark manualBookmark

reportMeasureGraphics

StiGraphics reportMeasureGraphics

totals

java.util.Hashtable<K,V> totals

password

java.lang.String password

dataBandsUsedInPageTotals

java.lang.String[] dataBandsUsedInPageTotals

reportPass

StiReportPass reportPass

isEditedInViewer

boolean isEditedInViewer

isRendered

boolean isRendered

isRendering

boolean isRendering

isModified

boolean isModified

isStopped

boolean isStopped

stop

boolean stop

isPageDesigner

boolean isPageDesigner

isSerializing

boolean isSerializing

isPackedReport

boolean isPackedReport

isWpf

boolean isWpf

isDocument

boolean isDocument

isInteractionRendering

boolean isInteractionRendering

isNeedsCompiling

boolean isNeedsCompiling

saveReportInResources

boolean saveReportInResources

isSubmit

java.lang.Boolean isSubmit

SubReportsResetPageNumber

boolean SubReportsResetPageNumber

SubReportsPrintOnPreviousPage

boolean SubReportsPrintOnPreviousPage

needsCompiling

boolean needsCompiling

engine

StiEngine engine

GroupLine

int GroupLine

containsTables

boolean containsTables

SubReportsMasterReport

StiReport SubReportsMasterReport

currentPrintPage

int currentPrintPage

currentPage

int currentPage

variables

StiVariablesMap variables

businessObjectsStore

java.util.ArrayList<E> businessObjectsStore

selectionTick

int selectionTick

column

int column

previewDialogs

boolean previewDialogs

IndexName

int IndexName

statusHandler

StiStatusHandler statusHandler

pageNofMLocalizationString

java.lang.String pageNofMLocalizationString

customFunctions

java.util.List<E> customFunctions

showProgress

boolean showProgress

culture

java.lang.String culture

modifiedVariables

java.util.Hashtable<K,V> modifiedVariables

listOfUsedData

java.lang.String[] listOfUsedData

retrieveOnlyUsedData

boolean retrieveOnlyUsedData

jsonReport

boolean jsonReport

jsonLoaderHelper

StiReport.StiJsonLoaderHelper jsonLoaderHelper

reportResources

StiReportResourceCollection reportResources

designer

IStiDesignerBase designer

refreshTime

int refreshTime

saveInteractionParametersToDocument

boolean saveInteractionParametersToDocument

resourceToFontHash

java.util.HashMap<K,V> resourceToFontHash

renderedWith

StiRenderedWith renderedWith

handlerRendering

StiEventHandler handlerRendering

handlerRefreshPreview

StiEventHandler handlerRefreshPreview

handlerRefreshViewer

StiEventHandler handlerRefreshViewer

handlerBeginRender

StiEventHandler handlerBeginRender

handlerEndRender

StiEventHandler handlerEndRender

handlerExported

StiEventHandler handlerExported

handlerExporting

StiEventHandler handlerExporting

handlerPaint

StiEventHandler handlerPaint

handlerPrinted

StiEventHandler handlerPrinted

handlerStatusChanged

StiEventHandler handlerStatusChanged

handlerDesignerEvents

StiEventHandler handlerDesignerEvents

anchors

java.util.Hashtable<K,V> anchors

pointerValue

StiBookmark pointerValue

Package com.stimulsoft.report.barCodes

Class com.stimulsoft.report.barCodes.StiDataMatrixBarCodeType.StiDataMatrixException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2025675374153866698L

Class com.stimulsoft.report.barCodes.StiPdf417BarCodeType.StiPDF417Exception extends java.lang.RuntimeException implements Serializable

Class com.stimulsoft.report.barCodes.StiQRCodeBarCodeType.StiQRCode.StiQRCodeException extends java.lang.RuntimeException implements Serializable

Class com.stimulsoft.report.barCodes.StiQRCodeBarCodeType.StiQRCodeException extends java.lang.RuntimeException implements Serializable


Package com.stimulsoft.report.barCodes.maxicode

Class com.stimulsoft.report.barCodes.maxicode.StiMaxicodeException extends java.lang.Exception implements Serializable

serialVersionUID: -2336214721914339934L


Package com.stimulsoft.report.chart

Class com.stimulsoft.report.chart.StiSeriesPointCollection extends java.util.ArrayList<StiSeriesPoint> implements Serializable

serialVersionUID: -6315499512128181209L


Package com.stimulsoft.report.chart.core.axis.stripLines

Class com.stimulsoft.report.chart.core.axis.stripLines.StiStripLinesXF extends java.util.ArrayList<StiStripLineXF> implements Serializable


Package com.stimulsoft.report.chart.view.conditions

Class com.stimulsoft.report.chart.view.conditions.StiChartConditionsCollection extends java.util.ArrayList<StiChartCondition> implements Serializable


Package com.stimulsoft.report.chart.view.constantLines

Class com.stimulsoft.report.chart.view.constantLines.StiConstantLinesCollection extends java.util.ArrayList<IStiConstantLines> implements Serializable

Serialized Fields

chart

StiChart chart

Package com.stimulsoft.report.chart.view.filter

Class com.stimulsoft.report.chart.view.filter.StiChartFiltersCollection extends java.util.ArrayList<StiChartFilter> implements Serializable

serialVersionUID: 1815828888095102401L


Package com.stimulsoft.report.chart.view.series

Class com.stimulsoft.report.chart.view.series.StiSeriesCollection extends java.util.ArrayList<IStiSeries> implements Serializable

serialVersionUID: -2156486349250480560L

Serialized Fields

chart

StiChart chart

Package com.stimulsoft.report.chart.view.strips

Class com.stimulsoft.report.chart.view.strips.StiStripsCollection extends java.util.ArrayList<IStiStrips> implements Serializable

serialVersionUID: -1473665395635772031L

Serialized Fields

chart

StiChart chart

Package com.stimulsoft.report.components

Class com.stimulsoft.report.components.ButtonX extends javax.swing.JButton implements Serializable

serialVersionUID: 2047116370871532926L

Serialized Fields

autoExpandOnClick

java.lang.Boolean autoExpandOnClick

subItems

java.util.List<E> subItems

mainPanel

StiShadowPanel mainPanel

popup

javax.swing.JWindow popup

val

java.lang.Boolean val

windowInFocus

java.lang.Boolean windowInFocus

lostFocusTimer

javax.swing.Timer lostFocusTimer

closePopupEventable

ButtonX.ClosePopupEventable closePopupEventable

Class com.stimulsoft.report.components.StiBookmarksCollection extends java.util.ArrayList<StiBookmark> implements Serializable

serialVersionUID: -3202730734042491912L

Class com.stimulsoft.report.components.StiComponentsCollection extends java.util.ArrayList<StiComponent> implements Serializable

serialVersionUID: 5906967239100537210L

Serialized Fields

parent

StiContainer parent

Class com.stimulsoft.report.components.StiFiltersCollection extends java.util.ArrayList<StiFilter> implements Serializable

serialVersionUID: 2565735494610511073L

Class com.stimulsoft.report.components.StiPagesCollection extends java.util.ArrayList<StiPage> implements Serializable

serialVersionUID: 4550198464665112953L

Serialized Fields

report

StiReport report

cacheMode

boolean cacheMode

canUseCacheMode

boolean canUseCacheMode

pageCache

StiSaveLoadPageEventHandler pageCache

quickCachedPages

java.util.List<E> quickCachedPages

notCachedPages

java.util.List<E> notCachedPages

amountOfProcessedPagesForStartGCCollect

int amountOfProcessedPagesForStartGCCollect

cacheL2

java.lang.Object cacheL2

Class com.stimulsoft.report.components.StiParametersCollection extends java.util.ArrayList<StiParameter> implements Serializable

serialVersionUID: -4389193673042012455L

Class com.stimulsoft.report.components.StiShadowPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2654586972037481730L

Serialized Fields

background

java.awt.Image background

Class com.stimulsoft.report.components.StiToolButton extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1009697501627419727L

Serialized Fields

isDrawDropDownArrow

boolean isDrawDropDownArrow

Package com.stimulsoft.report.components.conditions

Class com.stimulsoft.report.components.conditions.StiConditionsCollection extends java.util.ArrayList<StiBaseCondition> implements Serializable

serialVersionUID: -3741251588307037163L


Package com.stimulsoft.report.crossTab.core

Class com.stimulsoft.report.crossTab.core.StiColumnCollection extends java.util.ArrayList<StiColumn> implements Serializable

serialVersionUID: 5172253304251531559L

Class com.stimulsoft.report.crossTab.core.StiRowCollection extends java.util.ArrayList<StiRow> implements Serializable

serialVersionUID: -3699203690804444211L


Package com.stimulsoft.report.dialogs

Class com.stimulsoft.report.dialogs.StiGridColumnsCollection extends java.util.ArrayList<StiGridColumn> implements Serializable

serialVersionUID: -5009169991784428261L

Class com.stimulsoft.report.dialogs.StiProgressInformationDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5113821996669853438L

Serialized Fields

progressBar

javax.swing.JProgressBar progressBar

cancelButton

javax.swing.JButton cancelButton

progressLabel

javax.swing.JLabel progressLabel

isMarquee

boolean isMarquee

allowUseDoEvents

boolean allowUseDoEvents

isBreaked

java.lang.Boolean isBreaked

allowClose

boolean allowClose

Package com.stimulsoft.report.dictionary

Class com.stimulsoft.report.dictionary.StiData extends java.lang.Object implements Serializable

serialVersionUID: 6031355540373981924L

Serialized Fields

viewData

java.lang.Object viewData

data

java.lang.Object data

name

java.lang.String name

alias

java.lang.String alias

isReportData

boolean isReportData

isBusinessObjectData

boolean isBusinessObjectData

OriginalConnectionState

java.lang.Object OriginalConnectionState

Class com.stimulsoft.report.dictionary.StiDataColumnsCollection extends StiCollection<StiDataColumn> implements Serializable

serialVersionUID: 7003399120723721544L

Class com.stimulsoft.report.dictionary.StiDataParametersCollection extends java.util.ArrayList<StiDataParameter> implements Serializable

serialVersionUID: -7643305471365197758L

Class com.stimulsoft.report.dictionary.StiDataRelationCollection extends java.util.ArrayList<StiDataRelation> implements Serializable

serialVersionUID: -3018429130843265242L

Class com.stimulsoft.report.dictionary.StiDataRelationsCollection extends java.util.ArrayList<StiDataRelation> implements Serializable

serialVersionUID: 3423269930008427699L

Serialized Fields

dictionary

StiDictionary dictionary

Class com.stimulsoft.report.dictionary.StiDialogInfoItem.StiPropertyCollection extends java.util.Hashtable<StiPropertyCategories,java.lang.Object> implements Serializable

Class com.stimulsoft.report.dictionary.StiVariablesCollection extends StiValueCollection<StiVariable> implements Serializable

serialVersionUID: -8109782982172087329L

Serialized Fields

directionFactor

int directionFactor

Class com.stimulsoft.report.dictionary.StiVariablesMap extends java.util.HashMap<java.lang.String,java.lang.Object> implements Serializable

serialVersionUID: -5442152935460157107L

Serialized Fields

report

StiReport report

Package com.stimulsoft.report.dictionary.businessObjects

Class com.stimulsoft.report.dictionary.businessObjects.StiBusinessObjectsCollection extends java.util.ArrayList<StiBusinessObject> implements Serializable

serialVersionUID: -2373429800117245491L

Serialized Fields

directionFactor

int directionFactor

cachedBusinessObjects

java.util.Hashtable<K,V> cachedBusinessObjects

dictionary

StiDictionary dictionary

parentBusinessObject

StiBusinessObject parentBusinessObject

Package com.stimulsoft.report.dictionary.data

Class com.stimulsoft.report.dictionary.data.DataColumnCollection extends java.util.ArrayList<DataColumn> implements Serializable

serialVersionUID: -7452059876627637260L

Class com.stimulsoft.report.dictionary.data.DataRelationCollection extends java.util.ArrayList<DataRelation> implements Serializable

serialVersionUID: -7705876363168620316L

Class com.stimulsoft.report.dictionary.data.DataRowCollection extends java.util.ArrayList<DataRow> implements Serializable

serialVersionUID: -4853001216873863648L

Class com.stimulsoft.report.dictionary.data.DataStorage extends java.util.ArrayList<java.lang.String> implements Serializable

serialVersionUID: 5451415678190691631L

Class com.stimulsoft.report.dictionary.data.DataTableCollection extends java.util.ArrayList<DataTable> implements Serializable

serialVersionUID: -6115389386051339717L

Class com.stimulsoft.report.dictionary.data.DataTableRelationCollection extends DataRelationCollection implements Serializable

serialVersionUID: -2231743371764714370L


Package com.stimulsoft.report.dictionary.databases

Class com.stimulsoft.report.dictionary.databases.StiDatabaseCollection extends java.util.ArrayList<StiDatabase> implements Serializable

serialVersionUID: -5911917428286313711L

Serialized Fields

stiDictionary

StiDictionary stiDictionary

Class com.stimulsoft.report.dictionary.databases.StiDataCollection extends java.util.ArrayList<StiDatabase> implements Serializable

serialVersionUID: -770394406976841714L

Class com.stimulsoft.report.dictionary.databases.StiResourcesCollection extends StiValueCollection<StiResource> implements Serializable

serialVersionUID: -5911917428286313711L

Serialized Fields

stiDictionary

StiDictionary stiDictionary

Package com.stimulsoft.report.dictionary.dataSources

Class com.stimulsoft.report.dictionary.dataSources.StiDataSourcesCollection extends StiCollection<StiDataSource> implements Serializable

serialVersionUID: 6757756030999302184L

Serialized Fields

dictionary

StiDictionary dictionary

Package com.stimulsoft.report.engine.engineV2

Class com.stimulsoft.report.engine.engineV2.StiPageNumberCollection extends java.util.ArrayList<StiPageNumber> implements Serializable

serialVersionUID: -6689506463091754042L

Class com.stimulsoft.report.engine.engineV2.StiReportRenderingStopException extends java.lang.RuntimeException implements Serializable

Class com.stimulsoft.report.engine.engineV2.StiStopBeforePageException extends java.lang.RuntimeException implements Serializable

Class com.stimulsoft.report.engine.engineV2.StiStopBeforePrintException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -6881150841528740414L


Package com.stimulsoft.report.events

Class com.stimulsoft.report.events.StiEventsCollection extends java.util.ArrayList<StiEvent> implements Serializable

serialVersionUID: -5252325089141216306L


Package com.stimulsoft.report.export.tools

Class com.stimulsoft.report.export.tools.StiEscapeCodesCollection extends java.util.Hashtable<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: -4502378374334755806L

Serialized Fields

name

java.lang.String name

Package com.stimulsoft.report.globalization

Class com.stimulsoft.report.globalization.StiGlobalizationContainerCollection extends java.util.ArrayList<StiGlobalizationContainer> implements Serializable

serialVersionUID: -3881677882211527836L

Serialized Fields

report

StiReport report

Class com.stimulsoft.report.globalization.StiGlobalizationItemCollection extends java.util.ArrayList<StiGlobalizationItem> implements Serializable

serialVersionUID: 4090398709042099952L


Package com.stimulsoft.report.infographics.gauge.collections

Class com.stimulsoft.report.infographics.gauge.collections.StiBarRangeListCollection extends java.util.ArrayList<StiIndicatorRangeInfo> implements Serializable

serialVersionUID: 8254823803560516497L

Serialized Fields

barType

StiBarRangeListType barType

Class com.stimulsoft.report.infographics.gauge.collections.StiCustomValuesCollection extends java.util.ArrayList<StiCustomValueBase> implements Serializable

serialVersionUID: 1003559314686215107L

Class com.stimulsoft.report.infographics.gauge.collections.StiFilterCollection extends java.util.ArrayList<StiStateIndicatorFilter> implements Serializable

serialVersionUID: -1705345453485468937L

Class com.stimulsoft.report.infographics.gauge.collections.StiGaugeElementCollection extends java.util.ArrayList<StiGaugeElement> implements Serializable

serialVersionUID: 964093708288022491L

Serialized Fields

scale

StiScaleBase scale

scaleType

StiGaugeElemenType scaleType

Class com.stimulsoft.report.infographics.gauge.collections.StiRangeCollection extends java.util.ArrayList<StiRangeBase> implements Serializable

serialVersionUID: -8571908337298406336L

Serialized Fields

parent

StiScaleRangeList parent

Class com.stimulsoft.report.infographics.gauge.collections.StiScaleCollection extends java.util.ArrayList<StiScaleBase> implements Serializable

serialVersionUID: 7172823297687821700L

Serialized Fields

parent

StiGauge parent

Package com.stimulsoft.report.reportresources

Class com.stimulsoft.report.reportresources.StiReportResourceCollection extends java.util.ArrayList<StiReportResource> implements Serializable

serialVersionUID: -6227039605941520974L


Package com.stimulsoft.report.styles

Class com.stimulsoft.report.styles.StiStylesCollection extends java.util.ArrayList<StiBaseStyle> implements Serializable

serialVersionUID: 844454754218364745L

Serialized Fields

report

StiReport report

Package com.stimulsoft.report.styles.conditions

Class com.stimulsoft.report.styles.conditions.StiStyleConditionsCollection extends java.util.ArrayList<StiStyleCondition> implements Serializable

serialVersionUID: -3464505944496628430L


Package com.stimulsoft.report.viewer.visual

Class com.stimulsoft.report.viewer.visual.StiVisual extends javax.swing.JLabel implements Serializable

serialVersionUID: 8343554619199317158L


Package com.stimulsoft.samples

Class com.stimulsoft.samples.CreateRelationsReport extends javax.swing.JPanel implements Serializable

serialVersionUID: 330448692680237867L

Class com.stimulsoft.samples.CreateReport extends javax.swing.JPanel implements Serializable

serialVersionUID: 330448692680237867L

Class com.stimulsoft.samples.ExportReport extends javax.swing.JPanel implements Serializable

Serialized Fields

report

StiReport report

Class com.stimulsoft.samples.ExportReportSettings extends javax.swing.JPanel implements Serializable

serialVersionUID: -5616850994684236452L

Serialized Fields

report

StiReport report

parentFrame

javax.swing.JFrame parentFrame

Class com.stimulsoft.samples.Localization extends javax.swing.JPanel implements Serializable

Class com.stimulsoft.samples.Printing extends javax.swing.JPanel implements Serializable

Serialized Fields

report

StiReport report

Class com.stimulsoft.samples.RenderProcess extends javax.swing.JPanel implements Serializable

Serialized Fields

beginRender

javax.swing.JTextField beginRender

subProcessField1

javax.swing.JTextField subProcessField1

subProcessField2

javax.swing.JTextField subProcessField2

subProcessField3

javax.swing.JTextField subProcessField3

subProcessField4

javax.swing.JTextField subProcessField4

finishField

javax.swing.JTextField finishField

textArea

javax.swing.JTextArea textArea

Class com.stimulsoft.samples.TableReports extends javax.swing.JPanel implements Serializable

Class com.stimulsoft.samples.Viewer extends javax.swing.JPanel implements Serializable

Class com.stimulsoft.samples.ViewerPopup extends javax.swing.JPanel implements Serializable


Package com.stimulsoft.samples.panels

Class com.stimulsoft.samples.panels.StiSamplesListPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 7542101608659897730L

Serialized Fields

treeSamplesPanel

StiTreeSamplesPanel treeSamplesPanel

Class com.stimulsoft.samples.panels.StiSamplesPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -6745503515863390283L

Serialized Fields

listPanel

StiSamplesListPanel listPanel

viewPanel

StiSamplesViewPanel viewPanel

parentFrame

javax.swing.JFrame parentFrame

Class com.stimulsoft.samples.panels.StiSamplesViewPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 2327711834334993287L

Serialized Fields

tabbedPane

javax.swing.JTabbedPane tabbedPane

codePanel

javax.swing.JPanel codePanel

viewPanel

javax.swing.JPanel viewPanel

codeArea

StiPopupTextArea codeArea

codeScrollPane

javax.swing.JScrollPane codeScrollPane

descriptionLabel

javax.swing.JLabel descriptionLabel

Class com.stimulsoft.samples.panels.StiTreeSamplesPanel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: -5761004246230591345L

Serialized Fields

tree

javax.swing.JTree tree

Package com.stimulsoft.viewer

Class com.stimulsoft.viewer.StiViewerFx extends javax.swing.JPanel implements Serializable

serialVersionUID: 748370808611603977L

Serialized Fields

stiViewModel

StiViewModel stiViewModel

stiMainToolBar

StiMainToolBar stiMainToolBar

stiDesignToolBar

StiDesignToolBar stiDesignToolBar

stiNavigateToolBar

StiNavigateToolBar stiNavigateToolBar

stiViewModeToolBar

StiViewModeToolBar stiViewModeToolBar

stiViewPannel

StiViewPannel stiViewPannel

stiThumbnailsPannel

StiThumbnailsPannel stiThumbnailsPannel

stiBookmarkPannel

StiBookmarkPannel stiBookmarkPannel

centerPane

StiSplitPane centerPane

stiFindToolBar

StiFindToolBar stiFindToolBar

bottomPanel

javax.swing.JPanel bottomPanel

rightPane

StiSplitPane rightPane

parentFrame

javax.swing.JFrame parentFrame

panelDialogs

StiRequestPanel panelDialogs

centerBorderPanel

javax.swing.JPanel centerBorderPanel

fullScreenResizeable

java.lang.Boolean fullScreenResizeable

fullScreenState

int fullScreenState

fullScreenVerticalScrollbar

int fullScreenVerticalScrollbar

fullScreenHorizontalScrollbar

int fullScreenHorizontalScrollbar

Package com.stimulsoft.viewer.controls.dialogs

Class com.stimulsoft.viewer.controls.dialogs.StiFileChooser extends javax.swing.JFileChooser implements Serializable

serialVersionUID: 2609552533269245932L

Class com.stimulsoft.viewer.controls.dialogs.StiFileSaveDialog extends javax.swing.JFileChooser implements Serializable

serialVersionUID: -2336166278751809560L

Class com.stimulsoft.viewer.controls.dialogs.StiSavePasswordDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3422247151353231144L

Serialized Fields

passwordField

javax.swing.JPasswordField passwordField

okResult

boolean okResult

Package com.stimulsoft.viewer.controls.visual

Class com.stimulsoft.viewer.controls.visual.HotkeyAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: -1859915952216720690L

Serialized Fields

button

javax.swing.AbstractButton button

Class com.stimulsoft.viewer.controls.visual.StiExportPopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: 2907009781086599037L

Serialized Fields

eventDispatcher

StiViewEventable eventDispatcher

sendEmail

java.lang.Boolean sendEmail

Class com.stimulsoft.viewer.controls.visual.StiFlatButton extends javax.swing.JButton implements Serializable

serialVersionUID: -655965667207960841L

Serialized Fields

url

java.lang.String url

Class com.stimulsoft.viewer.controls.visual.StiLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 75399883945240426L

Class com.stimulsoft.viewer.controls.visual.StiMultipageButton extends StiToggleFlatButton implements Serializable

serialVersionUID: 8995219928526514760L

Serialized Fields

popup

javax.swing.JWindow popup

panel

com.stimulsoft.viewer.controls.visual.StiMultipageButton.MultipagePanel panel

parent

StiViewEventable parent

url

java.lang.String url

Class com.stimulsoft.viewer.controls.visual.StiMultipageButton.StiPageButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: 3453501553182772552L

Serialized Fields

xPosition

int xPosition

yPosition

int yPosition

Class com.stimulsoft.viewer.controls.visual.StiPageVisual extends StiVisual implements Serializable

serialVersionUID: 6167165386613154440L

Serialized Fields

pageIndex

java.lang.Integer pageIndex

destLeft

java.lang.Integer destLeft

line

java.lang.Integer line

destTop

java.lang.Integer destTop

destWidth

java.lang.Integer destWidth

destHeight

java.lang.Integer destHeight

borderColor

java.awt.Color borderColor

borderSize

java.lang.Integer borderSize

page

StiPage page

wd

java.lang.Double wd

ht

java.lang.Double ht

changeBitmap

java.lang.Boolean changeBitmap

stiViewModel

StiViewModel stiViewModel

image

java.awt.image.BufferedImage image

selected

boolean selected

Class com.stimulsoft.viewer.controls.visual.StiSlider extends javax.swing.JSlider implements Serializable

serialVersionUID: -1309850978841035879L

Class com.stimulsoft.viewer.controls.visual.StiSplitPane extends javax.swing.JSplitPane implements Serializable

serialVersionUID: -4861178191048240537L

Serialized Fields

fixedSide

int fixedSide

resizeWidht

int resizeWidht

Class com.stimulsoft.viewer.controls.visual.StiTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: -6440727162616064764L

Class com.stimulsoft.viewer.controls.visual.StiThumbPageVisual extends StiPageVisual implements Serializable

serialVersionUID: 1300659507814198271L

Serialized Fields

pageNumberFont

java.awt.Font pageNumberFont

pageNumber

java.lang.String pageNumber

imgRect

StiRectangle imgRect

zoom

double zoom

Class com.stimulsoft.viewer.controls.visual.StiToggleFlatButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: -655965667207960841L

Serialized Fields

url

java.lang.String url

Class com.stimulsoft.viewer.controls.visual.StiViewPopupMenu extends javax.swing.JPopupMenu implements Serializable

serialVersionUID: -7679996142700861014L

Serialized Fields

eventDispatcher

StiViewEventable eventDispatcher

item200

javax.swing.JMenuItem item200

item150

javax.swing.JMenuItem item150

item100

javax.swing.JMenuItem item100

item75

javax.swing.JMenuItem item75

item50

javax.swing.JMenuItem item50

item25

javax.swing.JMenuItem item25

item10

javax.swing.JMenuItem item10

itemOnePage

javax.swing.JMenuItem itemOnePage

itemTwoPages

javax.swing.JMenuItem itemTwoPages

itemPageWidth

javax.swing.JMenuItem itemPageWidth

Package com.stimulsoft.viewer.events

Class com.stimulsoft.viewer.events.StiViewCommonEvent extends java.util.EventObject implements Serializable

serialVersionUID: -3733274037540570906L

Serialized Fields

eventType

java.lang.String eventType

param0

java.lang.Object param0

Package com.stimulsoft.viewer.form

Class com.stimulsoft.viewer.form.StiGoToPageDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -744024289885320828L

Serialized Fields

model

StiViewModel model

eventable

StiViewEventable eventable

pageNumberTextField

StiTextField pageNumberTextField

okButton

StiFlatButton okButton

cancelButton

StiFlatButton cancelButton

Class com.stimulsoft.viewer.form.StiInfoDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -744024289885320828L

Serialized Fields

label

javax.swing.JLabel label

okButton

StiFlatButton okButton

expired

boolean expired

viewerPanel

StiViewerFx viewerPanel

Class com.stimulsoft.viewer.form.StiMailSenderDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -1240319509073281561L

Serialized Fields

fromTextField

javax.swing.JTextField fromTextField

hostTextField

javax.swing.JTextField hostTextField

portTextField

javax.swing.JFormattedTextField portTextField

userTextField

javax.swing.JTextField userTextField

passwordTextField

javax.swing.JPasswordField passwordTextField

recipientsTextField

javax.swing.JTextField recipientsTextField

subjectTextField

javax.swing.JTextField subjectTextField

bodyPane

StiPopupTextArea bodyPane

sendButton

javax.swing.JButton sendButton

closeButton

javax.swing.JButton closeButton

authCheckBox

javax.swing.JCheckBox authCheckBox

sslCheckBox

javax.swing.JCheckBox sslCheckBox

mailProperties

StiMailProperties mailProperties

sendingLabel

javax.swing.JLabel sendingLabel

sendingProgressBar

javax.swing.JProgressBar sendingProgressBar

owner

java.awt.Frame owner

fromLabel

javax.swing.JLabel fromLabel

hostLabel

javax.swing.JLabel hostLabel

smtpPortLabel

javax.swing.JLabel smtpPortLabel

userLabel

javax.swing.JLabel userLabel

passwordLabel

javax.swing.JLabel passwordLabel

recipientsLabel

javax.swing.JLabel recipientsLabel

subjectLabel

javax.swing.JLabel subjectLabel

bodyLabel

javax.swing.JLabel bodyLabel

Class com.stimulsoft.viewer.form.TextEditorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -744024289885320828L

Serialized Fields

textArea

javax.swing.JTextArea textArea

okButton

StiFlatButton okButton

cancelButton

StiFlatButton cancelButton

textField

javax.swing.JTextArea textField

Package com.stimulsoft.viewer.form.export

Class com.stimulsoft.viewer.form.export.StiBaseExportDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -744024289885320828L

Serialized Fields

okButton

StiFlatButton okButton

cancelButton

StiFlatButton cancelButton

allPagesRadio

javax.swing.JRadioButton allPagesRadio

currentPageRadio

javax.swing.JRadioButton currentPageRadio

pagesRadio

javax.swing.JRadioButton pagesRadio

pagesTextField

javax.swing.JTextField pagesTextField

openAfterExport

javax.swing.JCheckBox openAfterExport

expandPanel

StiExpandPanel expandPanel

centerPanel1

javax.swing.JPanel centerPanel1

bottomButtonPanel

javax.swing.JPanel bottomButtonPanel

sendEmail

boolean sendEmail

currentPage

int currentPage

okResult

boolean okResult

c

java.awt.GridBagConstraints c

Class com.stimulsoft.viewer.form.export.StiDataExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

exportDataCheckBox

javax.swing.JCheckBox exportDataCheckBox

useDefaultEncodingCheckBox

javax.swing.JCheckBox useDefaultEncodingCheckBox

encodingComboBox

javax.swing.JComboBox encodingComboBox

bandsComboBox

javax.swing.JComboBox bandsComboBox

separatorTextField

javax.swing.JTextField separatorTextField

skipHeadersCheckBox

javax.swing.JCheckBox skipHeadersCheckBox

typeComboBox

javax.swing.JComboBox typeComboBox

Class com.stimulsoft.viewer.form.export.StiExcelExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 7303098990096277761L

Serialized Fields

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

typeComboBox

javax.swing.JComboBox typeComboBox

imageQualityComboBox

javax.swing.JComboBox imageQualityComboBox

exportDataOnlyCheckBox

javax.swing.JCheckBox exportDataOnlyCheckBox

exportObjectFormattingCheckBox

javax.swing.JCheckBox exportObjectFormattingCheckBox

useOnePageCheckBox

javax.swing.JCheckBox useOnePageCheckBox

exportEachPageCheckBox

javax.swing.JCheckBox exportEachPageCheckBox

exportPageBreaksCheckBox

javax.swing.JCheckBox exportPageBreaksCheckBox

Class com.stimulsoft.viewer.form.export.StiExpandPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8557498791273213597L

Serialized Fields

expandedIcon

javax.swing.ImageIcon expandedIcon

collapsedIcon

javax.swing.ImageIcon collapsedIcon

expanded

java.lang.Boolean expanded

collapsedDimension

java.awt.Dimension collapsedDimension

expandedDimension

java.awt.Dimension expandedDimension

Class com.stimulsoft.viewer.form.export.StiHtmlExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

zoomComboBox

javax.swing.JComboBox zoomComboBox

imageFormatComboBox

javax.swing.JComboBox imageFormatComboBox

exportModeComboBox

javax.swing.JComboBox exportModeComboBox

pageBreakCheckBox

javax.swing.JCheckBox pageBreakCheckBox

Class com.stimulsoft.viewer.form.export.StiImageExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

zoomComboBox

javax.swing.JComboBox zoomComboBox

typeComboBox

javax.swing.JComboBox typeComboBox

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

imageTypeComboBox

javax.swing.JComboBox imageTypeComboBox

cutEdgesCheckBox

javax.swing.JCheckBox cutEdgesCheckBox

ditheringTypeComboBox

javax.swing.JComboBox ditheringTypeComboBox

tiffCompressionComboBox

javax.swing.JComboBox tiffCompressionComboBox

ditheringTypeLabel

javax.swing.JLabel ditheringTypeLabel

Class com.stimulsoft.viewer.form.export.StiPdfExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: -2168454809464111685L

Serialized Fields

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

imageCompressionComboBox

javax.swing.JComboBox imageCompressionComboBox

imageQualityComboBox

javax.swing.JComboBox imageQualityComboBox

standartPDFFontsCheckBox

javax.swing.JCheckBox standartPDFFontsCheckBox

embeddedFontsCheckBox

javax.swing.JCheckBox embeddedFontsCheckBox

useUnicodeCheckBox

javax.swing.JCheckBox useUnicodeCheckBox

pdfAComplianceCheckBox

javax.swing.JCheckBox pdfAComplianceCheckBox

Class com.stimulsoft.viewer.form.export.StiRtfExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

imageQualityComboBox

javax.swing.JComboBox imageQualityComboBox

exportModeComboBox

javax.swing.JComboBox exportModeComboBox

usePageCheckBox

javax.swing.JCheckBox usePageCheckBox

removeEmptyCheckBox

javax.swing.JCheckBox removeEmptyCheckBox

Class com.stimulsoft.viewer.form.export.StiTxtExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

killSpaceLinesCheckBox

javax.swing.JCheckBox killSpaceLinesCheckBox

putFeedPageCheckBox

javax.swing.JCheckBox putFeedPageCheckBox

drawBorderCheckBox

javax.swing.JCheckBox drawBorderCheckBox

cutLongLinesCheckBox

javax.swing.JCheckBox cutLongLinesCheckBox

simpleRadio

javax.swing.JRadioButton simpleRadio

unicodeSingledRadio

javax.swing.JRadioButton unicodeSingledRadio

unicodeDoubleRadio

javax.swing.JRadioButton unicodeDoubleRadio

zoomXComboBox

javax.swing.JComboBox zoomXComboBox

zoomYComboBox

javax.swing.JComboBox zoomYComboBox

encodingComboBox

javax.swing.JComboBox encodingComboBox

Class com.stimulsoft.viewer.form.export.StiWord2007ExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 7303098990096277761L

Serialized Fields

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

imageQualityComboBox

javax.swing.JComboBox imageQualityComboBox

usePageCheckBox

javax.swing.JCheckBox usePageCheckBox

removeEmptyCheckBox

javax.swing.JCheckBox removeEmptyCheckBox

Class com.stimulsoft.viewer.form.export.StiXpsExportDialog extends StiBaseExportDialog implements Serializable

serialVersionUID: 8504451915597681783L

Serialized Fields

imageResolutionComboBox

javax.swing.JComboBox imageResolutionComboBox

imageQualityComboBox

javax.swing.JComboBox imageQualityComboBox

textAsImageCheckBox

javax.swing.JCheckBox textAsImageCheckBox

Package com.stimulsoft.viewer.panels

Class com.stimulsoft.viewer.panels.StiBookmarkPannel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 2346906785483045945L

Serialized Fields

stiViewModel

StiViewModel stiViewModel

eventDispatcher

StiViewerEventDispatcher eventDispatcher

tree

javax.swing.JTree tree

Class com.stimulsoft.viewer.panels.StiDesignToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -7010207668633833611L

Serialized Fields

designReportButton

StiFlatButton designReportButton

Class com.stimulsoft.viewer.panels.StiFindToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -2811804664741382826L

Serialized Fields

buttonFindClose

StiFlatButton buttonFindClose

buttonFindPrevious

StiFlatButton buttonFindPrevious

buttonFindNext

StiFlatButton buttonFindNext

checkboxMatchCase

javax.swing.JCheckBox checkboxMatchCase

checkboxWholeWord

javax.swing.JCheckBox checkboxWholeWord

buttonPageLast

StiFlatButton buttonPageLast

labelFindWhat

StiLabel labelFindWhat

eventDispatcher

StiViewerEventDispatcher eventDispatcher

model

StiViewModel model

parentFrame

javax.swing.JFrame parentFrame

textBoxFind

javax.swing.JTextField textBoxFind

previousValue

java.lang.String previousValue

previousWholeWord

java.lang.Boolean previousWholeWord

previousCase

java.lang.Boolean previousCase

findedComponents

java.util.List<E> findedComponents

currentComponent

int currentComponent

findCountOld

int findCountOld

Class com.stimulsoft.viewer.panels.StiMainToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -7010207668633833611L

Serialized Fields

stiViewModel

StiViewModel stiViewModel

buttonPrint

StiFlatButton buttonPrint

buttonOpen

StiFlatButton buttonOpen

buttonSave

StiFlatButton buttonSave

buttonSaveEmail

StiFlatButton buttonSaveEmail

buttonBookmarks

StiToggleFlatButton buttonBookmarks

buttonParameters

StiFlatButton buttonParameters

buttonThumbs

StiToggleFlatButton buttonThumbs

buttonFind

StiToggleFlatButton buttonFind

buttonFullScreen

StiFlatButton buttonFullScreen

buttonZoomOnePage

StiToggleFlatButton buttonZoomOnePage

buttonZoomTwoPages

StiToggleFlatButton buttonZoomTwoPages

buttonZoomPageWidth

StiToggleFlatButton buttonZoomPageWidth

buttonZoomMultiplePages

StiMultipageButton buttonZoomMultiplePages

buttonAbout

StiFlatButton buttonAbout

exportPopupMenu

StiExportPopupMenu exportPopupMenu

eventDispatcher

StiViewerEventDispatcher eventDispatcher

Class com.stimulsoft.viewer.panels.StiNavigateToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -2811804664741382826L

Serialized Fields

buttonPageFirst

StiFlatButton buttonPageFirst

buttonPagePrev

StiFlatButton buttonPagePrev

buttonGoToPage

StiFlatButton buttonGoToPage

buttonPageNext

StiFlatButton buttonPageNext

buttonPageLast

StiFlatButton buttonPageLast

eventDispatcher

StiViewerEventDispatcher eventDispatcher

model

StiViewModel model

parentFrame

javax.swing.JFrame parentFrame

pageOf

java.lang.String pageOf

Class com.stimulsoft.viewer.panels.StiThumbnailsPannel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: -4577402800123183888L

Serialized Fields

view

StiView view

isHandModeActivated

java.lang.Boolean isHandModeActivated

isLeftMouseButtonPressed

java.lang.Boolean isLeftMouseButtonPressed

lastMousePosition

StiPoint lastMousePosition

clearAllVisual

java.lang.Boolean clearAllVisual

eventDispatcher

StiViewerEventDispatcher eventDispatcher

stiViewModel

StiViewModel stiViewModel

componentBounds

java.awt.Rectangle componentBounds

scrolledPage

int scrolledPage

Class com.stimulsoft.viewer.panels.StiViewModeToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: -2811804664741382826L

Serialized Fields

buttonViewModeSinglePage

StiToggleFlatButton buttonViewModeSinglePage

buttonViewModeContinuous

StiToggleFlatButton buttonViewModeContinuous

buttonViewModeMultiplePages

StiToggleFlatButton buttonViewModeMultiplePages

labelZoom

StiLabel labelZoom

sliderZoom

StiSlider sliderZoom

pageGroup

javax.swing.ButtonGroup pageGroup

eventDispatcher

StiViewerEventDispatcher eventDispatcher

model

StiViewModel model

valueSliderChanged

java.lang.Boolean valueSliderChanged

Class com.stimulsoft.viewer.panels.StiViewPannel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 199296845244255281L

Serialized Fields

view

StiView view

popupMenu

StiViewPopupMenu popupMenu

isHandModeActivated

java.lang.Boolean isHandModeActivated

isLeftMouseButtonPressed

java.lang.Boolean isLeftMouseButtonPressed

lastMousePosition

StiPoint lastMousePosition

canRepaint

java.lang.Boolean canRepaint

canScrollRepaint

java.lang.Boolean canScrollRepaint

stiEmptyGraphics

StiEmptyGraphics stiEmptyGraphics

stiViewModel

StiViewModel stiViewModel

eventDispatcher

StiViewerEventDispatcher eventDispatcher

oldSize

java.awt.Dimension oldSize

Package com.stimulsoft.viewer.requestfromuser

Class com.stimulsoft.viewer.requestfromuser.StiValueCellRenderer extends javax.swing.plaf.basic.BasicComboBoxRenderer implements Serializable

serialVersionUID: -6695602879511342151L


Package com.stimulsoft.viewer.requestfromuser.components

Class com.stimulsoft.viewer.requestfromuser.components.StiCheckButton extends javax.swing.JButton implements Serializable

serialVersionUID: -4120337049881312563L

Serialized Fields

tag

java.lang.Object tag

selected

boolean selected

autoCheckOnClick

boolean autoCheckOnClick

btInfo

ButtonListInfo btInfo

infoItem

StiVariableItem infoItem

Class com.stimulsoft.viewer.requestfromuser.components.StiDateTimePicker extends StiRequestPanel implements Serializable

serialVersionUID: 499145064504498156L

Serialized Fields

button

StiDateTimePicker.SButton[] button

customFormat

java.lang.String customFormat

showCheckBox

java.lang.Boolean showCheckBox

value

StiDateTime value

prevButton

StiRequestButton prevButton

nextButton

StiRequestButton nextButton

dateLabel

StiRequestLabel dateLabel

checkBox

StiRequestCheckBox checkBox

spinner

javax.swing.JSpinner spinner

downButton

StiRequestButton downButton

popup

javax.swing.JWindow popup

downPanel

StiShadowPanel downPanel

firstDayOfWeek

int firstDayOfWeek

gridPanel

javax.swing.JPanel gridPanel

Class com.stimulsoft.viewer.requestfromuser.components.StiDateTimePicker.SButton extends javax.swing.JButton implements Serializable

serialVersionUID: -1849206380795147131L

Serialized Fields

mouseOver

boolean mouseOver

header

boolean header

curDate

boolean curDate

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestButton extends javax.swing.JButton implements Serializable

serialVersionUID: -3760742496249853327L

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestCheckBox extends javax.swing.JCheckBox implements Serializable

serialVersionUID: 7024604592300492613L

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestComboBox extends javax.swing.JComboBox implements Serializable

serialVersionUID: -8479820415411214940L

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 2383759875021792856L

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -428051105065125607L

Class com.stimulsoft.viewer.requestfromuser.components.StiRequestTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: -3374472447943214639L


Package com.stimulsoft.viewer.requestfromuser.controls

Class com.stimulsoft.viewer.requestfromuser.controls.StiRequestFromUserDropDownButton extends StiToolButton implements Serializable

serialVersionUID: -475720635206417300L

Serialized Fields

lockPopupInvoke

boolean lockPopupInvoke

horizontalOffset

int horizontalOffset

popupWidth

int popupWidth

popupHeight

int popupHeight

isImageValue

boolean isImageValue

layingOut

boolean layingOut

Package com.stimulsoft.viewer.requestfromuser.list

Class com.stimulsoft.viewer.requestfromuser.list.StiListBoolItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

comboBox

StiRequestComboBox comboBox

Class com.stimulsoft.viewer.requestfromuser.list.StiListButtonXControl extends StiRequestPanel implements Serializable

serialVersionUID: -4488221147609771403L

Serialized Fields

buttonAdd

javax.swing.JButton buttonAdd

buttonRemoveAll

javax.swing.JButton buttonRemoveAll

buttonClose

javax.swing.JButton buttonClose

controlContainerItem

javax.swing.JScrollPane controlContainerItem

listValues

javax.swing.JPanel listValues

uPanel

javax.swing.JPanel uPanel

dPanel

javax.swing.JPanel dPanel

listType

StiSystemTypeEnum listType

btInfo

ButtonListInfo btInfo

mainButton

ButtonX mainButton

Class com.stimulsoft.viewer.requestfromuser.list.StiListCharItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

textBox

StiRequestTextField textBox

Class com.stimulsoft.viewer.requestfromuser.list.StiListDateTimeItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

dateTimePicker

StiDateTimePicker dateTimePicker

Class com.stimulsoft.viewer.requestfromuser.list.StiListDoubleItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

textBox

StiRequestTextField textBox

Class com.stimulsoft.viewer.requestfromuser.list.StiListGuidItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

btNewGuid

StiRequestButton btNewGuid

textBox

StiRequestTextField textBox

Class com.stimulsoft.viewer.requestfromuser.list.StiListLongItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

textBox

StiRequestTextField textBox

Class com.stimulsoft.viewer.requestfromuser.list.StiListStringItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -32827602773665316L

Serialized Fields

btInfo

ButtonListInfo btInfo

btRemove

StiRequestButton btRemove

textBox

StiRequestTextField textBox

Package com.stimulsoft.viewer.requestfromuser.range

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeCharItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

textBoxTo

StiRequestTextField textBoxTo

textBoxFrom

StiRequestTextField textBoxFrom

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeDateTimeItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

dateTimeFrom

StiDateTimePicker dateTimeFrom

dateTimeTo

StiDateTimePicker dateTimeTo

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

isDateTime

boolean isDateTime

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeDoubleItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

textBoxTo

StiRequestTextField textBoxTo

textBoxFrom

StiRequestTextField textBoxFrom

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

type

StiSystemTypeEnum type

variable

StiVariable variable

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeGuidItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

textBoxTo

StiRequestTextField textBoxTo

textBoxFrom

StiRequestTextField textBoxFrom

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeLongItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

textBoxTo

StiRequestTextField textBoxTo

textBoxFrom

StiRequestTextField textBoxFrom

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

type

StiSystemTypeEnum type

variable

StiVariable variable

Class com.stimulsoft.viewer.requestfromuser.range.StiRangeStringItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -6706183690815421537L

Serialized Fields

textBoxTo

StiRequestTextField textBoxTo

textBoxFrom

StiRequestTextField textBoxFrom

labelTo

StiRequestLabel labelTo

labelFrom

StiRequestLabel labelFrom

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

Package com.stimulsoft.viewer.requestfromuser.value

Class com.stimulsoft.viewer.requestfromuser.value.StiValueBoolItemControl extends StiRequestPanel implements Serializable

serialVersionUID: 5252276122603520157L

Serialized Fields

variable

StiVariable variable

checkBoxValue

StiRequestCheckBox checkBoxValue

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

Class com.stimulsoft.viewer.requestfromuser.value.StiValueCharItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

textBox

StiRequestTextField textBox

comboBox

StiRequestComboBox comboBox

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

Class com.stimulsoft.viewer.requestfromuser.value.StiValueDateTimeItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

dateTimeInput

StiDateTimePicker dateTimeInput

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

isDateTime

boolean isDateTime

dateTimeType

StiDateTimeType dateTimeType

report

StiReport report

Class com.stimulsoft.viewer.requestfromuser.value.StiValueDoubleItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

textBox

StiRequestTextField textBox

comboBox

StiRequestComboBox comboBox

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

variableType

StiSystemTypeEnum variableType

variable

StiVariable variable

Class com.stimulsoft.viewer.requestfromuser.value.StiValueGuidItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

textBox

StiRequestTextField textBox

comboBox

StiRequestComboBox comboBox

buttonNewGuid

StiRequestButton buttonNewGuid

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

Class com.stimulsoft.viewer.requestfromuser.value.StiValueImageItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

btOpen

StiRequestButton btOpen

btRemove

StiRequestButton btRemove

pictureBox

com.stimulsoft.viewer.requestfromuser.value.StiValueImageItemControl.ImagePanel pictureBox

dropDownButton

StiRequestFromUserDropDownButton dropDownButton

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

Class com.stimulsoft.viewer.requestfromuser.value.StiValueLongItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

textBox

StiRequestTextField textBox

comboBox

StiRequestComboBox comboBox

checkBoxNotAssigned

StiRequestCheckBox checkBoxNotAssigned

variableType

StiSystemTypeEnum variableType

variable

StiVariable variable

Class com.stimulsoft.viewer.requestfromuser.value.StiValueStringItemControl extends StiRequestPanel implements Serializable

serialVersionUID: -3245853900353155288L

Serialized Fields

textBox

javax.swing.JTextArea textBox

comboBox

StiRequestComboBox comboBox

textEditor

StiFlatButton textEditor

parentFrame

javax.swing.JFrame parentFrame

Package com.stimulsoft.viewer.utils

Class com.stimulsoft.viewer.utils.StiImageToolTip extends javax.swing.JToolTip implements Serializable

serialVersionUID: -1036008102675022621L


Package com.stimulsoft.viewer.view

Class com.stimulsoft.viewer.view.StiView extends javax.swing.JPanel implements Serializable

serialVersionUID: -511961266682579865L

Serialized Fields

visuals

java.util.List<E> visuals

Package com.stimulsoft.web.servlet

Class com.stimulsoft.web.servlet.StiServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 330177247432639168L

Class com.stimulsoft.web.servlet.StiWebResourceServlet extends StiServlet implements Serializable

serialVersionUID: 7078815959012648788L


Package com.stimulsoft.web.taglib

Class com.stimulsoft.web.taglib.StiDesignerButtonTag extends StiBaseButtonTag implements Serializable

serialVersionUID: -2528481363741835742L

Class com.stimulsoft.web.taglib.StiDesignerFrameTag extends StiBaseFrameTag implements Serializable

serialVersionUID: -3953153736606569033L

Class com.stimulsoft.web.taglib.StiDesignerIFrameTag extends StiBaseIFrameTag implements Serializable

serialVersionUID: -2626964545285959013L

Class com.stimulsoft.web.taglib.StiDesignerLinkTag extends StiBaseLinkTag implements Serializable

serialVersionUID: 8798195794159719443L

Class com.stimulsoft.web.taglib.StiViewerButtonTag extends StiBaseButtonTag implements Serializable

serialVersionUID: -5073793797161917488L

Class com.stimulsoft.web.taglib.StiViewerFrameTag extends StiBaseFrameTag implements Serializable

serialVersionUID: -176938547966163475L

Class com.stimulsoft.web.taglib.StiViewerIFrameTag extends StiBaseIFrameTag implements Serializable

serialVersionUID: 6210815439396590673L

Class com.stimulsoft.web.taglib.StiViewerLinkTag extends StiBaseLinkTag implements Serializable

serialVersionUID: 6012470318366653464L


Package com.stimulsoft.web.taglib.base

Class com.stimulsoft.web.taglib.base.StiBaseButtonTag extends StiBaseStiTag implements Serializable

serialVersionUID: -5121118530785554611L

Serialized Fields

disabled

java.lang.String disabled
Блокирует доступ и изменение элемента.


name

java.lang.String name
Имя поля, предназначено для того, чтобы обработчик формы мог его идентифицировать.


src

java.lang.String src
Адрес графического файла для поля с изображением.


value

java.lang.String value
Значение элемента.

Class com.stimulsoft.web.taglib.base.StiBaseFrameTag extends StiBaseStiTag implements Serializable

serialVersionUID: 4753944365389571974L

Serialized Fields

bordercolor

java.lang.String bordercolor
Цвет линии границы.


frameborder

java.lang.String frameborder
Устанавливает, отображать границу вокруг фрейма или нет.


marginheight

java.lang.String marginheight
Отступ сверху и снизу от содержания до границы фрейма.


marginwidth

java.lang.String marginwidth
Отступ слева и справа от содержания до границы фрейма.


name

java.lang.String name
Имя фрейма.


noresize

java.lang.String noresize
Определяет, можно изменять размер фрейма пользователю или нет.


scrolling

java.lang.String scrolling
Способ отображения полосы прокрутки во фрейме.

Class com.stimulsoft.web.taglib.base.StiBaseIFrameTag extends StiBaseStiTag implements Serializable

serialVersionUID: -176938547966163475L

Serialized Fields

align

java.lang.String align
Определяет как фрейм будет выравниваться по краю, а также способ обтекания его текстом.


frameborder

java.lang.String frameborder
Устанавливает, отображать границу вокруг фрейма или нет.


height

java.lang.String height
Высота фрейма.


hspace

java.lang.String hspace
Горизонтальный отступ от фрейма до окружающего контента.


marginheight

java.lang.String marginheight
Отступ сверху и снизу от содержания до границы фрейма.


marginwidth

java.lang.String marginwidth
Отступ слева и справа от содержания до границы фрейма.


name

java.lang.String name
Имя фрейма.


scrolling

java.lang.String scrolling
Способ отображения полосы прокрутки во фрейме.


vspace

java.lang.String vspace
Вертикальный отступ от фрейма до окружающего контента.


width

java.lang.String width
Ширина фрейма.

Class com.stimulsoft.web.taglib.base.StiBaseLinkTag extends StiBaseStiTag implements Serializable

serialVersionUID: -946997149379823567L

Serialized Fields

coords

java.lang.String coords
Устанавливает координаты активной области.


name

java.lang.String name
Устанавливает имя якоря внутри документа.


shape

java.lang.String shape
Задает форму активной области ссылки для изображений.


target

java.lang.String target
Имя окна или фрейма, куда браузер будет загружать документ.


text

java.lang.String text
Текст ссылки.

Class com.stimulsoft.web.taglib.base.StiBaseStiTag extends StiBaseTag implements Serializable

serialVersionUID: 7966197609409332244L

Serialized Fields

report

java.lang.String report
Имя отчета.


variableMap

java.lang.String variableMap
Набор параметров в виде Map.


variableStr

java.lang.String variableStr
Набор параметров в виде String.


resourceKey

java.lang.String resourceKey
Набор параметров в виде String.


properties

java.util.Properties properties
Custom properties


globalization

java.lang.String globalization
determines what language will be used in the globalization of the report. This culture should be defined in a report in the collection of globalization, or globalization will not be realized.

Class com.stimulsoft.web.taglib.base.StiBaseTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 2998768258150513202L

Serialized Fields

style

java.lang.String style
Применяется для определения стиля элемента с помощью правил CSS.


styleClass

java.lang.String styleClass
Определяет имя класса, которое позволяет связать тег со стилевым оформлением.


styleId

java.lang.String styleId
Указывает имя стилевого идентификатора.


accesskey

java.lang.String accesskey
Позволяет получить доступ к элементу с помощью заданного сочетания клавиш.


dir

java.lang.String dir
Задает направление и отображение текста — слева направо или справа налево.


lang

java.lang.String lang
Браузер использует значение параметра для правильного отображения некоторых национальных символов.


tabindex

java.lang.String tabindex
Устанавливает порядок получения фокуса при переходе между элементами с помощью клавиши Tab.


title

java.lang.String title
Описывает содержимое элемента в виде всплывающей подсказки.


Package com.stimulsoft.webdesigner.servlet

Class com.stimulsoft.webdesigner.servlet.StiWebDesignerActionServlet extends StiServlet implements Serializable

serialVersionUID: 6328262305717281579L


Package com.stimulsoft.webdesigner.taglib

Class com.stimulsoft.webdesigner.taglib.StiWebDesignerResourceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1800591318486538318L

Class com.stimulsoft.webdesigner.taglib.StiWebDesignerTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6210815439396590673L

Serialized Fields

handler

StiWebDesigerHandler handler

options

StiWebDesignerOptions options

designerID

java.lang.String designerID

Package com.stimulsoft.webviewer

Class com.stimulsoft.webviewer.StiWebViewerOptions extends java.lang.Object implements Serializable

serialVersionUID: -6149795460340938150L

Serialized Fields

jsObject

java.lang.String jsObject

viewerID

java.lang.String viewerID

theme

StiWebViewerTheme theme

width

java.lang.String width

height

java.lang.String height

localization

java.lang.String localization

localizationStream

java.io.InputStream localizationStream

refreshTimeout

int refreshTimeout

defaultExportSettings

java.util.Collection<E> defaultExportSettings

requestTimeout

java.lang.Integer requestTimeout

exceptionHandler

StiWebViewerExceptionHandler exceptionHandler

server

StiWebViewerOptions.ServerOptions server

appearance

StiWebViewerOptions.AppearanceOptions appearance

toolbar

StiWebViewerOptions.ToolbarOptions toolbar

exports

StiWebViewerOptions.ExportOptions exports

email

StiWebViewerOptions.EmailOptions email

Package com.stimulsoft.webviewer.servlet

Class com.stimulsoft.webviewer.servlet.StiWebViewerActionServlet extends StiServlet implements Serializable

serialVersionUID: -217930185760915501L

Class com.stimulsoft.webviewer.servlet.StiWebViewerResourceServlet extends StiServlet implements Serializable

serialVersionUID: -217930185760915501L


Package com.stimulsoft.webviewer.taglib

Class com.stimulsoft.webviewer.taglib.StiWebViewerResourceTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: -6036005528990743118L

Class com.stimulsoft.webviewer.taglib.StiWebViewerTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 6210815439396590673L

Serialized Fields

report

StiReport report

options

StiWebViewerOptions options

mailProperties

StiMailProperties mailProperties

viewerID

java.lang.String viewerID