Uses of Class
com.stimulsoft.report.dictionary.StiVariable
Packages that use StiVariable
Package
Description
-
Uses of StiVariable in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiVariableMethods in com.stimulsoft.report.dictionary that return types with arguments of type StiVariableModifier and TypeMethodDescriptionstatic List<StiVariable> StiVariableAsParameterHelper.fetchAll(String query, List<StiDataParameter> parameters, StiReport report) Methods in com.stimulsoft.report.dictionary with parameters of type StiVariableModifier and TypeMethodDescriptionfinal booleanStiVariablesCollection.add(StiVariable variable) intStiVariable.compareTo(StiVariable var2) static StringStiVariable.GetExpressionString(StiVariable variable) Returns variable in the form of the expression.voidStiDialogInfo.setBindingVariable(StiVariable bindingVariable) StiValidationSettings.validate(Object value, StiSystemTypeEnum type, StiReport report, StiVariable variable) Constructors in com.stimulsoft.report.dictionary with parameters of type StiVariableModifierConstructorDescriptionStiDialogInfo(StiDateTimeType type, String mask, boolean allowUserValues, String keysColumn, String valuesColumn, String checkedColumn, boolean bindingValue, StiVariable bindingVariable, String bindingValuesColumn) StiDialogInfo(StiDateTimeType type, String mask, boolean allowUserValues, String keysColumn, String valuesColumn, String checkedColumn, boolean bindingValue, StiVariable bindingVariable, String bindingValuesColumn, StiVariableSortDirection sortDirection, StiVariableSortField sortField) -
Uses of StiVariable in com.stimulsoft.report.engine
Methods in com.stimulsoft.report.engine with parameters of type StiVariableModifier and TypeMethodDescriptionstatic booleanStiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<Boolean> modified) static booleanStiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<Boolean> modified, Boolean modeItems) static voidStiVariableHelper.setVariableLabel(StiReport report, StiVariable variable, String label) -
Uses of StiVariable in com.stimulsoft.report.engine.parser
Methods in com.stimulsoft.report.engine.parser with parameters of type StiVariableModifier and TypeMethodDescriptionstatic ObjectStiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox) static ObjectStiParser.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 StiVariableModifier and TypeMethodDescriptionButtonListInfo.getVariable()StiNewRequestFromUserDialogCreatingEventArgs.getVariable()Methods in com.stimulsoft.viewer.requestfromuser with parameters of type StiVariableConstructors in com.stimulsoft.viewer.requestfromuser with parameters of type StiVariableModifierConstructorDescriptionStiNewRequestFromUserDialogCreatingEventArgs(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 StiVariableModifierConstructorDescriptionStiListButtonXControl(StiSystemTypeEnum type, StiVariable variable) -
Uses of StiVariable in com.stimulsoft.viewer.requestfromuser.range
Constructors in com.stimulsoft.viewer.requestfromuser.range with parameters of type StiVariableModifierConstructorDescriptionStiRangeCharItemControl(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 StiVariableModifierConstructorDescriptionStiValueBoolItemControl(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, JFrame parentFrame) -
Uses of StiVariable in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return types with arguments of type StiVariableModifier and TypeMethodDescriptionstatic List<StiVariable> StiGalleriesHelper.getImageVariables(StiReport report) static List<StiVariable> StiGalleriesHelper.getRichTextVariables(StiReport report)