selectAllItems method

void selectAllItems()

Implementation

void selectAllItems() {
  selectItems(_currentShowedItems);
}