Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDProgressIndicatorBarColor
static WDProgressIndicatorBarColor IWDProgressIndicator.DEFAULT_BAR_COLOR
          Default value of property barColor.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.NEUTRAL
          Bar color representing neutral state, e.g.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.POSITIVE
          Bar color representing positive state, e.g.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.CRITICAL
          Bar color representing critical state, e.g.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.NEGATIVE
          Bar color representing negative state, e.g.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDProgressIndicatorBarColor
 WDProgressIndicatorBarColor IWDProgressIndicator.getBarColor()
          Returns the value of the barColor property.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDProgressIndicatorBarColor WDProgressIndicatorBarColor.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDProgressIndicatorBarColor
 void IWDProgressIndicator.setBarColor(WDProgressIndicatorBarColor value)
          Sets property barColor to the new value.
 


Web Dynpro API Documentation

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