Class A_CmsNativeComplexWidget

java.lang.Object
org.opencms.widgets.A_CmsNativeComplexWidget
All Implemented Interfaces:
I_CmsComplexWidget

public abstract class A_CmsNativeComplexWidget extends Object implements I_CmsComplexWidget
This is an abstract class which you can inherit from to relatively easily implement complex widgets for rendering nested contents in Javascript.

Subclasses of this class only need to implement the methods getScripts(), getStyleSheets(), getName(), and configure(). The name of the initialization function is generated by prepending the string "init_" to the widget name returned by getName().