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

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

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


Nested Class Summary
static class Grid.AbstractGridKeyEvent.GridSection
          Enum describing different section of Grid.
 
Field Summary
protected  Cell activeCell
           
 
Constructor Summary
Grid.AbstractGridKeyEvent(Grid<?> grid)
           
 
Method Summary
protected  void dispatch(HANDLER handler)
           
protected abstract  void doDispatch(HANDLER handler, Grid.AbstractGridKeyEvent.GridSection seciton)
           
 Cell getActiveCell()
          Gets the active cell for this event.
  getAssociatedType()
           
protected abstract  java.lang.String getBrowserEventType()
           
 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
 

Field Detail

activeCell

protected Cell activeCell
Constructor Detail

Grid.AbstractGridKeyEvent

public Grid.AbstractGridKeyEvent(Grid<?> grid)
Method Detail

getBrowserEventType

protected abstract java.lang.String getBrowserEventType()

getGrid

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

Returns:
grid

getActiveCell

public Cell getActiveCell()
Gets the active cell for this event.

Returns:
active cell

dispatch

protected void dispatch(HANDLER handler)

doDispatch

protected abstract void doDispatch(HANDLER handler,
                                   Grid.AbstractGridKeyEvent.GridSection seciton)

getAssociatedType

public  getAssociatedType()


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