org.apache.beehive.netui.databinding.datagrid.runtime
Class DefaultSortStrategy

Object
  extended by SortStrategy
      extended by DefaultSortStrategy

public class DefaultSortStrategy
extends SortStrategy


Constructor Summary
DefaultSortStrategy()
           
 
Method Summary
 SortDirection getDefaultDirection()
           
 SortDirection nextDirection(SortDirection direction)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSortStrategy

public DefaultSortStrategy()
Method Detail

getDefaultDirection

public SortDirection getDefaultDirection()
Specified by:
getDefaultDirection in class SortStrategy

nextDirection

public SortDirection nextDirection(SortDirection direction)
Specified by:
nextDirection in class SortStrategy