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.
|
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 | 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(java.lang.String token)
Returns the
Place associated with the given token. |
Place |
PlaceController.getWhere()
Returns the current place.
|
Modifier and Type | Method and Description |
---|---|
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.
|
HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
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 . |