public class TabNode extends EditorChildNode
| Modifier | Constructor and Description |
|---|---|
protected |
TabNode(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.
|
ClipChip |
createClipChip(DisplayState displayState,
Chip parent,
ComposedType type) |
String |
getID() |
String |
getName() |
SectionNode |
getSection(String name)
Returns the
SectionNode with the specified name or null, if no tab with this name exists. |
List |
getSections() |
void |
initializeClipChip(GenericTabEditorChip tabChip) |
String |
toString() |
isPresetfindTypeNode, 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 TabNode(Node parent, Map attributes) throws NodeCreationFailedException
NodeCreationFailedExceptionpublic String getName()
public String getID()
public ClipChip createClipChip(DisplayState displayState, Chip parent, ComposedType type)
public List getSections()
public SectionNode getSection(String name)
SectionNode with the specified name or null, if no tab with this name exists.name - the name of the sectionSectionNode with the specified name or null, if no tab with this name existspublic void initializeClipChip(GenericTabEditorChip tabChip)
Copyright © 2017 SAP SE. All Rights Reserved.