com.sap.tc.webdynpro.progmodel.api
Class WDOVSContextNotificationAdapter
java.lang.Object
|
+--com.sap.tc.webdynpro.progmodel.api.WDOVSContextNotificationAdapter
- All Implemented Interfaces:
- IWDOVSContextNotificationListener
- public class WDOVSContextNotificationAdapter
- extends java.lang.Object
- implements IWDOVSContextNotificationListener
Abstract "do nothing" implementation of the IWDOVSContextNotificationListener
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.
|
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WDOVSContextNotificationAdapter
public WDOVSContextNotificationAdapter()
- adapter with not implemented methods, feel free to overwrite the methods you need
onQuery
public void onQuery(IWDNodeElement queryInputNodeElement,
IWDNode queryOutputNode)
- Description copied from interface:
IWDOVSContextNotificationListener
- notifies about a request of a query
- Specified by:
onQuery in interface IWDOVSContextNotificationListener
- See Also:
IWDOVSContextNotificationListener.onQuery(com.sap.tc.webdynpro.progmodel.api.IWDNodeElement, com.sap.tc.webdynpro.progmodel.api.IWDNode)
applyResult
public void applyResult(IWDNodeElement applicationNodeElement,
IWDNodeElement queryOutputNodeElement)
- Description copied from interface:
IWDOVSContextNotificationListener
- 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
- Specified by:
applyResult in interface IWDOVSContextNotificationListener
- See Also:
IWDOVSContextNotificationListener.applyResult(com.sap.tc.webdynpro.progmodel.api.IWDNodeElement, com.sap.tc.webdynpro.progmodel.api.IWDNodeElement)
applyInputValues
public void applyInputValues(IWDNodeElement applicationNodeElement,
IWDNodeElement queryInputNodeElement)
- Description copied from interface:
IWDOVSContextNotificationListener
- 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 IWDOVSContextNotificationListener
- See Also:
IWDOVSContextNotificationListener.applyInputValues(com.sap.tc.webdynpro.progmodel.api.IWDNodeElement, com.sap.tc.webdynpro.progmodel.api.IWDNodeElement)
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15