com.vaadin.client.widgets
Class Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler>

java.lang.Object
  extended by 
      extended by com.vaadin.client.widgets.Grid.AbstractGridMouseEvent<HANDLER>
Direct Known Subclasses:
GridClickEvent, GridDoubleClickEvent
Enclosing class:
Grid<T>

public abstract static class Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler>
extends


Constructor Summary
Grid.AbstractGridMouseEvent(Grid<?> grid, CellReference<?> targetCell)
           
 
Method Summary
protected  void dispatch(HANDLER handler)
           
protected abstract  void doDispatch(HANDLER handler, com.vaadin.shared.ui.grid.GridConstants.Section section)
           
  getAssociatedType()
           
protected abstract  java.lang.String getBrowserEventType()
           
 Grid<?> getGrid()
          Gets the Grid instance for this event.
 CellReference<?> getTargetCell()
          Gets the reference of target cell for this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.AbstractGridMouseEvent

public Grid.AbstractGridMouseEvent(Grid<?> grid,
                                   CellReference<?> targetCell)
Method Detail

getBrowserEventType

protected abstract java.lang.String getBrowserEventType()

getGrid

public Grid<?> getGrid()
Gets the Grid instance for this event.

Returns:
grid

getTargetCell

public CellReference<?> getTargetCell()
Gets the reference of target cell for this event.

Returns:
target cell

dispatch

protected void dispatch(HANDLER handler)

doDispatch

protected abstract void doDispatch(HANDLER handler,
                                   com.vaadin.shared.ui.grid.GridConstants.Section section)

getAssociatedType

public  getAssociatedType()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.