Uses of Enum
org.opencms.ade.configuration.CmsGalleryDisabledTypesMode
Packages that use CmsGalleryDisabledTypesMode
-
Uses of CmsGalleryDisabledTypesMode in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsGalleryDisabledTypesModeModifier and TypeMethodDescriptionCmsADEConfigData.getDisabledFunctionsMode
(CmsGalleryDisabledTypesMode defaultValue) Gets the display mode for deactivated functions in the gallery dialog.CmsADEConfigData.getDisabledTypeMode
(CmsGalleryDisabledTypesMode defaultValue) Gets the display mode for deactivated types in the gallery dialog.CmsADEConfigDataInternal.getDisabledTypeMode()
Gets the display mode for deactivated types in the sitemap dialog.CmsADEConfigDataInternal.getGalleryDisabledFunctionsMode()
Gets the mode for how disabled functions should be handled.static CmsGalleryDisabledTypesMode
Returns the enum constant of this type with the specified name.static CmsGalleryDisabledTypesMode[]
CmsGalleryDisabledTypesMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.ade.configuration with parameters of type CmsGalleryDisabledTypesModeModifier and TypeMethodDescriptionCmsADEConfigData.getDisabledFunctionsMode
(CmsGalleryDisabledTypesMode defaultValue) Gets the display mode for deactivated functions in the gallery dialog.CmsADEConfigData.getDisabledTypeMode
(CmsGalleryDisabledTypesMode defaultValue) Gets the display mode for deactivated types in the gallery dialog.Constructors in org.opencms.ade.configuration with parameters of type CmsGalleryDisabledTypesModeModifierConstructorDescriptionCmsADEConfigDataInternal
(CmsObject cms, CmsResource resource, boolean isModuleConfig, String basePath, List<CmsADEConfigDataInternal.ConfigReference> masterConfigs, List<CmsResourceTypeConfig> resourceTypeConfig, CmsGalleryDisabledTypesMode galleryDisabledTypesMode, CmsGalleryDisabledTypesMode galleryDisabledFunctionsMode, boolean discardInheritedTypes, List<CmsPropertyConfig> propertyConfig, org.opencms.ade.configuration.CmsConfigurationReader.DiscardPropertiesMode discardPropertiesMode, List<CmsDetailPageInfo> detailPageInfos, List<CmsModelPageConfigWithoutResource> modelPages, List<CmsFunctionReference> functionReferences, boolean discardInheritedModelPages, boolean createContentsLocally, boolean preferDetailPagesForLocalContents, boolean excludeExternalDetailContents, boolean includeInSiteSelector, CmsFormatterChangeSet formatterChangeSet, boolean removeAllFunctions, Set<CmsUUID> functionIds, Set<CmsUUID> functionsToRemove, boolean removeAllPlugins, Set<CmsUUID> addedPlugins, Set<CmsUUID> removedPlugins, Boolean useFormatterKeys, CmsTypeOrderingMode orderingMode, CmsAddContentRestriction restriction, CmsUUID sharedSettingOverride, boolean removeSharedSettingOverrides, CmsUUID attributeEditorConfigId, Map<String, String> attributes) Creates a new configuration data instance.