Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTableDesign
static WDTableDesign IWDTable.DEFAULT_DESIGN
          Default value of property design.
static WDTableDesign WDTableDesign.ALTERNATING
          Alternating background colors for table rows
static WDTableDesign WDTableDesign.STANDARD
          Standard design, uniform background color for table rows (default)
static WDTableDesign WDTableDesign.TRANSPARENT
          Transparent cell background for table rows
 

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


Web Dynpro API Documentation

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