
TUTORIALS POINT
Simply Easy Learning Page 58
Protected Properties
Following are the protected properties for mx.core.UIComponent class:
currentCSSState : String
[read-only] The state to be used when matching CSS pseudo-selectors.
hasComplexLayoutMatrix : Boolean
[read-only] Returns true if the UIComponent has any non-translation (x,y) transform properties.
resourceManager : IResourceManager
[read-only] A reference to the object which manages all of the application's localized resources.
unscaledHeight : Number
[read-only] A convenience method for determining the unscaled height of the component.
unscaledWidth : Number
[read-only] A convenience method for determining the unscaled width of the component All of a
component's drawing and child layout should be done within a bounding rectangle of this width, which
is also passed as an argument to updateDisplayList().
activate
Dispatched when the Flash Player gains operating system focus and becomes active.
detivate
Dispatched when the Flash Player loses operating system focus and becomes inactive.
Public methods
UIComponent()
Constructor.
addStyleClient(styleClient:IAdvancedStyleClient):void
Adds a non-visual style client to this component instance.
callLater(method:Function, args:Array = null):void
Queues a function to be called later.
clearStyle(styleProp:String):void
Deletes a style property from this component instance.
contentToGlobal(point:Point):Point
Converts a Point object from content coordinates to global coordinates.
Commentaires sur ces manuels