Uses of Class
com.google.gwt.event.dom.client.DomEvent.Type
Packages that use DomEvent.Type
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of DomEvent.Type in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return DomEvent.TypeModifier and TypeMethodDescriptionfinal DomEvent.Type
<BlurHandler> BlurEvent.getAssociatedType()
CanPlayThroughEvent.getAssociatedType()
final DomEvent.Type
<ChangeHandler> ChangeEvent.getAssociatedType()
final DomEvent.Type
<ClickHandler> ClickEvent.getAssociatedType()
final DomEvent.Type
<ContextMenuHandler> ContextMenuEvent.getAssociatedType()
abstract DomEvent.Type
<H> DomEvent.getAssociatedType()
final DomEvent.Type
<DoubleClickHandler> DoubleClickEvent.getAssociatedType()
final DomEvent.Type
<DragEndHandler> DragEndEvent.getAssociatedType()
final DomEvent.Type
<DragEnterHandler> DragEnterEvent.getAssociatedType()
final DomEvent.Type
<DragHandler> DragEvent.getAssociatedType()
final DomEvent.Type
<DragLeaveHandler> DragLeaveEvent.getAssociatedType()
final DomEvent.Type
<DragOverHandler> DragOverEvent.getAssociatedType()
final DomEvent.Type
<DragStartHandler> DragStartEvent.getAssociatedType()
final DomEvent.Type
<DropHandler> DropEvent.getAssociatedType()
final DomEvent.Type
<EndedHandler> EndedEvent.getAssociatedType()
final DomEvent.Type
<ErrorHandler> ErrorEvent.getAssociatedType()
final DomEvent.Type
<FocusHandler> FocusEvent.getAssociatedType()
GestureChangeEvent.getAssociatedType()
final DomEvent.Type
<GestureEndHandler> GestureEndEvent.getAssociatedType()
final DomEvent.Type
<GestureStartHandler> GestureStartEvent.getAssociatedType()
final DomEvent.Type
<KeyDownHandler> KeyDownEvent.getAssociatedType()
final DomEvent.Type
<KeyPressHandler> KeyPressEvent.getAssociatedType()
final DomEvent.Type
<KeyUpHandler> KeyUpEvent.getAssociatedType()
LoadedMetadataEvent.getAssociatedType()
final DomEvent.Type
<LoadHandler> LoadEvent.getAssociatedType()
final DomEvent.Type
<LoseCaptureHandler> LoseCaptureEvent.getAssociatedType()
final DomEvent.Type
<MouseDownHandler> MouseDownEvent.getAssociatedType()
final DomEvent.Type
<MouseMoveHandler> MouseMoveEvent.getAssociatedType()
final DomEvent.Type
<MouseOutHandler> MouseOutEvent.getAssociatedType()
final DomEvent.Type
<MouseOverHandler> MouseOverEvent.getAssociatedType()
final DomEvent.Type
<MouseUpHandler> MouseUpEvent.getAssociatedType()
final DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getAssociatedType()
final DomEvent.Type
<ProgressHandler> ProgressEvent.getAssociatedType()
final DomEvent.Type
<ScrollHandler> ScrollEvent.getAssociatedType()
final DomEvent.Type
<TouchCancelHandler> TouchCancelEvent.getAssociatedType()
final DomEvent.Type
<TouchEndHandler> TouchEndEvent.getAssociatedType()
final DomEvent.Type
<TouchMoveHandler> TouchMoveEvent.getAssociatedType()
final DomEvent.Type
<TouchStartHandler> TouchStartEvent.getAssociatedType()
static DomEvent.Type
<BlurHandler> BlurEvent.getType()
Gets the event type associated with blur events.static DomEvent.Type
<CanPlayThroughHandler> CanPlayThroughEvent.getType()
Gets the event type associated with media can play through events.static DomEvent.Type
<ChangeHandler> ChangeEvent.getType()
Gets the event type associated with change events.static DomEvent.Type
<ClickHandler> ClickEvent.getType()
Gets the event type associated with click events.static DomEvent.Type
<ContextMenuHandler> ContextMenuEvent.getType()
Gets the event type associated with context menu events.static DomEvent.Type
<DoubleClickHandler> DoubleClickEvent.getType()
Gets the event type associated with double click events.static DomEvent.Type
<DragEndHandler> DragEndEvent.getType()
Gets the event type associated with drag end events.static DomEvent.Type
<DragEnterHandler> DragEnterEvent.getType()
Gets the event type associated with drag enter events.static DomEvent.Type
<DragHandler> DragEvent.getType()
Gets the event type associated with drag events.static DomEvent.Type
<DragLeaveHandler> DragLeaveEvent.getType()
Gets the event type associated with drag exit events.static DomEvent.Type
<DragOverHandler> DragOverEvent.getType()
Gets the event type associated with drag over events.static DomEvent.Type
<DragStartHandler> DragStartEvent.getType()
Gets the event type associated with drag start events.static DomEvent.Type
<DropHandler> DropEvent.getType()
Gets the event type associated with drop events.static DomEvent.Type
<EndedHandler> EndedEvent.getType()
Gets the event type associated with media ended events.static DomEvent.Type
<ErrorHandler> ErrorEvent.getType()
Gets the event type associated with error events.static DomEvent.Type
<FocusHandler> FocusEvent.getType()
Gets the event type associated with focus events.static DomEvent.Type
<GestureChangeHandler> GestureChangeEvent.getType()
Gets the event type associated with gesture change events.static DomEvent.Type
<GestureEndHandler> GestureEndEvent.getType()
Gets the event type associated with gesture end events.static DomEvent.Type
<GestureStartHandler> GestureStartEvent.getType()
Gets the event type associated with gesture start events.static DomEvent.Type
<KeyDownHandler> KeyDownEvent.getType()
Gets the event type associated with key down events.static DomEvent.Type
<KeyPressHandler> KeyPressEvent.getType()
Gets the event type associated with key press events.static DomEvent.Type
<KeyUpHandler> KeyUpEvent.getType()
Gets the event type associated with key up events.static DomEvent.Type
<LoadedMetadataHandler> LoadedMetadataEvent.getType()
Gets the event type associated with media loadedmetadata events.static DomEvent.Type
<LoadHandler> LoadEvent.getType()
Gets the event type associated with load events.static DomEvent.Type
<LoseCaptureHandler> LoseCaptureEvent.getType()
Gets the event type associated with lose capture events.static DomEvent.Type
<MouseDownHandler> MouseDownEvent.getType()
Gets the event type associated with mouse down events.static DomEvent.Type
<MouseMoveHandler> MouseMoveEvent.getType()
Gets the event type associated with mouse move events.static DomEvent.Type
<MouseOutHandler> MouseOutEvent.getType()
Gets the event type associated with mouse out events.static DomEvent.Type
<MouseOverHandler> MouseOverEvent.getType()
Gets the event type associated with mouse over events.static DomEvent.Type
<MouseUpHandler> MouseUpEvent.getType()
Gets the event type associated with mouse up events.static DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getType()
Gets the event type associated with mouse wheel events.static DomEvent.Type
<ProgressHandler> ProgressEvent.getType()
Gets the event type associated with media progress events.static DomEvent.Type
<ScrollHandler> ScrollEvent.getType()
Gets the event type associated with scroll events.static DomEvent.Type
<TouchCancelHandler> TouchCancelEvent.getType()
Gets the event type associated with touch start events.static DomEvent.Type
<TouchEndHandler> TouchEndEvent.getType()
Gets the event type associated with touch end events.static DomEvent.Type
<TouchMoveHandler> TouchMoveEvent.getType()
Gets the event type associated with touch move events.static DomEvent.Type
<TouchStartHandler> TouchStartEvent.getType()
Gets the event type associated with touch start events. -
Uses of DomEvent.Type in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type DomEvent.TypeModifier and TypeMethodDescriptionfinal <H extends EventHandler>
HandlerRegistrationWidget.addBitlessDomHandler
(H handler, DomEvent.Type<H> type) For browsers which do not leak, adds a native event handler to the widget.final <H extends EventHandler>
HandlerRegistrationWidget.addDomHandler
(H handler, DomEvent.Type<H> type) Adds a native event handler to the widget and sinks the corresponding native event.