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
BlurEventevents.Represents a native media can play through event.Handler interface forCanPlayThroughEventevents.Represents a native change event.Handler forChangeEventevents.Represents a native click event.Handler forClickEventevents.Represents a native context menu event.Handler forContextMenuEventevents.DomEvent<H extends EventHandler>DomEventis a subclass ofGwtEventthat provides events that underlying native browser event object as well as a subclass ofDomEvent.Typethat 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 forDoubleClickEventevents.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 forDragEndEventevents.Handler interface forDragEnterEventevents.Represents a native drag enter event.Handler interface forDragEnterEventevents.Represents a native drag event.Handler interface forDragEventevents.Represents a native drag leave event.Handler interface forDragLeaveEventevents.Represents a native drag over event.Handler interface forDragOverEventevents.Represents a native drag start event.Handler interface forDragStartEventevents.Represents a native drop event.Handler interface forDropEventevents.Represents a native media ended event.Handler interface forEndedEventevents.Represents a native error event.Handler interface forErrorEventevents.Represents a native focus event.Handler interface forFocusEventevents.Represents a native gesture change event.Handler interface forGestureChangeEventevents.Represents a native gesture end event.Handler interface forGestureEndEventevents.Represents a native gesture start event.Handler interface forGestureStartEventevents.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 forBlurHandlerinstances.A widget that implements this interface provides registration forCanPlayThroughHandlerinstances.A widget that implements this interface provides registration forChangeHandlerinstances.A widget that implements this interface provides registration forClickHandlerinstances.A widget that implements this interface provides registration forContextMenuHandlerinstances.A widget that implements this interface provides registration forDoubleClickHandlerinstances.A widget that implements this interface provides registration forDragEndHandlerinstances.A widget that implements this interface provides registration forDragEnterHandlerinstances.A widget that implements this interface provides registration forDragHandlerinstances.A widget that implements this interface provides registration forDragLeaveHandlerinstances.A widget that implements this interface provides registration forDragOverHandlerinstances.A widget that implements this interface provides registration forDragStartHandlerinstances.A widget that implements this interface provides registration forDropHandlerinstances.A widget that implements this interface provides registration forEndedHandlerinstances.A widget that implements this interface provides registration forErrorHandlerinstances.A widget that implements this interface provides registration forFocusHandlerinstances.A widget that implements this interface provides registration forGestureChangeHandlerinstances.A widget that implements this interface provides registration forGestureEndHandlerinstances.A widget that implements this interface provides registration forGestureStartHandlerinstances.A widget that implements this interface provides registration forKeyDownHandlerinstances.A widget that implements this interface provides registration forKeyPressHandlerinstances.A widget that implements this interface provides registration forKeyUpHandlerinstances.A widget that implements this interface provides registration forLoadedMetadataHandlerinstances.A widget that implements this interface provides registration forLoadHandlerinstances.A widget that implements this interface provides registration forLoseCaptureHandlerinstances.A widget that implements this interface provides registration forMouseDownHandlerinstances.A widget that implements this interface provides registration forMouseMoveHandlerinstances.A widget that implements this interface provides registration forMouseOutHandlerinstances.A widget that implements this interface provides registration forMouseOverHandlerinstances.A widget that implements this interface provides registration forMouseUpHandlerinstances.A widget that implements this interface provides registration forMouseWheelHandlerinstances.An object that implements this interface has a native event associated with it.A widget that implements this interface provides registration forProgressHandlerinstances.A widget that implements this interface provides registration forScrollHandlerinstances.A widget that implements this interface provides registration forTouchCancelHandlerinstances.A widget that implements this interface provides registration forTouchEndHandlerinstances.A widget that implements this interface provides registration forTouchMoveHandlerinstances.A widget that implements this interface provides registration forTouchStartHandlerinstances.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 forKeyDownEventevents.KeyEvent<H extends EventHandler>Base class for Key events.Represents a native key press event.Handler interface forKeyPressEventevents.Represents a native key up event.Handler interface forKeyUpEventevents.Represents a native loadedmetadata event.Handler interface forLoadedMetadataEventevents.Represents a native load event.Handler interface forLoadEventevents.Represents a native lose capture event.Handler interface forLoseCaptureEventevents.Represents a native mouse down event.Handler interface forMouseDownEventevents.MouseEvent<H extends EventHandler>Abstract class representing mouse events.Represents a native mouse move event.Handler interface forMouseMoveEventevents.Represents a native mouse out event.Handler interface forMouseOutEventevents.Represents a native mouse over event.Handler interface forMouseOverEventevents.Represents a native mouse up event.Handler interface forMouseUpEventevents.Represents a native mouse wheel event.Handler interface forMouseWheelEventevents.PrivateMap<V>Lightweight map implementation.Represents a native media progress event.Handler interface forProgressEventevents.Represents a native scroll event.Handler interface forScrollEventevents.Represents a native touch start event.Handler interface forTouchCancelEventevents.Represents a native touch end event.Handler interface forTouchEndEventevents.TouchEvent<H extends EventHandler>Abstract class representing touch events.Represents a native touch move event.Handler interface forTouchMoveEventevents.Represents a native touch start event.Handler interface forTouchStartEventevents.