|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface StateManager.State
lifecycle: initialize() -> show() -> hide() -> ... -> show() -> hide() -> destroy()
Method Summary | |
---|---|
void |
destroy()
called once after the state is no longer used |
java.lang.String |
getName()
the name of the state, for example the name of the JSP file. |
void |
hide()
called when the |
void |
initialize()
called once before the state is used |
void |
show()
called when this state is made the visible one. |
Method Detail |
---|
java.lang.String getName()
void initialize() throws java.lang.Exception
java.lang.Exception
void destroy() throws java.lang.Exception
java.lang.Exception
void show() throws java.lang.Exception
java.lang.Exception
void hide() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |