Package org.opencms.ui.apps
Class CmsAppHierachy
java.lang.Object
org.opencms.ui.apps.CmsAppHierachy
- All Implemented Interfaces:
 Serializable,I_CmsCachableApp,I_CmsWorkplaceApp
Displays all available app.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinitUI(I_CmsAppUIContext context) Within this method the app UI should be initialized.booleanReturns whether this app should be cached within the user session.voidCalled after the view is fetched from the cache.voidonStateChange(String state) Called on navigation events. 
- 
Constructor Details
- 
CmsAppHierachy
public CmsAppHierachy() 
 - 
 - 
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:
 
 - 
isCachable
Description copied from interface:I_CmsCachableAppReturns whether this app should be cached within the user session.- Specified by:
 isCachablein interfaceI_CmsCachableApp- Returns:
 trueif the app is cachable- See Also:
 
 - 
onRestoreFromCache
Description copied from interface:I_CmsCachableAppCalled after the view is fetched from the cache.- Specified by:
 onRestoreFromCachein interfaceI_CmsCachableApp- 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:
 
 
 -