We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.grid.events.
Class GridDoubleClickEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<H>
-
- com.google.gwt.event.dom.client.DomEvent<H>
-
- com.google.gwt.event.dom.client.HumanInputEvent<H>
-
- com.google.gwt.event.dom.client.MouseEvent<HANDLER>
-
- com.vaadin.client.widgets.Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
-
- com.vaadin.client.widget.grid.events.GridDoubleClickEvent
-
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent
public class GridDoubleClickEvent extends Grid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
Represents native mouse double click event in Grid.
Since:
7.4
Author:
Vaadin Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler>
TYPE
-
Constructor Summary
Constructors Constructor Description GridDoubleClickEvent()
GridDoubleClickEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used.
-
Method Summary
All Methods Modifier and Type Method Description protected void
doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler, GridConstants.Section section)
com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler>
getAssociatedType()
protected String
getBrowserEventType()
-
Methods inherited from class com.vaadin.client.widgets.Grid.AbstractGridMouseEvent
dispatch, getGrid, getTargetCell
-
Methods inherited from class com.google.gwt.event.dom.client.MouseEvent
getClientX, getClientY, getNativeButton, getRelativeX, getRelativeY, getScreenX, getScreenY, getX, getY
-
Methods inherited from class com.google.gwt.event.dom.client.HumanInputEvent
isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
-
Methods inherited from class com.google.gwt.event.dom.client.DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> TYPE
Since:
7.7.9
-
-
Constructor Detail
-
GridDoubleClickEvent
public GridDoubleClickEvent()
Since:
7.7.9
-
GridDoubleClickEvent
@Deprecated public GridDoubleClickEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used. Use the no-args constructor instead.
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> getAssociatedType()
Specified by:
getAssociatedType
in classcom.google.gwt.event.dom.client.DomEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
Since:
7.7.9
-
getBrowserEventType
protected String getBrowserEventType()
Specified by:
getBrowserEventType
in classGrid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
-
doDispatch
protected void doDispatch(AbstractGridMouseEventHandler.GridDoubleClickHandler handler, GridConstants.Section section)
Specified by:
doDispatch
in classGrid.AbstractGridMouseEvent<AbstractGridMouseEventHandler.GridDoubleClickHandler>
-
-