Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.progmodel.api.IWDNode

Packages that use IWDNode
com.sap.tc.webdynpro.progmodel.api Contains interfaces and classes that form the core programming model for Web Dynpro applications. 
 

Uses of IWDNode in com.sap.tc.webdynpro.progmodel.api
 

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDNode
 IWDNode IWDNodeElement.node()
          Returns the node this element belongs to.
 IWDNode IWDContext.getRootNode()
          Returns the root node of this context.
 IWDNode IWDNode.getChildNode(java.lang.String name, int index)
          Returns the child Node with the given name at the given index.
 

Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDNode
 void IWDNodeNotificationListener.notify(IWDNode notifiedNode, IWDNode notificationSource, java.lang.Object payload)
          The notification sent via the mapping chain.
 boolean IWDValidationCheck.isValidNode(IWDNode node)
          Check if all context attributes are valid which are descendants relative to node.
 void IWDNodeCollectionDisposer.disposeElements(IWDNode node)
          Method called if a value node has been modified and is about to be destroyed.
static IWDBoundValueSet WDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue)
          Create an IWDBoundValueSet.
static IWDBoundValueSet WDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue, IWDBoundValueSet.IWDFilterListener selection)
          Create an IWDBoundValueSet.
static void WDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, IWDNode queryInputNode, IWDNode queryResultNode, IWDOVSContextNotificationListener queryListener)
          adds ovs functionalities for the specified attributes.
 IWDBoundValueSet WDValueServices.IWDValueServices.createBoundValueSet(IWDAttributeInfo attrInfoSelectedKey, IWDNode dataSource, IWDAttributeInfo attrInfoKey, IWDAttributeInfo attrInfoValue, IWDBoundValueSet.IWDFilterListener listener)
          Create an IWDBoundValueSet.
 void WDValueServices.IWDValueServices.addOVSExtension(java.lang.String providerName, IWDAttributeInfo[] startupAttributes, IWDNode queryInputNode, IWDNode queryResultNode, IWDOVSContextNotificationListener queryListener)
          adds ovs functionalities for the specified attributes.
 void IWDBoundValueSet.IWDFilterListener.fillNode(IWDNode valueSetNode, IWDValueFilter filter, java.util.Locale locale)
          Fill context node valueSetNode using filter as search criteria
 void WDOVSContextNotificationAdapter.onQuery(IWDNodeElement queryInputNodeElement, IWDNode queryOutputNode)
           
static void WDCopyService.copyElements(IWDNode source, IWDNode target)
          Copies all elements from source to target.
static void WDCopyService.copySubtree(IWDNode source, IWDNode target)
          Copies all elements from to complete subtree of source to target.
 void WDCopyService.IWDCopyService.copyElements(IWDNode source, IWDNode target)
           
 void WDCopyService.IWDCopyService.copySubtree(IWDNode source, IWDNode target)
           
 void IWDOVSContextNotificationListener.onQuery(IWDNodeElement queryInputNodeElement, IWDNode queryOutputNode)
          notifies about a request of a query
 void IWDNodeCollectionSupplier.supplyElements(IWDNode node, IWDNodeElement parentElement)
          Method to set up the collection for a dependent node after changes in the parent node.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15