public class ItemEditorLayoutNode extends ItemLayoutNode
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
clone(Node newParent)
This method returns a clone of the current node whichs parent node is specified by the parameter newParent.
|
getAttributeNames, getAttributeNode, getAttributeNodes, getAttributeTitles, getAttributeWidths, initVariantAttributes, isInitialized, setInitializedfindTypeNode, getAttributeDescriptoraddAttribute, addChild, addChildren, checkCreateConditions, 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 ItemEditorLayoutNode(String elementName, Node parent, Map attributes) throws NodeCreationFailedException
elementName - parent - attributes - NodeCreationFailedExceptionpublic ItemEditorLayoutNode(Node parent, Map attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionpublic Node clone(Node newParent)
Nodeclone in class ItemLayoutNodenewParent - The parent of the cloned node.Copyright © 2017 SAP SE. All Rights Reserved.