程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsNativeComplexWidget
This is an abstract class which you can inherit from to relatively easily implement complex widgets for rendering nested contents in Javascript.
|
class |
CmsDefaultComplexWidget
Dummy widget class that causes the Acacia editor to render a nested content normally without a special widget.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsComplexWidget |
CmsDefaultComplexWidget.configure(java.lang.String configuration) |
I_CmsComplexWidget |
I_CmsComplexWidget.configure(java.lang.String configuration)
Returns a copy of this widget which has been configured with the given configuration string.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.Map<java.lang.String,I_CmsComplexWidget> |
CmsDefaultXmlContentHandler.m_complexWidgets
A map from attribute name to complex widgets.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsComplexWidget |
I_CmsXmlContentHandler.getComplexWidget(I_CmsXmlSchemaType value)
Gets the complex widget for the given schema type.
|
I_CmsComplexWidget |
CmsDefaultXmlContentHandler.getComplexWidget(I_CmsXmlSchemaType value) |
I_CmsComplexWidget |
I_CmsXmlContentHandler.getDefaultComplexWidget()
Gets the default complex widget to be used for this type.
|
I_CmsComplexWidget |
CmsDefaultXmlContentHandler.getDefaultComplexWidget() |