getSelectedItemIndex method

int getSelectedItemIndex()

Implementation

int getSelectedItemIndex() {
  return selectedItem.value;
}