Uses of Class
com.google.gwt.place.shared.Place
Package
Description
Classes used to implement app navigation.
A package for managing bookmarkable locations in an application.
-
Uses of Place in com.google.gwt.activity.shared
Modifier and TypeMethodDescriptionReturns the filtered interpretation of the givenPlace
.ActivityMapper.getActivity
(Place place) Returns the activity to run for the givenPlace
, or null.CachingActivityMapper.getActivity
(Place place) FilteredActivityMapper.getActivity
(Place place) -
Uses of Place in com.google.gwt.place.shared
Modifier and TypeInterfaceDescriptioninterface
PlaceTokenizer<P extends Place>
Implemented by objects responsible for text serialization and deserialization of Place objects.Modifier and TypeMethodDescriptionPlaceChangeEvent.getNewPlace()
Return the newPlace
.PlaceChangeRequestEvent.getNewPlace()
Returns the place we may navigate to, or null on window close.Returns thePlace
associated with the given token.PlaceController.getWhere()
Returns the current place.Modifier and TypeMethodDescriptionReturns the String token associated with the givenPlace
.void
Request a change to a new place.PlaceHistoryHandler.register
(PlaceController placeController, EventBus eventBus, Place defaultPlace) Deprecated.PlaceHistoryHandler.register
(PlaceController placeController, EventBus eventBus, Place defaultPlace) Initialize this place history handler.ModifierConstructorDescriptionPlaceChangeEvent
(Place newPlace) Constructs a PlaceChangeEvent for the givenPlace
.PlaceChangeRequestEvent
(Place newPlace) Constructs a PlaceChangeRequestEvent for the givenPlace
.
PlaceHistoryHandler.register(PlaceController, EventBus, Place)