(Preview)
Package | mx.managers |
Interface | public interface ILayoutManagerClient extends IEventDispatcher |
Implementors | AdvancedDataGridItemRenderer, DataGridItemRenderer, FTEAdvancedDataGridItemRenderer, FTEDataGridItemRenderer, FlexNativeMenu, ProgrammaticSkin, UIComponent |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Objects that implement this interface can be passed to the
LayoutManager's invalidateProperties()
method.
When the LayoutManager reaches the commit properties phase,
the LayoutManager invokes this object's validateProperties()
method.
Similarly, if an object is passed to the LayoutManager's
invalidateSize()
method, then the LayoutManager
calls that object's validateSize()
method
during its measurement phase, and if an object is passed
to LayoutManager's invalidateDisplayList()
method,
then the LayoutManager calls its validateDisplayList()
method
during the layout phase.
The ILayoutManagerClient interface is implemented by the UIComponent and ProgrammaticSkin classes.
Public Properties
Property | Defined By |
---|
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | IEventDispatcher | |
![]() |
Dispatches an event into the event flow. | IEventDispatcher | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | IEventDispatcher | |
![]() |
Removes a listener from the EventDispatcher object. | IEventDispatcher | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | IEventDispatcher |
Wed Nov 21 2018, 06:34 AM -08:00