Uses of Class
eu.webtoolkit.jwt.WTableCell
Packages that use WTableCell
-
Uses of WTableCell in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTableCellModifier and TypeMethodDescriptionprotected WTableCellWTable.createCell(int row, int column) Creates a table cell.WTableColumn.elementAt(int row) Access the column element at the given row.WTableRow.elementAt(int column) Access the row element at the given column.WTable.getElementAt(int row, int column) Accesses the table element at the given row and column.Methods in eu.webtoolkit.jwt with parameters of type WTableCellModifier and TypeMethodDescriptionvoidWTable.removeCell(WTableCell item) Deletes a table cell and its contents.