Uses of Enum
org.opencms.xml.content.CmsXmlContentProperty.Visibility
Packages that use 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
Fields in org.opencms.xml.content declared as CmsXmlContentProperty.VisibilityModifier and TypeFieldDescriptionprotected CmsXmlContentProperty.Visibility
CmsXmlContentProperty.m_visibility
The property visibility.Methods in org.opencms.xml.content that return CmsXmlContentProperty.VisibilityModifier 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.Methods in org.opencms.xml.content with parameters of type CmsXmlContentProperty.VisibilityModifier and TypeMethodDescriptionCmsXmlContentProperty.getVisibility
(CmsXmlContentProperty.Visibility defaultValue) Returns the visibility of the property, used in the container page element context.Constructors in org.opencms.xml.content with parameters of type CmsXmlContentProperty.VisibilityModifierConstructorDescriptionCmsXmlContentProperty
(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.