|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageLifecycleListener
A set of methods that allow components to know about page-level operations.
| Method Summary | |
|---|---|
void |
containingPageDidAttach()
Invoked when a page is first attached to the current request, giving components a chance to initialize for the current request. |
void |
containingPageDidDetach()
Invoked when the page is detached, allowing components a chance to clear out any temporary or client specific state. |
void |
containingPageDidLoad()
Invoked when the page finishes loading. |
void |
restoreStateBeforePageAttach()
A kind of "pre-attach" phase allowing components to restore internal state before handling the actual attach; this is primarily used to restore persisted fields. |
| Method Detail |
|---|
void containingPageDidLoad()
void containingPageDidDetach()
void containingPageDidAttach()
void restoreStateBeforePageAttach()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||