Class HtmlBasedWidgetController

  • All Implemented Interfaces:
    WidgetController, WidgetDragAndDropAware, WidgetInstanceManagerAware, java.io.Serializable, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.event.SerializableEventListener, org.zkoss.zk.ui.util.ComponentActivationListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>, org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>

    public class HtmlBasedWidgetController
    extends DefaultWidgetController
    See Also:
    Serialized Form
    • Constructor Detail

      • HtmlBasedWidgetController

        public HtmlBasedWidgetController​(java.lang.String viewURI,
                                         WidgetDefinition widgetDefinition)
    • Method Detail

      • getViewURI

        public java.lang.String getViewURI()
      • getAdaptedViewURI

        protected java.lang.String getAdaptedViewURI()
      • addSlashPrefix

        protected java.lang.String addSlashPrefix​(java.lang.String path)
      • removeCockpitngPrefix

        protected java.lang.String removeCockpitngPrefix​(java.lang.String pathValue)
      • initializeController

        protected void initializeController​(org.zkoss.zk.ui.Component comp)
      • initViewScript

        protected void initViewScript​(org.zkoss.zul.Html html)
      • getJSScriptLibPath

        protected java.lang.String getJSScriptLibPath()
      • getJSScriptWidgetClassPath

        protected java.lang.String getJSScriptWidgetClassPath()
      • setCurrentWidgetId

        protected void setCurrentWidgetId​(org.zkoss.zul.Html html)
      • initGeneralProperties

        protected void initGeneralProperties​(org.zkoss.zul.Html html)
      • storeSessionInfoInJsWidget

        protected void storeSessionInfoInJsWidget​(org.zkoss.zul.Html html)
      • initSocketsSupport

        protected void initSocketsSupport​(org.zkoss.zk.ui.Component html)
      • initModelSupport

        protected void initModelSupport​(org.zkoss.zk.ui.Component html)
      • getUpdateModelScript

        protected java.lang.String getUpdateModelScript​(org.zkoss.zk.ui.Component html)
      • getInitLocalizationScript

        protected java.lang.String getInitLocalizationScript​(org.zkoss.zk.ui.Component html)
      • appendInitScript

        protected void appendInitScript​(org.zkoss.zk.ui.Component component,
                                        java.lang.String script)
      • initLocalization

        protected void initLocalization​(org.zkoss.zk.ui.Component component)
      • getConfigurationSupportScript

        protected java.lang.String getConfigurationSupportScript​(org.zkoss.zk.ui.Component component)
      • initConfigurationSupport

        protected void initConfigurationSupport​(org.zkoss.zk.ui.Component component)
      • fireWidgetReady

        protected void fireWidgetReady​(org.zkoss.zk.ui.Component component)