Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDLinkType

Packages that use WDLinkType
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of WDLinkType in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDLinkType
static WDLinkType IWDFileDownload.DEFAULT_TYPE
          Default value of property type.
static WDLinkType WDLinkType.NAVIGATION
          Default link type for navigation
static WDLinkType WDLinkType.FUNCTION
          Function link: this link type does not change the 'visited' color.
static WDLinkType WDLinkType.REPORTING
          Reporting link: this link type is not underlined.
static WDLinkType WDLinkType.RESULT
          Result link: this link type is not underlined and without color.
static WDLinkType IWDLinkToAction.DEFAULT_TYPE
          Default value of property type.
static WDLinkType IWDLinkToURL.DEFAULT_TYPE
          Default value of property type.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDLinkType
 WDLinkType IWDFileDownload.getType()
          Returns the value of the type property.
static WDLinkType WDLinkType.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDLinkType WDLinkType.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDLinkType IWDLinkToAction.getType()
          Returns the value of the type property.
 WDLinkType IWDLinkToURL.getType()
          Returns the value of the type property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDLinkType
 void IWDFileDownload.setType(WDLinkType value)
          Sets property type to the new value.
 void IWDLinkToAction.setType(WDLinkType value)
          Sets property type to the new value.
 void IWDLinkToURL.setType(WDLinkType value)
          Sets property type to the new value.
 


Web Dynpro API Documentation

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