Class DefaultSectionPanelLabelRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionPanelLabelRenderer
-
- All Implemented Interfaces:
SectionPanelLabelRenderer
public class DefaultSectionPanelLabelRenderer extends java.lang.Object implements SectionPanelLabelRenderer
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringSECTION_PANEL_LABEL_DIV_SCLASS
-
Constructor Summary
Constructors Constructor Description DefaultSectionPanelLabelRenderer(UIEditorArea editorArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UIEditorAreagetEditorArea()voidrender(java.lang.String label, java.lang.String imageUrl, org.zkoss.zk.ui.Component parent)
-
-
-
Field Detail
-
SECTION_PANEL_LABEL_DIV_SCLASS
protected static final java.lang.String SECTION_PANEL_LABEL_DIV_SCLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DefaultSectionPanelLabelRenderer
public DefaultSectionPanelLabelRenderer(UIEditorArea editorArea)
-
-
Method Detail
-
render
public void render(java.lang.String label, java.lang.String imageUrl, org.zkoss.zk.ui.Component parent)- Specified by:
renderin interfaceSectionPanelLabelRenderer
-
getEditorArea
protected UIEditorArea getEditorArea()
-
-