Package | Description |
---|---|
com.google.gwt.activity.shared |
Classes used to implement app navigation.
|
com.google.gwt.place.impl | |
com.google.gwt.place.shared |
A package for managing bookmarkable locations in an application.
|
Modifier and Type | Method and Description |
---|---|
Place |
FilteredActivityMapper.Filter.filter(Place place)
Returns the filtered interpretation of the given
Place . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Place |
AbstractPlaceHistoryMapper.getPlace(String token) |
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractPlaceHistoryMapper.PrefixAndToken |
AbstractPlaceHistoryMapper.getPrefixAndToken(Place newPlace) |
String |
AbstractPlaceHistoryMapper.getToken(Place place) |
Modifier and Type | Interface and Description |
---|---|
interface |
PlaceTokenizer<P extends Place>
Implemented by objects responsible for text serialization and deserialization
of Place objects.
|
Modifier and Type | Field and Description |
---|---|
static Place |
Place.NOWHERE
The null place.
|
Modifier and Type | Method and Description |
---|---|
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(String token)
Returns the
Place associated with the given token. |
Place |
PlaceController.getWhere()
Returns the current place.
|
Modifier and Type | Method and Description |
---|---|
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.
|
com.google.web.bindery.event.shared.HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
com.google.web.bindery.event.shared.EventBus eventBus,
Place defaultPlace)
Initialize this place history handler.
|
Constructor and Description |
---|
PlaceChangeEvent(Place newPlace)
Constructs a PlaceChangeEvent for the given
Place . |
PlaceChangeRequestEvent(Place newPlace)
Constructs a PlaceChangeRequestEvent for the given
Place . |
Copyright © 2018. All rights reserved.