()
| 465 | /// |
| 466 | /// the current selected offset in the list |
| 467 | public int getSelectedIndex() { |
| 468 | return model.getSelectedIndex(); |
| 469 | } |
| 470 | |
| 471 | /// Sets the current selected offset in the list, by default this implementation |
| 472 | /// will scroll the list to the selection if the selection is outside of the screen |