Uses of Class
wt.clients.beans.WTTableCell

Packages that use WTTableCell
wt.clients.beans   
 

Uses of WTTableCell in wt.clients.beans
 

Methods in wt.clients.beans that return WTTableCell
 WTTableCell WTMultiListTable.getSelectedCell()
           
 

Methods in wt.clients.beans with parameters of type WTTableCell
 void WTMultiListTable.addCell(int row, int col, WTTableCell cell)
          Add the given WTTableCell at the given row and column location.