public class DefaultAttributeChipsNode extends Node
| Constructor and Description |
|---|
DefaultAttributeChipsNode(Node parent,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
Map attributes)
Checks if the parent of this node is a ConfigurationNode and throws a NodeCreationFailedException if it is not.
|
Node |
clone(Node newParent)
This method returns a clone of the current node whichs parent node is specified by the parameter newParent.
|
Map<Class<?>,AttributeTypeNode> |
getAttributeTypeMapping() |
AttributeTypeNode |
getAttributeTypeNode(Class attributeClass) |
AttributeTypeNode |
getAttributeTypeNodeInternal(Class attributeClass) |
List<AttributeTypeNode> |
getAttributeTypeNodes()
Returns a list of AttributeTypeNodes which are children of this node.
|
ClassConfigNode |
getDisplayNode(Class attributeClass) |
addAttribute, addChild, addChildren, cloneAll, getAttributes, getBooleanAttribute, getBooleanAttribute, getCachedObject, getChild, getChildren, getChildren, getChildrenInternal, getEditorNode, getElementName, getIntegerAttribute, getIntegerAttribute, getLogger, getParent, getPosition, getPositionInfo, getStringAttribute, getStringAttribute, getSuperNode, removeAttribute, removeChild, replace, replaceChild, setAttributes, setElementName, setParent, setPosition, setPositionInfopublic DefaultAttributeChipsNode(Node parent, Map<String,String> attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionprotected void checkCreateConditions(Node parent, Map attributes) throws NodeCreationFailedException
checkCreateConditions in class Nodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failspublic List<AttributeTypeNode> getAttributeTypeNodes()
public Map<Class<?>,AttributeTypeNode> getAttributeTypeMapping()
public AttributeTypeNode getAttributeTypeNode(Class attributeClass)
public ClassConfigNode getDisplayNode(Class attributeClass)
public AttributeTypeNode getAttributeTypeNodeInternal(Class attributeClass)
Copyright © 2017 SAP SE. All Rights Reserved.