foundation
0.4.2
jvm
foundation
/
org.jetbrains.jewel.foundation.tree
/
TreeElementState
Tree
Element
State
@
Immutable
@
JvmInline
value
class
TreeElementState
(
val
state
:
ULong
)
Members
Constructors
Tree
Element
State
Link copied to clipboard
constructor
(
state
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Expanded
Link copied to clipboard
@
Stable
val
isExpanded
:
Boolean
is
Focused
Link copied to clipboard
@
Stable
val
isFocused
:
Boolean
is
Selected
Link copied to clipboard
@
Stable
val
isSelected
:
Boolean
state
Link copied to clipboard
val
state
:
ULong
Functions
copy
Link copied to clipboard
fun
copy
(
focused
:
Boolean
=
isFocused
,
selected
:
Boolean
=
isSelected
,
expanded
:
Boolean
=
isExpanded
)
:
TreeElementState
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String