protected class CmsAppView.NotAvailableApp extends java.lang.Object implements I_CmsWorkplaceApp
| Modifier | Constructor and Description |
|---|---|
protected |
NotAvailableApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
initUI(I_CmsAppUIContext context)
Within this method the app UI should be initialized.
|
void |
onStateChange(java.lang.String state)
Called on navigation events.
|
protected NotAvailableApp()
public void initUI(I_CmsAppUIContext context)
I_CmsWorkplaceAppUse the context to add the app's components to the UI.
initUI in interface I_CmsWorkplaceAppcontext - the UI contextI_CmsWorkplaceApp.initUI(org.opencms.ui.apps.I_CmsAppUIContext)public void onStateChange(java.lang.String state)
I_CmsWorkplaceApponStateChange in interface I_CmsWorkplaceAppstate - the app state to showI_CmsWorkplaceApp.onStateChange(java.lang.String)