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
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
ConstructorsModifierConstructorDescriptionprotected
Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire change events. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(InputHandler handler) final com.google.gwt.event.dom.client.DomEvent.Type
<InputHandler> static com.google.gwt.event.dom.client.DomEvent.Type
<InputHandler> 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 Details
-
InputEvent
protected InputEvent()Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire change events.
-
-
Method Details
-
getType
Gets the event type associated with change events.- Returns:
- the handler type
-
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.dom.client.DomEvent<InputHandler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<InputHandler>
-