com.vaadin.client.event.

Class InputEvent

  • 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<InputHandler>
          • com.vaadin.client.event.InputEvent
  • All Implemented Interfaces:

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

    public class InputEvent
    extends com.google.gwt.event.dom.client.DomEvent<InputHandler>

    Represents a native InputEvent.

    Since:

    8.0

    • 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 InputEvent()  
    • Method Summary

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

      Gets the event type associated with InputEvent.

      • 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

      • InputEvent

        protected InputEvent()
    • Method Detail

      • getType

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

        Gets the event type associated with InputEvent.

        Returns:

        the handler type

      • getAssociatedType

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

        Specified by:

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

      • dispatch

        protected void dispatch​(InputHandler handler)

        Specified by:

        dispatch in class com.google.gwt.event.shared.GwtEvent<InputHandler>