com.stimulsoft.web.classes
Class StiRequestParams.StiDesignerParams

java.lang.Object
  extended by com.stimulsoft.web.classes.StiRequestParams.StiDesignerParams
Enclosing class:
StiRequestParams

public class StiRequestParams.StiDesignerParams
extends java.lang.Object


Field Summary
 boolean checkReportBeforePreview
           
 StiDesignerCommand command
           
 java.lang.String fileName
           
 boolean isAutoSave
           
 boolean isNewReport
           
 boolean isSaveAs
           
 java.lang.String password
           
 java.lang.String saveType
           
 int undoMaxLevel
           
 
Constructor Summary
StiRequestParams.StiDesignerParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAutoSave

public boolean isAutoSave

isNewReport

public boolean isNewReport

isSaveAs

public boolean isSaveAs

fileName

public java.lang.String fileName

command

public StiDesignerCommand command

password

public java.lang.String password

saveType

public java.lang.String saveType

undoMaxLevel

public int undoMaxLevel

checkReportBeforePreview

public boolean checkReportBeforePreview
Constructor Detail

StiRequestParams.StiDesignerParams

public StiRequestParams.StiDesignerParams()