Uses of Class
com.google.gwt.place.shared.Place
-
Packages that use Place Package Description com.google.gwt.activity.shared Classes used to implement app navigation.com.google.gwt.place.shared 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 Place Modifier and Type Method Description Place
FilteredActivityMapper.Filter. filter(Place place)
Returns the filtered interpretation of the givenPlace
.Methods in com.google.gwt.activity.shared with parameters of type Place Modifier and Type Method Description Place
FilteredActivityMapper.Filter. filter(Place place)
Returns the filtered interpretation of the givenPlace
.Activity
ActivityMapper. getActivity(Place place)
Returns the activity to run for the givenPlace
, or null.Activity
CachingActivityMapper. getActivity(Place place)
Activity
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 Place Modifier and Type Interface Description interface
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 Place Modifier and Type Field Description static Place
Place. NOWHERE
The null place.Methods in com.google.gwt.place.shared that return Place Modifier and Type Method Description Place
PlaceChangeEvent. getNewPlace()
Return the newPlace
.Place
PlaceChangeRequestEvent. getNewPlace()
Returns the place we may navigate to, or null on window close.Place
PlaceHistoryMapper. getPlace(java.lang.String token)
Returns thePlace
associated with the given token.Place
PlaceController. getWhere()
Returns the current place.Methods in com.google.gwt.place.shared with parameters of type Place Modifier and Type Method Description java.lang.String
PlaceHistoryMapper. getToken(Place place)
Returns the String token associated with the givenPlace
.void
PlaceController. goTo(Place newPlace)
Request a change to a new place.HandlerRegistration
PlaceHistoryHandler. register(PlaceController placeController, EventBus eventBus, Place defaultPlace)
Deprecated.HandlerRegistration
PlaceHistoryHandler. register(PlaceController placeController, EventBus eventBus, Place defaultPlace)
Initialize this place history handler.Constructors in com.google.gwt.place.shared with parameters of type Place Constructor Description PlaceChangeEvent(Place newPlace)
Constructs a PlaceChangeEvent for the givenPlace
.PlaceChangeRequestEvent(Place newPlace)
Constructs a PlaceChangeRequestEvent for the givenPlace
.
-