selectSubItem method

void selectSubItem(
  1. int j
)

Implementation

void selectSubItem(int j) {
  selectedSubIndex.value = j;
}