public class ListNode extends AbstractNode
OPEN_TAG| Constructor and Description |
|---|
ListNode(String nodeName,
String nodeText) |
| Modifier and Type | Method and Description |
|---|---|
AbstractNode |
getElement(int atPosition) |
int |
getRows() |
void |
initializeNodesList(int numberOfRows)
initialize node (create nodes list)
|
void |
setElement(AbstractNode row,
int x_Position)
set element (node) at x position in nodesList
|
addAttribute, addAttributes, addChildNode, addChildNodes, getAttributeByName, getAttributes, getChildNodeByName, getChildNodes, getNodeName, getNodeText, getParentNode, getStyleClass, isOpenTag, setAttributes, setChildNodes, setNodeName, setNodeText, setParentNodepublic void initializeNodesList(int numberOfRows)
numberOfRows - number of rows (elements) in listpublic void setElement(AbstractNode row, int x_Position)
row - x_Position - public AbstractNode getElement(int atPosition)
public int getRows()
Copyright © 2017 SAP SE. All Rights Reserved.