Class AdditionalInfoEditorRowRenderer
java.lang.Object
de.hybris.platform.cockpit.session.impl.EditorRowRenderer
de.hybris.platform.configurablebundlecockpits.productcockpit.session.impl.AdditionalInfoEditorRowRenderer
- All Implemented Interfaces:
SectionRowRenderer
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.session.impl.EditorRowRenderer
EditorRowRenderer.SingleEditorRenderer -
Field Summary
FieldsFields inherited from class de.hybris.platform.cockpit.session.impl.EditorRowRenderer
ATTRIBUTE_QUALIFIER, CREATE_CONTEXT, CURRENT_OBJECT, EDITOR_AREA, SECTION_NAME, VALUE_CONTAINER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected org.zkoss.zk.ui.ComponentgetRowContainer(org.zkoss.zk.ui.Component parent) voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) Methods inherited from class de.hybris.platform.cockpit.session.impl.EditorRowRenderer
activateItemInPopupEditor, getEditorFactory, getModelService, getTypeService, renderLocalizedStructure, renderLocalizedWrapper, renderSingleEditor, renderSingleEditor, setCockpitTypeService, setEditorFactory, setSystemService
-
Field Details
-
ADDITIONAL_INFO_TEXT_SCLASS
- See Also:
-
-
Constructor Details
-
AdditionalInfoEditorRowRenderer
public AdditionalInfoEditorRowRenderer()
-
-
Method Details
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) - Specified by:
renderin interfaceSectionRowRenderer- Overrides:
renderin classEditorRowRenderer
-
getAdditionalRowInfo
-
getRowContainer
protected org.zkoss.zk.ui.Component getRowContainer(org.zkoss.zk.ui.Component parent)
-