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
protected class CmsAppView.NotAvailableApp extends java.lang.Object implements I_CmsWorkplaceApp
Used in case the requested app can not be displayed to the current user.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotAvailableApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitUI(I_CmsAppUIContext context)Within this method the app UI should be initialized.voidonStateChange(java.lang.String state)Called on navigation events.
-
-
-
Constructor Detail
-
NotAvailableApp
protected NotAvailableApp()
-
-
Method Detail
-
initUI
public void initUI(I_CmsAppUIContext context)
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:
I_CmsWorkplaceApp.initUI(org.opencms.ui.apps.I_CmsAppUIContext)
-
onStateChange
public void onStateChange(java.lang.String state)
Description copied from interface:I_CmsWorkplaceAppCalled on navigation events.- Specified by:
onStateChangein interfaceI_CmsWorkplaceApp- Parameters:
state- the app state to show- See Also:
I_CmsWorkplaceApp.onStateChange(java.lang.String)
-
-