Web Dynpro API Documentation

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

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

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

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDNodeElement
 IWDNodeElement IWDNode.getElementAt(int index)
          Returns the element at the given index.
 IWDNodeElement IWDNode.getCurrentElement()
          Returns the current element (at the lead selection) or null if no element is selected.
 IWDNodeElement IWDNode.getParentElement()
          Returns the parent element.
 IWDNodeElement IWDNode.movePrevious()
          Moves the lead selection to the previous element in the node collection, if such an element exists.
 IWDNodeElement IWDNode.moveNext()
          Moves the lead selection to the next element in the node collection, if such an element exists.
 IWDNodeElement IWDNode.createElement()
          Creates a new node element of the type used for this value node.
 IWDNodeElement IWDNode.createElement(java.lang.Object reference)
          Creates a new node element of the type used for this model node.
 

Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDNodeElement
 void IWDOVSNotificationListener.applyResult(IWDNodeElement applicationNodeElement, java.lang.Object queryModelClass)
          notifies about the successful selection of a result element, now it's the moment to apply the query result to the application node.
 void IWDOVSNotificationListener.applyInputValues(IWDNodeElement applicationNodeElement, java.lang.Object inputModelClass)
          notifies about the moment, when application data can be applied to the data, which is shown in the search mask.
 void IWDViewController.requestFocus(IWDNodeElement nodeElement, IWDAttributeInfo attribute)
          Requests to change the keyboard input focus to the UI element whose primary use is to edit a property bound to the given attribute.
 boolean IWDValidationCheck.isValidAttribute(IWDNodeElement elem, IWDAttributeInfo attr)
          Check if a context attribute is valid.
 boolean IWDValidationCheck.isValidNodeElement(IWDNodeElement elem)
          Check if all context attributes are valid which are descendants relative to elem.
 void IWDValidationCheck.setAttributeValid(IWDNodeElement elem, IWDAttributeInfo attr)
          Set an attribute to valid.
 java.lang.String IWDValidationCheck.getExternalValue(IWDNodeElement nodeElement, IWDAttributeInfo attrInfo)
          Get access to the external string representation of an context attribute.
 void WDOVSContextNotificationAdapter.onQuery(IWDNodeElement queryInputNodeElement, IWDNode queryOutputNode)
           
 void WDOVSContextNotificationAdapter.applyResult(IWDNodeElement applicationNodeElement, IWDNodeElement queryOutputNodeElement)
           
 void WDOVSContextNotificationAdapter.applyInputValues(IWDNodeElement applicationNodeElement, IWDNodeElement queryInputNodeElement)
           
 void IWDNode.setTreeSelection(IWDNodeElement element)
          Sets the lead selections of the whole node's subtree such that the path to the given element is selected and all other nodes are unselected.
 void IWDNode.addElement(IWDNodeElement element)
          Adds an element to the node collection.
 void IWDNode.addElement(int index, IWDNodeElement element)
          Adds an element to the node collection at the given index.
 boolean IWDNode.removeElement(IWDNodeElement element)
          Removes an element from the node collection.
 void WDOVSNotificationAdapter.applyResult(IWDNodeElement applicationNodeElement, java.lang.Object queryModelClass)
           
 void WDOVSNotificationAdapter.applyInputValues(IWDNodeElement applicationNodeElement, java.lang.Object inputModelClass)
           
 void IWDOVSContextNotificationListener.onQuery(IWDNodeElement queryInputNodeElement, IWDNode queryOutputNode)
          notifies about a request of a query
 void IWDOVSContextNotificationListener.applyResult(IWDNodeElement applicationNodeElement, IWDNodeElement queryOutputNodeElement)
          notifies about the successful selection of a result element, now it's the moment to apply the query result to the application node.
 void IWDOVSContextNotificationListener.applyInputValues(IWDNodeElement applicationNodeElement, IWDNodeElement queryInputNodeElement)
          notifies about the moment, when application data can be applied to the data, which is shown in the search mask.
 void IWDMessageManager.raiseInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, WDNonFatalException ex, boolean cancelNavigation)
          Raises an exception caused by an invalid context attribute value.
 void IWDMessageManager.reportInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, WDNonFatalException ex, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.raiseInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, java.lang.String message, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.reportInvalidContextAttributeException(IWDNodeElement element, IWDAttributeInfo attribute, java.lang.String message, boolean cancelNavigation)
          Report an exception caused by an invalid context attribute value.
 void IWDMessageManager.raiseInvalidContextAttributeMessage(IWDNodeElement element, IWDAttributeInfo attribute, IWDMessage messageItem, java.lang.Object[] args, boolean cancelNavigation)
          Raises a message caused by an invalid context attribute value.This method internally raises a Runtime exception and execution is continued in the Web Dynpro framework.
 void IWDMessageManager.reportContextAttributeMessage(IWDNodeElement element, IWDAttributeInfo attribute, IWDMessage messageItem, java.lang.Object[] args, boolean cancelNavigation)
          Report a message item caused for the given context attribute value.
 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