org.granite.client.tide.collections
Class AbstractPagedCollection.SortField

java.lang.Object
  extended by org.granite.client.tide.collections.AbstractPagedCollection.SortField
Enclosing class:
AbstractPagedCollection<E>

public static class AbstractPagedCollection.SortField
extends Object


Constructor Summary
AbstractPagedCollection.SortField(String name, boolean direction)
           
 
Method Summary
 boolean getDirection()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPagedCollection.SortField

public AbstractPagedCollection.SortField(String name,
                                         boolean direction)
Method Detail

getName

public String getName()

getDirection

public boolean getDirection()