Class CmsLinkInFolderValidationApp
java.lang.Object
org.opencms.ui.apps.A_CmsWorkplaceApp
org.opencms.ui.apps.linkvalidation.CmsLinkInFolderValidationApp
- All Implemented Interfaces:
I_CmsWorkplaceApp,I_CmsUpdatableComponent
public class CmsLinkInFolderValidationApp
extends A_CmsWorkplaceApp
implements I_CmsUpdatableComponent
App to check relations of resources in folder to other folder.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opencms.ui.apps.A_CmsWorkplaceApp
A_CmsWorkplaceApp.NavEntry -
Field Summary
Fields inherited from class org.opencms.ui.apps.A_CmsWorkplaceApp
m_infoLayout, m_rootLayout, m_uiContext, PARAM_ASSIGN, PARAM_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier 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.protected voidToggle table.voidUpdates a component depending on given list of resources.Methods inherited from class org.opencms.ui.apps.A_CmsWorkplaceApp
addParamToState, addSubNavEntry, getLastPathLevel, getOfflineCmsObject, getParamFromState, getParamsFromState, initUI, onStateChange, openSubView, removeParamsFromState, setBreadCrumbEntries, updateBreadCrumb, updateSubNav
-
Constructor Details
-
CmsLinkInFolderValidationApp
public CmsLinkInFolderValidationApp()
-
-
Method Details
-
update
Description copied from interface:I_CmsUpdatableComponentUpdates a component depending on given list of resources.- Specified by:
updatein interfaceI_CmsUpdatableComponent- Parameters:
resources- to be displayed in table- See Also:
-
getBreadCrumbForState
Description copied from class:A_CmsWorkplaceAppReturns the current bread crumb entries in an ordered map.- Specified by:
getBreadCrumbForStatein classA_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:
-
getComponentForState
Description copied from class:A_CmsWorkplaceAppReturns the app component for the given state.- Specified by:
getComponentForStatein classA_CmsWorkplaceApp- Parameters:
state- the state to render- Returns:
- the app component
- See Also:
-
toggleTable
Toggle table.
-