Uses of Enum
org.opencms.ui.I_CmsDialogContext.ContextType
Packages that use I_CmsDialogContext.ContextType
Package
Description
General code for the Vaadin UI.
Contains code for workplace apps.
This package contains the app classes for the list configurations manager.
Contains some reusable GUI components for Vaadin UI.
Contains code for workplace dialogs.
Vaadin GUI components and utilities for use in the sitemap editor.
-
Uses of I_CmsDialogContext.ContextType in org.opencms.ui
Methods in org.opencms.ui that return I_CmsDialogContext.ContextTypeModifier and TypeMethodDescriptionA_CmsDialogContext.getContextType()
I_CmsDialogContext.getContextType()
Returns the context type.Returns the enum constant of this type with the specified name.static I_CmsDialogContext.ContextType[]
I_CmsDialogContext.ContextType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.ui with parameters of type I_CmsDialogContext.ContextTypeModifierConstructorDescriptionprotected
A_CmsDialogContext
(String appId, I_CmsDialogContext.ContextType contextType, List<CmsResource> resources) Constructor. -
Uses of I_CmsDialogContext.ContextType in org.opencms.ui.apps
Constructors in org.opencms.ui.apps with parameters of type I_CmsDialogContext.ContextTypeModifierConstructorDescriptionCmsExplorerDialogContext
(I_CmsDialogContext.ContextType contextType, CmsFileTable fileTable, CmsFileExplorer explorer, List<CmsResource> resources) Creates a new instance. -
Uses of I_CmsDialogContext.ContextType in org.opencms.ui.apps.lists
Constructors in org.opencms.ui.apps.lists with parameters of type I_CmsDialogContext.ContextTypeModifierConstructorDescriptionDialogContext
(String appId, I_CmsDialogContext.ContextType contextType, CmsFileTable fileTable, List<CmsResource> resources) Constructor. -
Uses of I_CmsDialogContext.ContextType in org.opencms.ui.components
Constructors in org.opencms.ui.components with parameters of type I_CmsDialogContext.ContextTypeModifierConstructorDescriptionCmsFileTableDialogContext
(String appId, I_CmsDialogContext.ContextType contextType, CmsFileTable fileTable, List<CmsResource> resources) Creates a new instance. -
Uses of I_CmsDialogContext.ContextType in org.opencms.ui.dialogs
Methods in org.opencms.ui.dialogs that return I_CmsDialogContext.ContextTypeConstructors in org.opencms.ui.dialogs with parameters of type I_CmsDialogContext.ContextTypeModifierConstructorDescriptionCmsEmbeddedDialogContext
(String appId, CmsEmbeddedDialogExtension extension, I_CmsDialogContext.ContextType contextType, List<CmsResource> resources, Map<String, String> parameters) Constructor. -
Uses of I_CmsDialogContext.ContextType in org.opencms.ui.sitemap
Methods in org.opencms.ui.sitemap that return I_CmsDialogContext.ContextType