Uses of Enum Class
org.graylog.plugins.views.migrations.V20191125144500_MigrateDashboardsToViewsSupport.viewwidgets.SortConfig.Direction
Packages that use SortConfig.Direction
Package
Description
-
Uses of SortConfig.Direction in org.graylog.plugins.views.migrations.V20191125144500_MigrateDashboardsToViewsSupport.viewwidgets
Methods in org.graylog.plugins.views.migrations.V20191125144500_MigrateDashboardsToViewsSupport.viewwidgets that return SortConfig.DirectionModifier and TypeMethodDescriptionabstract SortConfig.DirectionPivotSortConfig.direction()abstract SortConfig.DirectionSeriesSortConfig.direction()SortConfig.direction()static SortConfig.DirectionReturns the enum constant of this class with the specified name.static SortConfig.Direction[]SortConfig.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.migrations.V20191125144500_MigrateDashboardsToViewsSupport.viewwidgets with parameters of type SortConfig.DirectionModifier and TypeMethodDescriptionstatic PivotSortConfigPivotSortConfig.create(String field, SortConfig.Direction direction) static SeriesSortConfigSeriesSortConfig.create(String field, SortConfig.Direction direction)