Uses of Interface
com.inmethod.grid.IGridSortState
-
Packages that use IGridSortState Package Description com.inmethod.grid com.inmethod.grid.common com.inmethod.grid.datagrid -
-
Uses of IGridSortState in com.inmethod.grid
Methods in com.inmethod.grid that return IGridSortState Modifier and Type Method Description <S> IGridSortState<S>IDataSource.IQuery. getSortState()Returns theIGridSortStatethat can be used to determine which sortable columns have been used to sort the table. -
Uses of IGridSortState in com.inmethod.grid.common
Classes in com.inmethod.grid.common that implement IGridSortState Modifier and Type Class Description classGridSortState<S>AnIGridSortStateimplementation.Methods in com.inmethod.grid.common that return IGridSortState Modifier and Type Method Description protected abstract IGridSortStateAbstractPageableView. getSortState() -
Uses of IGridSortState in com.inmethod.grid.datagrid
Methods in com.inmethod.grid.datagrid that return IGridSortState Modifier and Type Method Description protected abstract IGridSortState<S>DataGridBody. getSortState()
-