clear method

void clear()

Implementation

void clear() {
  selectedSet.clear();
  table.updateState();
}