Uses of Class
com.stimulsoft.report.dictionary.StiDialogInfo

Packages that use StiDialogInfo
com.stimulsoft.report   
com.stimulsoft.report.dictionary   
com.stimulsoft.viewer.requestfromuser   
 

Uses of StiDialogInfo in com.stimulsoft.report
 

Fields in com.stimulsoft.report with type parameters of type StiDialogInfo
 java.util.List<StiDialogInfo> StiReport.StiJsonLoaderHelper.DialogInfo
           
 

Uses of StiDialogInfo in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiDialogInfo
 StiDialogInfo StiDialogInfo.clone()
           
 StiDialogInfo StiVariable.getDialogInfo()
          Gets or sets alias of variable.
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiDialogInfo
 void StiVariable.setDialogInfo(StiDialogInfo value)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiDialogInfo
StiVariable(java.lang.String category, java.lang.String name, java.lang.String alias, java.lang.String description, StiSystemType type, java.lang.String value, boolean readOnly, StiVariableInitBy initBy, boolean requestFromUser, StiDialogInfo dialogInfo)
          Creates an object of the type StiVariable.
 

Uses of StiDialogInfo in com.stimulsoft.viewer.requestfromuser
 

Methods in com.stimulsoft.viewer.requestfromuser that return StiDialogInfo
 StiDialogInfo ButtonListInfo.getInfo()
           
 

Methods in com.stimulsoft.viewer.requestfromuser with parameters of type StiDialogInfo
 void ButtonListInfo.setInfo(StiDialogInfo info)