Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Interface IWDOVSNotificationListener

All Known Implementing Classes:
WDOVSNotificationAdapter

public interface IWDOVSNotificationListener

Callback interface that must be implemented by applications that use an OVS based on an ICMIQuery.

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/IWDOVSNotificationListener.java#1 $

Method Summary
 void 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 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 onQuery(java.lang.Object inputModelClass)
          notifies about a request of a query
 

Method Detail

onQuery

public void onQuery(java.lang.Object inputModelClass)
notifies about a request of a query
Parameters:
inputModelClass, - the input modelclass, which delivers the necessary input for the query

applyResult

public void 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. Selected element is marked by leadselection Important: this event is not called, if the attribute, from which the ovs is started, is readonly.
Parameters:
applicationNodeElement, - the parent node element of the attribute, for which ovs was started in the application
queryModelClass, - the result modelclass of the query

applyInputValues

public void 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.
Parameters:
applicationNodeElement, - the parent node element of the attribute, for which ovs was started in the application
inputModelClass, - the modelclass which is shown in the search mask

Web Dynpro API Documentation

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