Uses of Enum Class
com.stimulsoft.report.components.enums.StiInteractionSortDirection
Packages that use StiInteractionSortDirection
-
Uses of StiInteractionSortDirection in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiInteractionSortDirectionModifier and TypeMethodDescriptionstatic StiInteractionSortDirectionStiSortHelper.getColumnSortDirection(List<String> sorts, String columnName) StiInteraction.getSortingDirection()Methods in com.stimulsoft.report.components with parameters of type StiInteractionSortDirectionModifier and TypeMethodDescriptionvoidStiInteraction.setSortingDirection(StiInteractionSortDirection value) -
Uses of StiInteractionSortDirection in com.stimulsoft.report.components.enums
Methods in com.stimulsoft.report.components.enums that return StiInteractionSortDirectionModifier and TypeMethodDescriptionstatic StiInteractionSortDirectionStiInteractionSortDirection.forValue(int value) static StiInteractionSortDirectionReturns the enum constant of this class with the specified name.static StiInteractionSortDirection[]StiInteractionSortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.