Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.adobe.api.WDInteractiveFormMode

Packages that use WDInteractiveFormMode
com.sap.tc.webdynpro.clientserver.uielib.adobe.api   
 

Uses of WDInteractiveFormMode in com.sap.tc.webdynpro.clientserver.uielib.adobe.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.adobe.api declared as WDInteractiveFormMode
static WDInteractiveFormMode WDInteractiveFormMode.GENERATE_PDF
          Use this mode to generate a new PDF document from the data source and template.
static WDInteractiveFormMode WDInteractiveFormMode.UPDATE_DATA_IN_PDF
          Use this mode to update the PDF document's data with those found via the data source.
static WDInteractiveFormMode WDInteractiveFormMode.USE_PDF
          Use this mode to ignore data source and template in favor of the PDF document.
static WDInteractiveFormMode IWDInteractiveForm.DEFAULT_MODE
          Default value of property mode.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api that return WDInteractiveFormMode
static WDInteractiveFormMode WDInteractiveFormMode.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDInteractiveFormMode WDInteractiveFormMode.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDInteractiveFormMode IWDInteractiveForm.getMode()
          Returns the value of the mode property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.adobe.api with parameters of type WDInteractiveFormMode
 void IWDInteractiveForm.setMode(WDInteractiveFormMode value)
          Sets property mode to the new value.
 


Web Dynpro API Documentation

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