toggle menu
foundation
0.24.1
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.state
/
FocusableComponentState
Focusable
Component
State
interface
FocusableComponentState
:
InteractiveComponentState
Inheritors
TreeElementState
Members
Properties
is
Active
Link copied to clipboard
abstract
val
isActive
:
Boolean
is
Enabled
Link copied to clipboard
abstract
val
isEnabled
:
Boolean
is
Focused
Link copied to clipboard
abstract
val
isFocused
:
Boolean
is
Hovered
Link copied to clipboard
abstract
val
isHovered
:
Boolean
is
Pressed
Link copied to clipboard
abstract
val
isPressed
:
Boolean
Functions
choose
Value
Link copied to clipboard
@
Composable
open
fun
<
T
>
chooseValue
(
normal
:
T
,
disabled
:
T
,
focused
:
T
,
pressed
:
T
,
hovered
:
T
,
active
:
T
)
:
T