com.vaadin.client.event.

Class PointerCancelEvent

  • All Implemented Interfaces:

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

    public class PointerCancelEvent
    extends PointerEvent<PointerCancelHandler>

    Represents a native PointerCancelEvent.

    Since:

    7.2

    • 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>
    • Constructor Summary

      Constructors
      Modifier Constructor Description
      protected PointerCancelEvent()

      Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer up events.

    • Method Summary

      All Methods
      Modifier and Type Method Description
      protected void dispatch​(PointerCancelHandler handler)  
      com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getAssociatedType()  
      static com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getType()

      Gets the event type associated with pointer cancel events.

      • 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
    • Constructor Detail

      • PointerCancelEvent

        protected PointerCancelEvent()

        Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire pointer up events.

    • Method Detail

      • getType

        public static com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getType()

        Gets the event type associated with pointer cancel events.

        Returns:

        the handler type

      • getAssociatedType

        public final com.google.gwt.event.dom.client.DomEvent.Type<PointerCancelHandler> getAssociatedType()

        Specified by:

        getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<PointerCancelHandler>