Method Summary |
|
public void | begin() Go to the first item in the data item list. |
public void | down() Go down to the next item in the data list. |
public void | end() Go to the last item in the data item list. |
public int | getSelectedIndex() Get the index of the currently selected item. |
public void | pageDown() Go down one page in the data item list. |
public void | pageUp() Go up one page in the data item list. |
public void | setResult(CompletionQuery.Result result) Populate the view with the result from a query. |
public void | up() Go up to the previous item in the data list. |