| 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 | |
| AbstractButtonRow — Class in package com.yahoo.astra.fl.controls | |
| Abstract class that extends UIComponent and creates a row of buttons. | |
| AbstractButtonRow() — Constructor in class com.yahoo.astra.fl.controls.AbstractButtonRow | |
| Constructor | |
| accDoDefaultAction(childID) — Method in class com.yahoo.astra.fl.accessibility.MenuBarAccImpl | |
| accDoDefaultAction(childID) — Method in class com.yahoo.astra.fl.accessibility.TreeAccImpl | |
| AccImpl — Class in package fl.accessibility | |
| The AccImpl class, also called the Accessibility Implementation class, is the base class for the implementation of accessibility in components. | |
| accLocation(childID) — Method in class com.yahoo.astra.fl.accessibility.DialogBoxAccImpl | |
| accLocation(childID) — Method in class com.yahoo.astra.fl.accessibility.MenuBarAccImpl | |
| activate() — Method in class fl.managers.FocusManager | |
| Activates the FocusManager instance. | |
| activate() — Method in interface fl.managers.IFocusManager | |
| Activates a focus manager. | |
| active — Property in class com.yahoo.astra.animation.Animation | |
| If true, the animation is currently running. | |
| ADD — Constant static property in class fl.events.DataChangeType | |
| Items were added to the data provider. | |
| addChildNode(childNode:com.yahoo.astra.fl.controls.treeClasses:TNode) — Method in class com.yahoo.astra.fl.controls.treeClasses.BranchNode | |
| Pushes a new child node onto the array of children of the current node. | |
| addChildNodeAt(childNode:com.yahoo.astra.fl.controls.treeClasses:TNode, index) — Method in class com.yahoo.astra.fl.controls.treeClasses.BranchNode | |
| Adds a child node at a particular index in the array of children of the current node. | |
| addChildNodeAt(childNode:com.yahoo.astra.fl.controls.treeClasses:TNode, index) — Method in class com.yahoo.astra.fl.controls.treeClasses.RootNode | |
| Adds a child node at a particular index in the array of children of the current node. | |
| addClient(target, configuration) — Method in class com.yahoo.astra.layout.modes.BaseLayoutMode | |
| Registers a specific display object with the layout algorithm. | |
| addClient(target, configuration) — Method in interface com.yahoo.astra.layout.modes.IAdvancedLayoutMode | |
| Registers a specific display object with the layout algorithm. | |
| addItem(value) — Method in class com.yahoo.astra.containers.formClasses.FormItemContainer | |
Adds DisplayObjects into the ItemContainer. |
|
| addItem(child, required) — Method in class com.yahoo.astra.fl.containers.Form | |
Adds DisplayObject into the Form. |
|
| addItem(id, source, property, required, validation, validatorExtraParam, eventTargetObj, functionValidationPassed, functionValidationFailed, errorString) — Method in class com.yahoo.astra.managers.FormDataManager | |
|
Registers items into the FormDataManager with it's properties. |
|
| addItem(id, source, property, required, validation, validatorExtraParam, eventTargetObj, functionValidationPassed, functionValidationFailed, errorString) — Method in interface com.yahoo.astra.managers.IFormDataManager | |
| Registers items from the FormDataManager | |
| addItem(item) — Method in class fl.controls.ComboBox | |
| Appends an item to the end of the list of items. | |
| addItem(item) — Method in class fl.controls.SelectableList | |
| Appends an item to the end of the list of items. | |
| addItem(item) — Method in class fl.data.DataProvider | |
| Appends an item to the end of the data provider. | |
| addItemAt(item, index) — Method in class fl.controls.ComboBox | |
| Inserts an item into the list at the specified index location. | |
| addItemAt(item, index) — Method in class fl.controls.SelectableList | |
| Inserts an item into the list at the specified index location. | |
| addItemAt(item, index) — Method in class fl.data.DataProvider | |
| Adds a new item to the data provider at the specified index. | |
| addItems(items) — Method in class fl.data.DataProvider | |
Appends multiple items to the end of the DataProvider and dispatches
a DataChangeType.ADD event. |
|
| addItemsAt(items, index) — Method in class fl.data.DataProvider | |
Adds several items to the data provider at the specified index and dispatches
a DataChangeType.ADD event. |
|
| addPopUp(popUp, parent) — Static method in class com.yahoo.astra.fl.managers.PopUpManager | |
| Pops up a top-level display object. | |
| addRadioButton(radioButton:fl.controls:RadioButton) — Method in class fl.controls.RadioButtonGroup | |
| Adds a radio button to the internal radio button array for use with radio button group indexing, which allows for the selection of a single radio button in a group of radio buttons. | |
| addTrigger(button, functionDataCollectionSuccess, functionDataCollectionFail) — Method in class com.yahoo.astra.managers.FormDataManager | |
Registers a button(DisplayObject) to trigger collectData by MouseEvent.CLICK event. |
|
| addTrigger(button, functionDataCollectionSuccess, functionDataCollectionFail) — Method in interface com.yahoo.astra.managers.IFormDataManager | |
Registers a button(DisplayObject) to trigger collectData by MouseEvent.CLICK event. |
|
| AdvancedLayoutPane — Class in package com.yahoo.astra.fl.containers.layoutClasses | |
| Adds support for padding and configurations to the BaseLayoutPane. | |
| AdvancedLayoutPane(mode:com.yahoo.astra.layout.modes:ILayoutMode, configuration) — Constructor in class com.yahoo.astra.fl.containers.layoutClasses.AdvancedLayoutPane | |
| Constructor. | |
| AlertManager — Class in package com.yahoo.astra.fl.managers | |
| The AlertManager class extends UIComponent and manages the queuing and displaying of Alerts. | |
| align(target, bounds, horizontalAlign, verticalAlign) — Static method in class com.yahoo.astra.utils.DisplayObjectUtil | |
| Aligns a DisplayObject vertically and horizontally within specific bounds. | |
| ALL — Constant static property in class fl.core.InvalidationType | |
The InvalidationType.ALL constant defines the value of the type
property of the event object that is dispatched to indicate that the component should
redraw itself entirely. |
|
| allowMultipleSelection — Property in class fl.controls.SelectableList | |
| Gets a Boolean value that indicates whether more than one list item can be selected at a time. | |
| alwaysShowSelection — Property in class fl.controls.TextArea | |
| Gets or sets a Boolean value that indicates whether Flash Player highlights a selection in the text field when the text field does not have focus. | |
| alwaysShowSelection — Property in class fl.controls.TextInput | |
| Gets or sets a Boolean value that indicates how a selection is displayed when the text field does not have focus. | |
| alwaysShowZero — Property in class com.yahoo.astra.fl.charts.axes.NumericAxis | |
| If true, the axis will attempt to keep zero visible at all times. | |
| Animation — Class in package com.yahoo.astra.animation | |
| An ultra lightweight animation engine. | |
| Animation(duration, start, end, autoStart) — Constructor in class com.yahoo.astra.animation.Animation | |
| Constructor. | |
| animationDuration — Style in class com.yahoo.astra.fl.charts.series.Series | |
| The duration for animations that occur on data changes. | |
| animationDuration — Property in class com.yahoo.astra.fl.controls.carouselClasses.SlidingCarouselRenderer | |
| The duration of the fading animation. | |
| animationDuration — Property in class com.yahoo.astra.fl.controls.carouselClasses.StackCarouselRenderer | |
| The duration of the fading animation. | |
| animationEasingFunction — Style in class com.yahoo.astra.fl.charts.series.Series | |
| The easing function for animations that occur on data changes. | |
| animationEasingFunction — Property in class com.yahoo.astra.fl.controls.carouselClasses.SlidingCarouselRenderer | |
| The function used to ease the fading animation used by this layout renderer type. | |
| animationEasingFunction — Property in class com.yahoo.astra.fl.controls.carouselClasses.StackCarouselRenderer | |
| The function used to ease the fading animation used by this layout renderer type. | |
| animationEnabled — Style in class com.yahoo.astra.fl.charts.Chart | |
| Determines if data changes should be displayed with animation. | |
| animationEnabled — Style in class com.yahoo.astra.fl.charts.series.Series | |
| If true, data changes will be displayed with animations. | |
| AnimationEvent — Class in package com.yahoo.astra.animation | |
| The AnimationEvent class represents events that are broadcast by the com.yahoo.astra.animation.Animation class. | |
| AnimationEvent(type, parameters) — Constructor in class com.yahoo.astra.animation.AnimationEvent | |
| Constructor. | |
| appendText(text) — Method in class fl.controls.TextArea | |
| Appends the specified string after the last character that the TextArea component contains. | |
| appendText(text) — Method in class fl.controls.TextInput | |
| Appends the specified string after the last character that the TextArea contains. | |
| areaFillAlpha — Style in class com.yahoo.astra.fl.charts.series.LineSeries | |
| The alpha value of the area fill. | |
| artist — Property in class com.yahoo.astra.fl.controls.mediaPlayerClasses.AudioClip | |
| Gets the artist for the audio clip (read-only). | |
| artist — Property in interface com.yahoo.astra.fl.controls.mediaPlayerClasses.IMediaClip | |
| Gets the artist for the media clip (read-only) | |
| aspectRatio — Property in class com.yahoo.astra.fl.charts.series.SeriesItemRenderer | |
| AudioClip — Class in package com.yahoo.astra.fl.controls.mediaPlayerClasses | |
| The AudioClip class extends the EventDispatcher class and wraps the Sound, SoundChannel, SoundLoaderContext and SoundTransform classes. | |
| AudioClip() — Constructor in class com.yahoo.astra.fl.controls.mediaPlayerClasses.AudioClip | |
| Constructor | |
| AudioPlayback — Class in package com.yahoo.astra.fl.controls | |
| The AudioPlayback class extends the UIComponent class and creates a set of controls for audio playback. | |
| AudioPlayback(container) — Constructor in class com.yahoo.astra.fl.controls.AudioPlayback | |
| Constructor Creates a new AudioPlayback instance | |
| AUTO — Constant static property in class fl.controls.ScrollPolicy | |
| Show the scroll bar if the children exceed the owner's dimensions. | |
| AutoComplete — Class in package com.yahoo.astra.fl.controls | |
| The AutoComplete control works like a TextInput control, but can pop up a list of suggestions based on text entered. | |
| AutoComplete() — Constructor in class com.yahoo.astra.fl.controls.AutoComplete | |
| Constructor. | |
| AutoCompleteCellRenderer — Class in package com.yahoo.astra.fl.controls.autoCompleteClasses | |
| The AutoCompleteCellRenderer is the default cell renderer for AutoComplete, adding support for highlighted items. | |
| AutoCompleteCellRenderer() — Constructor in class com.yahoo.astra.fl.controls.autoCompleteClasses.AutoCompleteCellRenderer | |
| autoFillEnabled — Property in class com.yahoo.astra.fl.controls.AutoComplete | |
| Whether to complete the text in the text field with the first item in the drop down list or not. | |
| autoLoad — Property in class fl.containers.UILoader | |
| Gets or sets a value that indicates whether the UILoader instance automatically loads the specified content. | |
| autoMask — Property in class com.yahoo.astra.layout.LayoutContainer | |
| If true, the conent will automatically update the scrollRect to fit the dimensions. | |
| autoRepeat — Property in class fl.controls.BaseButton | |
Gets or sets a Boolean value that indicates whether the buttonDown event
is dispatched more than one time when the user holds the mouse button down over the component. |
|
| autoRepeat — Property in class fl.controls.RadioButton | |
A radio button never auto-repeats by definition, so the autoRepeat property is set to
false in the constructor and cannot be changed. |
|
| autoSize — Property in class com.yahoo.astra.display.BitmapText | |
| Controls automatic sizing and alignment of text fields. | |
| autoSize — Property in class com.yahoo.astra.fl.containers.layoutClasses.BaseLayoutPane | |
| If true, the container will automatically calculate the ideal width and height for itself. | |
| autoSize — Property in class com.yahoo.astra.fl.controls.carouselClasses.StackCarouselRenderer | |
| If true, the renderer will resize to fit the content. | |
| autoSize — Property in class fl.controls.Label | |
Gets or sets a string that indicates how a label is sized and aligned to
fit the value of its text property. |
|
| AutoSizeButton — Class in package com.yahoo.astra.fl.controls.containerClasses | |
| AutoSizeButton extends Button and create a button that sizes itself based on the size of its label and fires a change event when the button is resized. | |
| AutoSizeButton() — Constructor in class com.yahoo.astra.fl.controls.containerClasses.AutoSizeButton | |
| Constructor | |
| autoSizeButtonsToTextWidth — Property in class com.yahoo.astra.fl.controls.MenuBar | |
| If true, the width value of the MenuBar will be ignored. | |
| autoSizeButtonsToTextWidth — Property in class com.yahoo.astra.fl.controls.menuBarClasses.MenuButtonRow | |
| If true, the width value of the MenuBar will be ignored. | |
| autoSizeStyle — Property in class com.yahoo.astra.fl.controls.containerClasses.MessageBox | |
| Gets or sets autoSizeStyle | |
| autoSizeTabsToTextWidth — Property in class com.yahoo.astra.fl.controls.TabBar | |
| If true, the width value of the TabBar will be ignored. | |
| autoStart — Property in class com.yahoo.astra.fl.controls.mediaPlayerClasses.AudioClip | |
| Gets or sets the autoStart property of an AudioClip | |
| autoStart — Property in interface com.yahoo.astra.fl.controls.mediaPlayerClasses.IMediaClip | |
| Gets or sets the auto start property of the media clip | |
| axisColor — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer | |
| The line color for the axis. | |
| AxisData — Class in package com.yahoo.astra.fl.charts.axes | |
| Positioning and other data used by an IAxisRenderer to draw items like ticks. | |
| AxisData(position, value, label) — Constructor in class com.yahoo.astra.fl.charts.axes.AxisData | |
| Constructor. | |
| AxisLabelUtil — Class in package com.yahoo.astra.utils | |
| Used to measure dimensions for BitmapText objects. | |
| AxisOrientation — Class in package com.yahoo.astra.fl.charts.axes | |
Orientation values available to IAxis objects. |
|
| axisRenderer — Property in class com.yahoo.astra.fl.charts.axes.DefaultGridLinesRenderer | |
| The axis renderer from which the grid lines receive their major and minor unit data. | |
| axisRenderer — Property in interface com.yahoo.astra.fl.charts.axes.IGridLinesRenderer | |
| The axis renderer from which the grid lines receive their major and minor unit data. | |
| axisWeight — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer | |
| The line weight, in pixels, for the axis. | |
| 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 | |