|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentListener
Component Listener.
Method Summary | |
---|---|
boolean |
doBeforeDestroy(Component component)
Fires before the component is destroyed. |
boolean |
doBeforeHide(Component component)
Fires before the component is hidden. |
boolean |
doBeforeRender(Component component)
Fires before the component is rendered. |
boolean |
doBeforeShow(Component component)
Fires before the component is shown. |
boolean |
doBeforeStateRestore(Component component,
com.google.gwt.core.client.JavaScriptObject state)
Fires before the state of the component is restored. |
boolean |
doBeforeStateSave(Component component,
com.google.gwt.core.client.JavaScriptObject state)
Fires before the state of the component is saved to the configured state provider. |
void |
onDestroy(Component component)
Fires after the component is destroyed. |
void |
onDisable(Component component)
Fires after the component is disabled. |
void |
onEnable(Component component)
Fires after the component is enabled. |
void |
onHide(Component component)
Fires after the component is hidden. |
void |
onRender(Component component)
Fires after the component is rendered. |
void |
onShow(Component component)
Fires after the component is shown. |
void |
onStateRestore(Component component,
com.google.gwt.core.client.JavaScriptObject state)
Fires after the state of the component is restored. |
void |
onStateSave(Component component,
com.google.gwt.core.client.JavaScriptObject state)
Fires after the state of the component is saved to the configured state provider. |
Method Detail |
---|
boolean doBeforeDestroy(Component component)
component
- this
boolean doBeforeHide(Component component)
component
- this
boolean doBeforeRender(Component component)
component
- this
boolean doBeforeShow(Component component)
component
- this
boolean doBeforeStateRestore(Component component, com.google.gwt.core.client.JavaScriptObject state)
component
- thisstate
- the component state
boolean doBeforeStateSave(Component component, com.google.gwt.core.client.JavaScriptObject state)
component
- thisstate
- the component state
void onDestroy(Component component)
component
- thisvoid onDisable(Component component)
component
- thisvoid onEnable(Component component)
component
- thisvoid onHide(Component component)
component
- thisvoid onRender(Component component)
component
- thisvoid onShow(Component component)
component
- thisvoid onStateRestore(Component component, com.google.gwt.core.client.JavaScriptObject state)
component
- thisstate
- the component statevoid onStateSave(Component component, com.google.gwt.core.client.JavaScriptObject state)
component
- thisstate
- the component state
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |