Class CmsDefaultComplexWidget

  • All Implemented Interfaces:
    I_CmsComplexWidget

    public class CmsDefaultComplexWidget
    extends java.lang.Object
    implements I_CmsComplexWidget
    Dummy widget class that causes the Acacia editor to render a nested content normally without a special widget.

    This could be used to override a default widget defined for a nested content in its XSD on a per-attribute basis.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      I_CmsComplexWidget configure​(java.lang.String configuration)
      Returns a copy of this widget which has been configured with the given configuration string.
      java.lang.String getName()
      Gets the name of the complex widget.
      CmsComplexWidgetData getWidgetData​(CmsObject cms)
      Gets the data needed for the editor to render the complex widget.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait