Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDButtonDesign
static WDButtonDesign WDButtonDesign.STANDARD
          Displays the button with the standard background and text color.
static WDButtonDesign WDButtonDesign.EMPHASIZED
          Displays the button with the highlighted background and text color.
static WDButtonDesign WDButtonDesign.PREVIOUS
          Design of a "previous" button.
static WDButtonDesign WDButtonDesign.NEXT
          Design of a "next" button.
static WDButtonDesign IWDButton.DEFAULT_DESIGN
          Default value of property design.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDButtonDesign
static WDButtonDesign WDButtonDesign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDButtonDesign WDButtonDesign.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDButtonDesign IWDButton.getDesign()
          Returns the value of the design property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDButtonDesign
 void IWDButton.setDesign(WDButtonDesign value)
          Sets property design to the new value.
 


Web Dynpro API Documentation

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