selectDomain method

void selectDomain(
  1. int domainIndex
)

Triggers when the Enter or Space key is pressed.

Implementation

void selectDomain(int domainIndex) {
  _selectDomainIndex(SelectionModelType.action, domainIndex);
}