@Deprecated("Use FocusProperties instead")
public class FocusOrder internal constructor(private val focusProperties: FocusProperties)
Specifies custom focus destinations that are used instead of the default focus traversal order.
Properties
next
public var next: FocusRequester
A custom item to be used when the user requests a focus moves to the "next" item.
previous
public var previous: FocusRequester
A custom item to be used when the user requests a focus moves to the "previous" item.
up
public var up: FocusRequester
A custom item to be used when the user moves focus "up".
down
public var down: FocusRequester
A custom item to be used when the user moves focus "down".
left
public var left: FocusRequester
A custom item to be used when the user requests a focus moves to the "left" item.
right
public var right: FocusRequester
A custom item to be used when the user requests a focus moves to the "right" item.
start
public var start: FocusRequester
A custom item to be used when the user requests a focus moves to the "left" in LTR mode and "right" in RTL mode.
end
public var end: FocusRequester
A custom item to be used when the user requests a focus moves to the "right" in LTR mode and "left" in RTL mode.