Uses of Interface
com.inmethod.grid.IGridSortState.ISortStateColumn
Packages that use IGridSortState.ISortStateColumn
-
Uses of IGridSortState.ISortStateColumn in com.inmethod.grid
Methods in com.inmethod.grid that return types with arguments of type IGridSortState.ISortStateColumnModifier and TypeMethodDescriptionIGridSortState.getColumns()
Returns the sort state values for various columns sorted by column priority. -
Uses of IGridSortState.ISortStateColumn in com.inmethod.grid.common
Methods in com.inmethod.grid.common that return IGridSortState.ISortStateColumnModifier and TypeMethodDescriptionGridSortState.getSortStateForProperty
(S propertyName) Returns theIGridSortState.ISortStateColumn
for given property or null if there is no such entry.Methods in com.inmethod.grid.common that return types with arguments of type IGridSortState.ISortStateColumnModifier and TypeMethodDescriptionGridSortState.getColumns()
Returns allIGridSortState.ISortStateColumn
instances in this state.