Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.message.WDMessageType

Packages that use WDMessageType
com.sap.tc.webdynpro.progmodel.api Contains interfaces and classes that form the core programming model for Web Dynpro applications. 
com.sap.tc.webdynpro.services.message   
 

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

Methods in com.sap.tc.webdynpro.progmodel.api that return WDMessageType
 WDMessageType WDMessage.getType()
           
 

Constructors in com.sap.tc.webdynpro.progmodel.api with parameters of type WDMessageType
WDMessage(java.lang.String compName, java.lang.String msgKey, WDMessageType type)
           
WDMessage(IWDComponent comp, java.lang.String msgKey, WDMessageType type, java.lang.String message)
          Create an instance of a message item.
 

Uses of WDMessageType in com.sap.tc.webdynpro.services.message
 

Fields in com.sap.tc.webdynpro.services.message declared as WDMessageType
static WDMessageType WDMessageType.ERROR
          Error message.
static WDMessageType WDMessageType.STANDARD
          Informational message.
static WDMessageType WDMessageType.WARNING
          Warning message.
 

Methods in com.sap.tc.webdynpro.services.message that return WDMessageType
static WDMessageType WDMessageType.valueOf(java.lang.String s)
          Returns the enumeration value for the given string representation.
 


Web Dynpro API Documentation

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