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.
    • 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>