|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDNodeInfo | |
| com.sap.tc.webdynpro.clientserver.uielib.adobe.api | |
| com.sap.tc.webdynpro.clientserver.uielib.graphics.api | |
| 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. |
| com.sap.tc.webdynpro.progmodel.api | Contains interfaces and classes that form the core programming model for Web Dynpro applications. |
| Uses of IWDNodeInfo in com.sap.tc.webdynpro.clientserver.uielib.adobe.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api with parameters of type IWDNodeInfo | |
void |
IWDInteractiveForm.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
| Uses of IWDNodeInfo in com.sap.tc.webdynpro.clientserver.uielib.graphics.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type IWDNodeInfo | |
void |
IWDBusinessGraphics.bindSeriesSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property seriesSource to the context node
specified by the given node info. |
void |
IWDPoint.bindValueSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property valueSource to the context node
specified by the given node info. |
void |
IWDSeries.bindPointSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property pointSource to the context node
specified by the given node info. |
| Uses of IWDNodeInfo in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDNodeInfo | |
void |
IWDDateNavigatorMarking.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
void |
IWDTable.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
void |
IWDAbstractTreeNodeType.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
void |
IWDDateNavigatorLegend.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
void |
IWDTree.bindDataSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property dataSource to the context node
specified by the given node info. |
| Uses of IWDNodeInfo in com.sap.tc.webdynpro.progmodel.api |
| Methods in com.sap.tc.webdynpro.progmodel.api that return IWDNodeInfo | |
IWDNodeInfo |
IWDAttributeInfo.getNode()
Returns the node info, this attribute belongs to. |
IWDNodeInfo |
IWDNodeInfo.getParent()
Returns the parent NodeInfo. |
IWDNodeInfo |
IWDNodeInfo.getChild(java.lang.String id)
Returns the NodeInfo for the named child node. |
IWDNodeInfo |
IWDNodeInfo.addChild(java.lang.String name,
java.lang.Class elementClass,
boolean singleton,
boolean mandatory,
boolean multiple,
boolean mandatorySelection,
boolean multipleSelection,
boolean initializeLeadSelection,
java.lang.Object dataType,
IWDNodeCollectionSupplier supplier,
IWDNodeCollectionDisposer disposer)
Dynamically declares and adds an unmapped child NodeInfo with the given properties. |
IWDNodeInfo |
IWDNodeInfo.addChild(java.lang.String name,
java.lang.Class elementClass,
boolean singleton,
boolean mandatory,
boolean multiple,
boolean mandatorySelection,
boolean multipleSelection,
boolean initializeLeadSelection,
java.lang.String dataType,
IWDNodeCollectionSupplier supplier,
IWDNodeCollectionDisposer disposer)
Dynamically declares and adds an unmapped child NodeInfo with the given properties. |
IWDNodeInfo |
IWDNodeInfo.addMappedChild(java.lang.String name,
java.lang.Class elementClass,
boolean singleton,
boolean mandatorySelection,
boolean multipleSelection,
java.lang.String mappedPath,
boolean selectionMapped,
boolean initializeLeadSelection)
Dynamically declares and adds a mapped child NodeInfo with the given properties. |
IWDNodeInfo |
IWDNodeInfo.addRecursiveChild(IWDNodeInfo parent)
Dynamically adds a recursive child NodeInfo having the same name as the referenced node. |
IWDNodeInfo |
IWDNodeInfo.addRecursiveChild(java.lang.String name,
IWDNodeInfo parent)
Dynamically adds a recursive child NodeInfo. |
IWDNodeInfo |
IWDContext.getRootNodeInfo()
Returns the node info of the root node of this context. |
IWDNodeInfo |
IWDNode.getNodeInfo()
Returns the meta data for this node. |
| Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDNodeInfo | |
void |
IWDNodeInfo.setMapping(IWDNodeInfo mappedNode,
boolean selectionMapped)
Sets the mapping of a mapped node that has been declared before. |
IWDNodeInfo |
IWDNodeInfo.addRecursiveChild(IWDNodeInfo parent)
Dynamically adds a recursive child NodeInfo having the same name as the referenced node. |
IWDNodeInfo |
IWDNodeInfo.addRecursiveChild(java.lang.String name,
IWDNodeInfo parent)
Dynamically adds a recursive child NodeInfo. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||