com.sap.tc.webdynpro.progmodel.api
Interface IWDOVSContextNotificationListener
- All Known Implementing Classes:
- WDOVSContextNotificationAdapter
- public interface IWDOVSContextNotificationListener
Callback interface that must be implemented by applications that
use a context based OVS.
This type is intended to be implemented by applications using Web Dynpro.
- Version:
- $Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_progmodel/java/com/sap/tc/webdynpro/progmodel/api/IWDOVSContextNotificationListener.java#1 $
|
Method Summary |
void |
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 |
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 |
onQuery(IWDNodeElement queryInputNodeElement,
IWDNode queryOutputNode)
notifies about a request of a query |
onQuery
public void onQuery(IWDNodeElement queryInputNodeElement,
IWDNode queryOutputNode)
- notifies about a request of a query
- Parameters:
queryInputNode, - the node of input parameters for the queryqueryOutputNode, - the output node, where the result of the query has to be inserted
applyResult
public void 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. Selected element is marked by leadselection
- Parameters:
applicationNodeElement, - the parent node element of the attribute, for which ovs was started in the applicationqueryOutputNode, - the result node of the query
applyInputValues
public void 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.
- Parameters:
applicationNodeElement, - the parent node element of the attribute, for which ovs was started in the applicationqueryInputNode, - the node which is shown in the search mask
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15