Uses of Enum Class
com.stimulsoft.report.dictionary.enums.StiVariableSortDirection
Packages that use StiVariableSortDirection
-
Uses of StiVariableSortDirection in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiVariableSortDirectionMethods in com.stimulsoft.report.dictionary with parameters of type StiVariableSortDirectionModifier and TypeMethodDescriptionvoidStiDialogInfo.setSortDirection(StiVariableSortDirection sortDirection) Constructors in com.stimulsoft.report.dictionary with parameters of type StiVariableSortDirectionModifierConstructorDescriptionStiDialogInfo(StiDateTimeType type, String mask, boolean allowUserValues, String keysColumn, String valuesColumn, String checkedColumn, boolean bindingValue, StiVariable bindingVariable, String bindingValuesColumn, StiVariableSortDirection sortDirection, StiVariableSortField sortField) StiDialogInfo(StiDateTimeType type, String mask, boolean allowUserValues, String keysColumn, String valuesColumn, String checkedColumn, StiVariableSortDirection sortDirection, StiVariableSortField sortField) -
Uses of StiVariableSortDirection in com.stimulsoft.report.dictionary.enums
Methods in com.stimulsoft.report.dictionary.enums that return StiVariableSortDirectionModifier and TypeMethodDescriptionstatic StiVariableSortDirectionReturns the enum constant of this class with the specified name.static StiVariableSortDirection[]StiVariableSortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.