public class GridDoubleClickEvent extends Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> |
TYPE |
| Constructor and Description |
|---|
GridDoubleClickEvent() |
GridDoubleClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler,
GridConstants.Section section) |
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> |
getAssociatedType() |
protected String |
getBrowserEventType() |
dispatch, getGrid, getTargetCell, ignoreEventFromTargetgetClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getYisAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownfireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> TYPE
public GridDoubleClickEvent()
@Deprecated public GridDoubleClickEvent(Grid<?> grid, CellReference<?> targetCell)
public com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>protected String getBrowserEventType()
getBrowserEventType in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>protected void doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler, GridConstants.Section section)
doDispatch in class Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>Copyright © 2018 Vaadin Ltd. All rights reserved.