com.vaadin.client.widgets
Class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>

java.lang.Object
  extended by 
      extended by com.vaadin.client.widgets.Grid.AbstractGridKeyEvent<HANDLER>
Direct Known Subclasses:
GridKeyDownEvent, GridKeyPressEvent, GridKeyUpEvent
Enclosing class:
Grid<T>

public abstract static class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
extends


Constructor Summary
Grid.AbstractGridKeyEvent(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()
           
 CellReference<?> getFocusedCell()
          Gets the focused cell for this event.
 Grid<?> getGrid()
          Gets the Grid instance for this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.AbstractGridKeyEvent

public Grid.AbstractGridKeyEvent(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

getFocusedCell

public CellReference<?> getFocusedCell()
Gets the focused cell for this event.

Returns:
focused 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.