|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Activity
Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.
Implemented by objects that control a piece of user interface, with a life cycle managed by anActivityManager, in response to
PlaceChangeEvent events as the user navigates through the app.
| Nested Class Summary | |
|---|---|
static interface |
Activity.Display
Implemented by objects responsible for displaying the widgets that activities drive. |
| Method Summary | |
|---|---|
void |
onCancel()
Called when start(com.google.gwt.app.place.Activity.Display) has not yet replied to its callback, but the
user has lost interest. |
void |
onStop()
Called when the Activity's widget has been removed from view. |
void |
start(Activity.Display panel)
Called when the Activity should prepare its IsWidget for the user. |
boolean |
willStop()
|
| Method Detail |
|---|
void onCancel()
start(com.google.gwt.app.place.Activity.Display) has not yet replied to its callback, but the
user has lost interest.
void onStop()
void start(Activity.Display panel)
IsWidget for the user.
Once the widget is ready (typically after an RPC response has been
received), receiver should present it via
Activity.Display.showActivityWidget(IsWidget).
panel - the panel to display this activity's widget when it is readyboolean willStop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||