Package org.opencms.ui.apps.dbmanager
Class CmsDbExportApp
java.lang.Object
org.opencms.ui.apps.A_CmsWorkplaceApp
org.opencms.ui.apps.dbmanager.CmsDbExportApp
- All Implemented Interfaces:
- I_CmsWorkplaceApp
Class for the database export function.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.opencms.ui.apps.A_CmsWorkplaceAppA_CmsWorkplaceApp.NavEntry
- 
Field SummaryFields inherited from class org.opencms.ui.apps.A_CmsWorkplaceAppm_infoLayout, m_rootLayout, m_uiContext, PARAM_ASSIGN, PARAM_SEPARATOR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected LinkedHashMap<String, String> getBreadCrumbForState(String state) Returns the current bread crumb entries in an ordered map.protected com.vaadin.ui.ComponentgetComponentForState(String state) Returns the app component for the given state.protected List<A_CmsWorkplaceApp.NavEntry> getSubNavEntries(String state) Returns the sub navigation entries.Methods inherited from class org.opencms.ui.apps.A_CmsWorkplaceAppaddParamToState, addSubNavEntry, getLastPathLevel, getOfflineCmsObject, getParamFromState, getParamsFromState, initUI, onStateChange, openSubView, removeParamsFromState, setBreadCrumbEntries, updateBreadCrumb, updateSubNav
- 
Constructor Details- 
CmsDbExportApppublic CmsDbExportApp()
 
- 
- 
Method Details- 
getBreadCrumbForStateDescription copied from class:A_CmsWorkplaceAppReturns the current bread crumb entries in an ordered map.- Specified by:
- getBreadCrumbForStatein class- A_CmsWorkplaceApp
- Parameters:
- state- the current state
- Returns:
- bread crumb entry name by state, in case the state is empty, the entry will be disabled
- See Also:
 
- 
getComponentForStateDescription copied from class:A_CmsWorkplaceAppReturns the app component for the given state.- Specified by:
- getComponentForStatein class- A_CmsWorkplaceApp
- Parameters:
- state- the state to render
- Returns:
- the app component
- See Also:
 
 
-