public class ItemLayoutNode extends TypeChildNode
| Modifier | Constructor and Description |
|---|---|
protected |
ItemLayoutNode(Node parent,
Map attributes)
Creates a new ItemLayoutNode with the given parent and attributes.
|
protected |
ItemLayoutNode(String elementName,
Node parent,
Map 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.
|
List<String> |
getAttributeNames()
Returns the list of attribute names (as
String) of the AttributeNodes which are children of this
node. |
AttributeNode |
getAttributeNode(String name) |
List<AttributeNode> |
getAttributeNodes()
Returns a list of AttributeNodes which are children of this node.
|
Map |
getAttributeTitles()
Returns a Map containing attributename -> columntitle mappings.
|
Map |
getAttributeWidths()
Returns a Map containing attributename->columnwidth mappings.
|
void |
initVariantAttributes(ComposedType type) |
boolean |
isInitialized() |
void |
setInitialized(boolean init) |
findTypeNode, 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, setPositionInfoprotected ItemLayoutNode(Node parent, Map attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionprotected ItemLayoutNode(String elementName, Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic List<String> getAttributeNames()
String) of the AttributeNodes which are children of this
node.String) of the AttributeNodes which are children of this
node.public void initVariantAttributes(ComposedType type)
public List<AttributeNode> getAttributeNodes()
public AttributeNode getAttributeNode(String name)
public boolean isInitialized()
public void setInitialized(boolean init)
public Map getAttributeWidths()
Map containing attributename->columnwidth mappings.public Map getAttributeTitles()
Map containing attributename->columntitle mappings.Copyright © 2017 SAP SE. All Rights Reserved.