Class PageUrlSectionRenderer
java.lang.Object
de.hybris.platform.cmscockpit.components.editorarea.PageUrlSectionRenderer
- All Implemented Interfaces:
SectionRenderer
Renders Page URL section in editor area. It renders a ULR section row for each
CMSUrlResolver that is mapped
using the configurable resolvers property.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateSimpleRowSection(org.zkoss.zk.ui.api.HtmlBasedComponent rowContainer, String label, Object value, String helpText) voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) voidsetResolvers(Map<String, CMSUrlResolver<AbstractPageModel>> resolvers)
-
Constructor Details
-
PageUrlSectionRenderer
public PageUrlSectionRenderer()
-
-
Method Details
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) - Specified by:
renderin interfaceSectionRenderer
-
createSimpleRowSection
-
setResolvers
-