|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDAbstractTreeNodeType | |
| com.sap.tc.webdynpro.clientserver.uielib.standard.api | Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. |
| Uses of IWDAbstractTreeNodeType in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Subinterfaces of IWDAbstractTreeNodeType in com.sap.tc.webdynpro.clientserver.uielib.standard.api | |
interface |
IWDTreeItemType
Web Dynpro TreeItemType API. |
interface |
IWDTreeNodeType
Web Dynpro TreeNodeType API. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDAbstractTreeNodeType | |
IWDAbstractTreeNodeType[] |
IWDTree.getNodeTypes()
Returns the list of NodeTypes. |
IWDAbstractTreeNodeType |
IWDTree.getNodeType(int index)
Returns the NodeType at the given index. |
IWDAbstractTreeNodeType |
IWDTree.removeNodeType(int index)
Removes the entry at the given index from the list of NodeTypes. |
IWDAbstractTreeNodeType |
IWDTree.removeNodeType(java.lang.String id)
Removes the entry with the given ID from the list of NodeTypes. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDAbstractTreeNodeType | |
void |
IWDTree.addNodeType(IWDAbstractTreeNodeType aAbstractTreeNodeType)
Adds the given NodeType at the end of the list of NodeTypes. |
void |
IWDTree.addNodeType(IWDAbstractTreeNodeType aAbstractTreeNodeType,
int index)
Adds the given NodeType at the specified index in the list of NodeTypes. |
int |
IWDTree.indexOfNodeType(IWDAbstractTreeNodeType aAbstractTreeNodeType)
Returns the index of the given element in the list of NodeTypes or -1 if it is not contained in the list. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||