com.vaadin.client.ui.grid
Class Grid.AbstractGridKeyEvent<HANDLER extends AbstractGridKeyEventHandler>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
activeCell
protected Cell activeCell
Grid.AbstractGridKeyEvent
public Grid.AbstractGridKeyEvent(Grid<?> grid)
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.