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
 IGridSortState.Direction getDirection()
          Returns the direction in which this column should be sorted
 S getPropertyName()
          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


Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.