ColumnConstraintsScope

class ColumnConstraintsScope(val constraints: ObservableList<ColumnConstraints>)

ColumnConstraints configurator interface.

Constructors

Link copied to clipboard
constructor(constraints: ObservableList<ColumnConstraints>)

Properties

Link copied to clipboard
val constraints: ObservableList<ColumnConstraints>

constraints of this scope.

Functions

Link copied to clipboard
fun append(): ColumnConstraints

Add a default ColumnConstraints, returning the constraints added.

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

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