View source
interface ILayoutObject
package feathers.layout
extends IEventDispatcher
implemented by FeathersControl
An object that may contain extra data for use with the parent container's layout.
Available since
1.0.0
.See:
Variables
includeInLayout:Bool
Determines if the ILayout
of the parent container should measure and
position this object or ignore it.
In the following example, the object is excluded from the layout:
object.includeInLayout = false;
Available since
1.0.0
.layoutData:ILayoutData
Optional, extra data used by some ILayout
implementations.
Available since
1.0.0
.