| Symbols 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 |
| sameDomain — Property in class flash.display.LoaderInfo |
|
Expresses the domain relationship between the loader and the content: true if they have
the same origin domain; false otherwise. |
| sandboxType — Static property in class flash.system.Security |
|
Indicates the type of security sandbox in which the calling SWF file is operating. |
| save — Property in class flash.ui.ContextMenuBuiltInItems |
|
Lets the user with Shockmachine installed save a SWF file. |
| 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. |
| scale(sx:Number, sy:Number) — Method in class flash.geom.Matrix |
|
Applies a scaling transformation to the matrix. |
| scale9Grid — Property in class flash.display.DisplayObject |
|
The current scaling grid that is in effect. |
| scaleContent — Property in class mx.controls.SWFLoader |
|
If true, the content scales to fit the SWFLoader control. |
| 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 — Property in class flash.display.Stage |
|
A value from the StageScaleMode class that specifies which scale mode to use. |
| scaleMode — Property in class mx.graphics.LinearGradientStroke |
|
A value from the LineScaleMode class that
specifies which scale mode to use. |
| scaleMode — Property in class mx.graphics.Stroke |
|
Specifies how to scale a stroke. |
| scaleX — Property in class flash.display.DisplayObject |
|
Indicates the horizontal scale (percentage) of the object as applied from the registration point. |
| scaleX — Property in class flash.filters.DisplacementMapFilter |
|
The multiplier to use to scale the x displacement result from the map calculation. |
| scaleX — Property in interface mx.core.IFlexDisplayObject |
|
The horizontal scaling factor for this object. |
| scaleX — Property in class mx.core.UIComponent |
|
Number that specifies the horizontal scaling factor. |
| scaleX — Property in class mx.graphics.BitmapFill |
|
The percent to horizontally scale the bitmap when filling, from 0 to 1. |
| 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 class flash.display.DisplayObject |
|
Indicates the vertical scale (percentage) of an object as applied from the registration point of the object. |
| scaleY — Property in class flash.filters.DisplacementMapFilter |
|
The multiplier to use to scale the y displacement result from the map calculation. |
| scaleY — Property in interface mx.core.IFlexDisplayObject |
|
The vertical scaling factor for this object. |
| scaleY — Property in class mx.core.UIComponent |
|
Number that specifies the vertical scaling percentage. |
| scaleY — Property in class mx.graphics.BitmapFill |
|
The percent to vertically scale the bitmap when filling, from 0 to 1. |
| 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. |
| Scene — Final class in package flash.display |
|
The Scene class includes properties for identifying the name, labels, and number of frames
in a scene. |
| scenes — Property in class flash.display.MovieClip |
|
An array of Scene objects, each listing the name, the number of frames,
and the frame labels for a scene in the MovieClip instance. |
| 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. |
| SCREEN — Constant static property in class flash.display.BlendMode |
|
Multiplies the complement (inverse) of the display object color by the complement of the background
color, resulting in a bleaching effect. |
| screenColor — Static property in class flash.system.Capabilities |
|
Specifies the screen color. |
| screenDPI — Static property in class flash.system.Capabilities |
|
Specifies the dots-per-inch (dpi) resolution of the screen, in pixels. |
| screenResolutionX — Static property in class flash.system.Capabilities |
|
Specifies the maximum horizontal resolution of the screen. |
| screenResolutionY — Static property in class flash.system.Capabilities |
|
Specifies the maximum vertical resolution of the screen. |
| Script — MXML Only Component |
| You use the <mx:Script> tag to define blocks of ActionScript code. |
| scriptRecursionLimit — Property in class mx.core.Application |
|
Specifies the maximum depth of the Adobe Flash Player
call stack before Flash Player stops. |
| scriptTimeLimit — Property in class mx.core.Application |
|
Specifies the maximum duration, in seconds, that an ActionScript
event handler can execute before the Flash Player assumes
that it is hung, and aborts it. |
| ScriptTimeoutError — Dynamic class in package flash.errors |
|
The ScriptTimeoutError exception is thrown when the script timeout interval is reached. |
| ScriptTimeoutError(message:String) — Constructor in class flash.errors.ScriptTimeoutError |
|
Creates a new ScriptTimeoutError object. |
| scroll(x:int, y:int) — Method in class flash.display.BitmapData |
|
Scrolls an image by a certain (x, y) pixel amount. |
| scroll — Event in class flash.text.TextField |
|
Dispatched by a TextField object after the user scrolls. |
| scroll — Event in class mx.controls.ComboBox |
|
Dispatched when the user scrolls the ComboBox control's drop-down list. |
| scroll — Event in class mx.controls.DateChooser |
|
Dispatched when the month changes due to user interaction. |
| scroll — Event in class mx.controls.DateField |
|
Dispatched when the month changes due to user interaction. |
| 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 flash.events.Event |
|
Defines the value of the type property of a scroll event object. |
| SCROLL — Constant static property in class mx.events.DateChooserEvent |
|
The DateChooserEvent.SCROLL constant defines the value of the
type property of the event object for a scrollevent. |
| 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. |
| ScrollArrowSkin — Class in package mx.skins.halo |
|
The skin for all the states of the up or down button in a ScrollBar. |
| ScrollArrowSkin() — Constructor in class mx.skins.halo.ScrollArrowSkin |
|
Constructor. |
| 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:String, bubbles:Boolean, cancelable:Boolean, detail:String, position:Number, direction:String, delta:Number) — 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 class flash.text.TextField |
|
The current horizontal scrolling position. |
| scrollHandler(event:flash.events:Event) — Method in class mx.core.ScrollControlBase |
|
Default event handler for the scroll event. |
| scrollHorizontally(pos:int, deltaPos:int, scrollUp:Boolean) — 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:int, verticalScrollPosition:int) — 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 class flash.display.DisplayObject |
|
The scroll rectangle bounds of the display object. |
| scrollRect — Property in interface mx.core.IUIComponent |
|
The scroll rectangle bounds of the surface of the component. |
| 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. |
| ScrollThumbSkin — Class in package mx.skins.halo |
|
The skin for all the states of the thumb in a ScrollBar. |
| ScrollThumbSkin() — Constructor in class mx.skins.halo.ScrollThumbSkin |
|
Constructor. |
| scrollTipFunction — Property in class mx.core.ScrollControlBase |
|
A function that computes the string to be displayed as the ScrollTip. |
| scrollToIndex(index:int) — Method in class mx.controls.listClasses.ListBase |
|
Ensures that the data provider item at the given index is visible. |
| ScrollTrackSkin — Class in package mx.skins.halo |
|
The skin for the track in a ScrollBar. |
| ScrollTrackSkin() — Constructor in class mx.skins.halo.ScrollTrackSkin |
|
Constructor. |
| scrollV — Property in class flash.text.TextField |
|
The vertical position of text in a text field. |
| scrollVertically(pos:int, deltaPos:int, scrollUp:Boolean) — 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. |
| search(pattern) — Method in class String |
|
Searches for the specifed pattern and returns the index of
the first matching substring. |
| secondDataProvider — Property in class mx.charts.chartClasses.CartesianChart |
|
The second dataProvider for this chart. |
| secondHorizontalAxis — Property in class mx.charts.chartClasses.CartesianChart |
|
Defines the labels, tick marks, and data position
for items on the y-axis. |
| secondHorizontalAxisRenderer — Property in class mx.charts.chartClasses.CartesianChart |
|
Specifies how data appears along the y-axis of a chart. |
| secondHorizontalAxisStyleName — Style in class mx.charts.chartClasses.CartesianChart |
|
The class selector that defines the style properties
for the second horizontal axis. |
| secondRadiusAxis — Property in class mx.charts.BubbleChart |
|
The axis the bubble radius of secondary series is mapped against. |
| seconds — Property in class Date |
|
The seconds (an integer from 0 to 59) portion of a Date object
according to local time. |
| secondSeries — Property in class mx.charts.chartClasses.CartesianChart |
|
An array of Series objects that define the secondary chart data. |
| secondsUTC — Property in class Date |
|
The seconds (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
| secondVerticalAxis — Property in class mx.charts.chartClasses.CartesianChart |
|
The second vertical axis definition for this chart. |
| secondVerticalAxisRenderer — Property in class mx.charts.chartClasses.CartesianChart |
|
Defines the labels, tick marks, and data position
for items on the x-axis. |
| secondVerticalAxisStyleName — Style in class mx.charts.chartClasses.CartesianChart |
|
The class selector that defines the style properties
for the second vertical axis. |
| SecureAMFChannel — Class in package mx.messaging.channels |
|
The SecureAMFChannel class is identical to the AMFChannel class except that it uses a
secure protocol, HTTPS, to send messages to an AMF endpoint. |
| SecureAMFChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.SecureAMFChannel |
|
Creates an new SecureAMFChannel instance. |
| SecureHTTPChannel — Class in package mx.messaging.channels |
|
The SecureHTTPChannel class is identical to the HTTPChannel class except that it uses a
secure protocol, HTTPS, to send messages to an HTTP endpoint. |
| SecureHTTPChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.SecureHTTPChannel |
|
Creates an new SecureHTTPChannel instance. |
| SecureRTMPChannel — Class in package mx.messaging.channels |
|
The SecureRTMPChannel class is identical to the RTMPChannel class except that it uses a
secure protocol, RTMPS, to send messages to an RTMPS endpoint. |
| SecureRTMPChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.SecureRTMPChannel |
|
Creates an new SecureRTMPChannel instance. |
| Security — Final class in package flash.system |
|
The Security class lets you specify how SWF files in different domains can communicate with
each other. |
| securityDomain — Property in class flash.system.LoaderContext |
|
Specifies the security domain to use for a Loader.load() operation. |
| SecurityDomain — Class in package flash.system |
|
The SecurityDomain class represents the current security "sandbox," also known as a security domain. |
| securityError — Event in class flash.display.LoaderInfo |
|
Dispatched if a call to the load()
method of a Loader object attempts to load data from a server outside the
security sandbox. |
| securityError — Event in class flash.net.FileReference |
|
Dispatched when a call to the FileReference.upload()
or FileReference.download() method tries to upload a file to a server or
get a file from a server that is
outside the caller's security sandbox. |
| securityError — Event in class flash.net.LocalConnection |
|
Dispatched if a call to LocalConnection.send()
attempts to send data to a different security sandbox. |
| securityError — Event in class flash.net.NetConnection |
|
Dispatched if a call to NetConnection.call()
attempts to connect to a server outside the caller's security sandbox. |
| securityError — Event in class flash.net.Socket |
|
Dispatched if a call to Socket.connect()
attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024. |
| securityError — Event in class flash.net.URLLoader |
|
Dispatched if a call to URLLoader.load()
attempts to load data from a server outside the security sandbox. |
| securityError — Event in class flash.net.URLStream |
|
Dispatched if a call to URLStream.load()
attempts to load data from a server outside the security sandbox. |
| securityError — Event in class flash.net.XMLSocket |
|
Dispatched if a call to the XMLSocket.connect() method
attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024. |
| securityError — Event in class mx.controls.SWFLoader |
|
Dispatched when a security error occurs while content is loading. |
| SecurityError — Dynamic class in Top Level |
|
The SecurityError exception is thrown when some type of security violation
takes place. |
| SecurityError(message:String) — Constructor in class SecurityError |
|
Creates a new SecurityError object. |
| SECURITY_ERROR — Constant static property in class flash.events.SecurityErrorEvent |
|
The SecurityErrorEvent.SECURITY_ERROR constant defines the value of the type property of a securityError event object. |
| SecurityErrorEvent — Class in package flash.events |
|
Flash® Player dispatches SecurityErrorEvent objects to report the occurrence of a
security error. |
| SecurityErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.SecurityErrorEvent |
|
Creates an Event object that contains information about security error events. |
| SecurityPanel — Final class in package flash.system |
|
The SecurityPanel class provides values for specifying
which Security Settings panel you want to display. |
| seek(offset:Number) — Method in class flash.net.NetStream |
|
Seeks the keyframe closest to the specified location (an offset, in seconds, from the beginning of
the stream). |
| seek(bookmark:mx.collections:CursorBookmark, offset:int, prefetch:int) — Method in interface mx.collections.IViewCursor |
|
Moves the cursor to a location at an offset from the specified
bookmark. |
| seek(playheadTime:Number) — Method in class mx.effects.Tween |
|
Advances the tween effect to the specified position. |
| seek(playheadTime:Number) — Method in class mx.effects.effectClasses.TweenEffectInstance |
|
Advances the effect to the specified position. |
| SEEKING — Constant static property in class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
for a seek occurring
due to the VideoDisplay.playHeadTime property being set. |
| seekPendingFailureHandler(data:Object, 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:Object, 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. |
| segments — Property in class mx.charts.series.renderData.LineSeriesRenderData |
|
An Array of LineSeriesSegment instances representing each discontiguous segment of the line series. |
| select — Event in class flash.net.FileReference |
|
Dispatched when the user selects a file for upload or download from the file-browsing dialog box. |
| select — Event in class flash.net.FileReferenceList |
|
Dispatched when the user selects one or more files to upload from the file-browsing dialog box. |
| SELECT — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a select event object. |
| selectable — Property in class flash.text.TextField |
|
A Boolean value that indicates whether the text field is selectable. |
| 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. |
| selectableRange — Property in class mx.controls.DateChooser |
|
Range of dates between which dates are selectable. |
| selectableRange — Property in class mx.controls.DateField |
|
Range of dates between which dates are selectable. |
| 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. |
| selectedColor — Property in class mx.controls.ColorPicker |
|
The value of the currently selected color in the
SwatchPanel object. |
| selectedData — Property in class mx.controls.listClasses.ListBase |
|
A hash table of ListBaseSelectionData objects that track which
items are currently selected. |
| selectedDate — Property in class mx.controls.DateChooser |
|
Date selected in the DateChooser control. |
| selectedDate — Property in class mx.controls.DateField |
|
Date as selected in the DateChooser control. |
| 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.ColorPicker |
|
Index in the dataProvider of the selected item in the
SwatchPanel object. |
| selectedIndex — Property in class mx.controls.ComboBase |
|
The index in the data provider of the selected item. |
| selectedIndex — Property in class mx.controls.ComboBox |
|
Index of the selected item in the drop-down list. |
| selectedIndex — Property in class mx.controls.LinkBar |
|
The index of the last selected LinkButton control if the LinkBar
control uses a ViewStack container as its data provider. |
| selectedIndex — Property in class mx.controls.MenuBar |
|
The index in the MenuBar control of the currently open Menu
or the last opened Menu if none are currently open. |
| 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.ComboBase |
|
The item in the data provider at the selectedIndex. |
| selectedItem — Property in class mx.controls.ComboBox |
|
Contains a reference to the selected item in the
dataProvider. |
| 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. |
| selectedLabel — Property in class mx.controls.ComboBox |
|
The String displayed in the TextInput portion of the ComboBox. |
| 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. |
| selectedRanges — Property in class mx.controls.DateChooser |
|
Selected date ranges. |
| 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. |
| 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. |
| selection — Property in class mx.controls.RichTextEditor |
|
A TextRange object containing the selected text in the TextArea subcontrol. |
| selectionBeginIndex — Property in class flash.text.TextField |
|
The zero-based character index value of the first character in the current selection. |
| 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. |
| selectionColor — Style in class mx.controls.ComboBox |
|
The selectionColor of the drop-down list. |
| selectionColor — Style in class mx.controls.DataGrid |
|
The color of the background for the row when the user selects
an item renderer in the row. |
| selectionColor — Style in class mx.controls.DateChooser |
|
Color of the highlight area of the currently selected date
in the DateChooser control. |
| selectionColor — Style in class mx.controls.DateField |
|
Color of the highlight area of the currently selected date
in the DateChooser control. |
| selectionColor — Style in class mx.controls.LinkBar |
|
Background color of the LinkButton control as you press it. |
| selectionColor — Style in class mx.controls.LinkButton |
|
Background color of a LinkButton as a user presses it. |
| selectionColor — Style in class mx.controls.Menu |
|
The color of the menu item background when a menu item is selected. |
| selectionColor — Style in class mx.controls.MenuBar |
|
The color of the menu item background when a menu item is selected. |
| 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. |
| 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.ComboBox |
|
The selectionDuration of the drop-down list. |
| selectionDuration — Style in class mx.controls.listClasses.ListBase |
|
The duration of the selection effect. |
| selectionEasingFunction — Style in class mx.controls.ComboBox |
|
The selectionEasingFunction of the drop-down list. |
| selectionEasingFunction — Style in class mx.controls.Menu |
|
The reference to an easingFunction equation which is used to
control programmatic tweening. |
| 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 flash.text.TextField |
|
The zero-based character index value of the last character in the current selection. |
| 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 afterthe last character
in the current selection (equivalent to the one-based index of the last
character). |
| selectionIndicators — Property in class mx.controls.listClasses.ListBase |
|
A hash table of selection indicators. |
| selectionIndicatorSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the
highlight area of the currently selected date
in the DateChooser control. |
| 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:Boolean, ctrlKey:Boolean, transition:Boolean) — 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. |
| selector — Property in class mx.messaging.Consumer |
|
The selector for the Consumer. |
| SELECTOR_HEADER — Constant static property in class mx.messaging.messages.CommandMessage |
|
Subscribe commands issued by a Consumer pass the Consumer's selector
expression in this header. |
| send(connectionName:String, methodName:String, ... rest) — Method in class flash.net.LocalConnection |
|
Invokes the method named methodName on a connection opened with the
connect(connectionName) method (the receiving LocalConnection
object). |
| send(handlerName:String, ... rest) — Method in class flash.net.NetStream |
|
Sends a message on the specified stream to all subscribing clients. |
| send(... rest) — Method in class flash.net.SharedObject |
|
Broadcasts a message to all clients connected to the specified remote shared object,
including the client that sent the message. |
| send(object) — Method in class flash.net.XMLSocket |
|
Converts the XML object or data specified in the object parameter
to a string and transmits it to the server, followed by a zero (0) byte. |
| send() — Method in class flash.printing.PrintJob |
|
Sends spooled pages to the printer after PrintJob.start() and PrintJob.addPage() have been successful. |
| send(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage) — Method in class mx.messaging.Channel |
|
Sends the specified message to its target destination. |
| send(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage) — Method in class mx.messaging.ChannelSet |
|
Sends a message from a MessageAgent over the currently connected Channel. |
| send(message:mx.messaging.messages:IMessage) — Method in class mx.messaging.Producer |
|
Sends the specified message to its destination. |
| send() — Method in class mx.printing.FlexPrintJob |
|
Sends the added objects to the printer to start printing. |
| send(... rest) — Method in class mx.rpc.AbstractOperation |
|
Executes the method. |
| send(parameters:Object) — Method in class mx.rpc.http.HTTPService |
|
Executes an HTTPService request. |
| send(parameters:Object) — Method in class mx.rpc.http.mxml.HTTPService |
|
Executes an HTTPService request. |
| send(... rest) — Method in class mx.rpc.remoting.Operation |
| |
| send(... rest) — Method in class mx.rpc.remoting.mxml.Operation |
| |
| send(... rest) — Method in class mx.rpc.soap.mxml.Operation |
|
Execute the method. |
| sendToURL(request) — Package function in flash.net |
|
Sends a URL request to a server, but ignores any response. |
| separationError — Property in class mx.validators.CurrencyValidator |
|
Error message when the thousands separator is incorrectly placed. |
| separationError — Property in class mx.validators.NumberValidator |
|
Error message when the thousands separator is in the wrong location. |
| separatorBefore — Property in class flash.ui.ContextMenuItem |
|
Indicates whether a separator bar should appear above the specified menu item. |
| separatorColor — Style in class mx.controls.LinkBar |
|
Separator color used by the default separator skin. |
| separatorSkin — Style in class mx.controls.LinkBar |
|
Seperator symbol between LinkButton controls in the LinkBar. |
| separatorSkin — Style in class mx.controls.Menu |
|
The skin for all menu items which are identified as separators. |
| separatorWidth — Style in class mx.controls.LinkBar |
|
Separator pixel width, in pixels. |
| 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:Object) — Constructor in class mx.effects.Sequence |
|
Constructor. |
| SequencedMessage — Class in package mx.data.messages |
|
Clients receive this message in response to DataService.fill()
request. |
| SequencedMessage() — Constructor in class mx.data.messages. |