Web Dynpro API Documentation

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

Packages that use WDTextViewSemanticColor
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 WDTextViewSemanticColor in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTextViewSemanticColor
static WDTextViewSemanticColor WDTextViewSemanticColor.STANDARD
          TextView color representing standard color.
static WDTextViewSemanticColor WDTextViewSemanticColor.DIMINISHED
          TextView color representing diminished state.
static WDTextViewSemanticColor WDTextViewSemanticColor.POSITIVE
          TextView color representing positive state, e.g.
static WDTextViewSemanticColor WDTextViewSemanticColor.CRITICAL
          TextView color representing critical state, e.g.
static WDTextViewSemanticColor WDTextViewSemanticColor.NEGATIVE
          TextView color representing negative state, e.g.
static WDTextViewSemanticColor WDTextViewSemanticColor.MARKED1
          TextView color representing a first marked state.
static WDTextViewSemanticColor WDTextViewSemanticColor.MARKED2
          TextView color representing a second marked state.
static WDTextViewSemanticColor IWDTextView.DEFAULT_SEMANTIC_COLOR
          Default value of property semanticColor.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTextViewSemanticColor
static WDTextViewSemanticColor WDTextViewSemanticColor.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDTextViewSemanticColor WDTextViewSemanticColor.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDTextViewSemanticColor IWDTextView.getSemanticColor()
          Returns the value of the semanticColor property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDTextViewSemanticColor
 void IWDTextView.setSemanticColor(WDTextViewSemanticColor value)
          Sets property semanticColor to the new value.
 


Web Dynpro API Documentation

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