toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.diem.tree
Package-level
declarations
Types
Types
DPTCell
Link copied to clipboard
class
DPTCell
(
onSelect
:
(
DPTItem
,
Boolean
)
->
Unit
?
=
null
)
:
SDFXTreeCell
<
DPTItem
>
DPTItem
Link copied to clipboard
data
class
DPTItem
(
val
id
:
Long
,
val
name
:
String
,
var
isSelected
:
Boolean
)