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 PlaceFilteredActivityMapper.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 PlaceFilteredActivityMapper.Filter. filter(Place place)Returns the filtered interpretation of the givenPlace.ActivityActivityMapper. getActivity(Place place)Returns the activity to run for the givenPlace, or null.ActivityCachingActivityMapper. getActivity(Place place)ActivityFilteredActivityMapper. 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 interfacePlaceTokenizer<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 PlacePlace. NOWHEREThe null place.Methods in com.google.gwt.place.shared that return Place Modifier and Type Method Description PlacePlaceChangeEvent. getNewPlace()Return the newPlace.PlacePlaceChangeRequestEvent. getNewPlace()Returns the place we may navigate to, or null on window close.PlacePlaceHistoryMapper. getPlace(java.lang.String token)Returns thePlaceassociated with the given token.PlacePlaceController. getWhere()Returns the current place.Methods in com.google.gwt.place.shared with parameters of type Place Modifier and Type Method Description java.lang.StringPlaceHistoryMapper. getToken(Place place)Returns the String token associated with the givenPlace.voidPlaceController. goTo(Place newPlace)Request a change to a new place.HandlerRegistrationPlaceHistoryHandler. register(PlaceController placeController, EventBus eventBus, Place defaultPlace)Deprecated.HandlerRegistrationPlaceHistoryHandler. 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.
-