ColumnConstraintsScope

ColumnConstraints configurator interface.

Functions

Link copied to clipboard
open fun append(): ColumnConstraints

Add a default ColumnConstraints, returning the constraints added.

open fun append(configuration: ColumnConstraints.() -> Unit): ColumnConstraints

Add a ColumnConstraints using configuration block, returning the constraints added.

Properties

Link copied to clipboard
abstract val constraints: ObservableList<ColumnConstraints>

Constraints of this scope.