|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.clientserver.uielib.officecomp.api.WDOfficeControlMethods
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 |
public static void showDocument(IWDController controller,
java.lang.String controlId)
public static void closeDocument(IWDController controller,
java.lang.String controlId)
public static void saveDocument(IWDController controller,
java.lang.String controlId)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||