| Package | Description |
|---|---|
| com.hybris.cockpitng.components | |
| com.hybris.cockpitng.editor.registry.impl | |
| com.hybris.cockpitng.editors |
| Modifier and Type | Method and Description |
|---|---|
protected EditorDefinition |
Editor.getEditorDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Editor.buildEditor(CockpitEditorRenderer<Object> editorRenderer,
EditorDefinition editorDefinition,
EditorContext<Object> editorContext) |
protected CockpitEditorRenderer |
Editor.prepareEditorRenderer(EditorDefinition definition,
String tag) |
protected void |
Editor.renderEditor(CockpitEditorRenderer<Object> editorRenderer,
EditorDefinition editorDefinition,
EditorContext<Object> editorContext) |
| Constructor and Description |
|---|
CockpitEditorRendererFactory(org.springframework.context.ApplicationContext context,
EditorDefinition definition,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
EditorDefinition |
SimpleEditorRegistry.getEditorForCode(String editorDefinitionCode) |
EditorDefinition |
SimpleEditorRegistry.getEditorForType(String editorType) |
protected EditorDefinition |
SimpleEditorRegistry.getEditorForType(String editorType,
boolean scanSuperclasses) |
EditorDefinition |
SimpleEditorRegistry.getFallbackEditor() |
| Modifier and Type | Method and Description |
|---|---|
EditorDefinition |
EditorContext.getDefinition() |
EditorDefinition |
EditorRegistry.getEditorForCode(String editorDefinitionCode)
Returns for the given definition code.
|
EditorDefinition |
EditorRegistry.getEditorForType(String valueType)
Returns an editor for the given value type.
|
EditorDefinition |
EditorRegistry.getFallbackEditor()
Returns an editor that should be used in case there is no dedicated editor.
|
| Constructor and Description |
|---|
EditorContext(T initialValue,
EditorDefinition definition,
Map<String,Object> parameters,
Map<String,Object> labels,
Set<Locale> readableLocales,
Set<Locale> writableLocales) |
Copyright © 2018. All rights reserved.