setSelections abstract method

void setSelections(
  1. Set<String> selections
)

Sets the current selection set.

This method allows for programmatically updating the set of selected items.

Implementation

void setSelections(
  Set<String> selections,
);