Web Dynpro API Documentation

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

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

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDToolBarButtonDesign
 WDToolBarButtonDesign IWDToolBarButton.getDesign()
          Returns the value of the design property.
static WDToolBarButtonDesign WDToolBarButtonDesign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDToolBarButtonDesign WDToolBarButtonDesign.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 WDToolBarButtonDesign
 void IWDToolBarButton.setDesign(WDToolBarButtonDesign value)
          Sets property design to the new value.
 


Web Dynpro API Documentation

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