Package com.inmethod.grid
Interface IGridSortState.ISortStateColumn<S>
- Enclosing interface:
- IGridSortState<S>
public static interface IGridSortState.ISortStateColumn<S>
Pair of property name and
IGridSortState.Direction
- Author:
- Matej Knopp
-
Method Summary
Modifier and TypeMethodDescriptionReturns the direction in which this column should be sortedReturns the property name
-
Method Details
-
getPropertyName
S getPropertyName()Returns the property name- Returns:
- property name
- See Also:
-
getDirection
IGridSortState.Direction getDirection()Returns the direction in which this column should be sorted- Returns:
- direction
-