Package | Description |
---|---|
com.google.gwt.activity.shared |
Classes used to implement app navigation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Activity.start(AcceptsOneWidget panel,
EventBus eventBus)
Called when the Activity should ready its widget for the user.
|
Modifier and Type | Class and Description |
---|---|
class |
ResettableEventBus
Wraps {com.google.web.bindery.event.shared.ResettableEventBus} for legacy
compatibility.
|
class |
SimpleEventBus
Wraps {com.google.web.bindery.event.shared.SimpleEventBus} for legacy
compatibility.
|
Modifier and Type | Class and Description |
---|---|
class |
CountingEventBus
Legacy compatibility wrapper for
CountingEventBus . |
Constructor and Description |
---|
CountingEventBus(EventBus wrapped) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
EventBus eventBus,
Place defaultPlace)
Deprecated.
|
Constructor and Description |
---|
PlaceController(EventBus eventBus)
Deprecated.
|
PlaceController(EventBus eventBus,
PlaceController.Delegate delegate)
Deprecated.
|
Copyright © 2018. All rights reserved.