Uses of Class
eu.webtoolkit.jwt.WTableRow
-
Packages that use WTableRow Package Description eu.webtoolkit.jwt -
-
Uses of WTableRow in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTableRow Modifier and Type Method Description protected WTableRowWTable. createRow(int row)Creates a table row.WTableRowWTable. getRowAt(int row)Returns the row object for the given row.WTableRowWTableCell. getTableRow()Returns the table row containing this cell.WTableRowWTable. insertRow(int row)Inserts a row.WTableRowWTable. insertRow(int row, WTableRow tableRow)Inserts a row.WTableRowWTable. removeRow(int row)Removes a row.Methods in eu.webtoolkit.jwt with parameters of type WTableRow Modifier and Type Method Description WTableRowWTable. insertRow(int row, WTableRow tableRow)Inserts a row.
-