Package com.stimulsoft.web.enums
Enum Class StiAction
- All Implemented Interfaces:
Serializable,Comparable<StiAction>,Constable
Copyright Stimulsoft
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionApplying the collapsing interaction for the report.Create the new report template in the designerCall the report designer from toolbar of the viewer.Applying the drill-down interaction for the report.Sending a report via Email.Call the Exit event from the viewer or designer.The exporting of the report.Get the image of the report component which does not support the designer.Get the localization file.Request the necessary page of the report for viewer.Request a report template for designer or report snapshot with parameters (number of pages, zoom, interactivity and others) for viewer.Get the C#/VB.net code of the report template.Request a report variables for variables panel of the viewer.The opening of the report.Get the report snapshot for preview in the designer.The printing of the report.Request to force rendering of the current report template.Refresh UI configGet the resource content of the report.Request viewer resources - scripts, styles.Get the data source columns using the Connection String and SQL queryRun the designer's command, which is contained in the query or POST parameters.Save the report template from the designer.Applying the sort interaction for the report.Test the connection stringUnknown action or incorrect data.Update cache of the report on the server side, without any actionsValidate UI configValidating the report parameters.Applying the parameters (variable values) to the report. -
Method Summary
-
Enum Constant Details
-
Undefined
Unknown action or incorrect data. -
Resource
Request viewer resources - scripts, styles. -
PrintReport
The printing of the report. -
OpenReport
The opening of the report. -
ExportReport
The exporting of the report. -
EmailReport
Sending a report via Email. -
InitVars
Request a report variables for variables panel of the viewer. -
GetReport
Request a report template for designer or report snapshot with parameters (number of pages, zoom, interactivity and others) for viewer. -
RefreshReport
Request to force rendering of the current report template. -
GetPages
Request the necessary page of the report for viewer. -
Variables
Applying the parameters (variable values) to the report. -
Sorting
Applying the sort interaction for the report. -
DrillDown
Applying the drill-down interaction for the report. -
Collapsing
Applying the collapsing interaction for the report. -
DesignReport
Call the report designer from toolbar of the viewer. -
GetLocalization
Get the localization file. -
Exit
Call the Exit event from the viewer or designer. -
ValidateVariables
Validating the report parameters. -
PreviewReport
Get the report snapshot for preview in the designer. -
GetReportCode
Get the C#/VB.net code of the report template. -
GetImage
Get the image of the report component which does not support the designer. -
TestConnection
Test the connection string -
RetrieveColumns
Get the data source columns using the Connection String and SQL query -
SaveReport
Save the report template from the designer. -
CreateReport
Create the new report template in the designer -
RunCommand
Run the designer's command, which is contained in the query or POST parameters. -
UpdateCache
Update cache of the report on the server side, without any actions -
ReportResource
Get the resource content of the report. -
RefreshUiConfig
Refresh UI config -
ValidateUiConfig
Validate UI config
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-