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

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

Uses of CellHAlign in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb that return CellHAlign
 CellHAlign TabStrip.getHAlign()
          gets the horizontal alignment of the body content
 CellHAlign GridLayoutCell.getHAlignment()
          Return the horizontal aligment, which should be used to display the cell.
 CellHAlign FormLayoutCell.getHorizontalAlignment()
           
 

Methods in com.sapportals.htmlb with parameters of type CellHAlign
 void TabStrip.setHAlign(CellHAlign hAlign)
          sets the horizontal alignment of the body content
 void GridLayoutCell.setHAlignment(CellHAlign align)
          Set the horizontal aligment, which should be used to display the cell.
 void FormLayoutCell.setHorizontalAlignment(CellHAlign align)
           
 

Uses of CellHAlign in com.sapportals.htmlb.enum
 

Fields in com.sapportals.htmlb.enum declared as CellHAlign
static CellHAlign CellHAlign.LEFT
           
static CellHAlign CellHAlign.CENTER
           
static CellHAlign CellHAlign.RIGHT
           
static CellHAlign CellHAlign.JUSTIFY
           
static CellHAlign CellHAlign.CHAR
           
static CellHAlign CellHAlign.FORCEDLEFT
           
static CellHAlign CellHAlign.ENDOFLINE
           
 

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

Uses of CellHAlign in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table that return CellHAlign
 CellHAlign TableView.getTableHAlignment()
          get the halign for the whole table
 CellHAlign TableView.getCellHAlignment(int rowIndex, int columnIndex)
          returns the horizontal alignment for the cell at rowIndex and columnIndex
 CellHAlign TableColumn.getCellHAlignment(int rowIndex)
          returns the horizontal alignment for the cell at rowIndex and columnIndex
 

Methods in com.sapportals.htmlb.table with parameters of type CellHAlign
 void TableView.setTableHAlignment(CellHAlign tableHAlignment)
          sets halign for the whole table
 void TableView.setCellHAlignment(int rowIndex, int columnIndex, CellHAlign hAlignment)
          sets the horizontal alignment for the cell at rowIndex and columnIndex
 void TableView.setColumnHAlignment(int columnIndex, CellHAlign hAlignment)
          sets the horizontal alignment for the column at columnIndex
 void TableColumn.setCellHAlignment(int rowIndex, CellHAlign hAlignment)
          sets the horizontal alignment for the cell at rowIndex and columnIndex
 



Copyright 2006 SAP AG Complete Copyright Notice