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  
SandboxMouseEvent — Class in package mx.events
This is an event sent between applications in different security sandboxes to notify listeners about mouse activity in another security sandbox.
SandboxMouseEvent(type, bubbles, cancelable, ctrlKey, altKey, shiftKey, buttonDown) — Constructor in class mx.events.SandboxMouseEvent
Constructor.
saturation — Property in class com.yahoo.astra.utils.HSBColor
Represents the saturation component of a value in the HSB color space.
SATURATION — Constant static property in class com.yahoo.astra.utils.HSBColor
A constant representing the saturation component of the HSB colorspace.
saturationInput — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The textinput for the saturation component.
saturationRadio — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The radio for the saturation component.
saveEntries() — Method in class com.yahoo.astra.mx.managers.AutoCompleteManager
Adds the text value of all current targets to the local history.
scale9Grid — Property in interface mx.core.IFlexDisplayObject
scaleX — Property in interface mx.core.IFlexDisplayObject
scaleX — Property in class mx.core.UIComponent
Number that specifies the horizontal scaling factor.
scaleY — Property in interface mx.core.IFlexDisplayObject
scaleY — Property in class mx.core.UIComponent
Number that specifies the vertical scaling factor.
screen — Property in interface mx.core.IToolTip
A Rectangle that specifies the size and position of the base drawing surface for this tooltip.
screen — Property in class mx.core.UIComponent
Returns an object that contains the size and position of the base drawing surface for this object.
screen — Property in interface mx.managers.ISystemManager
The size and position of the application window.
screen — Property in class mx.managers.SystemManager
The size and position of the application window.
scriptRecursionLimit — Property in class mx.core.Application
Specifies the maximum depth of Flash Player or AIR call stack before the player stops.
scriptTimeLimit — Property in class mx.core.Application
Specifies the maximum duration, in seconds, that an ActionScript event handler can execute before Flash Player or AIR assumes that it is hung, and aborts it.
scroll — Event in class mx.controls.HScrollBar
Dispatched when the ScrollBar control scrolls through user initiated action or programmatically.
scroll — Event in class mx.controls.VScrollBar
Dispatched when the ScrollBar control scrolls through user initiated action or programmatically.
scroll — Event in class mx.core.Container
Dispatched when the user manually scrolls the container.
scroll — Event in class mx.core.ScrollControlBase
Dispatched when the content is scrolled.
SCROLL — Constant static property in class mx.events.ScrollEvent
The ScrollEvent.SCROLL constant defines the value of the type property of the event object for a scroll event.
scrollAreaChanged — Property in class mx.core.ScrollControlBase
A flag that the scrolling area changed due to the appearance or disappearance of scrollbars.
ScrollBar — Class in package mx.controls.scrollClasses
The ScrollBar class is the base class for the HScrollBar and VScrollBar controls.
ScrollBar() — Constructor in class mx.controls.scrollClasses.ScrollBar
Constructor.
ScrollBarDirection — Final class in package mx.controls.scrollClasses
The ScrollBarDirection class defines the values for the direction property of the ScrollBar control.
scrollChildren() — Method in class mx.core.Container
Positions the container's content area relative to the viewable area based on the horizontalScrollPosition and verticalScrollPosition properties.
ScrollControlBase — Class in package mx.core
The ScrollControlBase class is the base class for controls with scroll bars.
ScrollControlBase() — Constructor in class mx.core.ScrollControlBase
Constructor.
ScrollEvent — Class in package mx.events
Represents events that are dispatched by the ScrollBar class.
ScrollEvent(type, bubbles, cancelable, detail, position, direction, delta) — Constructor in class mx.events.ScrollEvent
Constructor.
ScrollEventDetail — Final class in package mx.events
Constants for the values of the detail property of a ScrollEvent.
ScrollEventDirection — Final class in package mx.events
Constants for the values of the direction property of a ScrollEvent.
scrollH — Property in interface mx.core.IUITextField
scrollHandler(event) — Method in class mx.core.ScrollControlBase
Default event handler for the scroll event.
scrollHorizontally(pos, deltaPos, scrollUp) — Method in class mx.controls.listClasses.ListBase
Adjusts the renderers in response to a change in scroll position.
ScrollPolicy — Final class in package mx.core
Values for the horizontalScrollPolicy and verticalScrollPolicy properties of the Container and ScrollControlBase classes.
scrollPosition — Property in class mx.controls.scrollClasses.ScrollBar
Number that represents the current scroll position.
scrollPositionToIndex(horizontalScrollPosition, verticalScrollPosition) — Method in class mx.controls.listClasses.ListBase
Returns the data provider index for the item at the first visible row and column for the given scroll positions.
scrollRect — Property in interface mx.core.IFlexDisplayObject
ScrollThumb — Class in package mx.controls.scrollClasses
The ScrollThumb class defines the thumb of a ScrollBar control.
ScrollThumb() — Constructor in class mx.controls.scrollClasses.ScrollThumb
Constructor.
scrollTipFunction — Property in class mx.core.ScrollControlBase
A function that computes the string to be displayed as the ScrollTip.
scrollToIndex(index) — Method in class mx.controls.listClasses.ListBase
Ensures that the data provider item at the given index is visible.
scrollV — Property in interface mx.core.IUITextField
scrollVertically(pos, deltaPos, scrollUp) — Method in class mx.controls.listClasses.ListBase
Adjusts the renderers in response to a change in scroll position.
scrubDelay — Static property in class mx.managers.ToolTipManager
The amount of time, in milliseconds, that a user can take when moving the mouse between controls before Flex again waits for the duration of showDelay to display a ToolTip.
SECONDS — Constant static property in class com.yahoo.astra.utils.TimeUnit
A constant representing the seconds unit in date and time values.
SECONDS_FOCUS_IN — Constant static property in class com.yahoo.astra.mx.events.TimeInputEvent
Constant defining the event type fired when the seconds field of a TimeInput receives focus.
SecurityUtil — Class in package mx.utils
Utilities for working with security-related issues.
seek(bookmark:mx.collections:CursorBookmark, offset, prefetch) — Method in interface mx.collections.IViewCursor
Moves the cursor to a location at an offset from the specified bookmark.
seek(playheadTime) — Method in class mx.effects.Tween
Advances the tween effect to the specified position.
seek(playheadTime) — Method in class mx.effects.effectClasses.TweenEffectInstance
Advances the effect to the specified position.
seekPendingFailureHandler(data, info:mx.controls.listClasses:ListBaseSeekPending) — Method in class mx.controls.listClasses.ListBase
The default failure handler when a seek fails due to a page fault.
seekPendingResultHandler(data, info:mx.controls.listClasses:ListBaseSeekPending) — Method in class mx.controls.listClasses.ListBase
The default result handler when a seek fails due to a page fault.
seekPositionSafely(index) — Method in class mx.controls.listClasses.ListBase
Seek to a position, and handle an ItemPendingError if necessary.
selectable — Property in class mx.controls.Label
Specifies whether the text can be selected.
selectable — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether the list shows selected items as selected.
selectable — Property in interface mx.core.IUITextField
selectButton — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The select button.
selectButton — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSliderDropDown
The select button to commit the selection on the sliders.
selected — Property in class mx.controls.Button
Indicates whether a toggle button is toggled on (true) or off (false).
selected — Property in interface mx.managers.IFocusManagerGroup
A flag that indicates whether this control is selected.
selectedColor — Property in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
selectedColor — Property in class com.yahoo.astra.mx.controls.ColorSliderPicker
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.DropDownColorPicker
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.BaseColorPickerDropDown
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
The currently selected color.
selectedColor — Property in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorPicker
The currently selected color.
selectedColor — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
The currently selected color.
selectedData — Property in class mx.controls.listClasses.ListBase
A hash table of ListBaseSelectionData objects that track which items are currently selected.
selectedDisabledIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is selected and disabled.
selectedDisabledSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when a toggle button is selected and disabled.
selectedDownIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is selected and the mouse button is down.
selectedDownSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse button is down.
selectedField — Property in class mx.controls.Button
The name of the field in the data property which specifies the value of the Button control's selected property.
selectedIndex — Property in class mx.controls.ComboBase
The index in the data provider of the selected item.
selectedIndex — Property in class mx.controls.listClasses.ListBase
The index in the data provider of the selected item.
selectedIndices — Property in class mx.controls.listClasses.ListBase
An array of indices in the data provider of the selected items.
selectedItem — Property in class mx.controls.ComboBase
The item in the data provider at the selectedIndex.
selectedItem — Property in class mx.controls.listClasses.ListBase
A reference to the selected item in the data provider.
selectedItems — Property in class mx.controls.listClasses.ListBase
An array of references to the selected items in the data provider.
selectedOverIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is selected and the mouse is over the control.
selectedOverSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is over the control.
selectedUpIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is selected and the mouse button is up.
selectedUpSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is not over the control.
selectedValue — Property in class mx.controls.RadioButtonGroup
The value of the value property of the selected RadioButton control in the group, if this has been set to be something other than null (the default value).
selection — Property in class mx.controls.RadioButtonGroup
Contains a reference to the currently selected RadioButton control in the group.
selectionBeginIndex — Property in class mx.controls.TextInput
The zero-based character index value of the first character in the current selection.
selectionBeginIndex — Property in interface mx.core.IUITextField
selectionColor — Style in class mx.controls.listClasses.ListBase
The color of the background of a renderer when the user selects it.
selectionDisabledColor — Style in class mx.controls.listClasses.ListBase
The color of the background of a renderer when the component is disabled.
selectionDuration — Style in class mx.controls.listClasses.ListBase
The duration of the selection effect.
selectionEasingFunction — Style in class mx.controls.listClasses.ListBase
The easingFunction for the selection effect.
selectionEndIndex — Property in class mx.controls.TextInput
The zero-based index of the position after the last character in the current selection (equivalent to the one-based index of the last character).
selectionEndIndex — Property in interface mx.core.IUITextField
selectionIndicator — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
The selection indicator.
selectionIndicator — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
The selection indicator.
selectionIndicator — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
The selection indicator.
selectionIndicators — Property in class mx.controls.listClasses.ListBase
A hash table of selection indicators.
selectionLayer — Property in class mx.controls.listClasses.ListBase
The layer in listContent where all selection and highlight indicators are drawn.
selectionTweens — Property in class mx.controls.listClasses.ListBase
A hash table of selection tweens.
selectItem(item:mx.controls.listClasses:IListItemRenderer, shiftKey, ctrlKey, transition) — Method in class mx.controls.listClasses.ListBase
Updates the set of selected items given that the item renderer provided was clicked by the mouse and the keyboard modifiers are in the given state.
selectors — Static property in class mx.styles.StyleManager
Returns an Array of all the CSS selectors that are registered with the StyleManager.
SELFLAG_ADDSELECTION — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
SELFLAG_EXTENDSELECTION — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
SELFLAG_NONE — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
SELFLAG_REMOVESELECTION — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
SELFLAG_TAKEFOCUS — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
SELFLAG_TAKESELECTION — Constant static property in class com.yahoo.astra.accessibility.FocusAndSelectionFlags
setActualHeight(h) — Method in class mx.containers.utilityClasses.ConstraintRow
Sizes the ConstraintRow
setActualSize(newWidth, newHeight) — Method in interface mx.core.IFlexDisplayObject
Sets the actual size of this object.
setActualSize(newWidth, newHeight) — Method in class mx.core.SpriteAsset
Sets the actual size of this object.
setActualSize(w, h) — Method in class mx.core.UIComponent
Sizes the object.
setActualSize(w, h) — Method in class mx.core.UITextField
Sizes the object.
setActualSize(newWidth, newHeight) — Method in class mx.managers.SystemManager
Calling the setActualSize() method has no effect if it is directly mapped to the application window and if it is the top-level window.
setActualSize(newWidth, newHeight) — Method in class mx.skins.ProgrammaticSkin
Sets the height and width of this object.
SET_ACTUAL_SIZE_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Sets the size of the child.systemManager.
setActualWidth(w) — Method in class mx.containers.utilityClasses.ConstraintColumn
Sizes the constraint column.
setBusyCursor() — Static method in class mx.managers.CursorManager
Displays the busy cursor.
setChildIndex(child, newIndex) — Method in class mx.core.Container
Sets the index of a particular child.
setChildIndex(child, newIndex) — Method in interface mx.core.IChildList
Changes the index of a particular child in this child list.
setChildIndex(child, index) — Method in interface mx.core.IContainer
setColor(color) — Method in interface mx.core.IUITextField
Sets the font color of the text.
setColor(color) — Method in class mx.core.UITextField
Sets the font color of the text.
setConstraintValue(constraintName, value) — Method in interface mx.core.IConstraintClient
Sets the specified constraint value.
setConstraintValue(constraintName, value) — Method in class mx.core.UIComponent
Sets a layout constraint value, which is the same as setting the constraint style for this component.
setContextMenu(component) — Method in interface mx.controls.IFlexContextMenu
Sets the context menu of an InteractiveObject.
setCurrentState(stateName, playTransition) — Method in class mx.core.UIComponent
Set the current state.
setCursor(cursorClass, priority, xOffset, yOffset) — Static method in class mx.managers.CursorManager
Creates a new cursor and sets an optional priority for the cursor.
setFocus() — Method in interface mx.core.IUITextField
setFocus() — Method in class mx.core.UIComponent
Sets the focus to this component.
setFocus() — Method in class mx.core.UITextField
Sets the focus to this component.
setFocus(o:mx.managers:IFocusManagerComponent) — Method in class mx.managers.FocusManager
Sets focus to an IFocusManagerComponent component.
setFocus(o:mx.managers:IFocusManagerComponent) — Method in interface mx.managers.IFocusManager
Sets focus to an IFocusManagerComponent component.
setFocus() — Method in interface mx.managers.IFocusManagerComponent
Called by the FocusManager when the component receives focus.
setItemAt(item, index) — Method in interface mx.collections.IList
Places the item at the specified index.
setItemAt(item, index) — Method in class mx.collections.ListCollectionView
Places the item at the specified index.
setProgress(completed, total) — Method in class mx.preloaders.DownloadProgressBar
Updates the display of the download progress bar with the current download information.
setProperty(name, value) — Method in class mx.utils.ObjectProxy
Updates the specified property on the proxied object and sends notification of the update to the handler.
setRowCount(v) — Method in class mx.controls.listClasses.ListBase
Sets the rowCount property without causing invalidation or setting the explicitRowCount property, which permanently locks in the number of rows.
setRowHeight(v) — Method in class mx.controls.listClasses.ListBase
Sets the rowHeight property without causing invalidation or setting of explicitRowHeight which permanently locks in the height of the rows.
setScrollBarProperties(totalColumns, visibleColumns, totalRows, visibleRows) — Method in class mx.core.ScrollControlBase
Causes the ScrollControlBase to show or hide scrollbars based on the parameters passed in.
setScrollProperties(pageSize, minScrollPosition, maxScrollPosition, pageScrollSize) — Method in class mx.controls.scrollClasses.ScrollBar
Sets the range and viewport size of the ScrollBar control.
setSelection(beginIndex, endIndex) — Method in class mx.controls.TextInput
Selects the text in the range specified by the parameters.
setSelection(beginIndex, endIndex) — Method in interface mx.core.IUITextField
SET_SHOW_FOCUS_INDICATOR_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Set the value of the showFocusIndicator property in every application's FocusManager.
setStyle(styleProp, newValue) — Method in class mx.core.UIComponent
Sets a style property on this component instance.
setStyle(styleProp, value) — Method in class mx.core.UITextField
Does nothing.
setStyle(styleProp, newValue) — Method in class mx.styles.CSSStyleDeclaration
Sets a style property on this CSSStyleDeclaration.
setStyle(styleProp, newValue) — Method in interface mx.styles.IStyleClient
Sets a style property on this component instance.
setStyle(styleProp, newValue) — Method in class mx.styles.StyleProxy
Sets a style property on this component instance.
setStyleDeclaration(selector, styleDeclaration:mx.styles:CSSStyleDeclaration, update) — Static method in class mx.styles.StyleManager
Sets the CSSStyleDeclaration object that stores the rules for the specified CSS selector.
setTextFormat(format, beginIndex, endIndex) — Method in interface mx.core.IUITextField
setTweenHandlers(updateFunction, endFunction) — Method in class mx.effects.Tween
By default, the Tween class invokes the mx.effects.effectClasses.TweenEffectInstance.onTweenUpdate() callback function on a regular interval on the effect instance for the duration of the effect, and the optional mx.effects.effectClasses.TweenEffectInstance.onTweenEnd() callback function at the end of the effect duration.
setup — Event in interface mx.modules.IModuleInfo
Dispatched by the backing ModuleInfo once the module is sufficiently loaded to call the IModuleInfo.factory() method and the IFlexModuleFactory.info() method.
setup — Property in interface mx.modules.IModuleInfo
A flag that is true if the module is sufficiently loaded to get a handle to its associated IFlexModuleFactory implementation and call its info() method.
SETUP — Constant static property in class mx.events.ModuleEvent
Dispatched when enough of a module has been downloaded that you can get information about the module.
setupPropertyList() — Method in class mx.utils.ObjectProxy
This method creates an array of all of the property names for the proxied object.
setVisible(value, noEvent) — Method in interface mx.core.IUIComponent
Called when the visible property changes.
setVisible(value, noEvent) — Method in class mx.core.UIComponent
Called when the visible property changes.
setVisible(visible, noEvent) — Method in class mx.core.UITextField
Sets the visible property of this UITextField object.
shadowDirection — Style in class com.yahoo.astra.mx.controls.TimeStepper
Direction of the drop shadow.
shadowDirection — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Direction of the drop shadow.
shadowDirection — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Direction of the drop shadow.
shadowDirection — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
Direction of the drop shadow.
shadowDirection — Style in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput
Direction of the drop shadow.
shadowDirection — Style in class mx.controls.TextInput
Direction of the drop shadow.
shadowDirection — Style in class mx.controls.ToolTip
Direction of the drop shadow.
shadowDirection — Style in class mx.core.Container
Direction of the drop shadow.
shadowDirection — Style in class mx.core.ScrollControlBase
Direction of the drop shadow.
shadowDistance — Style in class com.yahoo.astra.mx.controls.TimeStepper
Distance of the drop shadow.
shadowDistance — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Distance of the drop shadow.
shadowDistance — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Distance of the drop shadow.
shadowDistance — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
Distance of the drop shadow.
shadowDistance — Style in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput
Distance of the drop shadow.
shadowDistance — Style in class mx.controls.TextInput
Distance of the drop shadow.
shadowDistance — Style in class mx.controls.ToolTip
Distance of the drop shadow.
shadowDistance — Style in class mx.core.Container
Distance of the drop shadow.
shadowDistance — Style in class mx.core.ScrollControlBase
Distance of the drop shadow.
shareData — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
Whether to share the auto-complete data with other applications or keep it private to this application.
sharedObjectPath — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
The name of the Shared Object in which to store auto-complete entries.
sharpness — Property in interface mx.core.IUITextField
sharpness — Property in class mx.core.UITextFormat
Defines the sharpness setting for the UITextField class.
shiftKey — Property in class mx.events.SandboxMouseEvent
Indicates whether the Shift key was pressed.
shiftRow(oldIndex, newIndex, numCols, shiftItems) — Method in class mx.controls.listClasses.ListBase
Shift a row in the arrays that reference rows.
show — Event in class mx.core.UIComponent
Dispatched when an object's state changes from invisible to visible.
show — Property in class mx.effects.effectClasses.HideShowEffectTargetFilter
Determines if this is a show or hide filter.
SHOW — Constant static property in class mx.events.FlexEvent
The FlexEvent.SHOW constant defines the value of the type property of the event object for a show event.
showAMPM — Style in class com.yahoo.astra.mx.controls.TimeInput
If true, and the useTwelveHourFormat style is also true, the AM or PM string will be displayed.
showAMPM — Style in class com.yahoo.astra.mx.controls.TimeStepper
If true, and the useTwelveHourFormat style is also true, the AM or PM string will be displayed.
showCaret — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether to show caret.
showCursor() — Static method in class mx.managers.CursorManager
Makes the cursor visible.
showDataTips — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether dataTips are displayed for text in the rows.
showDelay — Static property in class mx.managers.ToolTipManager
The amount of time, in milliseconds, that Flex waits before displaying the ToolTip box once a user moves the mouse over a component that has a ToolTip.
showDisplayForDownloading(elapsedTime, event) — Method in class mx.preloaders.DownloadProgressBar
Defines the algorithm for determining whether to show the download progress bar while in the download phase.
showDisplayForInit(elapsedTime, count) — Method in class mx.preloaders.DownloadProgressBar
Defines the algorithm for determining whether to show the download progress bar while in the initialization phase, assuming that the display is not currently visible.
showDropDown(trigger) — Method in class com.yahoo.astra.mx.controls.DropDownColorPicker
Opens the picker drop down.
showDropFeedback(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Displays a drop indicator under the mouse pointer to indicate that a drag and drop operation is allowed and where the items will be dropped.
showEffect — Effect in class mx.core.UIComponent
Played when the component becomes visible.
showEffect — Static property in class mx.managers.ToolTipManager
The effect that plays when a ToolTip is shown, or null if the ToolTip should appear with no effect.
showFeedback(feedback) — Static method in class mx.managers.DragManager
Sets the feedback indicator for the drag and drop operation.
showFocus() — Method in class mx.managers.FocusManager
Sets showFocusIndicator to true and draws the visual focus indicator on the focused object, if any.
showFocus() — Method in interface mx.managers.IFocusManager
Sets showFocusIndicator to true and draws the visual focus indicator on the focused object, if any.
showFocusIndicator — Property in class mx.managers.FocusManager
A flag that indicates whether to display an indicator that a component has focus.
showFocusIndicator — Property in interface mx.managers.IFocusManager
A flag that indicates whether to display an indicator that a component has focus.
showInAutomationHierarchy — Property in interface mx.automation.IAutomationObject
A flag that determines if an automation object shows in the automation hierarchy.
showInAutomationHierarchy — Property in class mx.core.UIComponent
A flag that determines if an automation object shows in the automation hierarchy.
showingDropdown — Property in class com.yahoo.astra.mx.controls.DropDownColorPicker
Flag indicating if the drop down is down.
showLabel — Property in class mx.preloaders.DownloadProgressBar
Controls whether to display the label, true, or not, false.
SHOW_MODAL_WINDOW_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Shows a modal window.
SHOW_MOUSE_CURSOR_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Asks the top-level root if the mouse cursor should be hidden given its current location.
showPercentage — Property in class mx.preloaders.DownloadProgressBar
Controls whether to display the percentage, true, or not, false.
showPreview — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.DividedColorViewer
If true, the preview color will be displayed.
showPreview — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorViewer
If true, the preview color will be displayed.
showPreview — Property in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorPreviewViewer
If true, the preview color will be displayed.
showScrollTips — Property in class mx.core.ScrollControlBase
A flag that indicates whether a tooltip should appear near the scroll thumb when it is being dragged.
showSeconds — Style in class com.yahoo.astra.mx.controls.TimeInput
If true, the seconds value will be displayed.
showSeconds — Style in class com.yahoo.astra.mx.controls.TimeStepper
If true, the seconds value will be displayed.
SILVER — Constant static property in class com.yahoo.astra.utils.Color
SIZE — Constant static property in class mx.events.InvalidateRequestData
Bit to indicate the request handler should invalidate their size.
skin — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.DefaultColorViewer
Name of the class to use as the default skin for the background and border.
skin — Style in class mx.controls.Button
Name of the class to use as the default skin for the background and border.
skin — Style in class mx.controls.ComboBase
Name of the class to use as the default skin for the background and border.
slider — Property in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
The color slider subcomponent.
sliderComponent — Property in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
The colorspace component that will be displayed by the slider.
sliders — Property in class com.yahoo.astra.mx.controls.ColorSliderPicker
The color slider subcomponents.
SliderThumbSkin — Class in package com.yahoo.astra.mx.skins.halo
The skin for all the states of a thumb in a Slider.
SliderThumbSkin() — Constructor in class com.yahoo.astra.mx.skins.halo.SliderThumbSkin
Constructor.
sort — Property in interface mx.collections.ICollectionView
The Sort that will be applied to the ICollectionView.
sort — Property in class mx.collections.ListCollectionView
The Sort that will be applied to the ICollectionView.
sort(items) — Method in class mx.collections.Sort
Apply the current sort to the specified array (not a copy).
Sort — Class in package mx.collections
Provides the sorting information required to establish a sort on an existing view (ICollectionView interface or class that implements the interface).
Sort() — Constructor in class mx.collections.Sort
Constructor.
SortError — Class in package mx.collections.errors
This error is thrown when a Sort class is not configured properly; for example, if the find criteria are invalid.
SortError(message) — Constructor in class mx.collections.errors.SortError
Constructor.
SortField — Class in package mx.collections
Provides the sorting information required to establish a sort on a field or property in an existing view.
SortField(name, caseInsensitive, descending, numeric) — Constructor in class mx.collections.SortField
Constructor.
soundTransform — Property in interface mx.core.IContainer
source — Property in class mx.collections.ArrayCollection
The source of data in the ArrayCollection.
source — Property in class mx.collections.XMLListCollection
The underlying XMLList for this collection.
source — Property in class mx.events.PropertyChangeEvent
The object that the change occured on.
source — Property in class mx.styles.StyleProxy
The object that implements the IStyleClient interface.
SpriteAsset — Class in package mx.core
SpriteAsset is a subclass of the flash.display.Sprite class which represents vector graphic images that you embed in a Flex application.
SpriteAsset() — Constructor in class mx.core.SpriteAsset
Constructor.
stage — Property in interface mx.core.IFlexDisplayObject
stage — Property in interface mx.managers.ISystemManager
The flash.display.Stage that represents the application window mapped to this SystemManager
stageHeight — Property in class mx.preloaders.DownloadProgressBar
The height of the stage, which is passed in by the Preloader class.
stageHeight — Property in interface mx.preloaders.IPreloaderDisplay
The height of the stage, which is passed in by the Preloader class.
stageWidth — Property in class mx.preloaders.DownloadProgressBar
The width of the stage, which is passed in by the Preloader class.
stageWidth — Property in interface mx.preloaders.IPreloaderDisplay
The width of the stage, which is passed in by the Preloader class.
start — Event in class com.yahoo.astra.animation.Animation
Dispatched when the Animation instance starts.
start() — Method in class com.yahoo.astra.animation.Animation
Starts the tween.
start — Property in class mx.effects.effectClasses.PropertyChanges
An Object containing the starting properties of the target component modified by the change in view state.
START — Constant static property in class com.yahoo.astra.animation.AnimationEvent
Indicates that the animation has started playing.
startDelay — Property in class mx.effects.Effect
Amount of time, in milliseconds, to wait before starting the effect.
startDelay — Property in class mx.effects.EffectInstance
Amount of time, in milliseconds, to wait before starting the effect.
startDelay — Property in interface mx.effects.IEffectInstance
Amount of time, in milliseconds, to wait before starting the effect.
startDrag(lockCenter, bounds) — Method in interface mx.core.IContainer
startEffect() — Method in class mx.effects.EffectInstance
Plays the effect instance on the target after the startDelay period has elapsed.
startEffect() — Method in interface mx.effects.IEffectInstance
Plays the effect instance on the target after the startDelay period has elapsed.
startingIndex — Property in interface mx.core.IRepeater
The index into the dataProvider at which this Repeater starts creating children.
State — Class in package mx.states
The State class defines a view state, a particular view of a component.
State() — Constructor in class mx.states.State
Constructor.
StateChangeEvent — Class in package mx.events
The StateChangeEvent class represents an event that is dispatched when the currentState property of a component changes.
StateChangeEvent(type, bubbles, cancelable, oldState, newState) — Constructor in class mx.events.StateChangeEvent
Constructor.
states — Property in class mx.core.UIComponent
The view states that are defined for this component.
STATE_SYSTEM_ALERT_HIGH — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_ALERT_LOW — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_ALERT_MEDIUM — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_ANIMATED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_BUSY — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_CHECKED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_COLLAPSED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_DEFAULT — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_EXPANDED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_EXTSELECTABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_FLOATING — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_FOCUSABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_FOCUSED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_HASPOPUP — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_HOTTRACKED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_INVISIBLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_LINKED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_MARQUEED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_MIXED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_MOVEABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_MULTISELECTABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_NORMAL — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_OFFSCREEN — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_PRESSED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_READONLY — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_SELECTABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_SELECTED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_SELFVOICING — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_SIZEABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_TRAVERSED — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_UNAVAILABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
STATE_SYSTEM_VALID — Constant static property in class com.yahoo.astra.accessibility.ObjectStates
stickyHighlighting — Property in class mx.controls.Button
If false, the Button displays its down skin when the user presses it but changes to its over skin when the user drags the mouse off of it.
stop() — Method in class mx.effects.Effect
Stops the effect, leaving the effect targets in their current state.
stop() — Method in class mx.effects.EffectInstance
Stops the effect, leaving the target in its current state.
stop() — Method in interface mx.effects.IEffect
Stops the effect, leaving the effect targets in their current state.
stop() — Method in interface mx.effects.IEffectInstance
Stops the effect, leaving the target in its current state.
stop() — Method in class mx.effects.Tween
Stops the tween, ending it without dispatching an event or calling the Tween's endFunction or onTweenEnd().
stopDrag() — Method in interface mx.core.IContainer
stringCompare(a, b, caseInsensitive) — Static method in class mx.utils.ObjectUtil
Compares two String values.
StringUtil — Class in package com.yahoo.astra.utils
A collection of utility functions for the manipulation of String values.
StringUtil — Class in package mx.utils
The StringUtil utility class is an all-static class with methods for working with String objects within Flex.
styleChanged(styleProp) — Method in class mx.core.UIComponent
Detects changes to style properties.
styleChanged(styleProp) — Method in class mx.core.UITextField
Detects changes to style properties.
styleChanged(styleProp) — Method in class mx.skins.ProgrammaticSkin
Whenever any style changes, redraw this skin.
styleChanged(styleProp) — Method in interface mx.styles.ISimpleStyleClient
Called when the value of a style property is changed.
styleChanged(styleProp) — Method in class mx.styles.StyleProxy
Called when the value of a style property is changed.
styleDeclaration — Property in class mx.core.UIComponent
Storage for the inline inheriting styles on this object.
styleDeclaration — Property in interface mx.styles.IStyleClient
The style declaration used by this object.
styleDeclaration — Property in class mx.styles.StyleProxy
The style declaration used by this object.
StyleEvent — Class in package mx.events
The StyleEvent class represents an event object used by the StyleManager class when a style SWF is being downloaded.
StyleEvent(type, bubbles, cancelable, bytesLoaded, bytesTotal, errorText) — Constructor in class mx.events.StyleEvent
Constructor.
StyleManager — Class in package mx.styles
The StyleManager class manages the following:
  • Which CSS style properties the class inherits
  • Which style properties are colors, and therefore get special handling
  • A list of strings that are aliases for color values
styleName — Property in class mx.core.UIComponent
The class style used by this component.
styleName — Property in class mx.core.UITextField
The class style used by this component.
styleName — Property in class mx.skins.ProgrammaticSkin
A parent component used to obtain style values.
styleName — Property in interface mx.styles.ISimpleStyleClient
The source of this object's style values.
styleName — Property in class mx.styles.StyleProxy
The source of this object's style values.
StyleProxy — Class in package mx.styles
Wraps an object that implements the IStyleClient interface.
StyleProxy(source:mx.styles:IStyleClient, filterMap) — Constructor in class mx.styles.StyleProxy
Constructor.
stylesFactory — Property in class mx.core.UIComponentDescriptor
A Function that constructs an Object containing name/value pairs for the instance styles for the component, as specified in MXML.
styleSheet — Property in interface mx.core.IUITextField
stylesInitialized() — Method in class mx.core.UIComponent
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
subField — Property in class mx.validators.ValidationResult
The name of the subfield that the result is associated with.
substitute(str, ... rest) — Static method in class mx.utils.StringUtil
Substitutes "{n}" tokens within the specified string with the respective arguments passed in.
sumRowHeights(startRowIdx, endRowIdx) — Method in class mx.controls.listClasses.ListBase
Determine the height of the requested set of rows.
suspendBackgroundProcessing() — Static method in class mx.core.UIComponent
Blocks the background processing of methods queued by callLater(), until resumeBackgroundProcessing() is called.
suspendBackgroundProcessing — Property in class mx.effects.Effect
If true, blocks all background processing while the effect is playing.
suspendBackgroundProcessing — Property in class mx.effects.EffectInstance
If true, blocks all background processing while the effect is playing.
suspendBackgroundProcessing — Property in interface mx.effects.IEffectInstance
If true, blocks all background processing while the effect is playing.
suspendEventHandling() — Static method in class mx.effects.EffectManager
After this method is called, the EffectManager class ignores all events, and no effects are triggered, until a call to resumeEventHandling().
swapChildren(child1, child2) — Method in interface mx.core.IContainer
swapChildrenAt(index1, index2) — Method in interface mx.core.IContainer
swatches — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
The swatch instances.
swatchHighlight — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
The skin for a selected or hightlighted swatches.
SwatchHighlightSkin — Class in package com.yahoo.astra.mx.skins.halo
The skin for the SwatchPicker highlight.
SwatchHighlightSkin() — Constructor in class com.yahoo.astra.mx.skins.halo.SwatchHighlightSkin
Constructor.
SwatchPanelSkin — Class in package mx.skins.halo
The skin for the border of a SwatchPanel.
SwatchPanelSkin() — Constructor in class mx.skins.halo.SwatchPanelSkin
Constructor.
swatchPicker — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPickerDropDown
The swatch picker control.
SwatchPicker — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A grid of selectable color swatches.
SwatchPicker() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
Constructor.
SwatchPickerDropDown — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A drop-down with a SwatchPicker for the DropDownColorPicker control.
SwatchPickerDropDown() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPickerDropDown
Constructor.
swfBridge — Property in interface mx.core.ISWFBridgeProvider
A bridge to the application that is associated with the implementor of this interface.
swfBridge — Property in class mx.managers.SystemManager
A bridge to the application that is associated with the implementor of this interface.
SWFBridgeEvent — Class in package mx.events
This is an event that is sent between applications that are in different security sandboxes.
SWFBridgeEvent(type, bubbles, cancelable, data) — Constructor in class mx.events.SWFBridgeEvent
Constructor.
swfBridgeGroup — Property in interface mx.managers.ISystemManager
Contains all the bridges to other applications that this application is connected to.
swfBridgeGroup — Property in class mx.managers.SystemManager
SWFBridgeGroup — Class in package mx.core
A SWFBridgeGroup represents all of the sandbox bridges that an application needs to communicate with its parent and children.
SWFBridgeGroup(owner:mx.managers:ISystemManager) — Constructor in class mx.core.SWFBridgeGroup
Constructor.
SWFBridgeRequest — Class in package mx.events
An event that is sent between applications through the sharedEvents dispatcher that exists between two application SWFs.
SWFBridgeRequest(type, bubbles, cancelable, requestor, data) — Constructor in class mx.events.SWFBridgeRequest
Constructor.
systemManager — Property in interface mx.core.IUIComponent
A reference to the SystemManager object for this component.
systemManager — Property in class mx.core.UIComponent
Returns the SystemManager object used by this component.
systemManager — Property in class mx.core.UITextField
Returns the SystemManager object used by this component.
systemManager — Property in interface mx.managers.IFocusManagerContainer
Returns the SystemManager object used by this component.
SystemManager — Class in package mx.managers
The SystemManager class manages an application window.
SystemManager() — Constructor in class mx.managers.SystemManager
Constructor.
SYSTEM_MANAGER_REQUEST — Constant static property in class mx.events.InterManagerRequest
Request the SystemManager to perform some action.
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