Class CutEvent

  • All Implemented Interfaces:
    com.google.gwt.event.dom.client.HasNativeEvent

    public class CutEvent
    extends com.google.gwt.event.dom.client.DomEvent<CutHandler>
    Represents a native change event.
    • 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 CutEvent()
      Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire change events.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatch​(CutHandler handler)  
      com.google.gwt.event.dom.client.DomEvent.Type<CutHandler> getAssociatedType()  
      static com.google.gwt.event.dom.client.DomEvent.Type<CutHandler> getType()
      Gets the event type associated with change events.
      • 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

      • CutEvent

        protected CutEvent()
        Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire change events.
    • Method Detail

      • getType

        public static com.google.gwt.event.dom.client.DomEvent.Type<CutHandler> getType()
        Gets the event type associated with change events.
        Returns:
        the handler type
      • getAssociatedType

        public final com.google.gwt.event.dom.client.DomEvent.Type<CutHandler> getAssociatedType()
        Specified by:
        getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<CutHandler>
      • dispatch

        protected void dispatch​(CutHandler handler)
        Specified by:
        dispatch in class com.google.gwt.event.shared.GwtEvent<CutHandler>