Uses of Enum Class
com.stimulsoft.report.dictionary.enums.StiSortOrder
Packages that use StiSortOrder
Package
Description
-
Uses of StiSortOrder in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary with parameters of type StiSortOrderModifier and TypeMethodDescriptionvoidStiVariablesCollection.Sort(StiSortOrder order) final voidStiDictionary.SortItems(StiSortOrder order) Sorts the DataSources collection and columns in each DataSource. -
Uses of StiSortOrder in com.stimulsoft.report.dictionary.businessObjects
Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiSortOrderModifier and TypeMethodDescriptionfinal voidStiBusinessObjectsCollection.Sort(StiSortOrder order) final voidStiBusinessObjectsCollection.Sort(StiSortOrder order, boolean sortColumns) -
Uses of StiSortOrder in com.stimulsoft.report.dictionary.dataSources
Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type StiSortOrder -
Uses of StiSortOrder in com.stimulsoft.report.dictionary.enums
Methods in com.stimulsoft.report.dictionary.enums that return StiSortOrderModifier and TypeMethodDescriptionstatic StiSortOrderStiSortOrder.forValue(int value) static StiSortOrderReturns the enum constant of this class with the specified name.static StiSortOrder[]StiSortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.