deselectAllItems method

void deselectAllItems()

Implementation

void deselectAllItems() {
  deselectItems(_cachedItems);
}