Interface CommandSuggestionsAdapter
-
- All Implemented Interfaces:
public interface CommandSuggestionsAdapterAdapter used to render command suggestions.
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetItems(List<Command> items)Sets the list of command suggestions to be displayed. abstract IntegergetItemCount()Returns the number of items in the adapter. -
-
Method Detail
-
setItems
abstract Unit setItems(List<Command> items)
Sets the list of command suggestions to be displayed.
-
getItemCount
abstract Integer getItemCount()
Returns the number of items in the adapter.
-
-
-
-