next

open override fun next(within: View, from: View?): View?

Returns the next item in a View based on the given View.

Return

The next item to gain focus

Parameters

within

The View

from

The current View


open override fun next(display: Display, from: View?): View?

Returns the next item in a View based on the given View.

Return

The next item to gain focus

Parameters

display

this Display

from

The current View