RowConstraintsScope

class RowConstraintsScope(val constraints: ObservableList<RowConstraints>)

RowConstraints configurator interface.

Parameters

constraints

constraints of this scope.

Constructors

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

Properties

Link copied to clipboard
val constraints: ObservableList<RowConstraints>

Functions

Link copied to clipboard
fun append(): RowConstraints

Add a default RowConstraints, returning the constraints added.

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

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