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

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

Uses of TableCellStyle in com.sapportals.htmlb.enum
 

Fields in com.sapportals.htmlb.enum declared as TableCellStyle
static TableCellStyle TableCellStyle.STANDARD
           
static TableCellStyle TableCellStyle.TOTAL
           
static TableCellStyle TableCellStyle.SUBTOTAL
           
static TableCellStyle TableCellStyle.SUBTOTAL_LIGHT
           
static TableCellStyle TableCellStyle.POSITIVE
           
static TableCellStyle TableCellStyle.NEGATIVE
           
static TableCellStyle TableCellStyle.MARKED
           
static TableCellStyle TableCellStyle.GROUP_LEVEL1
           
static TableCellStyle TableCellStyle.GROUP_LEVEL2
           
static TableCellStyle TableCellStyle.GROUP_LEVEL3
           
static TableCellStyle TableCellStyle.BADVALUE_DARK
           
static TableCellStyle TableCellStyle.BADVALUE_MEDIUM
           
static TableCellStyle TableCellStyle.BADVALUE_LIGHT
           
static TableCellStyle TableCellStyle.GOODVALUE_DARK
           
static TableCellStyle TableCellStyle.GOODVALUE_MEDIUM
           
static TableCellStyle TableCellStyle.GOODVALUE_LIGHT
           
static TableCellStyle TableCellStyle.CRITICALVALUE_DARK
           
static TableCellStyle TableCellStyle.CRITICALVALUE_MEDIUM
           
static TableCellStyle TableCellStyle.CRITICALVALUE_LIGHT
           
static TableCellStyle TableCellStyle.GROUP_HIGHLIGHTED
           
static TableCellStyle TableCellStyle.GROUP_HIGHLIGHTED_LIGHT
           
static TableCellStyle TableCellStyle.KEY_MEDIUM
           
 

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

Uses of TableCellStyle in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table that return TableCellStyle
 TableCellStyle TableView.getStyleForCell(int rowIndex, int columnIndex)
          returns the style for the cell at rowIndex and columnIndex
 

Methods in com.sapportals.htmlb.table with parameters of type TableCellStyle
 void TableView.setStyleForCell(int rowIndex, int columnIndex, TableCellStyle style)
          sets the style for the cell at rowIndex and columnIndex
 



Copyright 2006 SAP AG Complete Copyright Notice