| Modifier and Type | Method and Description |
|---|---|
EditorNode |
CatalogHMCExtension.adjustEditorConfiguration(EditorNode defaultNode,
ComposedType type,
Item forItem) |
| Modifier and Type | Method and Description |
|---|---|
EditorNode |
CatalogHMCExtension.adjustEditorConfiguration(EditorNode defaultNode,
ComposedType type,
Item forItem) |
| Modifier and Type | Field and Description |
|---|---|
protected EditorNode |
ItemChip.editorNode |
| Modifier and Type | Method and Description |
|---|---|
EditorNode |
ItemChip.getEditorNode() |
| Constructor and Description |
|---|
ItemChip(EditorNode node,
DisplayState displayState,
Chip parent,
Item item) |
ItemChip(EditorNode node,
DisplayState displayState,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
EditorNode |
HMCExtension.adjustEditorConfiguration(EditorNode defaultNode,
ComposedType type,
Item forItem)
Allows to provide a customized
EditorNode for each item instead of using one for all items (depending upon
their type). |
| Modifier and Type | Method and Description |
|---|---|
EditorNode |
HMCExtension.adjustEditorConfiguration(EditorNode defaultNode,
ComposedType type,
Item forItem)
Allows to provide a customized
EditorNode for each item instead of using one for all items (depending upon
their type). |
| Constructor and Description |
|---|
GenericItemChip(EditorNode node,
DisplayState displayState,
Chip parent,
Item item,
boolean asWizard) |
GenericItemChip(EditorNode node,
DisplayState displayState,
ComposedType type,
Item item,
boolean asWizard)
Creates a new item editor chip.
|
GenericItemCreatorChip(EditorNode node,
DisplayState displayState,
Chip parent,
ComposedType type) |
GenericItemCreatorChip(EditorNode node,
DisplayState displayState,
ComposedType type) |
| Modifier and Type | Method and Description |
|---|---|
EditorNode |
OrganizerNode.getEditorNode()
Returns the EditorNode which is a child of this organizernode
|
EditorNode |
TypeNode.getEditorNode()
Returns the EditorNode which is a child of the organizernode of this typenode.
|
EditorNode |
Node.getEditorNode()
Returns the parent
EditorNode instance of this node, or Null, if this Node
is not a child of an EditorNode. |
static EditorNode |
StructureLoader.getEditorNode(ComposedType type) |
static EditorNode |
StructureLoader.getEditorNode(Item item) |
static EditorNode |
StructureLoader.modifyEditorNode(EditorNode toModify,
String xmlCfg)
Applies changes to an existing
EditorNode defined within a given xml string. |
| Modifier and Type | Method and Description |
|---|---|
static EditorNode |
StructureLoader.modifyEditorNode(EditorNode toModify,
String xmlCfg)
Applies changes to an existing
EditorNode defined within a given xml string. |
| Constructor and Description |
|---|
OrganizerItemChip(EditorNode cfg,
DisplayState displayState,
Chip parent,
Item item,
boolean asWizard)
Creates a new item editor chip.
|
OrganizerItemCreatorChip(EditorNode node,
DisplayState displayState,
Chip parent,
ComposedType type)
Creates a new item editor chip.
|
Copyright © 2017 SAP SE. All Rights Reserved.