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 Details

  • Method Details

    • render

      public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component captionComponent, Section section)
      Specified by:
      render in interface SectionRenderer
      Overrides:
      render in class DefaultSectionRenderer
    • 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()