Uses of Enum Class
com.inmethod.grid.IGridSortState.Direction
Packages that use IGridSortState.Direction
-
Uses of IGridSortState.Direction in com.inmethod.grid
Methods in com.inmethod.grid that return IGridSortState.DirectionModifier and TypeMethodDescriptionIGridSortState.ISortStateColumn.getDirection()
Returns the direction in which this column should be sortedstatic IGridSortState.Direction
Returns the enum constant of this class with the specified name.static IGridSortState.Direction[]
IGridSortState.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IGridSortState.Direction in com.inmethod.grid.common
Methods in com.inmethod.grid.common with parameters of type IGridSortState.DirectionModifier and TypeMethodDescriptionvoid
GridSortState.setSortState
(S propertyName, IGridSortState.Direction direction) Sets the sort direction for given property name.