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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitUI(I_CmsAppUIContext context) Within this method the app UI should be initialized.voidonStateChange(String state) Called on navigation events.
-
Constructor Details
-
NotAvailableApp
protected NotAvailableApp()
-
-
Method Details
-
initUI
Description copied from interface:I_CmsWorkplaceAppWithin this method the app UI should be initialized.Use the context to add the app's components to the UI.
- Specified by:
initUIin interfaceI_CmsWorkplaceApp- Parameters:
context- the UI context- See Also:
-
onStateChange
Description copied from interface:I_CmsWorkplaceAppCalled on navigation events.- Specified by:
onStateChangein interfaceI_CmsWorkplaceApp- Parameters:
state- the app state to show- See Also:
-