DefaultComponentFocusOrderList

class DefaultComponentFocusOrderList(root: RootContainer) : ComponentFocusOrderList

Types

Companion
Link copied to clipboard
common
object Companion

Functions

canFocus
Link copied to clipboard
common
open override fun canFocus(component: InternalComponent): Boolean
Tells whether the given InternalComponent is capable of being focused.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
findNext
Link copied to clipboard
common
open override fun findNext(): InternalComponent
Returns the next component to focus.
findPrevious
Link copied to clipboard
common
open override fun findPrevious(): InternalComponent
Returns the previous component to focus.
focus
Link copied to clipboard
common
open override fun focus(component: InternalComponent)
Focuses the given component (if it is possible).
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isFocused
Link copied to clipboard
common
open fun isFocused(component: InternalComponent): Boolean
refreshFocusables
Link copied to clipboard
common
open override fun refreshFocusables()
Rebuilds the focus order list.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

focusedComponent
Link copied to clipboard
common
open override var focusedComponent: InternalComponent

Sources

(source)
Link copied to clipboard