| 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 — Style in class mx.core.UIComponent |
|
The color saturation of the component. |
| save() — Static method in class mx.managers.HistoryManager |
|
Saves the application's current state so it can be restored later. |
| saveStartValue() — Method in class mx.effects.effectClasses.ActionEffectInstance |
|
Subclasses implement this method to save the starting state
before the effect plays. |
| saveState() — Method in class mx.containers.Accordion |
|
Saves the state of this object. |
| saveState() — Method in class mx.containers.ViewStack |
|
Saves the state of this object. |
| saveState() — Method in interface mx.managers.IHistoryManagerClient |
|
Saves the state of this object. |
| scale9Grid — Property in interface mx.core.IFlexDisplayObject |
|
|
| scaleContent — Property in class mx.controls.SWFLoader |
|
A flag that indicates whether to scale the content to fit the
size of the control or resize the control to the content's size. |
| scaleEasingFunction — Property in class mx.effects.MaskEffect |
|
Easing function to use for scaling the mask. |
| scaleEasingFunction — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Easing function to use for scaling the mask. |
| scaleMode — Style in class com.dwuser.ss4.ui.IndividualSlide |
|
Specifies the scaling mode used on the image. |
| scaleMode — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies the scaling mode used on the image. |
| scaleMode — Style in class com.dwuser.ss4.ui.loaders.UILoader |
|
Specifies the scaling mode used on the custom loading image/animation (if one has been specified). |
| scaleMode — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
Specifies the scaling mode using on the video. |
| scaleX — Property in interface mx.core.IFlexDisplayObject |
|
|
| scaleX — Property in class mx.core.UIComponent |
|
Number that specifies the horizontal scaling factor. |
| scaleXFrom — Property in class mx.effects.MaskEffect |
|
Initial scaleX for mask. |
| scaleXFrom — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Initial scaleX for mask. |
| scaleXTo — Property in class mx.effects.MaskEffect |
|
Ending scaleX for mask. |
| scaleXTo — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Ending scaleX for mask. |
| scaleY — Property in interface mx.core.IFlexDisplayObject |
|
|
| scaleY — Property in class mx.core.UIComponent |
|
Number that specifies the vertical scaling factor. |
| scaleYFrom — Property in class mx.effects.MaskEffect |
|
Initial scaleY for mask. |
| scaleYFrom — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Initial scaleY for mask. |
| scaleYTo — Property in class mx.effects.MaskEffect |
|
Ending scaleY for mask. |
| scaleYTo — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Ending scaleY for mask. |
| 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. |
| 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. |
| scrollHorizontally(pos, deltaPos, scrollUp) — Method in class mx.controls.listClasses.TileBase |
|
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. |
| scrollTime — Style in class com.dwuser.ss4.ui.PagingControlHolder |
|
Specifies the speed/duration, in milliseconds, of page-based scrolling or mouse-based scrolling. |
| 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. |
| securityError — Event in class mx.controls.SWFLoader |
|
Dispatched when a security error occurs while content is loading. |
| 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.TextArea |
|
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 |
|
|
| 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. |
| selectedButtonTextStyleName — Style in class mx.controls.ToggleButtonBar |
|
Name of CSS style declaration that specifies styles for the text of the
selected button. |
| selectedChild — Property in class mx.containers.Accordion |
|
A reference to the currently visible child container. |
| selectedChild — Property in class mx.containers.ViewStack |
|
A reference to the currently visible child container. |
| 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. |
| selectedFillColors — Style in class mx.containers.Accordion |
|
The two colors used to tint the background of the component
when in its selected state. |
| selectedIndex — Property in class mx.containers.Accordion |
|
The zero-based index of the currently visible child container. |
| selectedIndex — Property in class mx.containers.ViewStack |
|
The zero-based index of the currently visible child container. |
| selectedIndex — Property in class mx.controls.NavBar |
|
Index of the active navigation item,
where the first item is at an index of 0. |
| selectedIndex — Property in class mx.controls.ToggleButtonBar |
|
Index of the selected button. |
| 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.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. |
| selectedStyleName — Style in class com.dwuser.ss4.ui.extras.GalleryBarButton |
|
Specifies the name of the style node in the <styles> section of the XML configuration file which will be used for styling when the GalleryBarButton represents the selected gallery. |
| selectedTabTextStyleName — Style in class mx.containers.TabNavigator |
|
Name of CSS style declaration that specifies styles for the text
of the selected tab. |
| selectedTabTextStyleName — Style in class mx.controls.TabBar |
|
Name of CSS style declaration that specifies the styles to use for the text
of the selected tab navigation item. |
| 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. |
| selectionBeginIndex — Property in class mx.controls.TextArea |
|
The zero-based character index value of the first character
in the current selection. |
| 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.LinkButton |
|
Background color of a LinkButton as a user presses it. |
| selectionColor — Style in class mx.controls.Tree |
|
Color of the background when the user selects the link. |
| selectionColor — Style in class mx.controls.listClasses.ListBase |
|
The color of the background of a renderer when the user selects it. |
| selectionDelay — Style in class com.dwuser.ss4.ui.GallerySelector |
|
Specifies the delay before the requested gallery is actually opened by the default internal galleryItemClick handler when a gallery item is clicked. |
| selectionDisabledColor — Style in class mx.controls.Tree |
|
Specifies the disabled color of a list item. |
| 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.Tree |
|
Reference to an easingFunction function used for controlling programmatic tweening. |
| selectionEasingFunction — Style in class mx.controls.listClasses.ListBase |
|
The easingFunction for the selection effect. |
| selectionEndIndex — Property in class mx.controls.TextArea |
|
The zero-based index of the position afterthe last character
in the current selection (equivalent to the one-based index of the last
character). |
| 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 |
|
|
| selectionEvent — Style in class com.dwuser.ss4.ui.NumberBar |
|
Specifies whether a tile must be clicked or simply rolled-over for the corresponding slide to be opened. |
| selectionEvent — Style in class com.dwuser.ss4.ui.Thumbnails |
|
Specifies whether a thumb must be clicked or simply rolled-over for the corresponding slide to be opened. |
| selectionEvent — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideBackButton |
|
Specifies whether the button must be clicked or simply rolled-over for the scrolling to occur. |
| selectionEvent — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideForwardButton |
|
Specifies whether the button must be clicked or simply rolled-over for the scrolling to occur. |
| 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. |
| selectionLayoutView — Style in class com.dwuser.ss4.ui.GallerySelector |
|
Specifies which (if any) layout view should be opened by the default internal galleryItemClick handler when a gallery item is clicked. |
| 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. |
| send() — Method in class mx.printing.FlexPrintJob |
|
Sends the added objects to the printer to start printing. |
| Sequence — Class in package mx.effects |
|
The Sequence effect plays multiple child effects one after the other,
in the order in which they are added. |
| Sequence(target) — Constructor in class mx.effects.Sequence |
|
Constructor. |
| SequenceInstance — Class in package mx.effects.effectClasses |
|
The SequenceInstance class implements the instance class
for the Sequence effect. |
| SequenceInstance(target) — Constructor in class mx.effects.effectClasses.SequenceInstance |
|
Constructor. |
| setActualHeight(h) — Method in class mx.containers.utilityClasses.ConstraintRow |
|
Sizes the ConstraintRow
|
| setActualSize(newWidth, newHeight) — Method in class com.dwuser.ss4.skins.LoaderSkin |
|
Sets the height and width of this object. |
| 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. |
| setActualSize_enableProtection — Property in class mx.core.UIComponent |
| |
| SET_ACTUAL_SIZE_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Sets the size of the child.systemManager. |
| setActualSize_unprotected(w, h) — Method in class mx.core.UIComponent |
|
Same as setActualSize, but is not cancelable via the protection_size event. |
| 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. |
| setEnabled(node, value) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Sets the value of the field or attribute in the data provider
that identifies whether the node is enabled. |
| setEnabled(node, value) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Sets the value of the field or attribute in the data provider
that identifies whether the node is enabled. |
| setFocus() — Method in class com.dwuser.ss4.ui.ImageTree |
| |
| setFocus() — Method in class com.dwuser.ss4.ui.controls.AutoplayLoopToggleButton |
| |
| setFocus() — Method in class mx.controls.DWU_Button |
| |
| setFocus() — Method in class mx.controls.DWU_LinkButton |
| |
| setFocus() — Method in interface mx.core.IUITextField |
|
Sets the focus to this component. |
| 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. |
| setFragment(value) — Method in interface mx.managers.IBrowserManager |
|
Changes the fragment of the URL after the '#' in the browser. |
| setGlobalStyles(selector, values, applyImmediately) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; allows a global style property to be set. |
| setHandler(handler) — Method in class mx.binding.utils.ChangeWatcher |
|
Sets the handler function. |
| 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. |
| setItemIcon(item, iconID, iconID2) — Method in class mx.controls.Tree |
|
Sets the associated icon for the item. |
| setProgress(progressPercent) — Method in class com.dwuser.ss4.ui.loaders.UILoader |
|
Sets the progress percentage displayed on the loader. |
| setProgress(value, total) — Method in class mx.controls.ProgressBar |
|
Sets the state of the bar to reflect the amount of progress made
when using manual mode. |
| 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. |
| SetPropertyAction — Class in package mx.effects |
|
The SetPropertyAction class defines an action effect that corresponds
to the SetProperty property of a view state definition. |
| SetPropertyAction(target) — Constructor in class mx.effects.SetPropertyAction |
|
Constructor. |
| SetPropertyActionInstance — Class in package mx.effects.effectClasses |
|
The SetPropertyActionInstance class implements the instance class
for the SetPropertyAction effect. |
| SetPropertyActionInstance(target) — Constructor in class mx.effects.effectClasses.SetPropertyActionInstance |
|
Constructor. |
| 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.TextArea |
|
Selects the text in the range specified by the parameters. |
| 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 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. |
| SetStyleAction — Class in package mx.effects |
|
The SetStyleAction class defines an action effect that corresponds
to the SetStyle property of a view state definition. |
| SetStyleAction(target) — Constructor in class mx.effects.SetStyleAction |
|
Constructor. |
| SetStyleActionInstance — Class in package mx.effects.effectClasses |
|
The SetStyleActionInstance class implements the instance class
for the SetStyleAction effect. |
| SetStyleActionInstance(target) — Constructor in class mx.effects.effectClasses.SetStyleActionInstance |
|
Constructor. |
| setStyleDeclaration(selector, styleDeclaration, 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 |
|
|
| setTitle(value) — Method in interface mx.managers.IBrowserManager |
|
Changes the text in the browser's title bar. |
| setToggled(node, value) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Sets the value of the field or attribute in the data provider
that identifies whether the node is toggled. |
| setToggled(node, value) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Sets the value of the field or attribute in the data provider
that identifies whether the node is toggled. |
| 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. |
| setupStyles() — Method in class com.dwuser.ss4.ui.PagingControlHolder |
| |
| setView(id) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; opens the requested layout view. |
| setViewDelayed(id, delay) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; opens the requested layout view after the specified delay has elapsed. |
| 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. |
| setVisible_enableProtection — Property in class mx.core.UIComponent |
| |
| setVisible_unprotected(value, noEvent) — Method in class mx.core.UIComponent |
|
Same as setVisible, but cannot be prevented. |
| shadingOpacity — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies the opacity (alpha) of the non-active thumbnails when a certain slide is focused on. |
| shadowColor — Style in class mx.controls.HRule |
|
The shadow color of the line. |
| shadowColor — Style in class mx.controls.VRule |
|
The shadow color of the line. |
| shadowDirection — Style in class com.dwuser.ss4.ui.SuperImage |
|
Direction of the drop shadow. |
| shadowDirection — Style in class com.dwuser.ss4.ui.extras.BorderBox |
|
Direction of the drop shadow. |
| shadowDirection — Style in class com.dwuser.ss4.ui.extras.NoteBox |
|
Direction of the drop shadow. |
| shadowDirection — Style in class mx.containers.Panel |
|
Direction of 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.dwuser.ss4.ui.SuperImage |
|
Distance of the drop shadow. |
| shadowDistance — Style in class com.dwuser.ss4.ui.extras.BorderBox |
|
Distance of the drop shadow. |
| shadowDistance — Style in class com.dwuser.ss4.ui.extras.NoteBox |
|
Distance of the drop shadow. |
| shadowDistance — Style in class mx.containers.Panel |
|
Distance of 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. |
| 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(text, title, flags, parent, closeHandler, iconClass, defaultButtonFlag) — Static method in class mx.controls.Alert |
|
Static method that pops up the Alert control. |
| show — Event in class mx.controls.ProgressBar |
|
Dispatched when the component becomes visible. |
| 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. |
| SHOW_ALL — Constant static property in class mx.printing.FlexPrintJobScaleType |
|
Scales the object to fit on a single page, filling one dimension;
that is, it selects the smaller of the MATCH_WIDTH or MATCH_HEIGHT
scale types. |
| showBusyCursor — Property in class mx.controls.SWFLoader |
|
A flag that indicates whether to show a busy cursor while
the content loads. |
| showCaret — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether to show caret. |
| showCloseButton — Property in class mx.containers.TitleWindow |
|
Whether to display a Close button in the TitleWindow container. |
| 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 — Style in class com.dwuser.ss4.managers.ToolTipAppearanceManager |
|
Specifies the delay, in milliseconds, before tooltips appear. |
| showDelay — Style in class com.dwuser.ss4.ui.loaders.UILoader |
|
Specifies the delay, in milliseconds, before the loader appears after it has been requested. |
| 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. |
| showDragCursor — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies if, when useDrag is enabled, a drag cursor (the 'grab' hand cursor) should be shown. |
| 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 — Style in class com.dwuser.ss4.managers.ToolTipAppearanceManager |
|
Specifies the effect used to show all tooltips. |
| 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. |
| showError(msg) — Method in class com.dwuser.ss4.ui.extras.ImageErrorDisplay |
| |
| showErrorBar — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters |
|
Specifies whether the 'Asset Loading Error' notification bar should be shown if an image or video fails to load. |
| 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. |
| 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. |
| showRoot — Property in class mx.controls.Tree |
|
Sets the visibility of the root item. |
| 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. |
| showTarget — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.MaskEffect |
|
Specifies that the target is becoming visible (true), or invisible (false). |
| showTarget — Property in class mx.effects.MaskEffect |
|
Specifies that the target component is becoming visible,
true, or invisible, false. |
| showTarget — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Specifies that the target component is becoming visible,
false, or invisible, true. |
| Sine — Class in package mx.effects.easing |
|
The Sine class defines three easing functions to implement
motion with Flex effect classes, where the motion is defined by
a sine wave. |
| SingleLoader — Class in package com.dwuser.ss4.ui.loaders |
|
The SingleLoader element displays the image preloading progress whenever a single image is being loaded. |
| SingleLoader() — Constructor in class com.dwuser.ss4.ui.loaders.SingleLoader |
| |
| size — Style in class com.dwuser.ss4.ui.extras.Spinner |
|
Specifies the overall diameter, in pixels, of the spinner (this is also the height and width). |
| size — Property in class com.dwuser.ss4.ui.extras.Spinner |
| |
| SIZE — Constant static property in class mx.events.InvalidateRequestData |
|
Bit to indicate the request handler should invalidate
their size. |
| skin — Style in class mx.controls.Button |
|
Name of the class to use as the default skin for the background and border. |
| skinAlpha — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
When using the default controls skin and some custom skins, specifies the alpha (opacity) of the controls. |
| skinAutoHide — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
Specifies if the controls skin should automatically hide itself after the period of inactivity defined by skinHideDelay. |
| skinColor — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
When using the default controls skin and some custom skins, specifies the theme color of the controls. |
| skinHideDelay — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
Specifies the duration, in milliseconds, of inactivity required before the controls will be hidden if skinAutoHide is enabled. |
| skinHideDuration — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
Specifies the duration, in milliseconds, of the fade effect used to show and hide the controls skin. |
| skinHideInitially — Style in class com.dwuser.ss4.video.FlexVideoPlayer |
|
Specifies if the controls skin should be hidden when the player initially appears. |
| skinURL — Property in class com.dwuser.ss4.skins.LoaderSkin |
| |
| Slide — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The Slide effect slides the target in or out from the specifed direction. |
| Slide() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Slide |
| |
| SliderDataTip — Class in package mx.controls.sliderClasses |
|
The SliderDataTip class defines the tooltip used in the mx.controls.Slider control. |
| SliderDataTip() — Constructor in class mx.controls.sliderClasses.SliderDataTip |
|
Constructor. |
| SliderDirection — Final class in package mx.controls.sliderClasses |
|
The SliderDirection class defines the constant values
for the direction property of the Slider class. |
| SliderEvent — Class in package mx.events |
|
The SliderEvent class represents the event object passed to
the event listener for the change, thumbDrag,
thumbPress, and thumbRelease events
of the HSlider and VSlider classes. |
| SliderEvent(type, bubbles, cancelable, thumbIndex, value, triggerEvent, clickTarget, keyCode) — Constructor in class mx.events.SliderEvent |
|
Constructor. |
| SliderEventClickTarget — Final class in package mx.events |
|
The SliderEventClickTarget class defines the constants for the values of
the clickTarget property of the SliderEvent class. |
| SliderLabel — Class in package mx.controls.sliderClasses |
|
The SliderLabel class defines the label used in the mx.controls.Slider component. |
| SliderLabel() — Constructor in class mx.controls.sliderClasses.SliderLabel |
|
Constructor. |
| SliderThumb — Class in package mx.controls.sliderClasses |
|
The SliderThumb class represents a thumb of a Slider control. |
| SliderThumb() — Constructor in class mx.controls.sliderClasses.SliderThumb |
|
Constructor. |
| SliderThumbSkin — Class in package mx.skins.halo |
|
The skin for all the states of a thumb in a Slider. |
| SliderThumbSkin() — Constructor in class mx.skins.halo.SliderThumbSkin |
|
Constructor. |
| SliderTrackSkin — Class in package mx.skins.halo |
|
The skin for the track in a Slider. |
| SliderTrackSkin() — Constructor in class mx.skins.halo.SliderTrackSkin |
|
Constructor. |
| slideshow — Static property in class com.dwuser.ss4.core.SlideshowInterface |
| |
| slideshow — Property in class com.dwuser.ss4.events.SlideshowEvent |
|
The effect instance object for the event. |
| slideshow — Property in class com.dwuser.ss4.ui.DynamicLinkButton |
|
A reference to the main slideshow
|
| slideshow — Property in class com.dwuser.ss4.ui.DynamicScrollableText |
|
A reference to the main slideshow
|
| slideshow — Property in class com.dwuser.ss4.ui.DynamicText |
|
A reference to them main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.GalleryBar |
|
A reference to the main slideshow
|
| slideshow — Property in class com.dwuser.ss4.ui.GallerySelector |
|
A reference to the main slideshow
|
| slideshow — Property in class com.dwuser.ss4.ui.HoverCanvas |
|
A utility reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.Images3DWall |
|
A reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImagesCoverFlow |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImagesScatter |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImagesScrollList |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImagesStandard |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImagesStarfield |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.ImageTree |
|
A reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.IndividualSlide |
|
A reference to the main slideshow
|
| slideshow — Property in class com.dwuser.ss4.ui.LayoutManager |
|
A reference to the main slideshow; can be used if the main slideshow instance needs to be accessed on an XML element where only a layoutManager reference is available. |
| slideshow — Property in class com.dwuser.ss4.ui.PagingControlHolder |
|
A read-only reference to the main slideshow. |
| slideshow — Property in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeSlider |
|
Globals
|
| slideshow — Property in class com.dwuser.ss4.ui.controls.AutoplayProgressDisplay |
|
Globals
|
| slideshow — Property in class com.dwuser.ss4.ui.controls.PagingControlScrollbar |
|
Globals
|
| slideshow — Property in class com.dwuser.ss4.ui.controls.PlayPauseButton |
|
Globals
|
| slideshow — Property in class com.dwuser.ss4.ui.extras.GalleryBarButton |
| |
| slideshow — Property in class com.dwuser.ss4.ui.loaders.UILoader |
| |
| SlideshowAlert — Class in package com.dwuser.ss4.ui |
|
Holds the style parameters used on the alert box displayed when an error occurs in the slideshow. |
| SlideshowAlert() — Constructor in class com.dwuser.ss4.ui.SlideshowAlert |
| |
| SlideshowEvent — Class in package com.dwuser.ss4.events |
|
The SlideshowEvent class defines the event constants for the events dispatched by a FlashSlideshow instance. |
| SlideshowEvent(eventType, bubbles, cancelable, slideshowInstance:com.dwuser.ss4.ui:FlashSlideshow, extraInfo) — Constructor in class com.dwuser.ss4.events.SlideshowEvent |
|
Constructor. |
| SlideshowInterface — Class in package com.dwuser.ss4.core |
|
The SlideshowInterface class manages all communication with Javascript in the host HTML page. |
| SlideshowInterface() — Constructor in class com.dwuser.ss4.core.SlideshowInterface |
| |
| SlideshowParams — Class in package com.dwuser.ss4.core |
|
In standalone implementations, the SlideshowParams class allows access to all slideshow configuration parameters which were passed in the HTML page. |
| SlideshowParams() — Constructor in class com.dwuser.ss4.core.SlideshowParams |
| |
| smallIconSkin — Style in class com.dwuser.ss4.ui.controls.PagingControlSizer |
|
Specifies the small-tile icon which is displayed on the left edge of the slider. |
| smartLoadDelay — Style in class com.dwuser.ss4.managers.ImageManager |
|
Specifies the delay, in milliseconds, between each image load when performing smart loading. |
| smartLoadMax — Style in class com.dwuser.ss4.managers.ImageManager |
|
Specifies the maximum number of images ahead from the current image to load when performing smart loading. |
| smoothing — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.TinkEffect |
|
Specifies if smoothing should be enabled for the bitmap effect. |
| smoothing — Style in class com.dwuser.ss4.ui.ImagesStandardTransition |
|
Specifies whether smoothing is applied to the internal bitmaps used by the transition (with some variation based on effectType; see below). |
| smoothOn — Property in class ws.tink.flex.dwuserUtils.BitmapTransformer |
| |
| softenSize — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftIris |
|
The amount, in pixels, the edges of the circle should be softened (faded). |
| softenSize — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftWipe |
|
The amount, in pixels, the edges of the circle should be softened (faded). |
| softenSize — Style in class com.dwuser.ss4.ui.ImagesStandardTransition |
|
Specifies the amount of edge softening which should used in the transition (with some variation based on effectType; see below). |
| SoftIris — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The SoftIris effect creates a circle with a softened edge which either grows to hide the target (if isShowEffect is false), or shrinks to reveal the target (if isShowEffect is true). |
| SoftIris() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftIris |
| |
| SoftWipe — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The SoftWipe effect creates a wipe effect with a softened edge on the mask, giving a more 'polished' look. |
| SoftWipe() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftWipe |
| |
| 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. |
| sound — Property in class mx.effects.SoundEffect |
|
The Sound object that the MP3 file has been loaded into. |
| sound — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
Reference to the internal Sound object. |
| soundChannel — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
The SoundChannel object that the MP3 file has been loaded into. |
| SoundEffect — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The SoundEffect subeffect plays an MP3 audio file. |
| SoundEffect — Class in package mx.effects |
|
The SoundEffect class plays an MP3 audio file. |
| SoundEffect() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect |
| |
| SoundEffect(target) — Constructor in class mx.effects.SoundEffect |
|
Constructor. |
| SoundEffectInstance — Class in package mx.effects.effectClasses |
|
The SoundEffectInstance class implements the instance class
for the SoundEffect effect. |
| SoundEffectInstance(target) — Constructor in class mx.effects.effectClasses.SoundEffectInstance |
|
Constructor. |
| soundTransform — Property in interface mx.core.IContainer |
|
|
| source — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect |
|
The URL of the MP3 file to play. |
| 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.controls.ProgressBar |
|
Refers to the control that the ProgressBar is measuring the progress of. |
| source — Property in class mx.controls.SWFLoader |
|
The URL, object, class or string name of a class to
load as the content. |
| source — Property in class mx.effects.SoundEffect |
|
The URL or class of the MP3 file to play. |
| source — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
The URL or class of the MP3 file to play. |
| 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. |
| Spacer — Class in package mx.controls |
|
The Spacer control helps you lay out children within a parent container. |
| Spacer() — Constructor in class mx.controls.Spacer |
|
Constructor. |
| spacing — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Slide |
|
The additional spacing (beyond the size of the target) that the slide effect should take place from. |
| spacing — Style in class com.dwuser.ss4.ui.GallerySelector |
|
Specifies the spacing between each of the gallery items; this is the spacing between each row and column. |
| spacing — Style in class com.dwuser.ss4.ui.ImagesStandardTransition |
|
Specifies the additional spacing beyond the size of the target that the transition should take place from (with some variation based on effectType; see below). |
| speed — Style in class com.dwuser.ss4.ui.extras.Spinner |
|
Specifies the duration, in milliseconds, of one revolution of the spinner effect. |
| speed — Property in class com.dwuser.ss4.ui.extras.Spinner |
| |
| Spinner — Class in package com.dwuser.ss4.ui.extras |
|
The Spinner class represents the spinner icon optionally displayed on any SuperImage subclass elements (such as IndividualSlideImage, Image, Thumb, etc.) while loading is taking place. |
| Spinner() — Constructor in class com.dwuser.ss4.ui.extras.Spinner |
| |
| spinnerColor — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies the color of the spinner animation if a spinner has been enabled (by setting the useSpinner parameter to true). |
| 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. |
| src — Property in class com.dwuser.ss4.ui.Image |
|
The same as the url parameter; just provides a different variable name so you don't have to remember ".url or .src?" when specifying the image URL. |
| 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 — 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() — Method in class mx.printing.FlexPrintJob |
|
Initializes the PrintJob object. |
| startAudio(level) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; starts/plays the audio on the specified level or levels. |
| startAutoplay() — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; starts/plays autoplay if it is disabled. |
| startDelay — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Effect |
|
Amount of time, in milliseconds, to wait before starting the effect. |
| 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 |
|
|
| startDragging(event) — Method in class mx.containers.Panel |
|
Called when the user starts dragging a Panel
that has been popped up by the PopUpManager. |
| 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. |
| startKBEffectEarly — Style in class com.dwuser.ss4.ui.IndividualSlide |
|
Specifies whether any Ken Burns (KB) effect (the panning and zooming) which has been applied to the image should begin early, before the slide has finished transitioning in. |
| startTime — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect |
|
The initial position in the MP3 file, in milliseconds, at which playback should start. |
| startTime — Property in class mx.effects.SoundEffect |
|
The initial position in the MP3 file, in milliseconds,
at which playback should start. |
| startTime — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
The initial position in the MP3 file, in milliseconds,
at which playback should start. |
| startX — Property in class com.dwuser.ss4.utils.KBEffect |
|
The starting x-position of the effect. |
| startY — Property in class com.dwuser.ss4.utils.KBEffect |
|
The starting y-position of the effect. |
| startZoom — Property in class com.dwuser.ss4.utils.KBEffect |
|
The starting zoom factor of the effect, with 1 being normal size. |
| 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. |
| status — Property in class mx.containers.Panel |
|
Text in the status area of the title bar. |
| statusLabel — Style in class com.dwuser.ss4.ui.GallerySelector |
|
When using the default paging controls, specifies the text displayed on the paging label. |
| statusLabel — Style in class com.dwuser.ss4.ui.controls.GotoBox |
|
Specifies the label displayed next to the text box. |
| statusStyleName — Style in class mx.containers.Panel |
|
Style declaration name for the status in the title bar. |
| statusTextField — Property in class mx.containers.Panel |
|
The UITextField sub-control that displays the status. |
| 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 com.dwuser.ss4.video.FlexVideoPlayer |
|
Stops a video instance that is playing. |
| 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(). |
| stopAudio(level) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; stops/pauses the audio on the specified level or levels. |
| stopAutoplay() — Method in class com.dwuser.ss4.ui.FlashSlideshow |
|
A utility function designed for easy access; stops/pauses autoplay if it is enabled. |
| stopDrag() — Method in interface mx.core.IContainer |
|
|
| stopDragging() — Method in class mx.containers.Panel |
|
Called when the user stops dragging a Panel
that has been popped up by the PopUpManager. |
| stopOnGalleryOpen — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro |
|
Specifies whether the intro/background level audio should automatically stop as soon as a gallery is opened. |
| strength — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow |
|
The strength of the imprint or spread. |
| strength — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Popper |
|
The magnified size of the target as a percentage. |
| strength — Style in class com.dwuser.ss4.ui.ImagesStandardTransition |
|
Specifies the strength of the transition effect (with some variation based on effectType; see below). |
| strength — Property in class mx.effects.Glow |
|
The strength of the imprint or spread. |
| strength — Property in class mx.effects.effectClasses.GlowInstance |
|
The strength of the glow. |
| stringCompare(a, b, caseInsensitive) — Static method in class mx.utils.ObjectUtil |
|
Compares two 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. |
| strokeColor — Style in class mx.controls.HRule |
|
The color of the line. |
| strokeColor — Style in class mx.controls.VRule |
|
The color of the line. |
| strokeWidth — Style in class mx.controls.HRule |
|
The thickness of the rule in pixels. |
| strokeWidth — Style in class mx.controls.VRule |
|
The thickness of the rule in pixels. |
| styleChanged(styleProp) — Method in class com.dwuser.ss4.skins.LoaderSkin |
|
Whenever any style changes, redraw this skin. |
| styleChanged(styleProp) — Method in class com.dwuser.ss4.ui.SuperImage |
| |
| styleChanged(styleProp) — Method in class com.dwuser.ss4.ui.extras.GalleryBarButton |
| |
| styleChanged(styleProp) — Method in class com.dwuser.ss4.ui.extras.Spinner |
| |
| 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. |
| styleClassOverridesInline — Property in class mx.core.UIComponent |
|
Specifies if class-specific styles (as defined by the styleName property) override inline styles. |
| 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 com.dwuser.ss4.skins.LoaderSkin |
|
A parent component used to obtain style 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 class mx.controls.TextArea |
|
A flash.text.StyleSheet object that can perform rendering
on the TextArea control's text. |
| 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. |
| SuperBlinds — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The SuperBlinds effect creates a flip effect, flipping in the target or flipping it out. |
| SuperBlinds() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SuperBlinds |
| |
| SuperImage — Class in package com.dwuser.ss4.ui |
|
The SuperImage class functions as the base class for the display of all images. |
| SuperImage() — Constructor in class com.dwuser.ss4.ui.SuperImage |
| |
| 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 |
|
|
| swfBridge — Property in class mx.controls.SWFLoader |
|
A bridge to the application that is associated with the implementor of this
interface. |
| 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. |
| SWFLoader — Class in package mx.controls |
|
The SWFLoader control loads and displays a specified SWF file. |
| SWFLoader() — Constructor in class mx.controls.SWFLoader |
|
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 |