@param sortable The sortable to set. True by default.
(boolean sortable)
| 516 | * @param sortable The sortable to set. True by default. |
| 517 | */ |
| 518 | public void setSortable(boolean sortable){ |
| 519 | this.sortable = sortable; |
| 520 | } |
| 521 | /** |
| 522 | * @return Returns the sortColumn. |
| 523 | */ |
no outgoing calls
no test coverage detected