public class EditorRowRenderer extends java.lang.Object implements SectionRowRenderer
| Modifier and Type | Class and Description |
|---|---|
static interface |
EditorRowRenderer.SingleEditorRenderer |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_QUALIFIER
Under this key attribute qualifier will be stored in map passed...further
|
static java.lang.String |
CREATE_CONTEXT |
static java.lang.String |
CURRENT_OBJECT |
static java.lang.String |
EDITOR_AREA |
static java.lang.String |
SECTION_NAME |
static java.lang.String |
VALUE_CONTAINER |
| Constructor and Description |
|---|
EditorRowRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activateItemInPopupEditor(TypedObject item) |
EditorFactory |
getEditorFactory() |
protected ModelService |
getModelService() |
TypeService |
getTypeService() |
void |
render(SectionPanel panel,
Component parent,
SectionRow row,
java.util.Map<java.lang.String,java.lang.Object> ctx) |
static void |
renderLocalizedStructure(Component parent,
java.util.List<java.lang.String> readableLangs,
java.util.List<java.lang.String> writeableLangs,
EditorRowRenderer.SingleEditorRenderer singleRenderer) |
protected void |
renderLocalizedWrapper(SectionPanel panel,
PropertyValueHolder propertyRow,
Component parent,
java.util.Map<java.lang.String,java.lang.Object> ctx) |
protected void |
renderSingleEditor(SectionPanel panel,
SectionRow sectionRow,
Component parent,
java.lang.String isoCode,
java.util.Map<java.lang.String,java.lang.Object> ctx,
java.util.List<java.lang.String> availableLangIsos) |
protected void |
renderSingleEditor(SectionPanel panel,
SectionRow sectionRow,
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) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setEditorFactory(EditorFactory editorFactory) |
void |
setSystemService(SystemService systemService) |
public static final java.lang.String ATTRIBUTE_QUALIFIER
public static final java.lang.String CREATE_CONTEXT
public static final java.lang.String VALUE_CONTAINER
public static final java.lang.String CURRENT_OBJECT
public static final java.lang.String EDITOR_AREA
public static final java.lang.String SECTION_NAME
protected ModelService getModelService()
public void setSystemService(SystemService systemService)
public void setCockpitTypeService(TypeService typeService)
public TypeService getTypeService()
public void setEditorFactory(EditorFactory editorFactory)
public EditorFactory getEditorFactory()
public void render(SectionPanel panel, Component parent, SectionRow row, java.util.Map<java.lang.String,java.lang.Object> ctx)
render in interface SectionRowRendererprotected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, Component parent, java.lang.String isoCode, java.util.Map<java.lang.String,java.lang.Object> ctx, java.util.List<java.lang.String> availableLangIsos)
protected void renderSingleEditor(SectionPanel panel, SectionRow sectionRow, 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)
protected void activateItemInPopupEditor(TypedObject item)
protected void renderLocalizedWrapper(SectionPanel panel, PropertyValueHolder propertyRow, Component parent, java.util.Map<java.lang.String,java.lang.Object> ctx)
public static void renderLocalizedStructure(Component parent,
java.util.List<java.lang.String> readableLangs,
java.util.List<java.lang.String> writeableLangs,
EditorRowRenderer.SingleEditorRenderer singleRenderer)
Copyright © 2018 SAP SE. All Rights Reserved.