Static methods

staticclampHeight(el:Element, height:Float):Float

staticclampWidth(el:Element, width:Float):Float

Constructor

new()

Variables

@:value(AlignCenter)@track@:isVaralignment:Alignment = AlignCenter

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected alignmentChanged slots. The corresponding connector is onAlignmentChanged

@:value(0)@track@:isVarcolumn:Int = 0

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected columnChanged slots. The corresponding connector is onColumnChanged

@:value(1)@track@:isVarcolumnSpan:Int = 1

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected columnSpanChanged slots. The corresponding connector is onColumnSpanChanged

@:value(false)@track@:isVarfillHeight:Bool = false

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected fillHeightChanged slots. The corresponding connector is onFillHeightChanged

@:value(false)@track@:isVarfillWidth:Bool = false

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected fillWidthChanged slots. The corresponding connector is onFillWidthChanged

@:value(Math.POSITIVE_INFINITY)@track@:isVarmaximumHeight:Float = Math.POSITIVE_INFINITY

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected maximumHeightChanged slots. The corresponding connector is onMaximumHeightChanged

@:value(Math.POSITIVE_INFINITY)@track@:isVarmaximumWidth:Float = Math.POSITIVE_INFINITY

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected maximumWidthChanged slots. The corresponding connector is onMaximumWidthChanged

@:value(0.0)@track@:isVarminimumHeight:Float = 0.0

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected minimumHeightChanged slots. The corresponding connector is onMinimumHeightChanged

@:value(0.0)@track@:isVarminimumWidth:Float = 0.0

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected minimumWidthChanged slots. The corresponding connector is onMinimumWidthChanged

@:value(Math.NaN)@track@:isVarpreferredHeight:Float = Math.NaN

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected preferredHeightChanged slots. The corresponding connector is onPreferredHeightChanged

@:value(Math.NaN)@track@:isVarpreferredWidth:Float = Math.NaN

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected preferredWidthChanged slots. The corresponding connector is onPreferredWidthChanged

@:value(0)@track@:isVarrow:Int = 0

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected rowChanged slots. The corresponding connector is onRowChanged

@:value(1)@track@:isVarrowSpan:Int = 1

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected rowSpanChanged slots. The corresponding connector is onRowSpanChanged

@:value(1.0)@track@:isVarweight:Float = 1.0

This property is tracked. Whenever the property changes, the previous value of it is emitted on connected weightChanged slots. The corresponding connector is onWeightChanged

Methods

inlineoffAlignmentChanged(slot:(alignment:Alignment) ‑> Void):Void

Shortcut for alignmentChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from alignmentChanged's list

inlineoffColumnChanged(slot:(column:Int) ‑> Void):Void

Shortcut for columnChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from columnChanged's list

inlineoffColumnSpanChanged(slot:(columnSpan:Int) ‑> Void):Void

Shortcut for columnSpanChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from columnSpanChanged's list

inlineoffFillHeightChanged(slot:(fillHeight:Bool) ‑> Void):Void

Shortcut for fillHeightChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from fillHeightChanged's list

inlineoffFillWidthChanged(slot:(fillWidth:Bool) ‑> Void):Void

Shortcut for fillWidthChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from fillWidthChanged's list

inlineoffMaximumHeightChanged(slot:(maximumHeight:Float) ‑> Void):Void

Shortcut for maximumHeightChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from maximumHeightChanged's list

inlineoffMaximumWidthChanged(slot:(maximumWidth:Float) ‑> Void):Void

Shortcut for maximumWidthChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from maximumWidthChanged's list

inlineoffMinimumHeightChanged(slot:(minimumHeight:Float) ‑> Void):Void

Shortcut for minimumHeightChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from minimumHeightChanged's list

inlineoffMinimumWidthChanged(slot:(minimumWidth:Float) ‑> Void):Void

Shortcut for minimumWidthChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from minimumWidthChanged's list

inlineoffPreferredHeightChanged(slot:(preferredHeight:Float) ‑> Void):Void

Shortcut for preferredHeightChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from preferredHeightChanged's list

inlineoffPreferredWidthChanged(slot:(preferredWidth:Float) ‑> Void):Void

Shortcut for preferredWidthChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from preferredWidthChanged's list

inlineoffRowChanged(slot:(row:Int) ‑> Void):Void

Shortcut for rowChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from rowChanged's list

inlineoffRowSpanChanged(slot:(rowSpan:Int) ‑> Void):Void

Shortcut for rowSpanChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from rowSpanChanged's list

inlineoffWeightChanged(slot:(weight:Float) ‑> Void):Void

Shortcut for weightChanged signal's function disconnect which disconnects slots from it.

Parameters:

slot

a callback to remove from weightChanged's list

inlineonAlignmentChanged(slot:(alignment:Alignment) ‑> Void):Void

Shortcut for alignmentChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when alignmentChanged is emitted

inlineonColumnChanged(slot:(column:Int) ‑> Void):Void

Shortcut for columnChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when columnChanged is emitted

inlineonColumnSpanChanged(slot:(columnSpan:Int) ‑> Void):Void

Shortcut for columnSpanChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when columnSpanChanged is emitted

inlineonFillHeightChanged(slot:(fillHeight:Bool) ‑> Void):Void

Shortcut for fillHeightChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when fillHeightChanged is emitted

inlineonFillWidthChanged(slot:(fillWidth:Bool) ‑> Void):Void

Shortcut for fillWidthChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when fillWidthChanged is emitted

inlineonMaximumHeightChanged(slot:(maximumHeight:Float) ‑> Void):Void

Shortcut for maximumHeightChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when maximumHeightChanged is emitted

inlineonMaximumWidthChanged(slot:(maximumWidth:Float) ‑> Void):Void

Shortcut for maximumWidthChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when maximumWidthChanged is emitted

inlineonMinimumHeightChanged(slot:(minimumHeight:Float) ‑> Void):Void

Shortcut for minimumHeightChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when minimumHeightChanged is emitted

inlineonMinimumWidthChanged(slot:(minimumWidth:Float) ‑> Void):Void

Shortcut for minimumWidthChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when minimumWidthChanged is emitted

inlineonPreferredHeightChanged(slot:(preferredHeight:Float) ‑> Void):Void

Shortcut for preferredHeightChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when preferredHeightChanged is emitted

inlineonPreferredWidthChanged(slot:(preferredWidth:Float) ‑> Void):Void

Shortcut for preferredWidthChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when preferredWidthChanged is emitted

inlineonRowChanged(slot:(row:Int) ‑> Void):Void

Shortcut for rowChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when rowChanged is emitted

inlineonRowSpanChanged(slot:(rowSpan:Int) ‑> Void):Void

Shortcut for rowSpanChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when rowSpanChanged is emitted

inlineonWeightChanged(slot:(weight:Float) ‑> Void):Void

Shortcut for weightChanged signal's function connect which connects slots to it.

Parameters:

slot

a callback to invoke when weightChanged is emitted