com.inmethod.grid
Interface IGridSortState.ISortStateColumn

Enclosing interface:
IGridSortState

public static interface IGridSortState.ISortStateColumn

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
 String getPropertyName()
          Returns the property name
 

Method Detail

getPropertyName

String 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-2012 inMethod s.r.o.. All Rights Reserved.