public class WorkpageDefaultLifecycleListener extends java.lang.Object implements IWorkpageLifecycleListener, java.io.Serializable
IWorkpageLifecycleListener gets enhanced.| Constructor and Description |
|---|
WorkpageDefaultLifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
close()
When overriding: please check the continue-operation that is available
via
getCloseContinueOperation() in case of interrupting
the close process. |
void |
closeForced()
This method forces the workplage to close - there is no chance
to escape...
|
java.lang.Runnable |
getCloseContinueOperation()
The workpage container may close pages either individually
or within a bigger context (e.g. when closing all pages).
|
boolean |
reactOnBeforeHiddenInContentArea()
Called before the page is hidden in the content are (e.g.
|
void |
reactOnDestroyed()
This method is called when the workpage is closed and resources
are freed.
|
void |
reactOnHiddenInContentArea()
The page is hidden in the content area of the workplace.
|
void |
reactOnReselectedInContentArea()
The page already was shown in content area, but the user re-selected
the page (e.g. by pressing a second time onto the workpage-selector.
|
void |
reactOnShownInContentArea()
The page is (re)shown in the content area of the workplace.
|
void |
reactOnShownInPopup()
The page is (re)shown in a modeless popup.
|
void |
setCloseContinueOperation(java.lang.Runnable closeContinueOperation)
Internal use only!
|
public java.lang.Runnable getCloseContinueOperation()
close().getCloseContinueOperation in interface IWorkpageLifecycleListenerpublic void setCloseContinueOperation(java.lang.Runnable closeContinueOperation)
setCloseContinueOperation in interface IWorkpageLifecycleListenerpublic boolean close()
getCloseContinueOperation() in case of interrupting
the close process.close in interface IWorkpageLifecycleListenerpublic void closeForced()
IWorkpageLifecycleListenercloseForced in interface IWorkpageLifecycleListenerpublic void reactOnShownInContentArea()
IWorkpageLifecycleListenerreactOnShownInContentArea in interface IWorkpageLifecycleListenerpublic void reactOnReselectedInContentArea()
IWorkpageLifecycleListenerreactOnReselectedInContentArea in interface IWorkpageLifecycleListenerpublic void reactOnHiddenInContentArea()
IWorkpageLifecycleListenerreactOnHiddenInContentArea in interface IWorkpageLifecycleListenerpublic boolean reactOnBeforeHiddenInContentArea()
IWorkpageLifecycleListenerreactOnBeforeHiddenInContentArea in interface IWorkpageLifecycleListenerpublic void reactOnShownInPopup()
IWorkpageLifecycleListenerreactOnShownInPopup in interface IWorkpageLifecycleListenerpublic void reactOnDestroyed()
IWorkpageLifecycleListenerreactOnDestroyed in interface IWorkpageLifecycleListenerCopyright © CaptainCasa Gmbh. All Rights Reserved.