public abstract class AbstractActionNode extends Node
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActionNode(Node parent,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractActionChip |
createActionChip(DisplayState displayState,
Chip parent) |
Class |
getActionClass() |
String |
getClassName() |
String |
getName() |
addAttribute, addChild, addChildren, checkCreateConditions, clone, 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 AbstractActionNode(Node parent, Map<String,String> attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getName()
public Class getActionClass() throws ClassNotFoundException
ClassNotFoundExceptionpublic String getClassName()
public abstract AbstractActionChip createActionChip(DisplayState displayState, Chip parent)
Copyright © 2017 SAP SE. All Rights Reserved.