Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.officecomp.api
Class WDOfficeControlMethods

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.uielib.officecomp.api.WDOfficeControlMethods

public final class WDOfficeControlMethods
extends java.lang.Object

API with some convenience methods to close, save, and show an office document.


Inner Class Summary
static interface WDOfficeControlMethods.IWDOfficeControlMethods
          Interface to be implemented by some class in implementation package; needed to delegate from API to implementation package.
 
Method Summary
static void 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 saveDocument(IWDController controller, java.lang.String controlId)
          This method will be called by the Application programmer to Save the document from the back end.
static void 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";
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showDocument

public static void 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";

Since:
SP11 dated: 27,Dec 2004

closeDocument

public static void 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";

Since:
SP11 dated: 27,Dec 2004

saveDocument

public static void saveDocument(IWDController controller,
                                java.lang.String controlId)
This method will be called by the Application programmer to Save the document from the back end.

Web Dynpro API Documentation

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