Class EditorSectionRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionRenderer
-
- de.hybris.platform.cockpit.session.impl.EditorSectionRenderer
-
- All Implemented Interfaces:
SectionRenderer
public class EditorSectionRenderer extends DefaultSectionRenderer
-
-
Constructor Summary
Constructors Constructor Description EditorSectionRenderer(EditorAreaController editorAreaController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EditorAreaControllergetEditorAreaController()protected org.zkoss.zk.ui.ComponentgetOnLaterComponent()voidrender(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 Detail
-
EditorSectionRenderer
public EditorSectionRenderer(EditorAreaController editorAreaController)
-
-
Method Detail
-
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
protected EditorAreaController getEditorAreaController()
-
getOnLaterComponent
protected org.zkoss.zk.ui.Component getOnLaterComponent()
-
-