Uses of Class
com.opensymphony.webwork.components.table.WebTable

Packages that use WebTable
com.opensymphony.webwork.components.table   
com.opensymphony.webwork.components.table.renderer JSP UI tags for rendering table output in HTML. 
 

Uses of WebTable in com.opensymphony.webwork.components.table
 

Fields in com.opensymphony.webwork.components.table declared as WebTable
protected  WebTable WebTable.WebTableRowIterator._table
           
 

Constructors in com.opensymphony.webwork.components.table with parameters of type WebTable
WebTable.WebTableRowIterator(WebTable table)
           
WebTable.WebTableRowIterator(WebTable table, int mode)
           
 

Uses of WebTable in com.opensymphony.webwork.components.table.renderer
 

Methods in com.opensymphony.webwork.components.table.renderer with parameters of type WebTable
protected abstract  String AbstractCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
          this is the method that subclasses need to implement to set their value.
 String BooleanCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
           
 String DateCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
           
 String DefaultCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
           
 String FixedTextCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
           
 String LinkCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
          should the link data be encodeed?
 String NumericCellRenderer.getCellValue(WebTable table, Object data, int row, int col)
           
 String AbstractCellRenderer.renderCell(WebTable table, Object data, int row, int col)
          implememnts CellRenderer renderCell.
 String CellRenderer.renderCell(WebTable table, Object data, int row, int col)
           
 


WebWork Project Page