Uses of Enum
org.opencms.xml.content.CmsXmlContentProperty.Visibility
Package
Description
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of CmsXmlContentProperty.Visibility in org.opencms.xml.content
Modifier and TypeFieldDescriptionprotected CmsXmlContentProperty.Visibility
CmsXmlContentProperty.m_visibility
The property visibility.Modifier and TypeMethodDescriptionCmsXmlContentProperty.getConfiguredVisibility()
Gets the configured visibility, without using a default value.CmsXmlContentProperty.getVisibility
(CmsXmlContentProperty.Visibility defaultValue) Returns the visibility of the property, used in the container page element context.Returns the enum constant of this type with the specified name.static CmsXmlContentProperty.Visibility[]
CmsXmlContentProperty.Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCmsXmlContentProperty.getVisibility
(CmsXmlContentProperty.Visibility defaultValue) Returns the visibility of the property, used in the container page element context.ModifierConstructorDescriptionCmsXmlContentProperty
(String name, String aliasName, String type, CmsXmlContentProperty.Visibility visibility, String widget, String widgetConfiguration, String ruleRegex, String ruleType, String default1, String niceName, String description, String error, String preferFolder, String translation) Public constructor.