public interface IWorkpageLifecycleListener
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
close()
This method is called from the workpage container when the user
requests the closing of the page.
|
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!
|
boolean close()
java.lang.Runnable getCloseContinueOperation()
close().void setCloseContinueOperation(java.lang.Runnable closeContinueOperation)
void closeForced()
void reactOnDestroyed()
void reactOnShownInContentArea()
void reactOnHiddenInContentArea()
void reactOnReselectedInContentArea()
boolean reactOnBeforeHiddenInContentArea()
void reactOnShownInPopup()
Copyright © CaptainCasa Gmbh. All Rights Reserved.