| Package | Description |
|---|---|
| de.hybris.platform.hmc.generic.nodes |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributeChipNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ReferenceEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
TreeViewNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
HMCClassMappingNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
CustomEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
MapEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
IntegerEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
WysiwygEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ActionNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
CollectionEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
UploadToMediaEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
DefaultAttributeChipsNode.checkCreateConditions(Node parent,
Map attributes)
Checks if the parent of this node is a ConfigurationNode and throws a NodeCreationFailedException if it is not.
|
protected void |
StringEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
FloatEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
TextNode.checkCreateConditions(Node parent,
Map attributes)
Checks for the correct parent elements and a non-empty name attribute and throws a NodeCreationFailedException if
they are incorrect.
|
protected void |
DateEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
AdvanceBooleanEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
LongEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
MediaEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
DownloadMediaEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ColumnNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
CharacterEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ShortEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
TypeNode.checkCreateConditions(Node parent,
Map attributes)
Check if type is found.
|
protected void |
GUIActionNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ListViewNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ReferenceMultiSelectEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ExplorableNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ExplorerTreeNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
TextAreaEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
BooleanEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
EditViewNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
AttributeNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ClassConfigNode.checkCreateConditions(Node parent,
Map attributes)
Checks if the given classname (within the attribute map) is a real classname.
|
protected void |
CustomTabNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
DateTimeEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ReferenceCollectionEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ItemActionNode.checkCreateConditions(Node parent,
Map attributes)
Overrides
Node.checkCreateConditions(Node, Map) to check if the given class is an ItemAction. |
protected void |
EnumerationValueSelectEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
ByteEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
DoubleEditorNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
AttributeTypeNode.checkCreateConditions(Node parent,
Map attributes)
Checks if the parent of this node is a DefaultAttributeChipsNode and if the given classname can be resolved.
|
protected void |
TypeReferenceNode.checkCreateConditions(Node parent,
Map attributes) |
protected void |
AbstractClassMappingNode.checkCreateConditions(Node parent,
Map<String,String> attributes) |
protected void |
Node.checkCreateConditions(Node parent,
Map<String,String> attributes)
This method will automatically be called during creation of this Node.
|
protected Node |
StructureLoader.createNode(Node parent,
String name,
Map<String,String> attributes) |
static ActionNode |
ActionNode.getInstance(Node parent,
Map attributes) |
| Constructor and Description |
|---|
AbstractActionNode(Node parent,
Map<String,String> attributes) |
AbstractClassMappingNode(Node parent,
Map<String,String> attributes) |
AbstractEditorNode(Node parent,
Map<String,String> attributes) |
ActionNode(Node parent,
Map<String,String> attributes) |
AdvanceBooleanEditorNode(Node parent,
Map<String,String> attributes) |
AttributeChipNode(Node parent,
Map<String,String> attributes) |
AttributeCollectionNode(Node parent,
Map attributes) |
AttributeNode(Node parent,
Map<String,String> attributes)
Creates a new AttributeNode with the given parent and attributes.
|
AttributeTypeNode(Node parent,
Map attributes)
Creates a new AttributeTypeNode with the given parent and attributes.
|
BooleanEditorNode(Node parent,
Map attributes) |
ByteEditorNode(Node parent,
Map attributes) |
CharacterEditorNode(Node parent,
Map attributes) |
ChildrenNode(Node parent,
Map attributes) |
ClassConfigNode(Node parent,
Map attributes)
Creates a new ClassConfigNode with the given parent and attributes.
|
ClassConfigNode(String elementName,
Node parent,
Map attributes)
Creates a new ClassConfigNode with the given parent and attributes.
|
ClassMappingsNode(Node parent,
Map attributes) |
CollectionEditorNode(Node parent,
Map attributes) |
ColumnLayoutNode(Node parent,
Map attributes) |
ColumnNode(Node parent,
String type,
Map attributes) |
ComparatorNode(Node parent,
Map attributes) |
ConditionNode(Node parent,
Map attributes) |
ConfigurationNode(Map<String,String> attributes) |
CustomAttributeChipNode(Node parent,
Map attributes) |
CustomChipNode(Node parent,
Map attributes) |
CustomEditorNode(Node parent,
Map attributes) |
CustomTabNode(Node parent,
Map attributes) |
DateEditorNode(Node parent,
Map attributes) |
DateTimeEditorNode(Node parent,
Map attributes) |
DefaultAttributeChipsNode(Node parent,
Map<String,String> attributes) |
DefaultEditorNode(Node parent,
Map attributes) |
DefaultReferenceNode(Node parent,
Map attributes) |
DefaultSectionNode(Node parent,
Map attributes) |
DoubleEditorNode(Node parent,
Map attributes) |
DownloadMediaEditorNode(Node parent,
Map attributes) |
EditorChildNode(Node parent,
Map attributes) |
EditorNode(Node parent,
Map attributes) |
EditViewNode(Node parent,
Map attributes) |
EnumerationValueSelectEditorNode(Node parent,
Map attributes) |
ErrorNode(Node parent,
String message) |
EssentialsNode(Node parent,
Map attributes) |
ExcludeNode(Node parent,
Map attributes) |
ExclusionNode(Node parent,
Map attributes) |
ExplorableNode(Node parent,
Map attributes) |
ExplorableNode(String elementName,
Node parent,
Map attributes) |
ExplorerNode(Node parent,
Map attributes) |
ExplorerTreeNode(Node parent,
Map attributes) |
ExplorerTreeNode(String elementName,
Node parent,
Map attributes) |
ExternalClassNode(Node parent,
Map attributes) |
FloatEditorNode(Node parent,
Map attributes) |
GroupNode(Node parent,
Map attributes) |
GUIActionNode(Node parent,
Map attributes) |
HMCClassMappingNode(Node parent,
Map attributes) |
InlineShortcutNode(Node parent,
Map attributes) |
IntegerEditorNode(Node parent,
Map attributes) |
ItemActionNode(Node parent,
Map attributes) |
ItemDisplayLayoutNode(Node parent,
Map attributes)
Creates a new ItemDisplayLayoutNode with the given parent and attributes.
|
ItemDisplayLayoutNode(String elementName,
Node parent,
Map attributes)
Creates a new ItemDisplayLayoutNode with the given element name, parent and attributes.
|
ItemEditorLayoutNode(Node parent,
Map attributes)
Creates a new ItemEditorLayoutNode with the given parent and attributes.
|
ItemEditorLayoutNode(String elementName,
Node parent,
Map attributes)
Creates a new ItemEditorLayoutNode with the given element name, parent and attributes.
|
ItemLayoutNode(Node parent,
Map attributes)
Creates a new ItemLayoutNode with the given parent and attributes.
|
ItemLayoutNode(String elementName,
Node parent,
Map attributes) |
ItemNode(Node parent,
Map attributes) |
ItemNode(String elementName,
Node parent,
Map attributes) |
LabelCollectionNode(Node parent,
Map attributes) |
LabelNode(Node parent,
Map attributes) |
LayoutNode(Node parent,
Map attributes) |
ListLayoutNode(Node parent,
Map attributes) |
ListViewNode(Node parent,
Map attributes) |
LongAsDateEditorNode(Node parent,
Map attributes) |
LongAsDateTimeEditorNode(Node parent,
Map attributes) |
LongEditorNode(Node parent,
Map attributes) |
MapEditorNode(Node parent,
Map attributes) |
MediaEditorNode(Node parent,
Map attributes) |
Node(Node parent)
Creates a new node with the given parent, an empty string as element name and no attributes.
|
Node(Node parent,
Map<String,String> attributes)
Creates a new node with the given parameters and an empty string as element name.
|
Node(String elementName,
Node parent,
Map<String,String> attributes)
Creates a new node with the given parameters.
|
OrganizerNode(Node parent,
Map attributes)
Create a new OrganizerNode with the given parent and attributes.
|
ParameterNode(Node parent,
Map attributes) |
PartOfReferenceEditorNode(Node parent,
Map attributes) |
PresetNode(Node parent,
Map attributes) |
ReferenceCollectionEditorNode(Node parent,
Map attributes) |
ReferenceEditorNode(Node parent,
Map attributes) |
ReferenceMultiSelectEditorNode(Node parent,
Map attributes) |
RestrictorNode(Node parent,
Map attributes) |
ResultNode(Node parent,
Map attributes)
Creates a new ResultNode with the given parent and attributes.
|
RowNode(Node parent,
Map attributes) |
SearchNode(Node parent,
Map attributes) |
SearchResultActionNode(Node parent,
Map attributes) |
SectionNode(Node parent,
Map attributes) |
SelectionOfCollectionReferenceEditorNode(Node parent,
Map attributes) |
SelectionOfReferenceEditorNode(Node parent,
Map attributes) |
ShortcutNode(Node parent,
Map attributes) |
ShortEditorNode(Node parent,
Map attributes) |
SpecialEditorNode(Node parent,
Map attributes) |
StaticContentNode(Node parent,
Map attributes) |
StringEditorNode(Node parent,
Map attributes) |
StringSelectEditorNode(Node parent,
Map attributes) |
SubTypeSelectEditorNode(Node parent,
Map attributes) |
TableNode(Node parent,
Map attributes) |
TabNode(Node parent,
Map attributes) |
TabRefNode(Node parent,
Map attributes) |
TDNode(Node parent,
Map attributes) |
TextAreaEditorNode(Node parent,
Map attributes) |
TextNode(Node parent,
Map attributes)
Creates a new TextNode.
|
TextNode(String elementName,
Node parent,
Map attributes)
Creates a new TextNode.
|
ToolbarActionNode(Node parent,
Map attributes) |
TreeNode(Node parent,
Map attributes) |
TreeNode(String elementName,
Node parent,
Map attributes) |
TreeViewNode(Node parent,
Map attributes) |
TRNode(Node parent,
Map attributes) |
TypeChildNode(Node parent,
Map attributes) |
TypeChildNode(String elementName,
Node parent,
Map attributes) |
TypeNode(Node parent,
Map attributes) |
TypeReferenceNode(Node parent,
Map attributes) |
UploadToMediaEditorNode(Node parent,
Map attributes) |
WarningNode(Node parent,
String message) |
WysiwygEditorNode(Node parent,
Map attributes) |
Copyright © 2017 SAP SE. All Rights Reserved.