previous

abstract fun previous(within: View, from: View?): View?

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

Return

The previous item to gain focus

Parameters

within

The View

from

The current View


abstract fun previous(display: Display, from: View?): View?

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

Return

The previous item to gain focus

Parameters

display

this Display

from

The current View