Uses of Class
com.sapportals.htmlb.enum.CellVAlign

Packages that use CellVAlign
com.sapportals.htmlb   
com.sapportals.htmlb.enum   
com.sapportals.htmlb.table   
 

Uses of CellVAlign in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb that return CellVAlign
 CellVAlign TabStrip.getVAlign()
          gets the vertical alignment of the body content
 CellVAlign RadioButtonGroup.getVerticalAlignTextColumn()
          Deprecated. get the vertical alignment of text/component column of the radio button group.
 CellVAlign RadioButtonGroup.getVerticalAlignRbColumn()
          Deprecated. get the vertical alignment of radiobutton column column of the radio button group.
 CellVAlign GridLayoutCell.getVAlignment()
          Return the vertical aligment, which should be used to display the cell.
 CellVAlign FormLayoutCell.getVerticalAlignment()
           
 

Methods in com.sapportals.htmlb with parameters of type CellVAlign
 void TabStrip.setVAlign(CellVAlign vAlign)
          sets the vertical alignment of the body content
 void RadioButtonGroup.setVerticalAlign(CellVAlign radioButtonColumn, CellVAlign textColumn)
          Deprecated. set the vertical alignment of the radiobutton column and the text/component column of the radio button group.
 void GridLayoutCell.setVAlignment(CellVAlign valign)
          Set the vertical aligment, which should be used to display the cell.
 void FormLayoutCell.setVerticalAlignment(CellVAlign valign)
           
 

Uses of CellVAlign in com.sapportals.htmlb.enum
 

Fields in com.sapportals.htmlb.enum declared as CellVAlign
static CellVAlign CellVAlign.TOP
           
static CellVAlign CellVAlign.MIDDLE
           
static CellVAlign CellVAlign.BOTTOM
           
static CellVAlign CellVAlign.BASELINE
           
 

Methods in com.sapportals.htmlb.enum that return CellVAlign
static CellVAlign CellVAlign.getEnumByString(String value)
           
 

Uses of CellVAlign in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table that return CellVAlign
 CellVAlign TableView.getCellVAlignment(int rowIndex, int columnIndex)
          returns the vertical alignment for the cell at rowIndex and columnIndex
 CellVAlign TableColumn.getCellVAlignment(int rowIndex)
          returns the vertical alignment for the cell at rowIndex and columnIndex
 

Methods in com.sapportals.htmlb.table with parameters of type CellVAlign
 void TableView.setCellVAlignment(int rowIndex, int columnIndex, CellVAlign vAlignment)
          sets the vertical alignment for the cell at rowIndex and columnIndex
 void TableView.setRowVAlignment(int rowIndex, CellVAlign vAlignment)
          sets the vertical alignment for the column at rowIndex
 void TableView.setColumnVAlignment(int columnIndex, CellVAlign vAlignment)
          sets the vertical alignment for the whole column at columnIndex
 void TableColumn.setCellVAlignment(int rowIndex, CellVAlign vAlignment)
          sets the vertical alignment for the cell at rowIndex and columnIndex
 



Copyright 2006 SAP AG Complete Copyright Notice