com.google.gwt.visualization.client.events
Class SortHandler.SortEvent

java.lang.Object
  extended by com.google.gwt.visualization.client.events.SortHandler.SortEvent
Enclosing class:
SortHandler

public class SortHandler.SortEvent
extends java.lang.Object

This event is triggered when the user clicks on a column heading.


Constructor Summary
SortHandler.SortEvent(boolean ascending, int column)
           
 
Method Summary
 int getColumn()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortHandler.SortEvent

public SortHandler.SortEvent(boolean ascending,
                             int column)
Method Detail

getColumn

public int getColumn()

isAscending

public boolean isAscending()