com.vaadin.client.widget.treegrid.events.

Class TreeGridDoubleClickEvent

  • All Implemented Interfaces:

    com.google.gwt.event.dom.client.HasNativeEvent

    public class TreeGridDoubleClickEvent
    extends GridDoubleClickEvent

    Represents native mouse double click event in TreeGrid.

    Differs from GridDoubleClickEvent only in allowing events to originate form hierarchy widget.

    Since:

    8.2

    Author:

    Vaadin Ltd

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent

        com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler>
    • Method Summary

      All Methods
      Modifier and Type Method Description
      com.google.gwt.event.dom.client.DomEvent.Type<AbstractGridMouseEventHandler.GridDoubleClickHandler> getAssociatedType()  
      TreeGrid getGrid()

      Gets the Grid instance for this event, if it originated from a Grid.

      protected boolean ignoreEventFromTarget​(Grid<?> grid, com.google.gwt.dom.client.Element targetElement)

      Returns whether the mouse event on the target element should be ignored.

      • 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
      • Methods inherited from class com.google.web.bindery.event.shared.Event

        setSource, toDebugString, toString