PropChangeReconciliation

Reconciles the code in response to a change in one of the properties in the component definition.

Constructor

new PropChangeReconciliation()

Methods

isResizedHorizontally(aMorph) → {boolean}

Checks if a given morph's width is dictated by a layout. In those cases, reconciling the entire extent is skipped and we resort to reconciling the height property if applicable.

Parameters:
NameTypeDescription
aMorphMorph

The morph to check for

Returns:
Type: 
boolean

isResizedVertically(aMorph) → {boolean}

Checks if a given morph's height is dictated by a layout. In those cases, reconciling the entire extent is skipped and we resort to reconciling the width property if applicable.

Parameters:
NameTypeDescription
aMorphMorph

The morph to check for

Returns:
Type: 
boolean