public class StaticContentNode extends TreeNode
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ICON |
| Modifier | Constructor and Description |
|---|---|
protected |
StaticContentNode(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.
|
String |
getDescription() |
String |
getIcon()
Returns the url for the icon to be used with this node.
|
StaticContentLeafChip |
getLeafNodeChip(DisplayState displayState,
Chip parent) |
String |
getName() |
String |
getURI() |
getTreeNodeChipsaddAttribute, 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 static final String DEFAULT_ICON
protected StaticContentNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getName()
public String getURI()
public String getDescription()
public StaticContentLeafChip getLeafNodeChip(DisplayState displayState, Chip parent)
public Node clone(Node newParent)
Nodepublic String getIcon()
Copyright © 2017 SAP SE. All Rights Reserved.