Package com.inmethod.grid
Interface IGridSortState.ISortStateColumn<S>
-
- Enclosing interface:
- IGridSortState<S>
public static interface IGridSortState.ISortStateColumn<S>Pair of property name andIGridSortState.Direction- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGridSortState.DirectiongetDirection()Returns the direction in which this column should be sortedSgetPropertyName()Returns the property name
-
-
-
Method Detail
-
getPropertyName
S getPropertyName()
Returns the property name- Returns:
- property name
- See Also:
IGridColumn.getSortProperty()
-
getDirection
IGridSortState.Direction getDirection()
Returns the direction in which this column should be sorted- Returns:
- direction
-
-