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

Packages that use StiVariable
com.stimulsoft.report.dictionary   
com.stimulsoft.report.engine   
com.stimulsoft.report.engine.parser   
com.stimulsoft.viewer.requestfromuser   
com.stimulsoft.viewer.requestfromuser.list   
com.stimulsoft.viewer.requestfromuser.range   
com.stimulsoft.viewer.requestfromuser.value   
com.stimulsoft.web.helper   
 

Uses of StiVariable in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiVariable
 StiVariable StiVariable.clone()
           
 StiVariable StiVariablesCollection.get(java.lang.String variableName)
           
 StiVariable StiDialogInfo.getBindingVariable()
           
 StiVariable StiVariablesCollection.remove(java.lang.String variableName)
           
 

Methods in com.stimulsoft.report.dictionary that return types with arguments of type StiVariable
static java.util.List<StiVariable> StiVariableAsParameterHelper.fetchAll(java.lang.String query, java.util.List<StiDataParameter> parameters, StiReport report)
           
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiVariable
 boolean StiVariablesCollection.add(StiVariable variable)
           
 int StiVariable.compareTo(StiVariable var2)
           
static java.lang.String StiVariable.GetExpressionString(StiVariable variable)
          Returns variable in the form of the expression.
 void StiDialogInfo.setBindingVariable(StiVariable bindingVariable)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiVariable
StiDialogInfo(StiDateTimeType type, java.lang.String mask, boolean allowUserValues, java.lang.String keysColumn, java.lang.String valuesColumn, boolean bindingValue, StiVariable bindingVariable, java.lang.String bindingValuesColumn)
           
 

Uses of StiVariable in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type StiVariable
static boolean StiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<java.lang.Boolean> modified)
           
 

Uses of StiVariable in com.stimulsoft.report.engine.parser
 

Methods in com.stimulsoft.report.engine.parser with parameters of type StiVariable
static java.lang.Object StiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox)
           
static java.lang.Object StiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox, boolean fillItems)
           
 

Uses of StiVariable in com.stimulsoft.viewer.requestfromuser
 

Methods in com.stimulsoft.viewer.requestfromuser that return StiVariable
 StiVariable StiNewRequestFromUserDialogCreatingEventArgs.getVariable()
           
 StiVariable ButtonListInfo.getVariable()
           
 

Methods in com.stimulsoft.viewer.requestfromuser with parameters of type StiVariable
 void ButtonListInfo.setVariable(StiVariable variable)
           
 

Constructors in com.stimulsoft.viewer.requestfromuser with parameters of type StiVariable
StiNewRequestFromUserDialogCreatingEventArgs(StiVariable variable, double width)
           
StiNewRequestFromUserDialogCreatingEventArgs(StiVariable variable, int width)
           
 

Uses of StiVariable in com.stimulsoft.viewer.requestfromuser.list
 

Constructors in com.stimulsoft.viewer.requestfromuser.list with parameters of type StiVariable
StiListButtonXControl(StiSystemTypeEnum type, StiVariable variable)
           
 

Uses of StiVariable in com.stimulsoft.viewer.requestfromuser.range
 

Constructors in com.stimulsoft.viewer.requestfromuser.range with parameters of type StiVariable
StiRangeCharItemControl(StiVariable variable, StiReport report)
           
StiRangeDateTimeItemControl(StiVariable variable, StiReport report)
           
StiRangeDoubleItemControl(StiVariable variable, StiReport report)
           
StiRangeGuidItemControl(StiVariable variable, StiReport report)
           
StiRangeLongItemControl(StiVariable variable, StiReport report)
           
StiRangeStringItemControl(StiVariable variable, StiReport report)
           
 

Uses of StiVariable in com.stimulsoft.viewer.requestfromuser.value
 

Constructors in com.stimulsoft.viewer.requestfromuser.value with parameters of type StiVariable
StiValueBoolItemControl(StiVariable variable)
           
StiValueCharItemControl(StiVariable variable)
           
StiValueDateTimeItemControl(StiVariable variable, StiReport report)
           
StiValueDoubleItemControl(StiVariable variable)
           
StiValueGuidItemControl(StiVariable variable)
           
StiValueImageItemControl(StiVariable variable, StiReport report)
           
StiValueLongItemControl(StiVariable variable)
           
StiValueStringItemControl(StiVariable variable, javax.swing.JFrame parentFrame)
           
 

Uses of StiVariable in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper that return types with arguments of type StiVariable
static java.util.List<StiVariable> StiGalleriesHelper.getImageVariables(StiReport report)
           
static java.util.List<StiVariable> StiGalleriesHelper.getRichTextVariables(StiReport report)