
TUTORIALS POINT
Simply Easy Learning Page 61
or null if this Repeater isn't repeated.
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this component's style lookup chain.
globalToContent(point:Point):Point
Converts a Point object from global to content coordinates.
hasCSSState():Boolean
Returns true if currentCSSState is not null.
hasState(stateName:String):Boolean
Determines whether the specified state has been defined on this UIComponent.
horizontalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix
Returns a box Matrix which can be passed to the drawRoundRect() method as the rot parameter when
drawing a horizontal gradient.
initialize():void
Initializes the internal structure of this component.
initializeRepeaterArrays(parent:IRepeaterClient):void
Initializes various properties which keep track of repeated instances of this component.
invalidateDisplayList():void
Marks a component so that its updateDisplayList() method gets called during a later screen update.
invalidateLayering():void
Called by a component's items to indicate that their depth property has changed.
invalidateLayoutDirection():void
An element must call this method when its layoutDirection changes or when its parent's layoutDirection
changes.
invalidateProperties():void
Marks a component so that its commitProperties() method gets called during a later screen update.
invalidateSize():void
Marks a component so that its measure() method gets called during a later screen update.
localToContent(point:Point):Point
Converts a Point object from local to content coordinates.
matchesCSSState(cssState:String):Boolean
Returns true if cssState matches currentCSSState.
matchesCSSType(cssType:String):Boolean
Determines whether this instance is the same as, or is a subclass of, the given type.
measureHTMLText(htmlText:String):flash.text:TextLineMetrics
Measures the specified HTML text, which can contain HTML tags such as <font&> and &<b&>,
assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles
of this UIComponent.
measureText(text:String):flash.text:TextLineMetrics
Measures the specified text, assuming that it is displayed in a single-line UITextField (or
Commentaires sur ces manuels