public class ItemActionNode extends GUIActionNode
CLASSNAME| Modifier | Constructor and Description |
|---|---|
protected |
ItemActionNode(Node parent,
Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
Map attributes)
Overrides
Node.checkCreateConditions(Node, Map) to check if the given class is an ItemAction. |
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) |
HMCAction |
getActionClassInstance() |
protected boolean |
isAutoSave()
Returns true if the xml attribute 'autosave' contains true.
|
protected boolean |
isHideButton() |
protected boolean |
isShowToolbarLabel() |
getDisabledIcon, getIcon, getName, getToolbarIconcreateFromClass, createFromScript, getActionClass, getClassName, getInstance, getParams, getScriptURI, getTooltip, getTypeaddAttribute, 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, setPositionInfoprotected ItemActionNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic Chip createChip(DisplayState displayState, Chip parent)
public HMCAction getActionClassInstance()
getActionClassInstance in class ActionNodeprotected boolean isShowToolbarLabel()
protected boolean isAutoSave()
protected boolean isHideButton()
public Node clone(Node newParent)
Nodeclone in class ActionNodenewParent - The parent of the cloned node.protected void checkCreateConditions(Node parent, Map attributes) throws NodeCreationFailedException
Node.checkCreateConditions(Node, Map) to check if the given class is an ItemAction.checkCreateConditions in class GUIActionNodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failsCopyright © 2017 SAP SE. All Rights Reserved.