Package com.google.gwt.event.dom.client
package com.google.gwt.event.dom.client
Types related to DOM events.
-
ClassDescriptionRepresents a native blur event.Handler interface for
BlurEvent
events.Represents a native media can play through event.Handler interface forCanPlayThroughEvent
events.Represents a native change event.Handler forChangeEvent
events.Represents a native click event.Handler forClickEvent
events.Represents a native context menu event.Handler forContextMenuEvent
events.DomEvent<H extends EventHandler>DomEvent
is a subclass ofGwtEvent
that provides events that underlying native browser event object as well as a subclass ofDomEvent.Type
that understands GWT event bits used by sinkEvents().DomEvent.Type<H extends EventHandler>Type class used by dom event subclasses.Represents a native double click event.Handler interface forDoubleClickEvent
events.DragDropEventBase<H extends EventHandler>Base class for drag and drop events.Detector for browser support of drag events.Detector for permutations that do not support drag events.Represents a native drag end event.Handler interface forDragEndEvent
events.Handler interface forDragEnterEvent
events.Represents a native drag enter event.Handler interface forDragEnterEvent
events.Represents a native drag event.Handler interface forDragEvent
events.Represents a native drag leave event.Handler interface forDragLeaveEvent
events.Represents a native drag over event.Handler interface forDragOverEvent
events.Represents a native drag start event.Handler interface forDragStartEvent
events.Represents a native drop event.Handler interface forDropEvent
events.Represents a native media ended event.Handler interface forEndedEvent
events.Represents a native error event.Handler interface forErrorEvent
events.Represents a native focus event.Handler interface forFocusEvent
events.Represents a native gesture change event.Handler interface forGestureChangeEvent
events.Represents a native gesture end event.Handler interface forGestureEndEvent
events.Represents a native gesture start event.Handler interface forGestureStartEvent
events.Receiver used to handle all focus events at once.Receiver used to handle all key events at once.Receiver used to handle all mouse events at once.Receiver used to handle all touch events at once.This is a convenience interface that includes all drag and drop handlers defined by the core GWT system.This is a convenience interface that includes all focus handlers defined by the core GWT system.This is a convenience interface that includes all gesture handlers defined by the core GWT system.Convenience interface used to implement all key handlers at once.This is a convenience interface that includes all media handlers defined by the core GWT system.This is a convenience interface that includes all mouse handlers defined by the core GWT system.This is a convenience interface that includes all touch handlers defined by the core GWT system.A widget that implements this interface provides registration forBlurHandler
instances.A widget that implements this interface provides registration forCanPlayThroughHandler
instances.A widget that implements this interface provides registration forChangeHandler
instances.A widget that implements this interface provides registration forClickHandler
instances.A widget that implements this interface provides registration forContextMenuHandler
instances.A widget that implements this interface provides registration forDoubleClickHandler
instances.A widget that implements this interface provides registration forDragEndHandler
instances.A widget that implements this interface provides registration forDragEnterHandler
instances.A widget that implements this interface provides registration forDragHandler
instances.A widget that implements this interface provides registration forDragLeaveHandler
instances.A widget that implements this interface provides registration forDragOverHandler
instances.A widget that implements this interface provides registration forDragStartHandler
instances.A widget that implements this interface provides registration forDropHandler
instances.A widget that implements this interface provides registration forEndedHandler
instances.A widget that implements this interface provides registration forErrorHandler
instances.A widget that implements this interface provides registration forFocusHandler
instances.A widget that implements this interface provides registration forGestureChangeHandler
instances.A widget that implements this interface provides registration forGestureEndHandler
instances.A widget that implements this interface provides registration forGestureStartHandler
instances.A widget that implements this interface provides registration forKeyDownHandler
instances.A widget that implements this interface provides registration forKeyPressHandler
instances.A widget that implements this interface provides registration forKeyUpHandler
instances.A widget that implements this interface provides registration forLoadedMetadataHandler
instances.A widget that implements this interface provides registration forLoadHandler
instances.A widget that implements this interface provides registration forLoseCaptureHandler
instances.A widget that implements this interface provides registration forMouseDownHandler
instances.A widget that implements this interface provides registration forMouseMoveHandler
instances.A widget that implements this interface provides registration forMouseOutHandler
instances.A widget that implements this interface provides registration forMouseOverHandler
instances.A widget that implements this interface provides registration forMouseUpHandler
instances.A widget that implements this interface provides registration forMouseWheelHandler
instances.An object that implements this interface has a native event associated with it.A widget that implements this interface provides registration forProgressHandler
instances.A widget that implements this interface provides registration forScrollHandler
instances.A widget that implements this interface provides registration forTouchCancelHandler
instances.A widget that implements this interface provides registration forTouchEndHandler
instances.A widget that implements this interface provides registration forTouchMoveHandler
instances.A widget that implements this interface provides registration forTouchStartHandler
instances.HumanInputEvent<H extends EventHandler>Abstract class representing position events such as mouse or touch events.KeyCodeEvent<H extends EventHandler>Key up and key down are both events based upon a given key code.Contains the native key codes previously defined inKeyboardListener
.Represents a native key down event.Handler interface forKeyDownEvent
events.KeyEvent<H extends EventHandler>Base class for Key events.Represents a native key press event.Handler interface forKeyPressEvent
events.Represents a native key up event.Handler interface forKeyUpEvent
events.Represents a native loadedmetadata event.Handler interface forLoadedMetadataEvent
events.Represents a native load event.Handler interface forLoadEvent
events.Represents a native lose capture event.Handler interface forLoseCaptureEvent
events.Represents a native mouse down event.Handler interface forMouseDownEvent
events.MouseEvent<H extends EventHandler>Abstract class representing mouse events.Represents a native mouse move event.Handler interface forMouseMoveEvent
events.Represents a native mouse out event.Handler interface forMouseOutEvent
events.Represents a native mouse over event.Handler interface forMouseOverEvent
events.Represents a native mouse up event.Handler interface forMouseUpEvent
events.Represents a native mouse wheel event.Handler interface forMouseWheelEvent
events.PrivateMap<V>Lightweight map implementation.Represents a native media progress event.Handler interface forProgressEvent
events.Represents a native scroll event.Handler interface forScrollEvent
events.Represents a native touch start event.Handler interface forTouchCancelEvent
events.Represents a native touch end event.Handler interface forTouchEndEvent
events.TouchEvent<H extends EventHandler>Abstract class representing touch events.Represents a native touch move event.Handler interface forTouchMoveEvent
events.Represents a native touch start event.Handler interface forTouchStartEvent
events.