|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiAction>
com.stimulsoft.web.enums.StiAction
public enum StiAction
Copyright Stimulsoft
Enum Constant Summary | |
---|---|
Collapsing
Applying the collapsing interaction for the report. |
|
CreateReport
Create the new report template in the designer |
|
DesignReport
Call the report designer from toolbar of the viewer. |
|
DrillDown
Applying the drill-down interaction for the report. |
|
EmailReport
Sending a report via Email. |
|
Exit
Call the Exit event from the viewer or designer. |
|
ExportReport
The exporting of the report. |
|
GetImage
Get the image of the report component which does not support the designer. |
|
GetLocalization
Get the localization file. |
|
GetPages
Request the necessary page of the report for viewer. |
|
GetReport
Request a report template for designer or report snapshot with parameters (number of pages, zoom, interactivity and others) for viewer. |
|
GetReportCode
Get the C#/VB.net code of the report template. |
|
InitVars
Request a report variables for variables panel of the viewer. |
|
OpenReport
The opening of the report. |
|
PreviewReport
Get the report snapshot for preview in the designer. |
|
PrintReport
The printing of the report. |
|
RefreshReport
Request to force rendering of the current report template. |
|
ReportResource
Get the resource content of the report. |
|
Resource
Request viewer resources - scripts, styles. |
|
RetrieveColumns
Get the data source columns using the Connection String and SQL query |
|
RunCommand
Run the designer's command, which is contained in the query or POST parameters. |
|
SaveReport
Save the report template from the designer. |
|
Sorting
Applying the sort interaction for the report. |
|
TestConnection
Test the connection string |
|
Undefined
Unknown action or incorrect data. |
|
UpdateCache
Update cache of the report on the server side, without any actions |
|
Variables
Applying the parameters (variable values) to the report. |
Method Summary | |
---|---|
static StiAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiAction[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StiAction Undefined
public static final StiAction Resource
public static final StiAction PrintReport
public static final StiAction OpenReport
public static final StiAction ExportReport
public static final StiAction EmailReport
public static final StiAction InitVars
public static final StiAction GetReport
public static final StiAction RefreshReport
public static final StiAction GetPages
public static final StiAction Variables
public static final StiAction Sorting
public static final StiAction DrillDown
public static final StiAction Collapsing
public static final StiAction DesignReport
public static final StiAction GetLocalization
public static final StiAction Exit
public static final StiAction PreviewReport
public static final StiAction GetReportCode
public static final StiAction GetImage
public static final StiAction TestConnection
public static final StiAction RetrieveColumns
public static final StiAction SaveReport
public static final StiAction CreateReport
public static final StiAction RunCommand
public static final StiAction UpdateCache
public static final StiAction ReportResource
Method Detail |
---|
public static StiAction[] values()
for (StiAction c : StiAction.values()) System.out.println(c);
public static StiAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |