Class EditorSectionRenderer
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRenderer
de.hybris.platform.cockpit.session.impl.EditorSectionRenderer
- All Implemented Interfaces:
SectionRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EditorAreaControllerprotected org.zkoss.zk.ui.Componentvoidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) protected voidrenderLater(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) voidupdatePropertyArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section)
-
Constructor Details
-
EditorSectionRenderer
-
-
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- Overrides:
renderin classDefaultSectionRenderer
-
renderLater
protected void renderLater(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section) -
updatePropertyArea
public void updatePropertyArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section) -
getEditorAreaController
-
getOnLaterComponent
protected org.zkoss.zk.ui.Component getOnLaterComponent()
-