Package org.opencms.ui.apps
Class CmsAppView.NotAvailableApp
java.lang.Object
org.opencms.ui.apps.CmsAppView.NotAvailableApp
- All Implemented Interfaces:
I_CmsWorkplaceApp
- Enclosing class:
- CmsAppView
Used in case the requested app can not be displayed to the current user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initUI
(I_CmsAppUIContext context) Within this method the app UI should be initialized.void
onStateChange
(String state) Called on navigation events.
-
Constructor Details
-
NotAvailableApp
protected NotAvailableApp()
-
-
Method Details
-
initUI
Description copied from interface:I_CmsWorkplaceApp
Within this method the app UI should be initialized.Use the context to add the app's components to the UI.
- Specified by:
initUI
in interfaceI_CmsWorkplaceApp
- Parameters:
context
- the UI context- See Also:
-
onStateChange
Description copied from interface:I_CmsWorkplaceApp
Called on navigation events.- Specified by:
onStateChange
in interfaceI_CmsWorkplaceApp
- Parameters:
state
- the app state to show- See Also:
-