|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDOutboundPlugInfo | |
| com.sap.tc.webdynpro.progmodel.api | Contains interfaces and classes that form the core programming model for Web Dynpro applications. |
| com.sap.tc.webdynpro.progmodel.repository | |
| Uses of IWDOutboundPlugInfo in com.sap.tc.webdynpro.progmodel.api |
| Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDOutboundPlugInfo | |
void |
IWDViewController.firePlug(IWDOutboundPlugInfo plug,
java.util.Map parameters)
Fires the given outbound plug with the given parameters. |
| Uses of IWDOutboundPlugInfo in com.sap.tc.webdynpro.progmodel.repository |
| Methods in com.sap.tc.webdynpro.progmodel.repository that return IWDOutboundPlugInfo | |
IWDOutboundPlugInfo |
IWDNavigationLinkInfo.getSource()
Getter for 1:1 association Source. |
IWDOutboundPlugInfo |
IWDAbstractViewInfo.getOutboundPlug(java.lang.String name)
Deprecated. For better consistency and clearer names, this method has been superceded by IWDAbstractViewInfo.findInOutboundPlugs(String). The method with the old name
has been kept for backward compatibility only and may be withdrawn with the
first new NetWeaver release in 2006. |
IWDOutboundPlugInfo |
IWDAbstractViewInfo.findInOutboundPlugs(java.lang.String name)
Getter for element with given name in 1:n aggregation OutboundPlugs. |
IWDOutboundPlugInfo |
IWDAbstractViewInfo.createOutboundPlug()
Creates a new outbound plug for this abstract view. |
| Methods in com.sap.tc.webdynpro.progmodel.repository with parameters of type IWDOutboundPlugInfo | |
boolean |
IWDAbstractViewInfo.hasInOutboundPlugs(IWDOutboundPlugInfo o)
Checks whether there is an element with the given name in 1:n aggregation OutboundPlugs. |
void |
IWDAbstractViewInfo.deleteOutboundPlug(IWDOutboundPlugInfo outboundPlug)
Deletes the provided outbound plug of this abstract view. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||