Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.progmodel.api.IWDController

Packages that use IWDController
com.sap.tc.webdynpro.clientserver.uielib.officecomp.api   
com.sap.tc.webdynpro.progmodel.api Contains interfaces and classes that form the core programming model for Web Dynpro applications. 
 

Uses of IWDController in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.officecomp.api with parameters of type IWDController
static void WDOfficeControlMethods.showDocument(IWDController controller, java.lang.String controlId)
          Deprecated. The showDocument API is deprecated and can be no more used by programmer.Instead the visible property of the OfficeControl should be used to open the document.Instead use #visible="WDVISIBILITY.VISIBLE";
static void WDOfficeControlMethods.closeDocument(IWDController controller, java.lang.String controlId)
          Deprecated. The closeDocument API is deprecated and can be no more used by programmer.Instead the visible property of the OfficeControl should be used to close the document.Instead use #visible="WDVISIBILITY.BLANK" or visible="WDVISIBILITY.NONE";
static void WDOfficeControlMethods.saveDocument(IWDController controller, java.lang.String controlId)
          This method will be called by the Application programmer to Save the document from the back end.
 void WDOfficeControlMethods.IWDOfficeControlMethods.callMethod(IWDController controller, java.lang.String controlId, java.lang.String methodName)
           
 

Uses of IWDController in com.sap.tc.webdynpro.progmodel.api
 

Subinterfaces of IWDController in com.sap.tc.webdynpro.progmodel.api
 interface IWDComponent
          Generic API of all Web Dynpro component controllers.
 interface IWDView
          Generic API of all views.
 interface IWDViewController
          Generic API of all view controllers.
 

Methods in com.sap.tc.webdynpro.progmodel.api that return IWDController
 IWDController IWDAction.getController()
          method returns this action's controller.
 IWDController IWDContext.getController()
          Returns the API of the controller this context belongs to.
 

Methods in com.sap.tc.webdynpro.progmodel.api with parameters of type IWDController
 void IWDComponent.addEventHandler(IWDEventInfo event, IWDEventHandlerInfo eventHandler, IWDController controller)
          Subscribe the specified event handler to the specified event.
 void IWDComponent.removeEventHandler(IWDEventInfo event, IWDEventHandlerInfo eventHandler, IWDController controller)
          Unsubscribe the specified event handler from the specified event.
 void IWDComponentUsage.addEventHandler(IWDEventInfo event, IWDEventHandlerInfo eventHandler, IWDController controller)
          Subscribe the specified event handler to the specified event.
 void IWDComponentUsage.removeEventHandler(IWDEventInfo event, IWDEventHandlerInfo eventHandler, IWDController controller)
          Unsubscribe the specified event handler from the specified event.
 


Web Dynpro API Documentation

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