Returns whether the item is selected.
bool isSelected(T item) { return controller.isSelected(item); }