A display object that may be associated with extra data for use with
advanced layouts.
includeInLayout:Boolean
Determines if the ILayout should use this object or ignore it.
Implementation public function get includeInLayout():Boolean public function set includeInLayout(value:Boolean):voidlayoutData:ILayoutData
Extra parameters associated with this display object that will be
used by the layout algorithm.
Implementation public function get layoutData():ILayoutData public function set layoutData(value:ILayoutData):voidEvent Object Type: starling.events.EventEvent.type property = feathers.events.FeathersEventType.LAYOUT_DATA_CHANGE
Dispatched when a property of the display object's layout data changes.
The
FeathersEventType.LAYOUT_DATA_CHANGE event type is
used by Feathers controls when their layout data has changed.
Thu Jan 16 2014, 01:11 PM +08:00