Uses of Class
com.inmethod.grid.IGridSortState.Direction

Packages that use IGridSortState.Direction
com.inmethod.grid   
com.inmethod.grid.common   
 

Uses of IGridSortState.Direction in com.inmethod.grid
 

Methods in com.inmethod.grid that return IGridSortState.Direction
 IGridSortState.Direction IGridSortState.ISortStateColumn.getDirection()
          Returns the direction in which this column should be sorted
static IGridSortState.Direction IGridSortState.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
 void GridSortState.setSortState(String propertyName, IGridSortState.Direction direction)
          Sets the sort direction for given property name.
 



Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.