Package com.google.gwt.activity.shared
package com.google.gwt.activity.shared
Classes used to implement app navigation.
- Since:
- GWT 2.1
-
ClassDescriptionSimple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.Implemented by objects that control a piece of user interface, with a life cycle managed by an
ActivityManager
, in response toPlaceChangeEvent
events as the user navigates through the app.ManagesActivity
objects that should be kicked off in response toPlaceChangeEvent
events.Finds the activity to run for a givenPlace
, used to configure anActivityManager
.Wraps anotherActivityMapper
and caches the last activity it returned, to be re-used if we see the same place twice.Wraps an activity mapper and applies a filter to the place objects that it sees.Implemented by objects that want to interpret one place as another.