Uses of Class
org.opencms.ui.apps.A_CmsWorkplaceApp.NavEntry
-
Packages that use A_CmsWorkplaceApp.NavEntry Package Description org.opencms.ui.apps Contains code for workplace apps.org.opencms.ui.apps.cacheadmin Contains classes of the cache admin app.org.opencms.ui.apps.datesearch org.opencms.ui.apps.dbmanager Contains classes of the cache admin app.org.opencms.ui.apps.dbmanager.sqlconsole org.opencms.ui.apps.filehistory Contains classes of the file history app.org.opencms.ui.apps.linkvalidation Contains classes of the link validation app.org.opencms.ui.apps.lists This package contains the app classes for the list configurations manager.org.opencms.ui.apps.logfile Contains classes of the site manager app.org.opencms.ui.apps.modules Contains classes of the module manager app.org.opencms.ui.apps.projects The project manager app classes.org.opencms.ui.apps.publishqueue Contains classes of the publish queue app.org.opencms.ui.apps.resourcetypes org.opencms.ui.apps.scheduler The scheduled jobs manager app classes.org.opencms.ui.apps.search Contains classes of the source search app.org.opencms.ui.apps.searchindex Contains classes of the searchindex app.org.opencms.ui.apps.sessions Contains classes of the site manager app.org.opencms.ui.apps.shell org.opencms.ui.apps.sitemanager Contains classes of the site manager app.org.opencms.ui.apps.unusedcontentfinder org.opencms.ui.apps.user Contains classes of the user manager app.org.opencms.ui.apps.userdata org.opencms.ui.components Contains some reusable GUI components for Vaadin UI. -
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps
Methods in org.opencms.ui.apps that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected abstract java.util.List<A_CmsWorkplaceApp.NavEntry>
A_CmsWorkplaceApp. getSubNavEntries(java.lang.String state)
Returns the sub navigation entries.protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsQuickLaunchEditorConfiguration.QuickLaunchEditorApp. getSubNavEntries(java.lang.String state)
Methods in org.opencms.ui.apps with parameters of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected void
A_CmsWorkplaceApp. addSubNavEntry(A_CmsWorkplaceApp.NavEntry navEntry)
Adds a navigation entry.Method parameters in org.opencms.ui.apps with type arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected void
A_CmsWorkplaceApp. updateSubNav(java.util.List<A_CmsWorkplaceApp.NavEntry> subEntries)
Updates the sub navigation with the given entries. -
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.cacheadmin
Methods in org.opencms.ui.apps.cacheadmin that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsCacheAdminApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsCacheViewApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.datesearch
Methods in org.opencms.ui.apps.datesearch that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDateSearchApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.dbmanager
Methods in org.opencms.ui.apps.dbmanager that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbExportApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbImportApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbManager. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbPropertiesApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbRemovePubLocksApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbStaticExportApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsDbSynchronizationApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.dbmanager.sqlconsole
Methods in org.opencms.ui.apps.dbmanager.sqlconsole that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsSqlConsoleApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.filehistory
Methods in org.opencms.ui.apps.filehistory that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsFileHistoryApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.linkvalidation
Methods in org.opencms.ui.apps.linkvalidation that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsLinkInFolderValidationApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsLinkValidationApp. getSubNavEntries(java.lang.String state)
protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsLinkValidationExternalApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.lists
Methods in org.opencms.ui.apps.lists that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsListManager. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.logfile
Methods in org.opencms.ui.apps.logfile that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsLogFileApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.modules
Methods in org.opencms.ui.apps.modules that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsModuleApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.projects
Methods in org.opencms.ui.apps.projects that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsProjectManager. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.publishqueue
Methods in org.opencms.ui.apps.publishqueue that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsPublishQueue. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.resourcetypes
Methods in org.opencms.ui.apps.resourcetypes that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsResourceTypeApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.scheduler
Methods in org.opencms.ui.apps.scheduler that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsJobManagerApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.search
Methods in org.opencms.ui.apps.search that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsSourceSearchApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.searchindex
Methods in org.opencms.ui.apps.searchindex that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsSearchindexApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.sessions
Methods in org.opencms.ui.apps.sessions that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsSessionsApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.shell
Methods in org.opencms.ui.apps.shell that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsShellApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.sitemanager
Methods in org.opencms.ui.apps.sitemanager that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsSiteManager. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.unusedcontentfinder
Methods in org.opencms.ui.apps.unusedcontentfinder that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsUnusedContentFinderApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.user
Methods in org.opencms.ui.apps.user that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsAccountsApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.apps.userdata
Methods in org.opencms.ui.apps.userdata that return types with arguments of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description protected java.util.List<A_CmsWorkplaceApp.NavEntry>
CmsUserDataApp. getSubNavEntries(java.lang.String state)
-
Uses of A_CmsWorkplaceApp.NavEntry in org.opencms.ui.components
Methods in org.opencms.ui.components with parameters of type A_CmsWorkplaceApp.NavEntry Modifier and Type Method Description com.vaadin.ui.Button
CmsToolLayout. addSubNavEntry(A_CmsWorkplaceApp.NavEntry navEntry)
Adds a sub navigation entry.
-