Web Dynpro API Documentation

com.sap.tc.webdynpro.progmodel.api
Class WDOVSNotificationAdapter

java.lang.Object
  |
  +--com.sap.tc.webdynpro.progmodel.api.WDOVSNotificationAdapter
All Implemented Interfaces:
IWDOVSNotificationListener

public class WDOVSNotificationAdapter
extends java.lang.Object
implements IWDOVSNotificationListener

Abstract "do nothing" implementation of the IWDOVSNotificationListener interface. Can be helpful as a base class for application specific listener implementations as these implementations then don't have to implement methods they are not interested in.


Constructor Summary
WDOVSNotificationAdapter()
          adapter with not implemented methods, feel free to overwrite the methods you need
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WDOVSNotificationAdapter

public WDOVSNotificationAdapter()
adapter with not implemented methods, feel free to overwrite the methods you need
Method Detail

onQuery

public void onQuery(java.lang.Object inputModelClass)
Description copied from interface: IWDOVSNotificationListener
notifies about a request of a query
Specified by:
onQuery in interface IWDOVSNotificationListener
See Also:
IWDOVSNotificationListener.onQuery(Object)

applyResult

public void applyResult(IWDNodeElement applicationNodeElement,
                        java.lang.Object queryModelClass)
Description copied from interface: IWDOVSNotificationListener
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.
Specified by:
applyResult in interface IWDOVSNotificationListener
See Also:
IWDOVSNotificationListener.applyResult(IWDNodeElement, Object)

applyInputValues

public void applyInputValues(IWDNodeElement applicationNodeElement,
                             java.lang.Object inputModelClass)
Description copied from interface: IWDOVSNotificationListener
notifies about the moment, when application data can be applied to the data, which is shown in the search mask.
Specified by:
applyInputValues in interface IWDOVSNotificationListener
See Also:
IWDOVSNotificationListener.applyInputValues(IWDNodeElement, Object)

Web Dynpro API Documentation

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