Class EditorRowRenderer
java.lang.Object
de.hybris.platform.cockpit.session.impl.EditorRowRenderer
- All Implemented Interfaces:
SectionRowRenderer
- Direct Known Subclasses:
AdditionalInfoEditorRowRenderer
Default editor row renderer.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected ModelServicevoidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) static voidrenderLocalizedStructure(org.zkoss.zk.ui.Component parent, List<String> readableLangs, List<String> writeableLangs, EditorRowRenderer.SingleEditorRenderer singleRenderer) protected voidrenderLocalizedWrapper(SectionPanel panel, PropertyValueHolder propertyRow, org.zkoss.zk.ui.Component parent, Map<String, Object> ctx) protected voidrenderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> availableLangIsos) protected voidrenderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> readableLangIsos, List<String> writeableLangIsos) voidsetCockpitTypeService(TypeService typeService) voidsetEditorFactory(EditorFactory editorFactory) voidsetSystemService(SystemService systemService)
-
Field Details
-
ATTRIBUTE_QUALIFIER
Under this key attribute qualifier will be stored in map passed...further- See Also:
-
CREATE_CONTEXT
- See Also:
-
VALUE_CONTAINER
- See Also:
-
CURRENT_OBJECT
- See Also:
-
EDITOR_AREA
- See Also:
-
SECTION_NAME
- See Also:
-
-
Constructor Details
-
EditorRowRenderer
public EditorRowRenderer()
-
-
Method Details
-
getModelService
-
setSystemService
-
setCockpitTypeService
-
getTypeService
-
setEditorFactory
-
getEditorFactory
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, Map<String, Object> ctx) - Specified by:
renderin interfaceSectionRowRenderer
-
renderSingleEditor
protected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> availableLangIsos) -
renderSingleEditor
protected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, String isoCode, Map<String, Object> ctx, List<String> readableLangIsos, List<String> writeableLangIsos) -
activateItemInPopupEditor
-
renderLocalizedWrapper
protected void renderLocalizedWrapper(SectionPanel panel, PropertyValueHolder propertyRow, org.zkoss.zk.ui.Component parent, Map<String, Object> ctx) -
renderLocalizedStructure
public static void renderLocalizedStructure(org.zkoss.zk.ui.Component parent, List<String> readableLangs, List<String> writeableLangs, EditorRowRenderer.SingleEditorRenderer singleRenderer)
-