A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
accessibilityImplementation — Property, interface myLib.display.IInteractiveObject
accessibilityProperties — Property, interface myLib.display.IDisplayObject
ACellRenderer — class, package myLib.controls
ACellRenderer is the abstract ICellRenderer implementation.
AComponent — class, package myLib.core
AComponent is the abstract base class for all components.
add — Event, class myLib.data.SimpleCollection
Dispatch when an item is added to collection.
ADD — Constant Static Property, class myLib.data.CollectionEvent
Defines the value of the type property of a add event object.
addAllTypes() — method, class myLib.core.Invalidation
Add all invalidation types.
addChild(child:flash.display:DisplayObject) — method, interface myLib.display.IDisplayObjectContainer
addChildAt(child:flash.display:DisplayObject, index:int) — method, interface myLib.display.IDisplayObjectContainer
addField(field:myLib.form:IField, variableName:String, required:Boolean, validators:any, defaultValue:any) — method, class myLib.form.Form
Add a field with this Form object.
addFieldAt(field:myLib.form:IField, index:uint, variableName:String, required:Boolean, validators:any, defaultValue:any) — method, class myLib.form.Form
Add a field at the specified tabIndex with this Form object.
addFrameScript(... rest) — method, interface myLib.display.IMovieClip
addItem(... rest) — method, interface myLib.data.ICollection
Add items to the collection.
addItem(... rest) — method, class myLib.data.SimpleCollection
Add items to the collection.
addItem(... rest) — method, class myLib.displayUtils.FocusGroup
Add items to the collection.
addItemAt(item:any, index:uint) — method, class myLib.controls.ButtonGroup
Add a item to the collection at the specified index.
addItemAt(item:any, index:uint) — method, interface myLib.data.ICollection
Add a item to the collection at the specified index.
addItemAt(item:any, index:uint) — method, class myLib.data.SimpleCollection
Add a item to the collection at the specified index.
addItemAt(item:any, index:uint) — method, class myLib.displayUtils.FocusGroup
Add a item to the collection at the specified index.
addProp(prop:any, func:Function, begin:Number, finish:Number) — method, class myLib.transitions.Tween
Add a property with this Tween object.
addTypes(types:uint) — method, class myLib.core.Invalidation
Add the specified invalidation types.
AFieldComponent — class, package myLib.core
AFieldComponent(parentContainer:flash.display:DisplayObjectContainer, initStyle:Object) — Constructor, class myLib.core.AFieldComponent
AIterator — class, package myLib.data
AIterator is an abstract implementation of Iterator.
align(o:flash.display:DisplayObject, alignmentPoint:String, targetCoordinateSpace:flash.display:DisplayObjectContainer, useGetBounds:Boolean) — Static Method , class myLib.displayUtils.AlignmentManager
Align DisplayObject to the specified with the specfied alignment point and coordinate space.
AlignmentManager — final class, package myLib.displayUtils
AlignmentManager is useful for layout.
alignmentPoint — Property, class myLib.core.AComponent
Get or set component alignment point as defined in AlignmentPoint constants.
alignmentPoint — Property, interface myLib.core.IComponent
Get or set component alignment point as defined in AlignmentPoint constants.
AlignmentPoint — final class, package myLib.displayUtils
AlignmentPoint defines constants to use with AlignmentManager.
ALL — Constant Static Property, class myLib.core.InvalidationType
Constant for all invalidation type.
allowBoundsTween — Property, interface myLib.controls.ISlider
Get or set a Boolean that indicates if a tween from track bounds is allow.
allowBoundsTween — Property, class myLib.controls.Slider
Get or set a Boolean that indicates if a tween from track bounds is allow.
allowCustomEditableText — Property, class myLib.controls.ComboBox
Get or set a Boolean that indicates if editable textfield when autoCompletion is active can display text that don't match any dataprovider items.
allowCustomEditableText — Property, interface myLib.controls.IComboBox
Get or set a Boolean that indicates if editable textfield when autoCompletion is active can display text that don't match any dataprovider items.
allowScreenScaleZoom — Property, interface myLib.medias.IMediaPlayer
Get or set a Boolean that indicates if video zoom is enabled.
allowScreenScaleZoom — Property, class myLib.medias.MediaPlayer
Get or set a Boolean that indicates if video zoom is enabled.
allowTrackDrag — Property, interface myLib.controls.ISlider
Get or set a Boolean that indicates if track drag is allow.
allowTrackDrag — Property, class myLib.controls.Slider
Get or set a Boolean that indicates if track drag is allow.
allowTrackDragTween — Property, interface myLib.controls.ISlider
Get or set a Boolean that indicates if track drag tween is allow.
allowTrackDragTween — Property, class myLib.controls.Slider
Get or set a Boolean that indicates if track drag tween is allow.
alpha — Property, interface myLib.display.IDisplayObject
ALPHA — Constant Static Property, class myLib.colors.ColorChannel
Constant to use with alpha channel.
alternateCellSkin — Property, class myLib.controls.ComboBox
Get or set an Array of skin object to alternate cell skins.
alternateCellSkin — Property, interface myLib.controls.IComboBox
Get or set an Array of skin object to alternate cell skins.
alternateCellSkin — Property, interface myLib.controls.IList
Get or set an Array of skin object to alternate cell skins.
alternateCellSkin — Property, class myLib.controls.List
Get or set an Array of skin object to alternate cell skins.
AMouseScroll — class, package myLib.core
AMouseScroll is the abstract base class for MouseScroll and PanoramaScroll component.
Application — class, package myLib.ui
Application is a base class for main application classes, it make easier initialize stage properties such as frameRate, align, scaleMode, showDefaultContextMenu and stageFocusRect.
Application(frameRate:Number, align:String, scaleMode:String, showDefaultContextMenu:Boolean, stageFocusRect:Boolean) — Constructor, class myLib.ui.Application
Build a new Application instance.
applicationDomain — Property, class myLib.controls.skins.ASkin
Get or set the applicationDomain where assets string definition can be retrieve.
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — method, interface myLib.display.IDisplayObjectContainer
ArrayUtils — final class, package myLib.utils
Utils for Array operations.
ARROW_BUTTON — Constant Static Property, class myLib.controls.ComboBoxDropdownWidthType
The constant for an arrowButton type.
arrowButtonAsset — Property, class myLib.controls.ComboBox
Get Iasset used to render arrow button button.
arrowButtonAsset — Property, interface myLib.controls.IComboBox
Get Iasset used to render arrow button button.
arrowButtonInitStyle — Property, class myLib.controls.skins.ComboBoxSkin
Get or set the initial style for arow button asset.
arrowButtonPosition — Property, class myLib.controls.ComboBox
Get or set the arrow button position using ComboBoxArrowButtonPosition constants.
arrowButtonPosition — Property, interface myLib.controls.IComboBox
Get or set the arrow button position using ComboBoxArrowButtonPosition constants.
arrowButtonSkin — Property, class myLib.controls.skins.ComboBoxSkin
Get or set the IButtonSkin for arrow button asset.
AScroll — class, package myLib.core
AScroll is the abstract base class for all scroll components.
ASkin — class, package myLib.controls.skins
ASkin is the abstract base class for all default component skins.
Asset — class, package myLib.assets
Asset is the base class for all components and its children.
Asset() — Constructor, class myLib.assets.Asset
AStepper — class, package myLib.core
AToggleButton — class, package myLib.core
AToggleButton is the abstract base class for CheckBox and RadioButton.
autoCompletion — Property, class myLib.controls.ComboBox
Get or set a Boolean that indicates if autocompletion is active.
autoCompletion — Property, interface myLib.controls.IComboBox
Get or set a Boolean that indicates if autocompletion is active.
autoFit — Property, interface myLib.controls.ILabel
Get or set a Boolean that indicates if Label component font size is reduced to fit Label area.
autoFit — Property, class myLib.controls.Label
Get or set a Boolean that indicates if Label component font size is reduced to fit Label area.
autoFit — Property, class myLib.controls.TextInput
Get or set a Boolean that indicates if Label component font size is reduced to fit Label area.
autoFitMinSize — Property, interface myLib.controls.ILabel
Get or set a the minimum font size to used with autoFit property.
autoFitMinSize — Property, class myLib.controls.Label
Get or set a the minimum font size to used with autoFit property.
AUTO_MANAGE_FULLSCREEN — Static Property, class myLib.displayUtils.FocusManager
get or set a boolean that indicates if fullscreen is removed automatically when user enter an editable textfield.
autoRepeat — Property, class myLib.controls.Button
Get or set a Boolan that indicates if ButtonEvent.REPEAT_MOUSE_DOWN event is active and so repeat while mouse id down.
autoRepeat — Property, interface myLib.controls.IButton
Get or set a Boolan that indicates if ButtonEvent.REPEAT_MOUSE_DOWN event is active and so repeat while mouse id down.
autoRepeatDelay — Property, class myLib.controls.Button
Get or set a delay before first autoReapeat is dispatched.
autoRepeatDelay — Property, interface myLib.controls.IButton
Get or set a delay before first autoReapeat is dispatched.
autoRepeatInterval — Property, class myLib.controls.Button
Get or set interval between each events when autoReapeat is active.
autoRepeatInterval — Property, interface myLib.controls.IButton
Get or set interval between each events when autoReapeat is active.
autoRepeatTimeout — Property, interface myLib.controls.IScrollBar
Get or set the time in milliseconds when a button control is press before auto repeat is active.
autoRepeatTimeout — Property, class myLib.controls.ScrollBar
Get or set the time in milliseconds when a button control is press before auto repeat is active.
autoSize — Property, class myLib.controls.ACellRenderer
Get or set a Boolean that indicates if cell is resize depending its data.
autoSize — Property, class myLib.controls.ComboBox
Get or set a Boolean that indicates if List is sized automatically to make all cells content visible.
autoSize — Property, interface myLib.controls.ICellRenderer
Get or set a Boolean that indicates if cell is resize depending its data.
autoSize — Property, interface myLib.controls.IComboBox
Get or set a Boolean that indicates if List is sized automatically to make all cells content visible.
autoSize — Property, interface myLib.controls.ILabel
Get or set a Boolean that indicates if Label component is sized to match text size.
autoSize — Property, interface myLib.controls.IList
Get or set a Boolean that indicates if List is sized automatically to make all cells content visible.
autoSize — Property, class myLib.controls.Label
Get or set a Boolean that indicates if Label component is sized to match text size.
autoSize — Property, class myLib.controls.List
Get or set a Boolean that indicates if List is sized automatically to make all cells content visible.
AUTOSIZE — Constant Static Property, class myLib.controls.ComboBoxDropdownWidthType
The constant for an autoSize type.
AUTOSIZE — Constant Static Property, class myLib.medias.MediaPlayerScreenScaleMode
MediaPlayer and video cannot resized, size from video metadata is used and MediaPlayer is sized to match video size.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z