Package | Description |
---|---|
com.google.gwt.activity.shared |
Classes used to implement app navigation.
|
com.google.gwt.place.impl | |
com.google.gwt.place.shared |
A package for managing bookmarkable locations in an application.
|
Class and Description |
---|
Place
Represents a bookmarkable location in an app.
|
PlaceChangeEvent
Event thrown when the user has reached a new location in the app.
|
PlaceChangeEvent.Handler
Implemented by handlers of PlaceChangeEvent.
|
PlaceChangeRequestEvent
Event thrown when the user may go to a new place in the app, or tries to
leave it.
|
PlaceChangeRequestEvent.Handler
Implemented by handlers of PlaceChangeRequestEvent.
|
Class and Description |
---|
Place
Represents a bookmarkable location in an app.
|
PlaceHistoryMapper
Maps
Place s to/from tokens, used to configure a
PlaceHistoryHandler . |
PlaceHistoryMapperWithFactory
A
PlaceHistoryMapper that can get its PlaceTokenizer
instances from a factory. |
PlaceTokenizer
Implemented by objects responsible for text serialization and deserialization
of Place objects.
|
Class and Description |
---|
Place
Represents a bookmarkable location in an app.
|
PlaceChangeEvent
Event thrown when the user has reached a new location in the app.
|
PlaceChangeEvent.Handler
Implemented by handlers of PlaceChangeEvent.
|
PlaceChangeRequestEvent
Event thrown when the user may go to a new place in the app, or tries to
leave it.
|
PlaceChangeRequestEvent.Handler
Implemented by handlers of PlaceChangeRequestEvent.
|
PlaceController
In charge of the user's location in the app.
|
PlaceController.Delegate
Optional delegate in charge of Window-related events.
|
PlaceHistoryHandler.Historian
Optional delegate in charge of History related events.
|
PlaceHistoryMapper
Maps
Place s to/from tokens, used to configure a
PlaceHistoryHandler . |
Copyright © 2018. All rights reserved.