Uses of Class
com.google.gwt.event.shared.GwtEvent
-
Packages that use GwtEvent Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers.com.google.gwt.event.shared Shared infrastructure underlying both browser and non-browser events.com.google.gwt.event.shared.testing Classes used for testing the GWT event bus.com.google.gwt.place.shared A package for managing bookmarkable locations in an application.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types.com.google.gwt.view.client Classes and interfaces used by thecellviewwidget set. -
-
Uses of GwtEvent in com.google.gwt.event.dom.client
Subclasses of GwtEvent in com.google.gwt.event.dom.client Modifier and Type Class Description classBlurEventRepresents a native blur event.classCanPlayThroughEventRepresents a native media can play through event.classChangeEventRepresents a native change event.classClickEventRepresents a native click event.classContextMenuEventRepresents a native context menu event.classDomEvent<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().classDoubleClickEventRepresents a native double click event.classDragDropEventBase<H extends EventHandler>Base class for drag and drop events.classDragEndEventRepresents a native drag end event.classDragEnterEventRepresents a native drag enter event.classDragEventRepresents a native drag event.classDragLeaveEventRepresents a native drag leave event.classDragOverEventRepresents a native drag over event.classDragStartEventRepresents a native drag start event.classDropEventRepresents a native drop event.classEndedEventRepresents a native media ended event.classErrorEventRepresents a native error event.classFocusEventRepresents a native focus event.classGestureChangeEventRepresents a native gesture change event.classGestureEndEventRepresents a native gesture end event.classGestureStartEventRepresents a native gesture start event.classHumanInputEvent<H extends EventHandler>Abstract class representing position events such as mouse or touch events.classKeyCodeEvent<H extends EventHandler>Key up and key down are both events based upon a given key code.classKeyDownEventRepresents a native key down event.classKeyEvent<H extends EventHandler>Base class for Key events.classKeyPressEventRepresents a native key press event.classKeyUpEventRepresents a native key up event.classLoadedMetadataEventRepresents a native loadedmetadata event.classLoadEventRepresents a native load event.classLoseCaptureEventRepresents a native lose capture event.classMouseDownEventRepresents a native mouse down event.classMouseEvent<H extends EventHandler>Abstract class representing mouse events.classMouseMoveEventRepresents a native mouse move event.classMouseOutEventRepresents a native mouse out event.classMouseOverEventRepresents a native mouse over event.classMouseUpEventRepresents a native mouse up event.classMouseWheelEventRepresents a native mouse wheel event.classProgressEventRepresents a native media progress event.classScrollEventRepresents a native scroll event.classTouchCancelEventRepresents a native touch start event.classTouchEndEventRepresents a native touch end event.classTouchEvent<H extends EventHandler>Abstract class representing touch events.classTouchMoveEventRepresents a native touch move event.classTouchStartEventRepresents a native touch start event. -
Uses of GwtEvent in com.google.gwt.event.logical.shared
Subclasses of GwtEvent in com.google.gwt.event.logical.shared Modifier and Type Class Description classAttachEventFired when the event source is attached to the browser's document or detached from it.classBeforeSelectionEvent<T>Represents a before selection event.classCloseEvent<T>Represents a close event.classHighlightEvent<V>Represents a highlight event.classInitializeEventFired when the event source is initialized.classOpenEvent<T>Represents a open event.classResizeEventFired when the event source is resized.classSelectionEvent<T>Represents a selection event.classShowRangeEvent<V>Represents a show range event.classValueChangeEvent<T>Represents a value change event. -
Uses of GwtEvent in com.google.gwt.event.shared
Methods in com.google.gwt.event.shared with parameters of type GwtEvent Modifier and Type Method Description protected voidEventBus. castFireEvent(GwtEvent<?> event)protected voidEventBus. castFireEventFromSource(GwtEvent<?> event, java.lang.Object source)abstract voidEventBus. fireEvent(GwtEvent<?> event)voidHandlerManager. fireEvent(GwtEvent<?> event)Fires the given event to the handlers listening to the event's type.voidHasHandlers. fireEvent(GwtEvent<?> event)Fires the given event to the handlers listening to the event's type.voidResettableEventBus. fireEvent(GwtEvent<?> event)voidSimpleEventBus. fireEvent(GwtEvent<?> event)abstract voidEventBus. fireEventFromSource(GwtEvent<?> event, java.lang.Object source)voidResettableEventBus. fireEventFromSource(GwtEvent<?> event, java.lang.Object source)voidSimpleEventBus. fireEventFromSource(GwtEvent<?> event, java.lang.Object source) -
Uses of GwtEvent in com.google.gwt.event.shared.testing
Methods in com.google.gwt.event.shared.testing with parameters of type GwtEvent Modifier and Type Method Description voidCountingEventBus. fireEvent(GwtEvent<?> event)voidCountingEventBus. fireEventFromSource(GwtEvent<?> event, java.lang.Object source) -
Uses of GwtEvent in com.google.gwt.place.shared
Subclasses of GwtEvent in com.google.gwt.place.shared Modifier and Type Class Description classPlaceChangeEventEvent thrown when the user has reached a new location in the app.classPlaceChangeRequestEventEvent thrown when the user may go to a new place in the app, or tries to leave it. -
Uses of GwtEvent in com.google.gwt.user.cellview.client
Subclasses of GwtEvent in com.google.gwt.user.cellview.client Modifier and Type Class Description static classAbstractHasData.RedrawEventEvent fired when one or more existing rows are re-rendered.classColumnSortEventRepresents a column sort event.classLoadingStateChangeEventAn event used to indicate that the data loading state has changed.classRowHoverEventRepresents a row hover event.Methods in com.google.gwt.user.cellview.client with parameters of type GwtEvent Modifier and Type Method Description voidCellTreeNodeView.NodeCellList. fireEvent(GwtEvent<?> event)voidHasDataPresenter. fireEvent(GwtEvent<?> event) -
Uses of GwtEvent in com.google.gwt.user.client
Subclasses of GwtEvent in com.google.gwt.user.client Modifier and Type Class Description static classEvent.NativePreviewEventRepresents a preview of a nativeEvent.static classWindow.ClosingEventFired just before the browser window closes or navigates to a different site.static classWindow.ScrollEventFired when the browser window is scrolled. -
Uses of GwtEvent in com.google.gwt.user.client.ui
Subclasses of GwtEvent in com.google.gwt.user.client.ui Modifier and Type Class Description static classFormPanel.SubmitCompleteEventFired when a form has been submitted successfully.static classFormPanel.SubmitEventFired when the form is submitted.Methods in com.google.gwt.user.client.ui with parameters of type GwtEvent Modifier and Type Method Description protected voidWidget. delegateEvent(Widget target, GwtEvent<?> event)Fires an event on a child widget.voidWidget. fireEvent(GwtEvent<?> event)protected WidgetListenerWrapper. getSource(GwtEvent<?> event)Deprecated.Gets the widget source to pass to the listeners. -
Uses of GwtEvent in com.google.gwt.user.datepicker.client
Subclasses of GwtEvent in com.google.gwt.user.datepicker.client Modifier and Type Class Description (package private) classDateChangeEventCreates a new value every time a date is accessed. -
Uses of GwtEvent in com.google.gwt.view.client
Subclasses of GwtEvent in com.google.gwt.view.client Modifier and Type Class Description classCellPreviewEvent<T>Allows the previewing of events before they are fired to Cells.classRangeChangeEventRepresents a range change event.classRowCountChangeEventRepresents a row count change event.classSelectionChangeEventRepresents a selection change event.Methods in com.google.gwt.view.client with parameters of type GwtEvent Modifier and Type Method Description voidSelectionModel.AbstractSelectionModel. fireEvent(GwtEvent<?> event)
-