Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDCellVAlign
static WDCellVAlign IWDMatrixData.DEFAULT_V_ALIGN
          Default value of property vAlign.
static WDCellVAlign IWDGridData.DEFAULT_V_ALIGN
          Default value of property vAlign.
static WDCellVAlign WDCellVAlign.BASELINE
          The element is placed on the baseline of the parent element.
static WDCellVAlign WDCellVAlign.TOP
          The top of the element is parallel with the tallest element on the line.
static WDCellVAlign WDCellVAlign.MIDDLE
          The element is placed in the middle of the parent element.
static WDCellVAlign WDCellVAlign.BOTTOM
          The bottom of the element is parallel with the lowest element on the line.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDCellVAlign
 WDCellVAlign IWDMatrixData.getVAlign()
          Returns the value of the vAlign property.
 WDCellVAlign IWDGridData.getVAlign()
          Returns the value of the vAlign property.
static WDCellVAlign WDCellVAlign.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDCellVAlign WDCellVAlign.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 WDCellVAlign
 void IWDMatrixData.setVAlign(WDCellVAlign vAlign)
          Sets property vAlign to the given value.
 void IWDGridData.setVAlign(WDCellVAlign vAlign)
          Sets property vAlign to the given value.
 


Web Dynpro API Documentation

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