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 EditorAreaController
getEditorAreaController()
protected org.zkoss.zk.ui.Component
getOnLaterComponent()
void
render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
protected void
renderLater(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
void
updatePropertyArea(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:
render
in interfaceSectionRenderer
- Overrides:
render
in 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()
-
-