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.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Class and Description |
---|---|
class |
DomEvent<H extends EventHandler>
DomEvent is a subclass of GwtEvent that provides events that
underlying native browser event object as well as a subclass of DomEvent.Type
that understands GWT event bits used by sinkEvents(). |
Modifier and Type | Class and Description |
---|---|
class |
AttachEvent
Fired when the event source is attached to the browser's document
or detached from it.
|
class |
BeforeSelectionEvent<T>
Represents a before selection event.
|
class |
CloseEvent<T>
Represents a close event.
|
class |
HighlightEvent<V>
Represents a highlight event.
|
class |
InitializeEvent
Fired when the event source is initialized.
|
class |
OpenEvent<T>
Represents a open event.
|
class |
ResizeEvent
Fired when the event source is resized.
|
class |
SelectionEvent<T>
Represents a selection event.
|
class |
ShowRangeEvent<V>
Represents a show range event.
|
class |
ValueChangeEvent<T>
Represents a value change event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EventBus.castFireEvent(GwtEvent<?> event) |
protected void |
EventBus.castFireEventFromSource(GwtEvent<?> event,
Object source) |
abstract void |
EventBus.fireEvent(GwtEvent<?> event) |
void |
HandlerManager.fireEvent(GwtEvent<?> event)
Fires the given event to the handlers listening to the event's type.
|
void |
HasHandlers.fireEvent(GwtEvent<?> event)
Fires the given event to the handlers listening to the event's type.
|
void |
SimpleEventBus.fireEvent(GwtEvent<?> event) |
void |
ResettableEventBus.fireEvent(GwtEvent<?> event) |
abstract void |
EventBus.fireEventFromSource(GwtEvent<?> event,
Object source) |
void |
SimpleEventBus.fireEventFromSource(GwtEvent<?> event,
Object source) |
void |
ResettableEventBus.fireEventFromSource(GwtEvent<?> event,
Object source) |
Modifier and Type | Method and Description |
---|---|
void |
CountingEventBus.fireEvent(GwtEvent<?> event) |
void |
CountingEventBus.fireEventFromSource(GwtEvent<?> event,
Object source) |
Modifier and Type | Class and Description |
---|---|
class |
PlaceChangeEvent
Event thrown when the user has reached a new location in the app.
|
class |
PlaceChangeRequestEvent
Event thrown when the user may go to a new place in the app, or tries to
leave it.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnSortEvent
Represents a column sort event.
|
class |
LoadingStateChangeEvent
An event used to indicate that the data loading state has changed.
|
class |
RowHoverEvent
Represents a row hover event.
|
Modifier and Type | Class and Description |
---|---|
static class |
Event.NativePreviewEvent
Represents a preview of a native
Event . |
static class |
Window.ClosingEvent
Fired just before the browser window closes or navigates to a different
site.
|
static class |
Window.ScrollEvent
Fired when the browser window is scrolled.
|
Modifier and Type | Class and Description |
---|---|
static class |
FormPanel.SubmitCompleteEvent
Fired when a form has been submitted successfully.
|
static class |
FormPanel.SubmitEvent
Fired when the form is submitted.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Widget.delegateEvent(Widget target,
GwtEvent<?> event)
Fires an event on a child widget.
|
void |
Widget.fireEvent(GwtEvent<?> event) |
protected Widget |
ListenerWrapper.getSource(GwtEvent<?> event)
Deprecated.
Gets the widget source to pass to the listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
CellPreviewEvent<T>
Allows the previewing of events before they are fired to Cells.
|
class |
RangeChangeEvent
Represents a range change event.
|
class |
RowCountChangeEvent
Represents a row count change event.
|
class |
SelectionChangeEvent
Represents a selection change event.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionModel.AbstractSelectionModel.fireEvent(GwtEvent<?> event) |
Copyright © 2018. All rights reserved.