com.google.gwt.visualization.client.events
Class CollapseHandler.CollapseEvent

java.lang.Object
  extended by com.google.gwt.visualization.client.events.CollapseHandler.CollapseEvent
Enclosing class:
CollapseHandler

public static class CollapseHandler.CollapseEvent
extends java.lang.Object

The collapsed event is fired when the mouse is out of data displayed in the visualization.


Constructor Summary
CollapseHandler.CollapseEvent(int row, boolean collapsed)
           
 
Method Summary
 boolean getCollapsed()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapseHandler.CollapseEvent

public CollapseHandler.CollapseEvent(int row,
                                     boolean collapsed)
Method Detail

getCollapsed

public boolean getCollapsed()

getRow

public int getRow()