GWT 2.7.0

Uses of Class
com.google.gwt.place.shared.Place

Packages that use Place
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
 Place FilteredActivityMapper.Filter.filter(Place place)
          Returns the filtered interpretation of the given Place.
 

Methods in com.google.gwt.activity.shared with parameters of type Place
 Place FilteredActivityMapper.Filter.filter(Place place)
          Returns the filtered interpretation of the given Place.
 Activity FilteredActivityMapper.getActivity(Place place)
           
 Activity CachingActivityMapper.getActivity(Place place)
           
 Activity ActivityMapper.getActivity(Place place)
          Returns the activity to run for the given Place, or null.
 

Uses of Place in com.google.gwt.place.shared
 

Classes in com.google.gwt.place.shared with type parameters of type Place
 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
static Place Place.NOWHERE
          The null place.
 

Methods in com.google.gwt.place.shared that return Place
 Place PlaceChangeRequestEvent.getNewPlace()
          Returns the place we may navigate to, or null on window close.
 Place PlaceChangeEvent.getNewPlace()
          Return the new Place.
 Place PlaceHistoryMapper.getPlace(java.lang.String token)
          Returns the Place associated with the given token.
 Place PlaceController.getWhere()
          Returns the current place.
 

Methods in com.google.gwt.place.shared with parameters of type Place
 java.lang.String PlaceHistoryMapper.getToken(Place place)
          Returns the String token associated with the given Place.
 void PlaceController.goTo(Place newPlace)
          Request a change to a new place.
 HandlerRegistration PlaceHistoryHandler.register(PlaceController placeController, EventBus eventBus, Place defaultPlace)
          Deprecated. use PlaceHistoryHandler.register(PlaceController, EventBus, Place)
 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
PlaceChangeEvent(Place newPlace)
          Constructs a PlaceChangeEvent for the given Place.
PlaceChangeRequestEvent(Place newPlace)
          Constructs a PlaceChangeRequestEvent for the given Place.
 


GWT 2.7.0