com.vaadin.client.widgets
Class Grid.AbstractGridMouseEvent<HANDLER extends AbstractGridMouseEventHandler>
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grid.AbstractGridMouseEvent
public Grid.AbstractGridMouseEvent(Grid<?> grid,
CellReference<?> targetCell)
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.