Class DefaultReferenceInjector

    • Constructor Detail

      • DefaultReferenceInjector

        public DefaultReferenceInjector()
      • DefaultReferenceInjector

        public DefaultReferenceInjector​(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
    • Method Detail

      • getRootComponent

        public org.zkoss.zk.ui.HtmlBasedComponent getRootComponent()
      • setRootComponent

        public void setRootComponent​(org.zkoss.zk.ui.HtmlBasedComponent rootComponent)
      • getDepthWithinSection

        protected int getDepthWithinSection​(org.zkoss.zk.ui.Component parent)
      • injectReference

        public void injectReference​(TypedObject referenceValue,
                                    org.zkoss.zk.ui.HtmlBasedComponent parent,
                                    ContentEditorConfiguration config,
                                    java.lang.Object locationInfo,
                                    boolean hideReadOnly,
                                    java.util.List<org.zkoss.zk.ui.HtmlBasedComponent> captionComponents)
        Specified by:
        injectReference in interface ReferenceInjector
      • injectCmsReference

        protected void injectCmsReference​(TypedObject referenceValue,
                                          ObjectValueContainer refValueContainer,
                                          org.zkoss.zk.ui.HtmlBasedComponent refGroup,
                                          java.lang.Object locationInfo)
      • renderEditor

        protected void renderEditor​(TypedObject refValue,
                                    ObjectValueContainer valueContainer,
                                    org.zkoss.zk.ui.HtmlBasedComponent parent,
                                    java.lang.Object locationInfo)
      • getTypeService

        protected TypeService getTypeService()