Package org.evoludo.ui
Class InputEvent
- All Implemented Interfaces:
HasNativeEvent
Represents a native input event.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DomEvent
DomEvent.Type<H extends EventHandler>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of input event.private static final DomEvent.Type
<InputHandler> Event type for input events. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire input events. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(InputHandler handler) final DomEvent.Type
<InputHandler> static DomEvent.Type
<InputHandler> getType()
Gets the event type associated with input events.Methods inherited from class DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
Methods inherited from class Event
setSource, toDebugString, toString
-
Field Details
-
INPUT
Name of input event.- See Also:
-
TYPE
Event type for input events. Represents the meta-data associated with this event.
-
-
Constructor Details
-
InputEvent
protected InputEvent()Protected constructor, useDomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire input events.
-
-
Method Details
-
getType
Gets the event type associated with input events.- Returns:
- the handler type
-
getAssociatedType
- Specified by:
getAssociatedType
in classDomEvent<InputHandler>
-
dispatch
- Specified by:
dispatch
in classGwtEvent<InputHandler>
-