Uses of Interface
com.google.gwt.activity.shared.Activity
-
Packages that use Activity Package Description com.google.gwt.activity.shared Classes used to implement app navigation. -
-
Uses of Activity in com.google.gwt.activity.shared
Classes in com.google.gwt.activity.shared that implement Activity Modifier and Type Class Description class
AbstractActivity
Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.Methods in com.google.gwt.activity.shared that return Activity Modifier and Type Method Description Activity
ActivityMapper. getActivity(Place place)
Returns the activity to run for the givenPlace
, or null.Activity
CachingActivityMapper. getActivity(Place place)
Activity
FilteredActivityMapper. getActivity(Place place)
-