selectAll abstract method
Adds all values
to the list of selected items that were not previously
selected. Will only emit a changes
event for values that were actually
added.
Implementation
void selectAll(Iterable<T> values);
Adds all values
to the list of selected items that were not previously
selected. Will only emit a changes
event for values that were actually
added.
void selectAll(Iterable<T> values);