Package | Description |
---|---|
com.google.gwt.activity.shared |
Classes used to implement app navigation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActivity
Simple Activity implementation that is always willing to stop, and does
nothing onStop and onCancel.
|
Modifier and Type | Method and Description |
---|---|
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. |