| Package | Description |
|---|---|
| de.hybris.platform.hmc.generic | |
| de.hybris.platform.hmc.generic.nodes |
| Modifier and Type | Method and Description |
|---|---|
ClassConfigNode |
GenericAtomicTypeListChip.getEditorNode() |
ClassConfigNode |
GenericMapTypeListChip.getKeyEditorNode() |
ClassConfigNode |
GenericMapTypeListChip.getValueEditorNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAtomicTypeListChip.setEditorNode(ClassConfigNode editorNode) |
void |
GenericMapTypeListChip.setKeyEditorNode(ClassConfigNode keyEditorNode) |
void |
GenericMapTypeListChip.setValueEditorNode(ClassConfigNode valueEditorNode) |
| Modifier and Type | Method and Description |
|---|---|
ClassConfigNode |
AttributeNode.getClassConfigNode()
Returns the
ClassConfigNode which is a child of this node. |
ClassConfigNode |
AttributeTypeNode.getClassConfigNode()
Returns the ClassConfigNode which is a child of this node (element "editor") and which contains the description of
the attribute editor chip which is to be used.
|
ClassConfigNode |
AttributeTypeNode.getDisplayNode()
Returns the ClassConfigNode which is a child of this node (element "display") and which contains the description
of the attribute display chip which is to be used.
|
ClassConfigNode |
DefaultAttributeChipsNode.getDisplayNode(Class attributeClass) |
static ClassConfigNode |
StructureLoader.getDisplayNode(Class attributeClass) |
ClassConfigNode |
CollectionEditorNode.getElementEditorNode()
Returns the ClassConfigNode which is a child of this node (element "editor") and which contains the description of
the attribute editor chip which is to be used as editor for the elements of the collection.
|
ClassConfigNode |
MapEditorNode.getKeyEditorNode()
Returns the ClassConfigNode which is a child of this node (element "keyeditor") and which contains the description
of the attribute editor chip which is to be used as the key editor.
|
ClassConfigNode |
MapEditorNode.getValueEditorNode()
Returns the ClassConfigNode which is a child of this node (element "valueeditor") and which contains the
description of the attribute editor chip which is to be used as the value editor.
|
Copyright © 2017 SAP SE. All Rights Reserved.