Uses of Enum Class
com.stimulsoft.report.dictionary.enums.StiVariableSortField
Packages that use StiVariableSortField
-
Uses of StiVariableSortField in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiVariableSortFieldMethods in com.stimulsoft.report.dictionary with parameters of type StiVariableSortFieldModifier and TypeMethodDescriptionvoidStiDialogInfo.setSortField(StiVariableSortField sortField) Constructors in com.stimulsoft.report.dictionary with parameters of type StiVariableSortFieldModifierConstructorDescriptionStiDialogInfo(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 StiVariableSortField in com.stimulsoft.report.dictionary.enums
Methods in com.stimulsoft.report.dictionary.enums that return StiVariableSortFieldModifier and TypeMethodDescriptionstatic StiVariableSortFieldReturns the enum constant of this class with the specified name.static StiVariableSortField[]StiVariableSortField.values()Returns an array containing the constants of this enum class, in the order they are declared.