Package com.google.gwt.place.shared
package com.google.gwt.place.shared
A package for managing bookmarkable locations in an application.
- Since:
- GWT 2.1
-
ClassDescriptionRepresents a bookmarkable location in an app.Event thrown when the user has reached a new location in the app.Implemented by handlers of PlaceChangeEvent.Event thrown when the user may go to a new place in the app, or tries to leave it.Implemented by handlers of PlaceChangeRequestEvent.In charge of the user's location in the app.Default implementation of
PlaceController.Delegate
, based onWindow
.Optional delegate in charge of Window-related events.MonitorsPlaceChangeEvent
s andHistory
events and keep them in sync.Default implementation ofPlaceHistoryHandler.Historian
, based onHistory
.Optional delegate in charge of History related events.MapsPlace
s to/from tokens, used to configure aPlaceHistoryHandler
.APlaceHistoryMapper
that can get itsPlaceTokenizer
instances from a factory.PlaceTokenizer<P extends Place>Implemented by objects responsible for text serialization and deserialization of Place objects.Indicates the prefix to use when the token written byPlaceTokenizer.getToken(Place)
is written toHistory.newItem(java.lang.String)
.IndicatesPlaceTokenizer
types used by an implementation ofPlaceHistoryMapper
generated bycom.google.gwt.place.rebind.PlaceHistoryMapperGenerator
.