RowConstraints

class RowConstraints(val delegate: RowConstraints) extends ConstraintsBase with SFXDelegate[RowConstraints]
Companion
object
trait SFXDelegate[RowConstraints]
class Object
trait Matchable
class Any

Value members

Constructors

def this(height: Double)

Creates a row constraint object with a fixed height.

Creates a row constraint object with a fixed height.

def this(minHeight: Double, prefHeight: Double, maxHeight: Double)

Creates a row constraint object with a fixed size range.

Creates a row constraint object with a fixed size range.

def this(minHeight: Double, prefHeight: Double, maxHeight: Double, vgrow: Priority, valignment: VPos, fillHeight: Boolean)

Creates a row constraint object with a fixed size range, vertical grow priority, vertical alignment, and vertical fill behavior.

Creates a row constraint object with a fixed size range, vertical grow priority, vertical alignment, and vertical fill behavior.

Concrete methods

The vertical fill policy for the row.

The vertical fill policy for the row.

def fillHeight_=(v: Boolean): Unit

The maximum height for the row.

The maximum height for the row.

def maxHeight_=(v: Double): Unit

The minimum height for the row.

The minimum height for the row.

def minHeight_=(v: Double): Unit

The height percentage of the row.

The height percentage of the row.

def percentHeight_=(v: Double): Unit

The preferred height for the row.

The preferred height for the row.

def prefHeight_=(v: Double): Unit

The vertical alignment for the row.

The vertical alignment for the row.

def valignment_=(v: VPos): Unit
def vgrow: ObjectProperty[Priority]

The vertical grow priority for the row.

The vertical grow priority for the row.

def vgrow_=(v: Priority): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: RowConstraints