Package com.google.gwt.event.dom.client
Types related to DOM events.
-
Interface Summary Interface Description BlurHandler Handler interface forBlurEventevents.CanPlayThroughHandler Handler interface forCanPlayThroughEventevents.ChangeHandler Handler forChangeEventevents.ClickHandler Handler forClickEventevents.ContextMenuHandler Handler forContextMenuEventevents.DoubleClickHandler Handler interface forDoubleClickEventevents.DragEndHandler Handler interface forDragEndEventevents.DragEnterClickHandler Handler interface forDragEnterEventevents.DragEnterHandler Handler interface forDragEnterEventevents.DragHandler Handler interface forDragEventevents.DragLeaveHandler Handler interface forDragLeaveEventevents.DragOverHandler Handler interface forDragOverEventevents.DragStartHandler Handler interface forDragStartEventevents.DropHandler Handler interface forDropEventevents.EndedHandler Handler interface forEndedEventevents.ErrorHandler Handler interface forErrorEventevents.FocusHandler Handler interface forFocusEventevents.GestureChangeHandler Handler interface forGestureChangeEventevents.GestureEndHandler Handler interface forGestureEndEventevents.GestureStartHandler Handler interface forGestureStartEventevents.HasAllDragAndDropHandlers This is a convenience interface that includes all drag and drop handlers defined by the core GWT system.HasAllFocusHandlers This is a convenience interface that includes all focus handlers defined by the core GWT system.HasAllGestureHandlers This is a convenience interface that includes all gesture handlers defined by the core GWT system.HasAllKeyHandlers Convenience interface used to implement all key handlers at once.HasAllMediaHandlers This is a convenience interface that includes all media handlers defined by the core GWT system.HasAllMouseHandlers This is a convenience interface that includes all mouse handlers defined by the core GWT system.HasAllTouchHandlers This is a convenience interface that includes all touch handlers defined by the core GWT system.HasBlurHandlers A widget that implements this interface provides registration forBlurHandlerinstances.HasCanPlayThroughHandlers A widget that implements this interface provides registration forCanPlayThroughHandlerinstances.HasChangeHandlers A widget that implements this interface provides registration forChangeHandlerinstances.HasClickHandlers A widget that implements this interface provides registration forClickHandlerinstances.HasContextMenuHandlers A widget that implements this interface provides registration forContextMenuHandlerinstances.HasDoubleClickHandlers A widget that implements this interface provides registration forDoubleClickHandlerinstances.HasDragEndHandlers A widget that implements this interface provides registration forDragEndHandlerinstances.HasDragEnterHandlers A widget that implements this interface provides registration forDragEnterHandlerinstances.HasDragHandlers A widget that implements this interface provides registration forDragHandlerinstances.HasDragLeaveHandlers A widget that implements this interface provides registration forDragLeaveHandlerinstances.HasDragOverHandlers A widget that implements this interface provides registration forDragOverHandlerinstances.HasDragStartHandlers A widget that implements this interface provides registration forDragStartHandlerinstances.HasDropHandlers A widget that implements this interface provides registration forDropHandlerinstances.HasEndedHandlers A widget that implements this interface provides registration forEndedHandlerinstances.HasErrorHandlers A widget that implements this interface provides registration forErrorHandlerinstances.HasFocusHandlers A widget that implements this interface provides registration forFocusHandlerinstances.HasGestureChangeHandlers A widget that implements this interface provides registration forGestureChangeHandlerinstances.HasGestureEndHandlers A widget that implements this interface provides registration forGestureEndHandlerinstances.HasGestureStartHandlers A widget that implements this interface provides registration forGestureStartHandlerinstances.HasKeyDownHandlers A widget that implements this interface provides registration forKeyDownHandlerinstances.HasKeyPressHandlers A widget that implements this interface provides registration forKeyPressHandlerinstances.HasKeyUpHandlers A widget that implements this interface provides registration forKeyUpHandlerinstances.HasLoadedMetadataHandlers A widget that implements this interface provides registration forLoadedMetadataHandlerinstances.HasLoadHandlers A widget that implements this interface provides registration forLoadHandlerinstances.HasLoseCaptureHandlers A widget that implements this interface provides registration forLoseCaptureHandlerinstances.HasMouseDownHandlers A widget that implements this interface provides registration forMouseDownHandlerinstances.HasMouseMoveHandlers A widget that implements this interface provides registration forMouseMoveHandlerinstances.HasMouseOutHandlers A widget that implements this interface provides registration forMouseOutHandlerinstances.HasMouseOverHandlers A widget that implements this interface provides registration forMouseOverHandlerinstances.HasMouseUpHandlers A widget that implements this interface provides registration forMouseUpHandlerinstances.HasMouseWheelHandlers A widget that implements this interface provides registration forMouseWheelHandlerinstances.HasNativeEvent An object that implements this interface has a native event associated with it.HasProgressHandlers A widget that implements this interface provides registration forProgressHandlerinstances.HasScrollHandlers A widget that implements this interface provides registration forScrollHandlerinstances.HasTouchCancelHandlers A widget that implements this interface provides registration forTouchCancelHandlerinstances.HasTouchEndHandlers A widget that implements this interface provides registration forTouchEndHandlerinstances.HasTouchMoveHandlers A widget that implements this interface provides registration forTouchMoveHandlerinstances.HasTouchStartHandlers A widget that implements this interface provides registration forTouchStartHandlerinstances.KeyDownHandler Handler interface forKeyDownEventevents.KeyPressHandler Handler interface forKeyPressEventevents.KeyUpHandler Handler interface forKeyUpEventevents.LoadedMetadataHandler Handler interface forLoadedMetadataEventevents.LoadHandler Handler interface forLoadEventevents.LoseCaptureHandler Handler interface forLoseCaptureEventevents.MouseDownHandler Handler interface forMouseDownEventevents.MouseMoveHandler Handler interface forMouseMoveEventevents.MouseOutHandler Handler interface forMouseOutEventevents.MouseOverHandler Handler interface forMouseOverEventevents.MouseUpHandler Handler interface forMouseUpEventevents.MouseWheelHandler Handler interface forMouseWheelEventevents.ProgressHandler Handler interface forProgressEventevents.ScrollHandler Handler interface forScrollEventevents.TouchCancelHandler Handler interface forTouchCancelEventevents.TouchEndHandler Handler interface forTouchEndEventevents.TouchMoveHandler Handler interface forTouchMoveEventevents.TouchStartHandler Handler interface forTouchStartEventevents. -
Class Summary Class Description BlurEvent Represents a native blur event.CanPlayThroughEvent Represents a native media can play through event.ChangeEvent Represents a native change event.ClickEvent Represents a native click event.ContextMenuEvent Represents a native context menu event.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.DoubleClickEvent Represents a native double click event.DragDropEventBase<H extends EventHandler> Base class for drag and drop events.DragDropEventBase.DragSupportDetector Detector for browser support of drag events.DragDropEventBase.DragSupportDetectorNo Detector for permutations that do not support drag events.DragEndEvent Represents a native drag end event.DragEnterEvent Represents a native drag enter event.DragEvent Represents a native drag event.DragLeaveEvent Represents a native drag leave event.DragOverEvent Represents a native drag over event.DragStartEvent Represents a native drag start event.DropEvent Represents a native drop event.EndedEvent Represents a native media ended event.ErrorEvent Represents a native error event.FocusEvent Represents a native focus event.GestureChangeEvent Represents a native gesture change event.GestureEndEvent Represents a native gesture end event.GestureStartEvent Represents a native gesture start event.HandlesAllFocusEvents Receiver used to handle all focus events at once.HandlesAllKeyEvents Receiver used to handle all key events at once.HandlesAllMouseEvents Receiver used to handle all mouse events at once.HandlesAllTouchEvents Receiver used to handle all touch events at once.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.KeyCodes Contains the native key codes previously defined inKeyboardListener.KeyDownEvent Represents a native key down event.KeyEvent<H extends EventHandler> Base class for Key events.KeyPressEvent Represents a native key press event.KeyUpEvent Represents a native key up event.LoadedMetadataEvent Represents a native loadedmetadata event.LoadEvent Represents a native load event.LoseCaptureEvent Represents a native lose capture event.MouseDownEvent Represents a native mouse down event.MouseEvent<H extends EventHandler> Abstract class representing mouse events.MouseMoveEvent Represents a native mouse move event.MouseOutEvent Represents a native mouse out event.MouseOverEvent Represents a native mouse over event.MouseUpEvent Represents a native mouse up event.MouseWheelEvent Represents a native mouse wheel event.PrivateMap<V> Lightweight map implementation.ProgressEvent Represents a native media progress event.ScrollEvent Represents a native scroll event.TouchCancelEvent Represents a native touch start event.TouchEndEvent Represents a native touch end event.TouchEvent<H extends EventHandler> Abstract class representing touch events.TouchMoveEvent Represents a native touch move event.TouchStartEvent Represents a native touch start event.