示例#1
0
 @Override
 public void onColumnSort(ColumnSortEvent event) {
   sortAscending = event.isSortAscending();
   updateDisplay(table);
 }