| Method | Action | 
         
          | getItem(int) | Returns the string item at the given position (starts at 0 as the 
            first item in the menu) | 
         
          | getItemCount() | Returns number of items in the menu | 
         
          | getSelectedIndex() | Returns index of item that is selected | 
         
          | getSelectedItem() | Returns the currently selected item as a string | 
         
          | select(int) | Select item at int index position in list | 
         
          | select(String) | Select item with the given string |