public class InlineShortcutNode extends TypeChildNode implements ChipCreator
TypeChildNode| Modifier | Constructor and Description |
|---|---|
protected |
InlineShortcutNode(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)
Create and return the appropriate chip for this node.
|
boolean |
getHideLabel() |
ItemLayoutNode |
getItemLayoutNode() |
int |
getLabelWidth() |
int |
getMaxCount() |
String |
getName() |
PresetNode |
getPresetNode() |
String |
getType() |
int |
getWidth() |
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 InlineShortcutNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getName()
public String getType()
public PresetNode getPresetNode()
public ItemLayoutNode getItemLayoutNode()
public int getMaxCount()
public int getLabelWidth()
public int getWidth()
public boolean getHideLabel()
public Chip createChip(DisplayState displayState, Chip parent)
createChip in interface ChipCreatordisplayState - parent - Copyright © 2017 SAP SE. All Rights Reserved.