}
protected void onHeaderClicked(int column) {
SortableColumnModel model = getListTableModel();
Collection selection = getSelection();
model.sortByColumn(column);
setSelection(selection);
}
public void setMinRowHeight(int i) {
setRowHeight(Math.max(i, getRowHeight()));