GWT 2.7.0

Uses of Class
com.google.gwt.event.dom.client.DomEvent.Type

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


GWT 2.7.0