Controller

interface Controller

Functions

Link copied to clipboard
abstract fun controlFocus(direction: Direction): Boolean

Used to notify the renderer when display should change focus of item.

Link copied to clipboard
abstract fun controlScroll(direction: Direction): Boolean

Used to notify the renderer when display should scroll

Link copied to clipboard
abstract fun getFocusedItemToken(): String?

Returns a token which has focus currently.

Link copied to clipboard
abstract fun getVisibleTokenList(): List<String>?

Return visible token list.

Inheritors

Link copied to clipboard