toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.table
/
Column
Column
interface
Column
<
T
>
(
source
)
Inheritors
MutableColumn
Members
Properties
alignment
Changed
Link copied to clipboard
abstract
val
alignmentChanged
:
ChangeObservers
<
Column
<
T
>
>
cell
Alignment
Link copied to clipboard
abstract
var
cellAlignment
:
ConstraintDslContext
.
(
Bounds
)
->
Unit
?
footer
Link copied to clipboard
abstract
val
footer
:
View
?
footer
Alignment
Link copied to clipboard
abstract
var
footerAlignment
:
ConstraintDslContext
.
(
Bounds
)
->
Unit
?
header
Link copied to clipboard
abstract
val
header
:
View
?
header
Alignment
Link copied to clipboard
abstract
var
headerAlignment
:
ConstraintDslContext
.
(
Bounds
)
->
Unit
?
max
Width
Link copied to clipboard
abstract
var
maxWidth
:
Double
?
min
Width
Link copied to clipboard
abstract
var
minWidth
:
Double
movable
Link copied to clipboard
open
val
movable
:
Boolean
preferred
Width
Link copied to clipboard
abstract
var
preferredWidth
:
Double
?
width
Link copied to clipboard
abstract
val
width
:
Double
Functions
move
By
Link copied to clipboard
abstract
fun
moveBy
(
x
:
Double
)
reset
Position
Link copied to clipboard
abstract
fun
resetPosition
(
)