Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.progmodel.repository.IWDControllerInfo

Packages that use IWDControllerInfo
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 IWDControllerInfo in com.sap.tc.webdynpro.progmodel.api
 

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDControllerInfo
 IWDControllerInfo IWDController.getControllerInfo()
          Returns the metadata describing this controller.
 

Uses of IWDControllerInfo in com.sap.tc.webdynpro.progmodel.repository
 

Methods in com.sap.tc.webdynpro.progmodel.repository that return IWDControllerInfo
 IWDControllerInfo IWDActionInfo.getController()
          Getter for 1:1 association Controller.
 IWDControllerInfo IWDComponentInfo.getController(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by IWDComponentInfo.findInControllers(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.
 IWDControllerInfo IWDComponentInfo.findInControllers(java.lang.String name)
          Getter for element with given name in 1:n aggregation Controllers.
 IWDControllerInfo IWDComponentControllerUsageInfo.getUsedComponentController()
          Getter for 1:1 association UsedComponentController.
 IWDControllerInfo IWDControllerUsageInfo.getUsedController()
          Getter for 1:1 association UsedController.
 IWDControllerInfo IWDComponentInterfaceInfo.getConfigurationController()
          Getter for 1:1 association ConfigurationController.
 IWDControllerInfo IWDComponentInterfaceInfo.getInterfaceController()
          Getter for 1:1 association InterfaceController.
 IWDControllerInfo IWDComponentInterfaceInfo.getController(java.lang.String name)
          Deprecated. For better consistency and clearer names, this method has been superceded by IWDComponentInterfaceInfo.findInControllers(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.
 IWDControllerInfo IWDComponentInterfaceInfo.findInControllers(java.lang.String name)
          Getter for element with given name in 1:n aggregation Controllers.
 IWDControllerInfo IWDAbstractViewInfo.getViewController()
          Getter for 1:1 association ViewController.
 

Methods in com.sap.tc.webdynpro.progmodel.repository with parameters of type IWDControllerInfo
 boolean IWDComponentInfo.hasInControllers(IWDControllerInfo o)
          Checks whether there is an element with the given name in 1:n aggregation Controllers.
 boolean IWDComponentInterfaceInfo.hasInControllers(IWDControllerInfo o)
          Checks whether there is an element with the given name in 1:n aggregation Controllers.
 


Web Dynpro API Documentation

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