public class ShortcutNode extends Node implements ChipCreator
| Modifier | Constructor and Description |
|---|---|
protected |
ShortcutNode(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.
|
Chip |
createChip(DisplayState displayState,
Chip parent) |
String |
getClassName()
returns the classname of the special shortcut class.
|
String |
getIcon() |
String |
getName() |
Map |
getParameters()
Returns a map of parameters containing the key/value pairs defined in the "parameter" children of this node
|
ComposedType |
getTargetType() |
ComposedType |
getTargetType(JaloSession jaloSession)
Deprecated.
please use method getTargetType()
|
String |
getUsage() |
boolean |
isAutoPerform() |
addAttribute, 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 ShortcutNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getUsage()
public String getName()
public String getIcon()
@Deprecated public ComposedType getTargetType(JaloSession jaloSession)
public ComposedType getTargetType()
public Chip createChip(DisplayState displayState, Chip parent)
createChip in interface ChipCreatorpublic boolean isAutoPerform()
public String getClassName()
public Node clone(Node newParent)
Nodepublic Map getParameters()
Copyright © 2017 SAP SE. All Rights Reserved.