|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.pom.NodeList
public class NodeList
The NodeList is a generic implementation of the INodeList interface
| Constructor Summary | |
|---|---|
NodeList()
Class constructor |
|
| Method Summary | |
|---|---|
void |
addNode(INode node)
Adds a node to this NodeList |
int |
getLength()
The number of items in the list |
int |
getNodeIndex(INode node)
Gets the index of a node in this list |
INode |
item(int index)
The item positionned at the given index. |
void |
removeAllNodes()
|
void |
removeNode(INode node)
Removes a node from this NodeList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeList()
| Method Detail |
|---|
public int getLength()
getLength in interface INodeListpublic INode item(int index)
item in interface INodeListindex - parameter for item
public void addNode(INode node)
node - public void removeNode(INode node)
node - public void removeAllNodes()
public int getNodeIndex(INode node)
getNodeIndex in interface INodeListnode -
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com]
|
default
|
EP-PIN-PRT
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/lib/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||