toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.treecolumns
/
TreeColumnsBehavior
/
RowPositioner
Row
Positioner
interface
RowPositioner
<
T
>
(
source
)
Members
Functions
minimum
Size
Link copied to clipboard
abstract
fun
minimumSize
(
of
:
TreeColumns
<
T
,
*
>
,
path
:
Path
<
Int
>
)
:
Size
row
Link copied to clipboard
abstract
fun
row
(
of
:
TreeColumns
<
T
,
*
>
,
path
:
Path
<
Int
>
,
at
:
Point
)
:
Int
row
Bounds
Link copied to clipboard
abstract
fun
rowBounds
(
treeColumns
:
TreeColumns
<
T
,
*
>
,
columnWidth
:
Double
,
path
:
Path
<
Int
>
,
row
:
T
,
index
:
Int
,
current
:
View
?
=
null
)
:
Rectangle