| Package | Description |
|---|---|
| org.opencms.ade.contenteditor |
Contains server side classes for the XML content editor.
|
| org.opencms.widgets |
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsXmlContentHandler.DisplayType |
CmsWidgetUtil.WidgetInfo.getDisplayType()
Gets the display type.
|
protected I_CmsXmlContentHandler.DisplayType |
CmsContentTypeVisitor.DisplayTypeEvaluator.getProposedType()
Returns the proposed display type.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsAttributeConfiguration |
CmsContentTypeVisitor.DisplayTypeEvaluator.getEvaluatedConfiguration(I_CmsXmlContentHandler.DisplayType predecessor,
I_CmsXmlContentHandler.DisplayType successor)
Returns the attribute configuration with the evaluated display type.
|
void |
CmsWidgetUtil.WidgetInfo.setDisplayType(I_CmsXmlContentHandler.DisplayType displayType)
Sets the display type.
|
| Constructor and Description |
|---|
DisplayTypeEvaluator(CmsAttributeConfiguration config,
I_CmsXmlContentHandler.DisplayType configuredType,
I_CmsXmlContentHandler.DisplayType defaultType,
CmsContentTypeVisitor.EvaluationRule rule)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsXmlContentHandler.DisplayType |
CmsDefaultXmlContentHandler.getConfiguredDisplayType(java.lang.String path,
I_CmsXmlContentHandler.DisplayType defaultValue) |
I_CmsXmlContentHandler.DisplayType |
I_CmsXmlContentHandler.getConfiguredDisplayType(java.lang.String path,
I_CmsXmlContentHandler.DisplayType defaultVal)
Gets the configured display type for a given path.
|
I_CmsXmlContentHandler.DisplayType |
CmsDefaultXmlContentHandler.getDisplayType(I_CmsXmlSchemaType type) |
I_CmsXmlContentHandler.DisplayType |
I_CmsXmlContentHandler.getDisplayType(I_CmsXmlSchemaType type)
Returns if the widget for this type should be displayed in compact view.
|
static I_CmsXmlContentHandler.DisplayType |
I_CmsXmlContentHandler.DisplayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsXmlContentHandler.DisplayType[] |
I_CmsXmlContentHandler.DisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsDefaultXmlContentHandler.addDisplayType(CmsXmlContentDefinition contentDefinition,
java.lang.String elementName,
I_CmsXmlContentHandler.DisplayType displayType)
Adds the given element to the compact view set.
|
I_CmsXmlContentHandler.DisplayType |
CmsDefaultXmlContentHandler.getConfiguredDisplayType(java.lang.String path,
I_CmsXmlContentHandler.DisplayType defaultValue) |
I_CmsXmlContentHandler.DisplayType |
I_CmsXmlContentHandler.getConfiguredDisplayType(java.lang.String path,
I_CmsXmlContentHandler.DisplayType defaultVal)
Gets the configured display type for a given path.
|