protected class CmsAppView.NotAvailableApp extends java.lang.Object implements I_CmsWorkplaceApp
Modifier | Constructor and Description |
---|---|
protected |
CmsAppView.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 CmsAppView.NotAvailableApp()
public void initUI(I_CmsAppUIContext context)
I_CmsWorkplaceApp
Use the context to add the app's components to the UI.
initUI
in interface I_CmsWorkplaceApp
context
- the UI contextI_CmsWorkplaceApp.initUI(org.opencms.ui.apps.I_CmsAppUIContext)
public void onStateChange(java.lang.String state)
I_CmsWorkplaceApp
onStateChange
in interface I_CmsWorkplaceApp
state
- the app state to showI_CmsWorkplaceApp.onStateChange(java.lang.String)