Uses of Class
com.arsdigita.acs.calendar.TableCell

Packages that use TableCell
com.arsdigita.acs.calendar   
 

Uses of TableCell in com.arsdigita.acs.calendar
 

Methods in com.arsdigita.acs.calendar that return TableCell
 TableCell Table.getCell(int col, int row)
          Returns item at col,row (0-based).
 

Methods in com.arsdigita.acs.calendar with parameters of type TableCell
 void Table.setCell(int col, int row, TableCell cell)