public class ResultNode extends TypeChildNode
| Constructor and Description |
|---|
ResultNode(Node parent,
Map attributes)
Creates a new ResultNode with the given parent and 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.
|
int |
getDefaultViewMode() |
EditViewNode |
getEditViewNode() |
ItemLayoutNode |
getItemLayoutNode(int viewMode)
Returns the ItemLayoutNode which is a child of one of ViewNodes of this ResultNode.
|
ListViewNode |
getListViewNode() |
ExplorableNode |
getTreeViewExplorableNode() |
TreeViewNode |
getTreeViewNode() |
boolean |
showScrollbar(int viewMode) |
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, setPositionInfopublic ResultNode(Node parent, Map attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionpublic ItemLayoutNode getItemLayoutNode(int viewMode)
viewMode - the view mode (see Constants.LISTMODES)public boolean showScrollbar(int viewMode)
public ListViewNode getListViewNode()
public EditViewNode getEditViewNode()
public TreeViewNode getTreeViewNode()
public ExplorableNode getTreeViewExplorableNode()
public int getDefaultViewMode()
Copyright © 2017 SAP SE. All Rights Reserved.