Class InputEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<InputHandler>
com.google.gwt.event.shared.GwtEvent<InputHandler>
com.google.gwt.event.dom.client.DomEvent<InputHandler>
com.levigo.jadice.web.client.event.input.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 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
    Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire change events.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    final com.google.gwt.event.dom.client.DomEvent.Type<InputHandler>
     
    static com.google.gwt.event.dom.client.DomEvent.Type<InputHandler>
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InputEvent

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

    • getType

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

      public final 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>