Uses of Class
com.inmethod.grid.IGridSortState.Direction
-
Packages that use IGridSortState.Direction Package Description com.inmethod.grid com.inmethod.grid.common -
-
Uses of IGridSortState.Direction in com.inmethod.grid
Methods in com.inmethod.grid that return IGridSortState.Direction Modifier and Type Method Description IGridSortState.DirectionIGridSortState.ISortStateColumn. getDirection()Returns the direction in which this column should be sortedstatic IGridSortState.DirectionIGridSortState.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static IGridSortState.Direction[]IGridSortState.Direction. values()Returns an array containing the constants of this enum type, 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.Direction Modifier and Type Method Description voidGridSortState. setSortState(S propertyName, IGridSortState.Direction direction)Sets the sort direction for given property name.
-