Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDLayoutCellDesign
static WDLayoutCellDesign IWDMatrixData.DEFAULT_CELL_DESIGN
          Default value of property cellDesign.
static WDLayoutCellDesign IWDRowHeadData.DEFAULT_ROW_DESIGN
          Default value of property rowDesign.
static WDLayoutCellDesign WDLayoutCellDesign.R_PAD
          This value is appropriate for displaying most content, and is thus set as the default value.
static WDLayoutCellDesign WDLayoutCellDesign.LR_NO_PAD
          This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels) and can be used in the last matrix column on the right or the first on the left.
static WDLayoutCellDesign WDLayoutCellDesign.L_PAD
          This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels) and can be used in the last matrix column on the right.
static WDLayoutCellDesign WDLayoutCellDesign.LR_PAD
          This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels), the left edge (4 pixels), and the right edge.
static WDLayoutCellDesign WDLayoutCellDesign.PADLESS
          This value specifies a distance of zero pixels to the edges of the cell.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDLayoutCellDesign
 WDLayoutCellDesign IWDMatrixData.getCellDesign()
          Returns the value of the cellDesign property.
 WDLayoutCellDesign IWDRowHeadData.getRowDesign()
          Returns the value of the rowDesign property.
static WDLayoutCellDesign WDLayoutCellDesign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDLayoutCellDesign WDLayoutCellDesign.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 WDLayoutCellDesign
 void IWDMatrixData.setCellDesign(WDLayoutCellDesign cellDesign)
          Sets property cellDesign to the given value.
 void IWDRowHeadData.setRowDesign(WDLayoutCellDesign rowDesign)
          Sets property rowDesign to the given value.
 


Web Dynpro API Documentation

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