| Package | Description |
|---|---|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
CmsXmlContentProperty.Visibility |
CmsXmlContentProperty.getConfiguredVisibility()
Gets the configured visibility, without using a default value.
|
CmsXmlContentProperty.Visibility |
CmsXmlContentProperty.getVisibility(CmsXmlContentProperty.Visibility defaultValue)
Returns the visibility of the property, used in the container page element context.
|
static CmsXmlContentProperty.Visibility |
CmsXmlContentProperty.Visibility.valueOf(java.lang.String name)
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 Type | Method and Description |
|---|---|
CmsXmlContentProperty.Visibility |
CmsXmlContentProperty.getVisibility(CmsXmlContentProperty.Visibility defaultValue)
Returns the visibility of the property, used in the container page element context.
|
| Constructor and Description |
|---|
CmsXmlContentProperty(java.lang.String name,
java.lang.String type,
CmsXmlContentProperty.Visibility visibility,
java.lang.String widget,
java.lang.String widgetConfiguration,
java.lang.String ruleRegex,
java.lang.String ruleType,
java.lang.String default1,
java.lang.String niceName,
java.lang.String description,
java.lang.String error,
java.lang.String preferFolder)
Public constructor.
|