Class CmsDataViewWidget

  • All Implemented Interfaces:
    I_CmsComplexWidget

    public class CmsDataViewWidget
    extends java.lang.Object
    implements I_CmsComplexWidget
    Complex widget for opening selecting data from a data source implementing the I_CmsDataView interface.

    This widget can only be used

    • 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.
      void validateConfiguration​(java.lang.String configuration)
      Validates the configuration.
      • Methods inherited from class java.lang.Object

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