Class EditorRowRenderer
- java.lang.Object
-
- de.hybris.platform.cockpit.session.impl.EditorRowRenderer
-
- All Implemented Interfaces:
SectionRowRenderer
- Direct Known Subclasses:
AdditionalInfoEditorRowRenderer
public class EditorRowRenderer extends java.lang.Object implements SectionRowRenderer
Default editor row renderer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEditorRowRenderer.SingleEditorRenderer
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_QUALIFIERUnder this key attribute qualifier will be stored in map passed...furtherstatic java.lang.StringCREATE_CONTEXTstatic java.lang.StringCURRENT_OBJECTstatic java.lang.StringEDITOR_AREAstatic java.lang.StringSECTION_NAMEstatic java.lang.StringVALUE_CONTAINER
-
Constructor Summary
Constructors Constructor Description EditorRowRenderer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivateItemInPopupEditor(TypedObject item)EditorFactorygetEditorFactory()protected ModelServicegetModelService()TypeServicegetTypeService()voidrender(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, java.util.Map<java.lang.String,java.lang.Object> ctx)static voidrenderLocalizedStructure(org.zkoss.zk.ui.Component parent, java.util.List<java.lang.String> readableLangs, java.util.List<java.lang.String> writeableLangs, EditorRowRenderer.SingleEditorRenderer singleRenderer)protected voidrenderLocalizedWrapper(SectionPanel panel, PropertyValueHolder propertyRow, org.zkoss.zk.ui.Component parent, java.util.Map<java.lang.String,java.lang.Object> ctx)protected voidrenderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, java.lang.String isoCode, java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.List<java.lang.String> availableLangIsos)protected voidrenderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, java.lang.String isoCode, java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.List<java.lang.String> readableLangIsos, java.util.List<java.lang.String> writeableLangIsos)voidsetCockpitTypeService(TypeService typeService)voidsetEditorFactory(EditorFactory editorFactory)voidsetSystemService(SystemService systemService)
-
-
-
Field Detail
-
ATTRIBUTE_QUALIFIER
public static final java.lang.String ATTRIBUTE_QUALIFIER
Under this key attribute qualifier will be stored in map passed...further- See Also:
- Constant Field Values
-
CREATE_CONTEXT
public static final java.lang.String CREATE_CONTEXT
- See Also:
- Constant Field Values
-
VALUE_CONTAINER
public static final java.lang.String VALUE_CONTAINER
- See Also:
- Constant Field Values
-
CURRENT_OBJECT
public static final java.lang.String CURRENT_OBJECT
- See Also:
- Constant Field Values
-
EDITOR_AREA
public static final java.lang.String EDITOR_AREA
- See Also:
- Constant Field Values
-
SECTION_NAME
public static final java.lang.String SECTION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModelService
protected ModelService getModelService()
-
setSystemService
public void setSystemService(SystemService systemService)
-
setCockpitTypeService
public void setCockpitTypeService(TypeService typeService)
-
getTypeService
public TypeService getTypeService()
-
setEditorFactory
public void setEditorFactory(EditorFactory editorFactory)
-
getEditorFactory
public EditorFactory getEditorFactory()
-
render
public void render(SectionPanel panel, org.zkoss.zk.ui.Component parent, SectionRow row, java.util.Map<java.lang.String,java.lang.Object> ctx)
- Specified by:
renderin interfaceSectionRowRenderer
-
renderSingleEditor
protected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, java.lang.String isoCode, java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.List<java.lang.String> availableLangIsos)
-
renderSingleEditor
protected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, org.zkoss.zk.ui.Component parent, java.lang.String isoCode, java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.List<java.lang.String> readableLangIsos, java.util.List<java.lang.String> writeableLangIsos)
-
activateItemInPopupEditor
protected void activateItemInPopupEditor(TypedObject item)
-
renderLocalizedWrapper
protected void renderLocalizedWrapper(SectionPanel panel, PropertyValueHolder propertyRow, org.zkoss.zk.ui.Component parent, java.util.Map<java.lang.String,java.lang.Object> ctx)
-
renderLocalizedStructure
public static void renderLocalizedStructure(org.zkoss.zk.ui.Component parent, java.util.List<java.lang.String> readableLangs, java.util.List<java.lang.String> writeableLangs, EditorRowRenderer.SingleEditorRenderer singleRenderer)
-
-