Uses of Interface
org.opencms.widgets.I_CmsComplexWidget
Package
Description
Contains server side classes for the XML content editor.
Contains the widget implementations, these are GUI elements used in editors and dialogs of the OpenCms workplace.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
-
Uses of I_CmsComplexWidget in org.opencms.ade.contenteditor
Modifier and TypeMethodDescriptionCmsWidgetUtil.WidgetInfo.getComplexWidget()
Gets the complex widget.Modifier and TypeMethodDescriptionvoid
CmsWidgetUtil.WidgetInfo.setComplexWidget
(I_CmsComplexWidget complexWidget) Sets the complex widget. -
Uses of I_CmsComplexWidget in org.opencms.widgets
Modifier and TypeClassDescriptionclass
This is an abstract class which you can inherit from to relatively easily implement complex widgets for rendering nested contents in Javascript.class
Complex widget for opening selecting data from a data source implementing the I_CmsDataView interface.class
Dummy widget class that causes the Acacia editor to render a nested content normally without a special widget.Modifier and TypeMethodDescriptionReturns a copy of this widget which has been configured with the given configuration string. -
Uses of I_CmsComplexWidget in org.opencms.xml.content
Modifier and TypeMethodDescriptionCmsDefaultXmlContentHandler.getComplexWidget
(CmsObject cms, String path) I_CmsXmlContentHandler.getComplexWidget
(CmsObject cms, String path) Gets the unconfigured complex widget defined for the given path.CmsDefaultXmlContentHandler.getDefaultComplexWidget()
I_CmsXmlContentHandler.getDefaultComplexWidget()
Gets the default complex widget to be used for this type.