@param sortColumn The sortColumn to set. None (-1) by default.
(int sortColumn)
| 528 | * @param sortColumn The sortColumn to set. None (-1) by default. |
| 529 | */ |
| 530 | public void setSortedColumn(int sortColumn){ |
| 531 | this.sortedColumn = sortColumn; |
| 532 | } |
| 533 | |
| 534 | /** |
| 535 | * Get the row in the table for a row in the model. |
no outgoing calls
no test coverage detected