Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDCellBackgroundDesign
static WDCellBackgroundDesign IWDMatrixData.DEFAULT_CELL_BACKGROUND_DESIGN
          Default value of property cellBackgroundDesign.
static WDCellBackgroundDesign IWDGridData.DEFAULT_CELL_BACKGROUND_DESIGN
          Default value of property cellBackgroundDesign.
static WDCellBackgroundDesign IWDTableColumn.DEFAULT_DESIGN
          Default value of property design.
static WDCellBackgroundDesign IWDAbstractMasterTableColumn.DEFAULT_DESIGN
          Default value of property design.
static WDCellBackgroundDesign WDCellBackgroundDesign.TRANSPARENT
          The background is transparent.
static WDCellBackgroundDesign WDCellBackgroundDesign.FILL1
          The color corresponds to the value primarycolor of the design property of the Group UI element.
static WDCellBackgroundDesign WDCellBackgroundDesign.FILL2
          The color corresponds to the value secondarycolor of the design property of the Group UI element.
static WDCellBackgroundDesign WDCellBackgroundDesign.FILL3
          The color corresponds to the color value of the third level of a Tree UI element.
static WDCellBackgroundDesign WDCellBackgroundDesign.PLAIN
          White background.
static WDCellBackgroundDesign WDCellBackgroundDesign.HEADER
          The color is identical with the color of the header area of a Tree UI element or a table.
static WDCellBackgroundDesign WDCellBackgroundDesign.BORDER
          The color of the cell borders.
static WDCellBackgroundDesign IWDRowHeadData.DEFAULT_ROW_BACKGROUND_DESIGN
          Default value of property rowBackgroundDesign.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDCellBackgroundDesign
 WDCellBackgroundDesign IWDMatrixData.getCellBackgroundDesign()
          Returns the value of the cellBackgroundDesign property.
 WDCellBackgroundDesign IWDGridData.getCellBackgroundDesign()
          Returns the value of the cellBackgroundDesign property.
 WDCellBackgroundDesign IWDTableColumn.getDesign()
          Returns the value of the design property.
 WDCellBackgroundDesign IWDAbstractMasterTableColumn.getDesign()
          Returns the value of the design property.
static WDCellBackgroundDesign WDCellBackgroundDesign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDCellBackgroundDesign WDCellBackgroundDesign.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDCellBackgroundDesign IWDRowHeadData.getRowBackgroundDesign()
          Returns the value of the rowBackgroundDesign property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDCellBackgroundDesign
 void IWDMatrixData.setCellBackgroundDesign(WDCellBackgroundDesign cellBackgroundDesign)
          Sets property cellBackgroundDesign to the given value.
 void IWDGridData.setCellBackgroundDesign(WDCellBackgroundDesign value)
          Sets property cellBackgroundDesign to the new value.
 void IWDTableColumn.setDesign(WDCellBackgroundDesign value)
          Sets property design to the new value.
 void IWDAbstractMasterTableColumn.setDesign(WDCellBackgroundDesign value)
          Sets property design to the new value.
 void IWDRowHeadData.setRowBackgroundDesign(WDCellBackgroundDesign rowBackgroundDesign)
          Sets property rowBackgroundDesign to the given value.
 


Web Dynpro API Documentation

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