Uses of Class
com.google.gwt.place.shared.Place
Packages that use 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
Methods in com.google.gwt.activity.shared that return PlaceMethods in com.google.gwt.activity.shared with parameters of type PlaceModifier 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
Classes in com.google.gwt.place.shared with type parameters of type PlaceModifier and TypeInterfaceDescriptioninterface
PlaceTokenizer<P extends Place>
Implemented by objects responsible for text serialization and deserialization of Place objects.Fields in com.google.gwt.place.shared declared as PlaceMethods in com.google.gwt.place.shared that return PlaceModifier 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.Methods in com.google.gwt.place.shared with parameters of type PlaceModifier 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.Constructors in com.google.gwt.place.shared with parameters of type PlaceModifierConstructorDescriptionPlaceChangeEvent
(Place newPlace) Constructs a PlaceChangeEvent for the givenPlace
.PlaceChangeRequestEvent
(Place newPlace) Constructs a PlaceChangeRequestEvent for the givenPlace
.
PlaceHistoryHandler.register(PlaceController, EventBus, Place)