Adobe® Flex® 4 Language Reference
Show Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
T Index 
  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  
T — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the T key (84).
TAB — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Tab key (9).
TabAlignment — final class, package flash.text.engine
The TabAlignment class is an enumeration of constant values that you can use to set the tabAlignment property of the TabStop class.
tabBar — Property, class mx.containers.TabNavigator
A reference to the TabBar inside this TabNavigator.
TabBar — class, package mx.controls
The TabBar control lets you create a horizontal or vertical group of tab navigation items by defining the labels and data associated with each tab.
TabBar — class, package spark.components
The TabBar class displays a set of identical tabs.
TabBar() — Constructor, class mx.controls.TabBar
Constructor.
TabBar() — Constructor, class spark.components.TabBar
Constructor.
TabBarAccImpl — class, package mx.accessibility
TabBarAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the TabBar class.
TabBarAccImpl — class, package spark.accessibility
TabBarAccImpl is the accessibility implementation class for spark.components.TabBar.
TabBarAccImpl(master:mx.core:UIComponent) — Constructor, class mx.accessibility.TabBarAccImpl
Constructor.
TabBarAccImpl(master:mx.core:UIComponent) — Constructor, class spark.accessibility.TabBarAccImpl
Constructor.
TabBarButtonSkin — class, package spark.skins.spark
The default skin class for Spark TabBar buttons.
TabBarButtonSkin — class, package spark.skins.wireframe
The wireframe skin class for TabBar component.
TabBarButtonSkin() — Constructor, class spark.skins.spark.TabBarButtonSkin
Constructor.
TabBarButtonSkin() — Constructor, class spark.skins.wireframe.TabBarButtonSkin
Constructor.
TabBarSkin — class, package spark.skins.spark
The default skin class for the Spark TabBar component.
TabBarSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark TabBar component.
TabBarSkin() — Constructor, class spark.skins.spark.TabBarSkin
Constructor.
TabBarSkin() — Constructor, class spark.skins.wireframe.TabBarSkin
Constructor.
tabBarStyleFilters — Property, class mx.containers.TabNavigator
The set of styles to pass from the TabNavigator to the tabBar.
tabChildren — Property, class flash.display.DisplayObjectContainer
Determines whether the children of the object are tab enabled.
tabChildren — Property, class flash.display.Stage
Determines whether the children of the object are tab enabled.
tabChildren — Property, interface mx.core.IContainer
Determines whether the children of the object are tab enabled.
tabChildrenChange — Event, class flash.display.InteractiveObject
Dispatched when the value of the object's tabChildren flag changes.
TAB_CHILDREN_CHANGE — Constant Static Property, class flash.events.Event
The Event.TAB_CHILDREN_CHANGE constant defines the value of the type property of a tabChildrenChange event object.
TabElement — final class, package flashx.textLayout.elements
The TabElement class represents a <tab/> in the text flow.
TabElement() — Constructor, class flashx.textLayout.elements.TabElement
Constructor - creates a new TabElement instance.
tabEnabled — Property, class flash.display.InteractiveObject
Specifies whether this object is in the tab order.
tabEnabled — Property, interface mx.core.IContainer
Specifies whether this object is in the tab order.
tabEnabled — Property, interface mx.core.IUITextField
Specifies whether this object is in the tab order.
tabEnabledChange — Event, class flash.display.InteractiveObject
Dispatched when the object's tabEnabled flag changes.
TAB_ENABLED_CHANGE — Constant Static Property, class flash.events.Event
The Event.TAB_ENABLED_CHANGE constant defines the value of the type property of a tabEnabledChange event object.
tabFocusEnabled — Property, class mx.core.FlexHTMLLoader
A flag that indicates whether child objects can receive focus This is similar to the tabEnabled property used by the Flash Player. This is usually true for components that handle keyboard input, but some components in controlbars have them set to false because they should not steal focus from another component like an editor.
tabFocusEnabled — Property, class mx.core.UIComponent
A flag that indicates whether this object can receive focus via the TAB key This is similar to the tabEnabled property used by the Flash Player. This is usually true for components that handle keyboard input, but some components in controlbars have them set to false because they should not steal focus from another component like an editor.
tabFocusEnabled — Property, class mx.flash.UIMovieClip
A flag that indicates whether child objects can receive focus This is similar to the tabEnabled property used by the Flash Player. This is usually true for components that handle keyboard input, but some components in controlbars have them set to false because they should not steal focus from another component like an editor.
tabFocusEnabled — Property, interface mx.managers.IFocusManagerComponent
A flag that indicates whether pressing the Tab key eventually moves focus to this component.
tabHeight — Style, class mx.containers.TabNavigator
Height of each tab, in pixels.
tabHeight — Style, class mx.controls.TabBar
Height of each tab navigation item, in pixels.
tabIndex — Property, class flash.display.InteractiveObject
Specifies the tab ordering of objects in a SWF file.
tabIndex — Property, interface mx.core.IContainer
Specifies the tab ordering of objects in a SWF file.
tabIndex — Property, interface mx.core.IUITextField
Specifies the tab ordering of objects in a SWF file.
tabIndex — Property, interface mx.managers.IFocusManagerComponent
If tabFocusEnabled, the order in which the component receives focus.
tabIndexChange — Event, class flash.display.InteractiveObject
Dispatched when the value of the object's tabIndex property changes.
TAB_INDEX_CHANGE — Constant Static Property, class flash.events.Event
The Event.TAB_INDEX_CHANGE constant defines the value of the type property of a tabIndexChange event object.
table — Property, class flash.data.SQLIndexSchema
The name of the table to which this index is attached.
table — Property, class flash.data.SQLTriggerSchema
The name of the table on which this trigger is defined, or the name of the view if the trigger is defined on a view.
table — Property, class flash.events.SQLUpdateEvent
The name of the table whose data change caused the event to be dispatched.
tables — Property, class flash.data.SQLSchemaResult
An array of SQLTableSchema instances requested in a call to SQLConnection.loadSchema().
TabNavigator — class, package mx.containers
The MX TabNavigator container extends the MX ViewStack container by including a TabBar container for navigating between its child containers.
TabNavigator() — Constructor, class mx.containers.TabNavigator
Constructor.
TabNavigatorAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the TabNavigator class.
TabNavigatorAutomationImpl(obj:mx.containers:TabNavigator) — Constructor, class mx.automation.delegates.containers.TabNavigatorAutomationImpl
Constructor.
tabOffset — Style, class mx.containers.TabNavigator
The horizontal offset, in pixels, of the tab bar from the left edge of the TabNavigator container.
TabSkin — class, package mx.skins.halo
The skin for all the states of a Tab in a TabNavigator or TabBar.
TabSkin — class, package mx.skins.spark
The Spark skin class for the tabs of the MX TabNavigator container.
TabSkin — class, package mx.skins.wireframe
The wireframe skin class for the tabs of the MX TabNavigator container.
TabSkin() — Constructor, class mx.skins.halo.TabSkin
Constructor.
TabSkin() — Constructor, class mx.skins.spark.TabSkin
Constructor.
TabSkin() — Constructor, class mx.skins.wireframe.TabSkin
Constructor.
TabStop — final class, package flash.text.engine
The TabStop class represents the properties of a tab stop in a text block.
TabStop(alignment:String, position:Number, decimalAlignmentToken:String) — Constructor, class flash.text.engine.TabStop
Creates a new TabStop.
TabStopFormat — class, package flashx.textLayout.formats
The TabStopFormat class represents the properties of a tab stop in a paragraph.
TabStopFormat(initialValues:flashx.textLayout.formats:ITabStopFormat) — Constructor, class flashx.textLayout.formats.TabStopFormat
Creates a new TabStopFormat object.
tabStops — Property, class flash.text.TextFormat
Specifies custom tab stops as an array of non-negative integers.
tabStops — Property, class flash.text.engine.TextBlock
Specifies the tab stops for the text in the text block, in the form of a Vector of TabStop objects.
tabStops — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Specifies the tab stops associated with the paragraph.
tabStops — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Specifies the tab stops associated with the paragraph.
tabStops — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Specifies the tab stops associated with the paragraph.
tabStops — Property, class flashx.textLayout.formats.TextLayoutFormat
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.supportClasses.GroupBase
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.supportClasses.SkinnableTextBase
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.RichEditableText
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.Scroller
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.NumericStepper
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.RichText
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.components.SkinnableContainer
Specifies the tab stops associated with the paragraph.
tabStops — Style, class spark.skins.spark.DefaultItemRenderer
Specifies the tab stops associated with the paragraph.
tabStyleName — Style, class mx.containers.TabNavigator
Name of CSS style declaration that specifies styles for the tabs.
tabStyleName — Style, class mx.controls.TabBar
Name of CSS style declaration that specifies the styles to use for the tab navigation items.
TABULAR — Constant Static Property, class flash.text.engine.DigitWidth
Used to specify tabular digit width.
tabWidth — Style, class mx.containers.TabNavigator
Width of each tab, in pixels.
tabWidth — Style, class mx.controls.TabBar
Width of the tab navigation item, in pixels.
TAMIL — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Tamil digit set.
tan(angleRadians:Number) — Static Method , class Math
Computes and returns the tangent of the specified angle.
tapLocalX — Property, class flash.events.PressAndTapGestureEvent
The horizontal coordinate at which the event occurred relative to the containing interactive object.
tapLocalY — Property, class flash.events.PressAndTapGestureEvent
The vertical coordinate at which the event occurred relative to the containing interactive object.
tapStageX — Property, class flash.events.PressAndTapGestureEvent
The horizontal coordinate at which the tap touch occurred in global Stage coordinates.
tapStageY — Property, class flash.events.PressAndTapGestureEvent
The vertical coordinate at which the tap touch occurred in global Stage coordinates.
target — Property, class flash.display.ShaderJob
The object into which the result of the shader operation is written.
target — Property, class flash.events.Event
The event target.
target — Property, class flash.net.dns.SRVRecord
The canonical host name of the server providing the service.
target — Property, class flash.text.TextFormat
Indicates the target window where the hyperlink is displayed.
target — Property, class flashx.textLayout.elements.LinkElement
The Target value associated with the LinkElement.
target — Property, class flashx.textLayout.operations.ApplyLinkOperation
The target of the link.
target — Property, class mx.effects.Effect
The object to which this effect is applied.
target — Property, class mx.effects.EffectInstance
The UIComponent object to which this effect is applied.
target — Property, interface mx.effects.IEffect
The object to which this effect is applied.
target — Property, interface mx.effects.IEffectInstance
The UIComponent object to which this effect is applied.
target — Property, class mx.effects.effectClasses.PropertyChanges
A target component of a transition.
target — Property, class mx.geom.Transform
The IVisualElement with which the Transform will keep in synch.
target — Property, class mx.states.AddChild
The child to be added.
target — Property, class mx.states.RemoveChild
The child to remove from the view.
target — Property, class mx.states.SetEventHandler
The component that dispatches the event.
target — Property, class mx.states.SetProperty
The object containing the property to be changed.
target — Property, class mx.states.SetStyle
The object whose style is being changed.
target — Property, class spark.layouts.supportClasses.LayoutBase
The GroupBase container whose elements are measured, sized and positioned by this layout.
target — Property, class spark.skins.spark.HighlightBitmapCaptureSkin
Object to target.
targetArea — Property, class mx.effects.Dissolve
The area of the target to play the effect upon.
targetArea — Property, class mx.effects.effectClasses.DissolveInstance
The area of the target to play the effect upon.
targetArea — Property, class mx.effects.effectClasses.MaskEffectInstance
The area where the mask is applied on the target.
targetElement — Property, class flashx.textLayout.operations.FlowElementOperation
Specifies the element this operation modifies.
targetFactory — Property, class mx.states.AddChild
The factory that creates the child.
targets — Property, class mx.effects.Effect
An Array of objects that are targets for the effect.
targets — Property, interface mx.effects.IEffect
An Array of objects that are targets for the effect.
targetSeries — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance
The series targeted by this instance.
targetVisualBounds — Property, class mx.effects.effectClasses.MaskEffectInstance
The actual size of the effect target, including any drop shadows.
TB — Constant Static Property, class flashx.textLayout.formats.BlockProgression
Specifies top to bottom block progression.
TCYElement — final class, package flashx.textLayout.elements
The TCYElement (Tatechuuyoko - ta-tae-chu-yo-ko) class is a subclass of SubParagraphGroupElement that causes text to draw horizontally within a vertical line.
TCYElement() — Constructor, class flashx.textLayout.elements.TCYElement
Constructor - creates a new TCYElement instance.
tcyOn — Property, class flashx.textLayout.operations.ApplyTCYOperation
Indicates whether the operation applies or removes TCY formatting.
TELUGU — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Telugu digit set.
terminate() — method, class flash.printing.PrintJob
Signals that the print job should be terminated without sending.
test(str:String) — method, class RegExp
Tests for the match of the regular expression in the given string str.
text() — method, class XML
Returns an XMLList object of all XML properties of the XML object that represent XML text nodes.
text() — method, class XMLList
Calls the text() method of each XML object and returns an XMLList object that contains the results.
text — Property, interface com.adobe.fiber.styles.ILocalizeableMessage
Bindable property that returns the text attribute of this message aspect.
text — Property, class com.adobe.fiber.styles.LocalizeableMessage
Bindable property that returns the text attribute of this message aspect.
text — Property, class flash.data.SQLStatement
The actual SQL text of the statement.
text — Property, class flash.events.TextEvent
For a textInput event, the character or sequence of characters entered by the user.
text — Property, class flash.text.StaticText
Returns the current text of the static text field.
text — Property, class flash.text.TextField
A string that is the current text in the text field.
text — Property, class flash.text.engine.ContentElement
A copy of the text in the element, not including any U+FDEF characters, which represent graphic elements in the String.
text — Property, class flash.text.engine.TextElement
Receives the text that is the content of the element.
text — Property, class flashx.textLayout.elements.FlowLeafElement
The text associated with the FlowLeafElement: The value for SpanElement subclass will be one character less than textLength if this is the last span in a ParagraphELement. The value for BreakElement subclass is a U+2028 The value for TabElement subclass is a tab The value for InlineGraphicElement subclass is U+FDEF
text — Property, class flashx.textLayout.elements.SpanElement
Receives the String of text that this SpanElement object holds.
text — Property, class flashx.textLayout.factory.StringTextLineFactory
The text to convert into TextLine objects.
text — Property, class flashx.textLayout.operations.InsertTextOperation
The text inserted by this operation.
text — Property, class mx.charts.AxisLabel
The text label that is actually rendered along the axis.
text() — method, class mx.collections.XMLListCollection
Calls the text() method of each XML object in the XMLList and returns an XMLList containing the results.
text — Property, class mx.controls.Alert
The text to display in this alert dialog box.
text — Property, class mx.controls.ComboBase
Contents of the text field.
text — Property, class mx.controls.Label
Specifies the plain text displayed by this control.
text — Property, class mx.controls.RichTextEditor
Plain text without markup that displays in the RichTextEditor control's TextArea subcontrol.
text — Property, class mx.controls.TextArea
Plain text that appears in the control.
text — Property, class mx.controls.TextInput
Plain text that appears in the control.
text — Property, class mx.controls.ToolTip
The text displayed by the ToolTip.
text — Property, class mx.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer
The text property of the component specified by editorID.
text — Property, class mx.controls.listClasses.MXItemRenderer
The text property of the component specified by editorID.
text — Property, class mx.controls.textClasses.TextRange
Plain-text contents of the range.
text — Property, class mx.core.FTETextField
A string that is the current text in the text field.
text — Property, interface mx.core.ITextInput
Plain text that appears in the control.
text — Property, interface mx.core.IToolTip
The text that appears in the tooltip.
text — Property, interface mx.core.IUITextField
A string that is the current text in the text field.
text — Property, class mx.rpc.livecycle.DocumentReference
The client should set this field if the DocumentReference is created from a text string available on the client.
text — Property, class spark.components.RichEditableText
The text String displayed by this component.
text — Property, class spark.components.supportClasses.SkinnableTextBase
The text String displayed by this component.
text — Property, class spark.components.supportClasses.TextBase
The text displayed by this text component.
Text — class, package mx.controls
The Text control displays multiline, noneditable text.
Text() — Constructor, class mx.controls.Text
Constructor.
TEXT — Constant Static Property, class flash.net.URLLoaderDataFormat
Specifies that downloaded data is received as text.
textAlign — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Alignment of lines in the paragraph relative to the container.
textAlign — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Alignment of lines in the paragraph relative to the container.
textAlign — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Alignment of lines in the paragraph relative to the container.
textAlign — Property, class flashx.textLayout.formats.TextLayoutFormat
Alignment of lines in the paragraph relative to the container.
textAlign — Property, class mx.controls.textClasses.TextRange
Alignment of the text in the range.
textAlign — Style, class mx.charts.chartClasses.CartesianChart
Alignment of text within a container.
textAlign — Style, class mx.charts.chartClasses.ChartBase
Alignment of text within a container.
textAlign — Style, class mx.charts.chartClasses.DataTip
Alignment of text within a container.
textAlign — Style, class mx.charts.series.ColumnSeries
Alignment of text within a container.
textAlign — Style, class mx.charts.series.PieSeries
Alignment of text within a container.
textAlign — Style, class mx.charts.series.BarSeries
Alignment of text within a container.
textAlign — Style, class mx.charts.LegendItem
Alignment of text within a container.
textAlign — Style, class mx.charts.PieChart
Alignment of text within a container.
textAlign — Style, class mx.charts.AxisRenderer
Alignment of text within a container.
textAlign — Style, class mx.containers.FormHeading
Alignment of text within a container.
textAlign — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Alignment of text within a container.
textAlign — Style, class mx.controls.dataGridClasses.DataGridColumn
Alignment of text within a container.
textAlign — Style, class mx.controls.menuClasses.MenuBarItem
Alignment of text within a container.
textAlign — Style, class mx.controls.Button
Alignment of text within a container.
textAlign — Style, class mx.controls.MenuBar
Alignment of text within a container.
textAlign — Style, class mx.controls.ToolTip
Alignment of text within a container.
textAlign — Style, class mx.controls.TextInput
Alignment of text within a container.
textAlign — Style, class mx.controls.ProgressBar
Alignment of text within a container.
textAlign — Style, class mx.controls.ComboBox
Alignment of text within a container.
textAlign — Style, class mx.controls.DateField
Alignment of text within a container.
textAlign — Style, class mx.controls.NumericStepper
Alignment of text within a container.
textAlign — Style, class mx.controls.DateChooser
Alignment of text within a container.
textAlign — Style, class mx.controls.Label
Alignment of text within a container.
textAlign — Style, class mx.controls.ColorPicker
Alignment of text within a container.
textAlign — Style, class mx.core.ScrollControlBase
Alignment of text within a container.
textAlign — Style, class mx.core.UITextField
Alignment of text within a container.
textAlign — Style, class mx.core.Container
Alignment of text within a container.
textAlign — Style, class spark.components.supportClasses.GroupBase
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.supportClasses.ButtonBase
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.supportClasses.SkinnableTextBase
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.RichEditableText
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.VideoPlayer
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.Scroller
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.NumericStepper
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.RichText
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.Label
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.SkinnableContainer
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.components.SkinnableDataContainer
Alignment of lines in the paragraph relative to the container.
textAlign — Style, class spark.skins.spark.DefaultItemRenderer
Alignment of lines in the paragraph relative to the container.
TextAlign — final class, package flashx.textLayout.formats
Defines values for setting the textAlign and textAlignLast properties of the TextLayoutFormat class.
textAlignLast — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Property, class flashx.textLayout.formats.TextLayoutFormat
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.supportClasses.GroupBase
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.supportClasses.ButtonBase
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.supportClasses.SliderBase
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.supportClasses.SkinnableTextBase
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.RichEditableText
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.VideoPlayer
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.Scroller
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.NumericStepper
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.RichText
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.Label
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.SkinnableContainer
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.components.SkinnableDataContainer
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlignLast — Style, class spark.skins.spark.DefaultItemRenderer
Alignment of the last (or only) line in the paragraph relative to the container in justified text.
textAlpha — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Alpha (transparency) value for the text.
textAlpha — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Alpha (transparency) value for the text.
textAlpha — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Alpha (transparency) value for the text.
textAlpha — Property, class flashx.textLayout.formats.TextLayoutFormat
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.supportClasses.GroupBase
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.supportClasses.ButtonBase
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.supportClasses.SliderBase
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.supportClasses.SkinnableTextBase
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.RichEditableText
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.VideoPlayer
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.Scroller
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.NumericStepper
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.RichText
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.Label
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.SkinnableContainer
Alpha (transparency) value for the text.
textAlpha — Style, class spark.components.SkinnableDataContainer
Alpha (transparency) value for the text.
textAlpha — Style, class spark.skins.spark.DefaultItemRenderer
Alpha (transparency) value for the text.
TextArea — class, package mx.controls
The TextArea control is a multiline text field with a border and optional scroll bars.
TextArea — class, package spark.components
TextArea is a text-entry control that lets users enter and edit multiple lines of richly formatted text.
TextArea() — Constructor, class mx.controls.TextArea
Constructor.
TextArea() — Constructor, class spark.components.TextArea
Constructor.
TextAreaAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TextArea control.
TextAreaAutomationImpl(obj:mx.controls:TextArea) — Constructor, class mx.automation.delegates.controls.TextAreaAutomationImpl
Constructor.
TextAreaSkin — class, package mx.skins.wireframe
The wireframe skin class for the border of the MX TextArea component.
TextAreaSkin — class, package spark.skins.spark
The default skin class for Spark TextArea component.
TextAreaSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark TextArea component.
TextAreaSkin() — Constructor, class mx.skins.wireframe.TextAreaSkin
Constructor.
TextAreaSkin() — Constructor, class spark.skins.spark.TextAreaSkin
Constructor.
TextAreaSkin() — Constructor, class spark.skins.wireframe.TextAreaSkin
Constructor.
textAreaStyleName — Style, class mx.controls.RichTextEditor
Name of the CSS Style declaration to use for the styles for the TextArea.
TextBase — class, package spark.components.supportClasses
The base class for Spark text controls such as Label and RichText which display text using CSS styles for the default format.
TextBase() — Constructor, class spark.components.supportClasses.TextBase
Constructor.
TextBaseAccImpl — class, package spark.accessibility
TextBaseAccImpl is the accessibility implementation class for spark.components.TextBase.
TextBaseAccImpl(master:mx.core:UIComponent) — Constructor, class spark.accessibility.TextBaseAccImpl
Constructor.
TextBaseline — final class, package flash.text.engine
The TextBaseline class is an enumeration of constant values to use in setting the dominantBaseline and alignmentBaseline properties of the ElementFormat class.
textBlock — Property, class flash.text.engine.ContentElement
The TextBlock to which this element belongs.
textBlock — Property, class flash.text.engine.TextLine
The TextBlock containing this text line, or null if the validity of the line is TextLineValidity.STATIC, meaning that the connection between the line and the TextBlock has been severed.
TextBlock — final class, package flash.text.engine
The TextBlock class is a factory for the creation of TextLine objects, which you can render by placing them on the display list.
TextBlock(content:flash.text.engine:ContentElement, tabStops:Vector$flash.text.engine:TabStop, textJustifier:flash.text.engine:TextJustifier, lineRotation:String, baselineZero:String, bidiLevel:int, applyNonLinearFontScaling:Boolean, baselineFontDescription:flash.text.engine:FontDescription, baselineFontSize:Number) — Constructor, class flash.text.engine.TextBlock
Creates a TextBlock object
textBlockBeginIndex — Property, class flash.text.engine.ContentElement
The index in the text block of the first character of this element.
textBlockBeginIndex — Property, class flash.text.engine.TextLine
The index of the first character of the line in the raw text of the text block.
TextClipboard — class, package flashx.textLayout.edit
The TextClipboard class copies and pastes TextScrap objects to and from the system clipboard.
textColor — Property, class flash.text.TextField
The color of the text in a text field, in hexadecimal format.
textColor — Property, class mx.core.FTETextField
The color of the text in a text field, in hexadecimal format.
textColor — Property, interface mx.core.IUITextField
The color of the text in a text field, in hexadecimal format.
TextColorType — final class, package flash.text
The TextColorType class provides color values for the flash.text.TextRenderer class.
TextContainerManager — class, package flashx.textLayout.container
Manages text in a container.
TextContainerManager(container:flash.display:Sprite, configuration:flashx.textLayout.elements:IConfiguration) — Constructor, class flashx.textLayout.container.TextContainerManager
Constructor function - creates a TextContainerManager instance.
TextConverter — class, package flashx.textLayout.conversion
This is the gateway class for handling import and export.
textDecoration — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Decoration on text.
textDecoration — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Decoration on text.
textDecoration — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Decoration on text.
textDecoration — Property, class flashx.textLayout.formats.TextLayoutFormat
Decoration on text.
textDecoration — Property, class mx.controls.textClasses.TextRange
Decoration of the font in the range, as "underline" or "normal".
textDecoration — Style, class mx.charts.chartClasses.CartesianChart
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.chartClasses.ChartBase
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.chartClasses.DataTip
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.series.ColumnSeries
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.series.PieSeries
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.series.BarSeries
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.LegendItem
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.PieChart
Determines whether the text is underlined.
textDecoration — Style, class mx.charts.AxisRenderer
Determines whether the text is underlined.
textDecoration — Style, class mx.containers.FormHeading
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.dataGridClasses.DataGridColumn
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.menuClasses.MenuBarItem
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.Button
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.MenuBar
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.ToolTip
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.TextInput
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.ProgressBar
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.ComboBox
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.DateField
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.NumericStepper
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.DateChooser
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.Label
Determines whether the text is underlined.
textDecoration — Style, class mx.controls.ColorPicker
Determines whether the text is underlined.
textDecoration — Style, class mx.core.ScrollControlBase
Determines whether the text is underlined.
textDecoration — Style, class mx.core.UITextField
Determines whether the text is underlined.
textDecoration — Style, class mx.core.Container
Determines whether the text is underlined.
textDecoration — Style, class spark.components.supportClasses.GroupBase
Decoration on text.
textDecoration — Style, class spark.components.supportClasses.ButtonBase
Decoration on text.
textDecoration — Style, class spark.components.supportClasses.SliderBase
Decoration on text.
textDecoration — Style, class spark.components.supportClasses.SkinnableTextBase
Decoration on text.
textDecoration — Style, class spark.components.RichEditableText
Decoration on text.
textDecoration — Style, class spark.components.VideoPlayer
Decoration on text.
textDecoration — Style, class spark.components.Scroller
Decoration on text.
textDecoration — Style, class spark.components.NumericStepper
Decoration on text.
textDecoration — Style, class spark.components.RichText
Decoration on text.
textDecoration — Style, class spark.components.Label
Decoration on text.
textDecoration — Style, class spark.components.SkinnableContainer
Decoration on text.
textDecoration — Style, class spark.components.SkinnableDataContainer
Decoration on text.
textDecoration — Style, class spark.skins.spark.DefaultItemRenderer
Decoration on text.
TextDecoration — final class, package flashx.textLayout.formats
Defines values for the textDecoration property of the TextLayoutFormat class.
textDisplay — Property, class spark.skins.spark.ComboBoxTextInputSkin
textDisplay — Property, class spark.skins.spark.NumericStepperSkin
textDisplay — Property, class spark.skins.spark.NumericStepperTextInputSkin
textDisplay — Property, class spark.skins.spark.TextAreaSkin
textDisplay — Property, class spark.skins.spark.TextInputSkin
textDisplay — Property, class spark.skins.wireframe.NumericStepperSkin
textDisplay — Property, class spark.skins.wireframe.NumericStepperTextInputSkin
textDisplay — Property, class spark.skins.wireframe.TextAreaSkin
textDisplay — Property, class spark.skins.wireframe.TextInputSkin
textDisplay — Skin Part, class spark.components.supportClasses.SkinnableTextBase
The RichEditableText that may be present in any skin assigned to this component.
textDisplay — Skin Part, class spark.components.NumericStepper
A skin part that defines a TextInput control which allows a user to edit the value of the NumericStepper component. The value is rounded and committed when the user presses enter, focuses out of the NumericStepper, or steps the NumericStepper.
TextDisplayMode — final class, package flash.text
The TextDisplayMode class contains values that control the subpixel anti-aliasing of the advanced anti-aliasing system.
TextElement — final class, package flash.text.engine
The TextElement class represents a string of formatted text.
TextElement(text:String, elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.TextElement
Creates a new TextElement instance.
textEncodingFallback — Property, class flash.html.HTMLLoader
The character encoding used by the HTMLLoader content if an HTML page does not specify a character encoding.
textEncodingOverride — Property, class flash.html.HTMLLoader
The character encoding used by the HTMLLoader content, overriding any setting in the HTML page.
TextEvent — class, package flash.events
An object dispatches a TextEvent object when a user enters text in a text field or clicks a hyperlink in an HTML-enabled text field.
TextEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor, class flash.events.TextEvent
Creates an Event object that contains information about text events.
TextExtent — class, package flash.text
The TextExtent class contains information about the extents of some text in a text field.
TextExtent(width:Number, height:Number, textFieldWidth:Number, textFieldHeight:Number, ascent:Number, descent:Number) — Constructor, class flash.text.TextExtent
textField — Property, class mx.controls.Button
The internal UITextField object that renders the label of this Button.
textField — Property, class mx.controls.Label
The internal UITextField that renders the text of this Label.
textField — Property, class mx.controls.TextArea
The internal UITextField that renders the text of this TextArea.
textField — Property, class mx.controls.TextInput
The internal UITextField that renders the text of this TextInput.
textField — Property, class mx.controls.ToolTip
The internal UITextField that renders the text of this ToolTip.
TextField — class, package flash.text
The TextField class is used to create display objects for text display and input.
TextField() — Constructor, class flash.text.TextField
Creates a new TextField instance.
TextFieldAsset — class, package mx.core
TextFieldAsset is a subclass of the flash.text.TextField class which represents TextField symbols that you embed in a Flex application from a SWF file produced by Flash.
TextFieldAsset() — Constructor, class mx.core.TextFieldAsset
Constructor.
TextFieldAutomationHelper — class, package mx.automation.delegates
Utility class that facilitates replay of text input and selection.
TextFieldAutomationHelper(owner:flash.events:IEventDispatcher, replayer:mx.automation:IAutomationObject, textField:mx.core:IUITextField) — Constructor, class mx.automation.delegates.TextFieldAutomationHelper
Constructor.
TextFieldAutoSize — final class, package flash.text
The TextFieldAutoSize class is an enumeration of constant values used in setting the autoSize property of the TextField class.
textFieldClass — Style, class mx.containers.FormHeading
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.dataGridClasses.DataGridColumn
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.menuClasses.MenuBarItem
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.Button
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.MenuBar
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.ToolTip
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.TextInput
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.ProgressBar
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.ComboBox
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.DateField
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.NumericStepper
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.DateChooser
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.Label
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.controls.ColorPicker
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.core.ScrollControlBase
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.core.UITextField
The class implementing IUITextField that is used by this component to render text.
textFieldClass — Style, class mx.core.Container
The class implementing IUITextField that is used by this component to render text.
textFieldHeight — Property, class flash.text.TextExtent
TEXT_FIELD_HTML_FORMAT — Constant Static Property, class flashx.textLayout.conversion.TextConverter
HTML format.
TextFieldType — final class, package flash.text
The TextFieldType class is an enumeration of constant values used in setting the type property of the TextField class.
textFieldWidth — Property, class flash.text.TextExtent
textFlow — Property, class flashx.textLayout.compose.FlowComposerBase
The TextFlow object to which this flow composer is attached.
textFlow — Property, class flashx.textLayout.container.ContainerController
Returns the TextFlow object whose content appears in the container.
textFlow — Property, class flashx.textLayout.edit.ElementRange
The TextFlow object that contains the range.
textFlow — Property, interface flashx.textLayout.edit.ISelectionManager
The TextFlow object managed by this selection manager.
textFlow — Property, class flashx.textLayout.edit.SelectionManager
The TextFlow object managed by this selection manager.
textFlow — Property, class flashx.textLayout.elements.TextRange
Returns the TextFlow associated with the selection.
textFlow — Property, class flashx.textLayout.events.CompositionCompleteEvent
TextFlow on which composition has been completed.
textFlow — Property, class flashx.textLayout.events.DamageEvent
TextFlow owning the damage
textFlow — Property, class flashx.textLayout.events.UpdateCompleteEvent
TextFlow which has been updated.
textFlow — Property, class flashx.textLayout.operations.FlowOperation
The TextFlow object to which this operation is applied.
textFlow — Property, class spark.components.RichEditableText
The TextFlow representing the rich text displayed by this component.
textFlow — Property, class spark.components.RichText
The TextFlow representing the rich text displayed by this component.
textFlow — Property, class spark.components.TextArea
The TextFlow representing the rich text displayed by this component.
TextFlow — class, package flashx.textLayout.elements
The TextFlow class is responsible for managing all the text content of a story.
TextFlow(config:flashx.textLayout.elements:IConfiguration) — Constructor, class flashx.textLayout.elements.TextFlow
Constructor - creates a new TextFlow instance.
textFlowFormat — Property, class flashx.textLayout.factory.StringTextLineFactory
The text flow format.
textFlowInitialFormat — Property, class flashx.textLayout.elements.Configuration
Specifies the initial format TextLayoutFormat configuration for a text flow (TextFlow object).
textFlowInitialFormat — Property, interface flashx.textLayout.elements.IConfiguration
Specifies the initial format TextLayoutFormat configuration for a text flow (TextFlow object).
TextFlowLine — final class, package flashx.textLayout.compose
The TextFlowLine class represents a single line of text in a text flow.
TextFlowLine(textLine:flash.text.engine:TextLine, paragraph:flashx.textLayout.elements:ParagraphElement, outerTargetWidth:Number, lineOffset:Number, absoluteStart:int, numChars:int) — Constructor, class flashx.textLayout.compose.TextFlowLine
Constructor - creates a new TextFlowLine instance.
TextFlowLineLocation — final class, package flashx.textLayout.compose
The TextFlowLineLocation class is an enumeration class that defines constants for specifying the location of a line within a paragraph.
TextFlowTextLineFactory — final class, package flashx.textLayout.factory
The TextFlowTextLineFactory class provides a simple way to create TextLines for displaying text from a text flow.
TextFlowTextLineFactory() — Constructor, class flashx.textLayout.factory.TextFlowTextLineFactory
Creates a TextFlowTextLineFactory object.
TextFlowUtil — class, package spark.utils
TextFlowUtil is a utility class which provides methods for importing a TextFlow from, and exporting a TextFlow to, the markup language used by the Text Layout Framework.
TextFormat — class, package flash.text
The TextFormat class represents character formatting information.
TextFormat(font:String, size:Object, color:Object, bold:Object, italic:Object, underline:Object, url:String, target:String, align:String, leftMargin:Object, rightMargin:Object, indent:Object, leading:Object) — Constructor, class flash.text.TextFormat
Creates a TextFormat object with the specified properties.
TEXT_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats
String data.
TextFormatAlign — final class, package flash.text
The TextFormatAlign class provides values for text alignment in the TextFormat class.
textHeight — Property, class flash.text.TextField
The height of the text in pixels.
textHeight — Property, class flash.text.engine.TextLine
The logical height of the text line, which is equal to ascent + descent.
textHeight — Property, class flashx.textLayout.compose.TextFlowLine
The height of the text line, which is equal to ascent plus descent.
textHeight — Property, class mx.controls.Label
The height of the text.
textHeight — Property, class mx.controls.TextArea
The height of the text.
textHeight — Property, class mx.controls.TextInput
The height of the text.
textHeight — Property, class mx.core.FTETextField
The height of the text in pixels.
textHeight — Property, interface mx.core.IUITextField
The height of the text in pixels.
textIndent — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Property, interface flashx.textLayout.formats.ITextLayoutFormat
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Property, class flashx.textLayout.formats.TextLayoutFormat
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class mx.charts.chartClasses.CartesianChart
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.chartClasses.ChartBase
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.chartClasses.DataTip
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.series.ColumnSeries
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.series.PieSeries
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.series.BarSeries
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.LegendItem
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.PieChart
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.charts.AxisRenderer
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.containers.FormHeading
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.dataGridClasses.DataGridColumn
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.menuClasses.MenuBarItem
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.Menu
The offset of the first line of text from the left side of the menu or submenu menu item.
textIndent — Style, class mx.controls.Button
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.MenuBar
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.ToolTip
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.TextInput
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.ProgressBar
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.ComboBox
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.DateField
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.NumericStepper
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.DateChooser
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.Label
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.controls.ColorPicker
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.core.ScrollControlBase
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.core.UITextField
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class mx.core.Container
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style, class spark.components.supportClasses.GroupBase
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.supportClasses.SkinnableTextBase
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.RichEditableText
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.Scroller
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.NumericStepper
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.RichText
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.components.SkinnableContainer
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textIndent — Style, class spark.skins.spark.DefaultItemRenderer
A Number that specifies, in pixels, the amount to indent the first line of the paragraph.
textInput — Event, class flash.display.InteractiveObject
Dispatched when a user enters one or more characters of text.
textInput — Event, class flash.text.TextField
Flash Player dispatches the textInput event when a user enters one or more characters of text.
textInput — Event, interface flash.text.ime.IIMEClient
Dispatched when the user enters text.
textInput — Property, class mx.controls.ComboBase
The internal TextInput subcomponent that displays the current selection.
textInput — Event, class mx.controls.TextArea
Dispatched when the user types, deletes, or pastes text into the control.
textInput — Event, class mx.controls.TextInput
Dispatched when the user types, deletes, or pastes text into the control.
textInput — Property, class spark.skins.spark.ComboBoxSkin
textInput — Property, class spark.skins.wireframe.ComboBoxSkin
textInput — Skin Part, class spark.components.ComboBox
Optional skin part that holds the input text or the selectedItem text.
TextInput — class, package mx.controls
The TextInput control is a single-line text field that is optionally editable.
TextInput — class, package spark.components
TextInput is a text-entry control that lets users enter and edit a single line of uniformly-formatted text.
TextInput() — Constructor, class mx.controls.TextInput
Constructor.
TextInput() — Constructor, class spark.components.TextInput
Constructor.
TEXT_INPUT — Constant Static Property, class flash.events.TextEvent
Defines the value of the type property of a textInput event object.
TextInputAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TextInput control.
TextInputAutomationImpl(obj:mx.controls:TextInput) — Constructor, class mx.automation.delegates.controls.TextInputAutomationImpl
Constructor.
TextInputBorderSkin — class, package mx.skins.spark
The Spark skin class for the border of the MX TextInput component.
TextInputBorderSkin() — Constructor, class mx.skins.spark.TextInputBorderSkin
Constructor.
textInput_changeHandler(event:flash.events:Event) — method, class mx.controls.ComboBase
Handles changes to the TextInput that serves as the editable text field in the component.
textInputClass — Style, class mx.controls.NumericStepper
The class implementing ITextInput that is used by this component to input text.
textInputClass — Style, class mx.controls.ComboBase
The class implementing ITextInput that is used by this component to input text.
textInputHandler(event:flash.events:TextEvent) — method, class flashx.textLayout.container.ContainerController
Processes the TextEvent.TEXT_INPUT event when the client manages events.
textInputHandler(event:flash.events:TextEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the TextEvent.TEXT_INPUT event when the client manages events.
textInputHandler(event:flash.events:TextEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a TextEvent.
textInputHandler(event:flash.events:TextEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a TextEvent.
TextInputSkin — class, package mx.skins.wireframe
The wireframe skin class for the border of the MX TextInput component.
TextInputSkin — class, package spark.skins.spark
The default skin class for Spark TextInput component.
TextInputSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark TextInput component.
TextInputSkin() — Constructor, class mx.skins.wireframe.TextInputSkin
Constructor.
TextInputSkin() — Constructor, class spark.skins.spark.TextInputSkin
Constructor.
TextInputSkin() — Constructor, class spark.skins.wireframe.TextInputSkin
Constructor.
textInputStyleFilters — Property, class mx.controls.ComboBase
The set of styles to pass from the ComboBase to the text input.
textInputStyleName — Style, class mx.controls.ComboBase
The style declaration for the internal TextInput subcomponent that displays the current selection.
textJustifier — Property, class flash.text.engine.TextBlock
Specifies the TextJustifier to use during line creation.
TextJustifier — class, package flash.text.engine
The TextJustifier class is an abstract base class for the justifier types that you can apply to a TextBlock, specifically the EastAsianJustifier and SpaceJustifier classes.
TextJustifier(locale:String, lineJustification:String) — Constructor, class flash.text.engine.TextJustifier
Calling the new TextJustifier() constructor throws an ArgumentError exception.
textJustify — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Specifies options for justifying text.
textJustify — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Specifies options for justifying text.
textJustify — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Specifies options for justifying text.
textJustify — Property, class flashx.textLayout.formats.TextLayoutFormat
Specifies options for justifying text.
textJustify — Style, class spark.components.supportClasses.GroupBase
Specifies options for justifying text.
textJustify — Style, class spark.components.supportClasses.ButtonBase
Specifies options for justifying text.
textJustify — Style, class spark.components.supportClasses.SliderBase
Specifies options for justifying text.
textJustify — Style, class spark.components.supportClasses.SkinnableTextBase
Specifies options for justifying text.
textJustify — Style, class spark.components.RichEditableText
Specifies options for justifying text.
textJustify — Style, class spark.components.VideoPlayer
Specifies options for justifying text.
textJustify — Style, class spark.components.Scroller
Specifies options for justifying text.
textJustify — Style, class spark.components.NumericStepper
Specifies options for justifying text.
textJustify — Style, class spark.components.RichText
Specifies options for justifying text.
textJustify — Style, class spark.components.Label
Specifies options for justifying text.
textJustify — Style, class spark.components.SkinnableContainer
Specifies options for justifying text.
textJustify — Style, class spark.components.SkinnableDataContainer
Specifies options for justifying text.
textJustify — Style, class spark.skins.spark.DefaultItemRenderer
Specifies options for justifying text.
TextJustify — final class, package flashx.textLayout.formats
Defines values for setting the textJustify property of the TextLayoutFormat class.
TextLayoutEvent — class, package flashx.textLayout.events
A TextLayoutEvent instance represents an event, such as the TextLayoutEvent.SCROLL event, that does not require custom properties.
TextLayoutEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class flashx.textLayout.events.TextLayoutEvent
The TextLayoutEvent class represents the event object passed to the event listener for many Text Layout events.
TextLayoutFormat — class, package flashx.textLayout.formats
The TextLayoutFormat class holds all of the text layout properties.
TextLayoutFormat(initialValues:flashx.textLayout.formats:ITextLayoutFormat) — Constructor, class flashx.textLayout.formats.TextLayoutFormat
Creates a new TextLayoutFormat object.
TEXT_LAYOUT_FORMAT — Constant Static Property, class flashx.textLayout.conversion.TextConverter
TextLayout Format.
textLength — Property, class flashx.textLayout.compose.TextFlowLine
The number of characters to the next line, including trailing spaces.
textLength — Property, class flashx.textLayout.container.ContainerController
Returns the total number of characters in the container.
textLength — Property, class flashx.textLayout.elements.FlowElement
Returns the total length of text owned by this FlowElement object and its children.
textLine — Property, class flash.text.engine.TextLineMirrorRegion
The TextLine containing this mirror region.
TextLine — final class, package flash.text.engine
The TextLine class is used to display text on the display list.
textLineCreationResult — Property, class flash.text.engine.TextBlock
Indicates the result of a createTextLine() operation.
TextLineCreationResult — final class, package flash.text.engine
The TextLineCreationResult class is an enumeration of constant values used with TextBlock.textLineCreationResult.
textLineExists — Property, class flashx.textLayout.compose.TextFlowLine
Indicates whether the flash.text.engine.TextLine object for this TextFlowLine exists.
TextLineFactoryBase — class, package flashx.textLayout.factory
The TextLineFactoryBase class serves as the base class for the Text Layout Framework text line factories.
TextLineFactoryBase() — Constructor, class flashx.textLayout.factory.TextLineFactoryBase
Base-class constructor for text line factories.
TextLineMetrics — class, package flash.text
The TextLineMetrics class contains information about the text position and measurements of a line of text within a text field.
TextLineMetrics(x:Number, width:Number, height:Number, ascent:Number, descent:Number, leading:Number) — Constructor, class flash.text.TextLineMetrics
Creates a TextLineMetrics object.
TextLineMirrorRegion — final class, package flash.text.engine
The TextLineMirrorRegion class represents a portion of a text line wherein events are mirrored to another event dispatcher.
TextLineRecycler — class, package flashx.textLayout.compose
The TextLineRecycler class provides support for recycling of TextLines.
textLineRecyclerEnabled — Static Property, class flashx.textLayout.compose.TextLineRecycler
Controls if the TLF recycler enabled.
TextLineValidity — final class, package flash.text.engine
The TextLineValidity class is an enumeration of constant values for setting the validity property of the TextLine class.
TEXT_NODE — Constant Static Property, class flash.xml.XMLNodeType
Specifies that the node is a text node.
TextOperationEvent — class, package spark.events
The TextOperationEvent class represents events that are dispatched when text content changes due to user operations such as inserting characters, backspacing, pasting, or changing text attributes.
TextOperationEvent(type:String, bubbles:Boolean, cancelable:Boolean, operation:flashx.textLayout.operations:FlowOperation) — Constructor, class spark.events.TextOperationEvent
Constructor.
TextRange — class, package flashx.textLayout.elements
A read only class that describes a range of contiguous text.
TextRange — class, package mx.controls.textClasses
The TextRange class provides properties that select and format a range of text in the Label, Text, TextArea, TextEditor, and RichTextEditor controls.
TextRange(root:flashx.textLayout.elements:TextFlow, anchorIndex:int, activeIndex:int) — Constructor, class flashx.textLayout.elements.TextRange
Constructor - creates a new TextRange instance.
TextRange(owner:mx.core:UIComponent, modifiesSelection:Boolean, beginIndex:int, endIndex:int) — Constructor, class mx.controls.textClasses.TextRange
Create a new TextRange Object that represents a subset of the contents of a text control, including the formatting information.
TextRenderer — final class, package flash.text
The TextRenderer class provides functionality for the advanced anti-aliasing capability of embedded fonts.
textRollOverColor — Style, class mx.containers.Accordion
Color of header text when rolled over.
textRollOverColor — Style, class mx.controls.listClasses.ListBase
The color of the text of a renderer when the user rolls over a it.
textRollOverColor — Style, class mx.controls.listClasses.AdvancedListBase
The color of the text of a renderer when the user rolls over a it.
textRollOverColor — Style, class mx.controls.Menu
The color of the menu item text when a user rolls the mouse over the menu item.
textRollOverColor — Style, class mx.controls.Button
Text color of the label as the user moves the mouse pointer over the button.
textRollOverColor — Style, class mx.controls.AdvancedDataGrid
Color of the text when the user rolls over a row.
textRollOverColor — Style, class mx.controls.LinkBar
Text color of the link as you move the mouse pointer over it.
textRollOverColor — Style, class mx.controls.ComboBox
The textRollOverColor of the drop-down list.
textRollOverColor — Style, class mx.controls.Tree
Color of the text when the user rolls over a row.
textRollOverColor — Style, class mx.controls.LinkButton
Text color of a LinkButton as a user moves the mouse pointer over it.
textRotation — Property, class flash.text.engine.ContentElement
The rotation to apply to the element as a unit.
textRotation — Property, class flash.text.engine.ElementFormat
Sets the rotation applied to individual glyphs.
textRotation — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Determines the number of degrees to rotate this text.
textRotation — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Determines the number of degrees to rotate this text.
textRotation — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Determines the number of degrees to rotate this text.
textRotation — Property, class flashx.textLayout.formats.TextLayoutFormat
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.supportClasses.GroupBase
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.supportClasses.SkinnableTextBase
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.RichEditableText
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.Scroller
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.NumericStepper
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.RichText
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.components.SkinnableContainer
Determines the number of degrees to rotate this text.
textRotation — Style, class spark.skins.spark.DefaultItemRenderer
Determines the number of degrees to rotate this text.
TextRotation — final class, package flash.text.engine
The TextRotation class is an enumeration of constant values used with the following properties: ElementFormat.textRotation, ContentElement.textRotation, TextBlock.lineRotation, and TextLine.getAtomTextRotation().
textScrap — Property, class flashx.textLayout.operations.PasteOperation
textScrap the text being pasted
TextScrap — class, package flashx.textLayout.edit
The TextScrap class represents a fragment of a text flow.
TextScrap(textFlow:flashx.textLayout.elements:TextFlow) — Constructor, class flashx.textLayout.edit.TextScrap
Creates a TextScrap object.
textSelectedColor — Style, class mx.containers.Accordion
Color of selected text.
textSelectedColor — Style, class mx.controls.listClasses.ListBase
The color of the text of a renderer when the user selects it.
textSelectedColor — Style, class mx.controls.listClasses.AdvancedListBase
The color of the text of a renderer when the user selects it.
textSelectedColor — Style, class mx.controls.Menu
The color of the menu item text when the menu item is selected.
textSelectedColor — Style, class mx.controls.Button
Text color of the label as the user presses it.
textSelectedColor — Style, class mx.controls.AdvancedDataGrid
Color of the text when the user selects a row.
textSelectedColor — Style, class mx.controls.LinkBar
Text color of the link as you press it.
textSelectedColor — Style, class mx.controls.ComboBox
The textSelectedColor of the drop-down list.
textSelectedColor — Style, class mx.controls.Tree
Color of the text when the user selects a row.
textSelectedColor — Style, class mx.controls.LinkButton
Text color of a LinkButton as a user presses it.
TEXT_SELECTION_CHANGE — Constant Static Property, class mx.automation.events.TextSelectionEvent
The TextSelectionEvent.TEXT_SELECTION_CHANGE constant defines the value of the type property of the event object for a textSelectionChange event.
TextSelectionEvent — class, package mx.automation.events
The TextSelectionEvent class lets you track selection within a text field.
TextSelectionEvent(type:String, bubbles:Boolean, cancelable:Boolean, beginIndex:int, endIndex:int) — Constructor, class mx.automation.events.TextSelectionEvent
Constructor.
TextSelectionHighlighting — final class, package spark.components
This class specifies the allowed values for the selectionHighlighting property of the RichEditableText control, and controls that use RichEditableText as a subcomponent (Spark TextInput and Spark TextArea).
textSnapshot — Property, class flash.display.DisplayObjectContainer
Returns a TextSnapshot object for this DisplayObjectContainer instance.
textSnapshot — Property, class flash.display.Stage
Returns a TextSnapshot object for this DisplayObjectContainer instance.
textSnapshot — Property, interface mx.core.IContainer
Returns a TextSnapshot object for this DisplayObjectContainer instance.
TextSnapshot — class, package flash.text
TextSnapshot objects let you work with static text in a movie clip.
textWidth — Property, class flash.text.TextField
The width of the text in pixels.
textWidth — Property, class flash.text.engine.TextLine
The logical width of the text line, which is the width that the text engine uses to lay out the line.
textWidth — Property, class mx.controls.Label
The width of the text.
textWidth — Property, class mx.controls.TextArea
The width of the text.
textWidth — Property, class mx.controls.TextInput
The width of the text.
textWidth — Property, class mx.core.FTETextField
The width of the text in pixels.
textWidth — Property, interface mx.core.IUITextField
The width of the text in pixels.
THAI — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Thai digit set.
themeColor — Style, class mx.controls.ProgressBar
Theme color of the ProgressBar control.
themeColor — Style, class mx.core.UIComponent
Theme color of a component.
thickness — Property, class flash.display.GraphicsStroke
Indicates the thickness of the line in points; valid values are 0-255.
thickness — Property, class flash.text.TextField
The thickness of the glyph edges in this text field.
thickness — Property, class mx.charts.renderers.CrossItemRenderer
The thickness of the cross rendered, in pixels.
thickness — Property, class mx.core.FTETextField
This property has no effect in FTETextField because FTE uses a newer font renderer than TextField.
thickness — Property, interface mx.core.IUITextField
The thickness of the glyph edges in this text field.
thickness — Property, class mx.core.UITextFormat
Defines the thickness setting for the UITextField class.
THICKNESS — Constant Static Property, class mx.controls.scrollClasses.ScrollBar
The width of a vertical scrollbar, or the height of a horizontal scrollbar, in pixels.
this — Statement
A reference to a method's containing object.
thousandsSeparator — Property, class mx.validators.CurrencyValidator
The character used to separate thousands.
thousandsSeparator — Property, class mx.validators.NumberValidator
The character used to separate thousands in the whole part of the number.
thousandsSeparatorFrom — Property, class mx.formatters.CurrencyFormatter
Character to use as the thousands separator in the input String.
thousandsSeparatorFrom — Property, class mx.formatters.NumberBase
Character to use as the thousands separator in the input String.
thousandsSeparatorFrom — Property, class mx.formatters.NumberFormatter
Character to use as the thousands separator in the input String.
thousandsSeparatorTo — Property, class mx.formatters.CurrencyFormatter
Character to use as the thousands separator in the output string.
thousandsSeparatorTo — Property, class mx.formatters.NumberBase
Character to use as the thousands separator in the output String.
thousandsSeparatorTo — Property, class mx.formatters.NumberFormatter
Character to use as the thousands separator in the output String.
threshold(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, operation:String, threshold:uint, color:uint, mask:uint, copySource:Boolean) — method, class flash.display.BitmapData
Tests pixel values in an image against a specified threshold and sets pixels that pass the test to new color values.
throw — Statement
Generates, or throws, an error that can be handled, or caught, by a catch code block.
throwErrorOnIDChange — Property, class mx.data.DataStore
A flag you can set to false to restore the LiveCycle Data Services 2.6 behavior of logging an error but not throwing an error when the UID property is changed.
throwItemPendingErrors — Property, class mx.data.DataManager
Set this property to false if you want to suppress the throwing of item pending errors when lazily fetched or unpaged data is accessed.
throwOnError — Property, interface flashx.textLayout.conversion.ITextImporter
Parsing errors during import will cause exceptions if throwOnError is true.
throwUnhandledFaults — Property, class mx.data.DataServiceAdapter
If true then the data manager throw an error if there is a fault with no listeners on the data manager.
throwUnhandledFaults — Property, class mx.data.RPCDataServiceAdapter
Returns false because this data manager does not throw an error if there is a fault with no listeners on the data manager.
thumb — Property, class spark.skins.spark.HScrollBarSkin
thumb — Property, class spark.skins.spark.HSliderSkin
thumb — Property, class spark.skins.spark.VScrollBarSkin
thumb — Property, class spark.skins.spark.VSliderSkin
thumb — Property, class spark.skins.spark.mediaClasses.fullScreen.ScrubBarSkin
A skin part that defines a button that can be dragged along the track to increase or decrease the playhead location in the video.
thumb — Property, class spark.skins.spark.mediaClasses.fullScreen.VolumeBarSkin
The skin pat that defines the thumb in the drop-down slider track.
thumb — Property, class spark.skins.spark.mediaClasses.normal.ScrubBarSkin
A skin part that defines a button that can be dragged along the track to increase or decrease the playhead location in the video.
thumb — Property, class spark.skins.spark.mediaClasses.normal.VolumeBarSkin
The skin pat that defines the thumb in the drop-down slider track.
thumb — Property, class spark.skins.wireframe.HScrollBarSkin
thumb — Property, class spark.skins.wireframe.HSliderSkin
thumb — Property, class spark.skins.wireframe.VScrollBarSkin
thumb — Property, class spark.skins.wireframe.VSliderSkin
thumb — Property, class spark.skins.wireframe.mediaClasses.ScrubBarSkin
A skin part that defines a button that can be dragged along the track to increase or decrease the playhead location in the video.
thumb — Property, class spark.skins.wireframe.mediaClasses.VolumeBarSkin
The skin pat that defines the thumb in the drop-down slider track.
thumb — Skin Part, class spark.components.supportClasses.TrackBase
A skin part that defines a button that can be dragged along the track to increase or decrease the value property. Updates to the value property automatically update the position of the thumb button with respect to the track.
THUMB — Constant Static Property, class mx.events.SliderEventClickTarget
Specifies that the Slider's thumb was clicked.
thumbCount — Property, class mx.controls.sliderClasses.Slider
The number of thumbs allowed on the slider.
thumbDisabledSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider thumb disabled state.
thumbDownSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the thumb of the scroll bar when you click the thumb.
thumbDownSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider thumb down state.
thumbDrag — Event, class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is pressed and then moved by the mouse.
thumbDrag — Event, class spark.components.supportClasses.TrackBase
Dispatched when the thumb is pressed and then moved by the mouse.
THUMB_DRAG — Constant Static Property, class mx.events.SliderEvent
The SliderEvent.THUMB_DRAG constant defines the value of the type property of the event object for a thumbDrag event.
THUMB_DRAG — Constant Static Property, class spark.events.TrackBaseEvent
The TrackBaseEvent.THUMB_DRAG constant defines the value of the type property of the event object for a thumbDrag event.
thumbIcon — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the icon for the thumb of the scroll bar.
thumbIndex — Property, class mx.events.SliderEvent
The zero-based index of the thumb whose position has changed.
thumbOffset — Style, class mx.controls.scrollClasses.ScrollBar
The number of pixels to offset the scroll thumb from the center of the scroll bar.
thumbOffset — Style, class mx.controls.sliderClasses.Slider
The y-position offset (if direction is horizontal) or x-position offset (if direction is vertical) of the thumb relative to the track.
thumbOverSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the thumb of the scroll bar when the mouse pointer is over the thumb.
thumbOverSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider thumb over state.
THUMB_POSITION — Constant Static Property, class mx.events.ScrollEventDetail
Indicates that the scroll bar thumb has stopped moving.
thumbPress — Event, class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is pressed, meaning the user presses the mouse button over the thumb.
thumbPress — Event, class spark.components.supportClasses.TrackBase
Dispatched when the thumb is pressed, meaning the user presses the mouse button over the thumb.
THUMB_PRESS — Constant Static Property, class mx.events.SliderEvent
The SliderEvent.THUMB_PRESS constant defines the value of the type property of the event object for a thumbPress event.
THUMB_PRESS — Constant Static Property, class spark.events.TrackBaseEvent
The TrackBaseEvent.THUMB_PRESS constant defines the value of the type property of the event object for a thumbPress event.
thumbRelease — Event, class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is released, meaning the user releases the mouse button after a thumbPress event.
thumbRelease — Event, class spark.components.supportClasses.TrackBase
Dispatched when the thumb is released, meaning the user releases the mouse button after a thumbPress event.
THUMB_RELEASE — Constant Static Property, class mx.events.SliderEvent
The SliderEvent.THUMB_RELEASE constant defines the value of the type property of the event object for a thumbRelease event.
THUMB_RELEASE — Constant Static Property, class spark.events.TrackBaseEvent
The TrackBaseEvent.THUMB_RELEASE constant defines the value of the type property of the event object for a thumbRelease event.
thumbSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the default skin for the down arrow button of the scroll bar.
thumbSkin — Style, class mx.controls.sliderClasses.Slider
The default skin for the slider thumb.
thumbStyleFilters — Property, class mx.controls.scrollClasses.ScrollBar
Set of styles to pass from the ScrollBar to the thumb.
thumbStyleFilters — Property, class mx.controls.sliderClasses.Slider
Set of styles to pass from the Slider to the thumbs.
THUMB_TRACK — Constant Static Property, class mx.events.ScrollEventDetail
Indicates that the scroll bar thumb is moving.
thumbUpSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the thumb of the scroll bar.
thumbUpSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider thumb up state.
TIBETAN — Constant Static Property, class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Tibetan digit set.
tickColor — Style, class mx.controls.sliderClasses.Slider
The color of the tick marks.
tickInterval — Property, class mx.controls.sliderClasses.Slider
The spacing of the tick marks relative to the maximum value of the control.
tickLength — Style, class mx.charts.AxisRenderer
Specifies the length of the tick marks on the axis, in pixels.
tickLength — Style, class mx.controls.sliderClasses.Slider
The length in pixels of the tick marks.
tickOffset — Style, class mx.controls.sliderClasses.Slider
The y-position offset (if direction is horizontal) or x-position offset (if direction is vertical) of the tick marks relative to the track.
tickPlacement — Style, class mx.charts.AxisRenderer
Specifies where to draw the tick marks.
ticks — Property, class mx.charts.AxisRenderer
Contains an array that specifies where Flex draws the tick marks along the axis.
ticks — Property, class mx.charts.chartClasses.AxisLabelSet
An array of values from 0 to 1 representing where to place tick marks along the axis.
ticks — Property, interface mx.charts.chartClasses.IAxisRenderer
Contains an array that specifies where Flex draws the tick marks along the axis.
ticks — Property, class mx.charts.chartClasses.NumericAxis
An Array of tick marks for this axis.
ticksBetweenLabels — Property, class mx.charts.CategoryAxis
Specifies the location of major tick marks on the axis, relative to the category labels.
tickStroke — Style, class mx.charts.AxisRenderer
Specifies the characteristics of the tick marks on the axis.
tickThickness — Style, class mx.controls.sliderClasses.Slider
The thickness in pixels of the tick marks.
tickValues — Property, class mx.controls.sliderClasses.Slider
The positions of the tick marks on the slider.
Tile — class, package mx.containers
A Halo Tile container lays out its children in a grid of equal-sized cells.
Tile() — Constructor, class mx.containers.Tile
Constructor.
TileBase — class, package mx.controls.listClasses
The TileBase class is the base class for controls that display data items in a sequence of rows and columns.
TileBase() — Constructor, class mx.controls.listClasses.TileBase
Constructor.
TileBaseAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TileBase class, which is the parent of the TileList component.
TileBaseAutomationImpl(obj:mx.controls.listClasses:TileBase) — Constructor, class mx.automation.delegates.controls.TileBaseAutomationImpl
Constructor.
TileBaseDirection — final class, package mx.controls.listClasses
Values for the direction property of the TileList component.
TileDirection — final class, package mx.containers
The TileDirection class defines the constant values for the direction property of the Tile container.
TileGroup — class, package spark.components
The TileGroup container is an instance of the Group container that uses the TileLayout class.
TileGroup() — Constructor, class spark.components.TileGroup
Constructor.
tileHeight — Property, class mx.containers.Tile
Height of each tile cell, in pixels.
TileLayout — class, package spark.layouts
The TileLayout class arranges layout elements in columns and rows of equally-sized cells.
TileLayout() — Constructor, class spark.layouts.TileLayout
Constructor.
TileList — class, package mx.controls
The TileList control displays a number of items laid out in tiles.
TileList() — Constructor, class mx.controls.TileList
Constructor.
TileListItemRenderer — class, package mx.controls.listClasses
The TileListItemRenderer class defines the default item renderer for the HorizontalList and TileList controls.
TileListItemRenderer() — Constructor, class mx.controls.listClasses.TileListItemRenderer
Constructor.
TileListItemRendererAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TileListItemRenderer class.
TileListItemRendererAutomationImpl(obj:mx.controls.listClasses:TileListItemRenderer) — Constructor, class mx.automation.delegates.controls.TileListItemRendererAutomationImpl
Constructor.
TileOrientation — final class, package spark.layouts
The TileOrientation class defines the possible values for the orientation property of the TileLayout class.
tileWidth — Property, class mx.containers.Tile
Width of each tile cell, in pixels.
time — Property, class Date
The number of milliseconds since midnight January 1, 1970, universal time, for a Date object.
time — Property, class flash.net.NetStream
The position of the playhead, in seconds.
time — Constant Property, class flash.sampler.Sample
The microseconds that define the duration of the Sample instance.
time — Property, class org.osmf.events.TimeEvent
New time value resulting from this change.
time — Property, class spark.effects.animation.Keyframe
The time, in milliseconds, at which the effect target for this keyframe should have the value specified by the value property.
TimeEvent — class, package org.osmf.events
A TimeEvent is dispatched when properties of an ITemporal trait have changed.
TimeEvent(type:String, bubbles:Boolean, cancelable:Boolean, time:Number) — Constructor, class org.osmf.events.TimeEvent
Constructor
timeOfDay — Static Property, class mx.formatters.DateBase
Time of day names.
timeout — Property, class flash.net.Socket
Indicates the number of milliseconds to wait for a connection.
timeout — Property, class flash.net.XMLSocket
Indicates the number of milliseconds to wait for a connection.
timer — Event, class flash.utils.Timer
Dispatched whenever a Timer object reaches an interval specified according to the Timer.delay property.
timer — Property, class mx.collections.GroupingCollection
The timer which is associated with an asynchronous refresh operation.
timer — Property, class mx.collections.GroupingCollection2
The timer which is associated with an asynchronous refresh operation.
Timer — class, package flash.utils
The Timer class is the interface to timers, which let you run code on a specified time sequence.
Timer(delay:Number, repeatCount:int) — Constructor, class flash.utils.Timer
Constructs a new Timer object with the specified delay and repeatCount states.
TIMER — Constant Static Property, class flash.events.TimerEvent
Defines the value of the type property of a timer event object.
timerComplete — Event, class flash.utils.Timer
Dispatched whenever it has completed the number of requests set by Timer.repeatCount.
TIMER_COMPLETE — Constant Static Property, class flash.events.TimerEvent
Defines the value of the type property of a timerComplete event object.
TimerEvent — class, package flash.events
A Timer object dispatches a TimerEvent objects whenever the Timer object reaches the interval specified by the Timer.delay property.
TimerEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class flash.events.TimerEvent
Creates an Event object with specific information relevant to timer events.
timeSinceLastUserInput — Property, class flash.desktop.NativeApplication
The time, in seconds, since the last user input.
timestamp — Property, class flash.events.AccelerometerEvent
The number of milliseconds at the time of the event since the runtime was initialized.
timestamp — Property, class flash.events.GeolocationEvent
The number of milliseconds at the time of the event since the runtime was initialized.
timestamp — Property, class mx.messaging.AbstractConsumer
Contains the timestamp of the most recent message this Consumer has received.
timestamp — Property, class mx.messaging.messages.AbstractMessage
Provides access to the time stamp for the message.
timestamp — Property, interface mx.messaging.messages.IMessage
Provides access to the time stamp for the message.
timeToLive — Property, class mx.messaging.messages.AbstractMessage
The time to live value of a message indicates how long the message should be considered valid and deliverable.
timeToLive — Property, interface mx.messaging.messages.IMessage
The time to live value of a message indicates how long the message should be considered valid and deliverable.
timezoneOffset — Property, class Date
The difference, in minutes, between universal time (UTC) and the computer's local time.
title — Property, class flash.display.NativeWindow
The window title.
title — Property, class flash.html.HTMLHistoryItem
The title of the HTML page.
title — Property, class mx.charts.chartClasses.AxisBase
The text for the title displayed along the axis.
title — Property, interface mx.charts.chartClasses.IAxis
The text for the title displayed along the axis.
title — Property, class mx.containers.Panel
Title or caption displayed in the title bar.
title — Property, interface mx.core.IWindow
The title text that appears in the window title bar and the taskbar.
title — Property, class mx.core.Window
The title text that appears in the window title bar and the taskbar.
title — Property, class mx.core.WindowedApplication
The title that appears in the window title bar and the taskbar.
title — Property, class mx.core.windowClasses.TitleBar
The title that appears in the window title bar and the dock or taskbar.
title — Property, interface mx.managers.IBrowserManager
The title of the application as it should appear in the browser history.
title — Property, class mx.rpc.livecycle.Fault
The fault title.
title — Property, class spark.components.Panel
Title or caption displayed in the title bar.
title — Property, class spark.components.Window
The title text that appears in the window title bar and the taskbar.
title — Property, class spark.components.WindowedApplication
The title that appears in the window title bar and the taskbar.
title — Property, class spark.components.windowClasses.TitleBar
The title that appears in the window title bar and the dock or taskbar.
TITLE — Constant Static Property, class flash.text.engine.TypographicCase
Specifies that uppercase characters use title glyphs on output.
titleAlignment — Style, class mx.core.Window
Position of the title in title bar.
titleAlignment — Style, class mx.core.WindowedApplication
Position of the title in title bar.
TitleBackground — class, package mx.skins.halo
The skin for a title bar area of a Panel.
TitleBackground() — Constructor, class mx.skins.halo.TitleBackground
Constructor.
titleBackgroundSkin — Style, class mx.containers.Panel
The title background skin.
titleBar — Property, class mx.containers.Panel
The TitleBar sub-control that displays the Panel container's title bar.
titleBar — Property, class mx.core.Window
The UIComponent that displays the title bar.
titleBar — Property, class mx.core.WindowedApplication
The UIComponent that displays the title bar.
titleBar — Property, class spark.skins.spark.SparkChromeWindowedApplicationSkin
titleBar — Skin Part, class spark.components.WindowedApplication
The skin part that defines the display of the title bar.
titleBar — Skin Part, class spark.components.Window
The skin part that defines the title bar.
TitleBar — class, package mx.core.windowClasses
The default title bar for a WindowedApplication or a Window.
TitleBar — class, package spark.components.windowClasses
The TitleBar class defines the default title bar for a WindowedApplication or a Window container.
TitleBar() — Constructor, class mx.core.windowClasses.TitleBar
Constructor.
TitleBar() — Constructor, class spark.components.windowClasses.TitleBar
Constructor.
titleBarBackgroundRect — Property, class spark.skins.spark.SparkChromeWindowedApplicationSkin
Defines the background color of the title bar.
titleBarBackgroundSkin — Style, class mx.core.Window
The title background skin.
titleBarBackgroundSkin — Style, class mx.core.WindowedApplication
The title background skin.
titleBarButtonPadding — Style, class mx.core.Window
The distance between the furthest out title bar button and the edge of the title bar.
titleBarButtonPadding — Style, class mx.core.WindowedApplication
The distance between the furthest out title bar button and the edge of the title bar.
titleBarColors — Style, class mx.core.Window
An array of two colors used to draw the header.
titleBarColors — Style, class mx.core.WindowedApplication
An array of two colors used to draw the header.
titleBarFactory — Property, class mx.core.Window
The IFactory that creates an instance to use as the title bar.
titleBarFactory — Property, class mx.core.WindowedApplication
The IFactory that creates an instance to use as the title bar.
TitleBarSkin — class, package mx.skins.wireframe.windowChrome
The wireframe skin class for the MX WindowedApplication component's TitleBar border.
TitleBarSkin — class, package spark.skins.spark.windowChrome
The default skin class for the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome.
TitleBarSkin() — Constructor, class mx.skins.wireframe.windowChrome.TitleBarSkin
Constructor.
TitleBarSkin() — Constructor, class spark.skins.spark.windowChrome.TitleBarSkin
Constructor.
titleBarStyleFilters — Property, class mx.core.Window
Set of styles to pass from the Window to the titleBar.
titleBarStyleFilters — Property, class mx.core.WindowedApplication
Set of styles to pass from the WindowedApplication to the titleBar.
titleDisplay — Property, class spark.skins.spark.PanelSkin
titleDisplay — Property, class spark.skins.spark.TitleWindowSkin
titleDisplay — Property, class spark.skins.wireframe.PanelSkin
titleDisplay — Property, class spark.skins.wireframe.TitleWindowSkin
titleDisplay — Skin Part, class spark.components.Panel
The skin part that defines the appearance of the title text in the container.
titleIcon — Property, class mx.containers.Panel
The icon displayed in the title bar.
titleIcon — Property, interface mx.core.IWindow
The Class (usually an image) used to draw the title bar icon.
titleIcon — Property, class mx.core.Window
The Class (usually an image) used to draw the title bar icon.
titleIcon — Property, class mx.core.WindowedApplication
The Class (usually an image) used to draw the title bar icon.
titleIcon — Property, class mx.core.windowClasses.TitleBar
The icon displayed in the title bar.
titleIcon — Property, class spark.components.Window
The Class (usually an image) used to draw the title bar icon.
titleIcon — Property, class spark.components.WindowedApplication
The Class (usually an image) used to draw the title bar icon.
titleIcon — Property, class spark.components.windowClasses.TitleBar
The icon displayed in the title bar.
titleIconImage — Property, class spark.skins.spark.windowChrome.MacTitleBarSkin
titleIconImage — Property, class spark.skins.spark.windowChrome.TitleBarSkin
titleIconImage — Skin Part, class spark.components.windowClasses.TitleBar
The title icon in the TitleBar.
titleRenderer — Property, class mx.charts.AxisRenderer
A reference to the factory used to render the axis title.
titleStyleName — Style, class mx.containers.Panel
Style declaration name for the text in the title bar.
titleStyleName — Style, class mx.controls.Alert
Name of the CSS style declaration that specifies styles for the Alert title text.
titleText — Property, class spark.skins.spark.windowChrome.MacTitleBarSkin
titleText — Property, class spark.skins.spark.windowChrome.TitleBarSkin
titleText — Skin Part, class spark.components.windowClasses.TitleBar
The skin part that defines the UITextField control that displays the application title text.
titleTextField — Property, class mx.containers.Panel
The UITextField sub-control that displays the title.
titleTextField — Property, class mx.core.windowClasses.TitleBar
The UITextField in the title bar that displays the application title.
titleTextStyleName — Style, class mx.core.Window
The style name for the title text.
titleTextStyleName — Style, class mx.core.WindowedApplication
The style name for the title text.
TitleWindow — class, package mx.containers
A TitleWindow layout container contains a title bar, a caption, a border, and a content area for its child.
TitleWindow — class, package spark.components
The TitleWindow class extends Panel to include a close button and move area.
TitleWindow() — Constructor, class mx.containers.TitleWindow
Constructor.
TitleWindow() — Constructor, class spark.components.TitleWindow
Constructor.
TitleWindowAccImpl — class, package mx.accessibility
TitleWindowAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the TitleWindow class.
TitleWindowAccImpl — class, package spark.accessibility
TitleWindowAccImpl is the accessibility implementation class for spark.components.TitleWindow.
TitleWindowAccImpl(master:mx.core:UIComponent) — Constructor, class mx.accessibility.TitleWindowAccImpl
Constructor.
TitleWindowAccImpl(master:mx.core:UIComponent) — Constructor, class spark.accessibility.TitleWindowAccImpl
Constructor.
TitleWindowBoundsEvent — class, package spark.events
The TitleWindowBoundsEvent class represents event objects that are dispatched when bounds of a Spark TitleWindow changes, either by moving or resizing.
TitleWindowBoundsEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeBounds:flash.geom:Rectangle, afterBounds:flash.geom:Rectangle) — Constructor, class spark.events.TitleWindowBoundsEvent
Constructor.
TitleWindowCloseButtonDownSkin — class, package mx.skins.wireframe
The wireframe skin class for the close button's down state in the TitleWindow component.
TitleWindowCloseButtonDownSkin() — Constructor, class mx.skins.wireframe.TitleWindowCloseButtonDownSkin
Constructor.
TitleWindowCloseButtonOverSkin — class, package mx.skins.wireframe
The wireframe skin class for the close button's over state in the TitleWindow component.
TitleWindowCloseButtonOverSkin() — Constructor, class mx.skins.wireframe.TitleWindowCloseButtonOverSkin
Constructor.
TitleWindowCloseButtonSkin — class, package spark.skins.spark
The default skin class for the close button of the Spark TitleWindow component.
TitleWindowCloseButtonSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark TitleWindowCloseButton component.
TitleWindowCloseButtonSkin() — Constructor, class spark.skins.spark.TitleWindowCloseButtonSkin
Constructor.
TitleWindowCloseButtonSkin() — Constructor, class spark.skins.wireframe.TitleWindowCloseButtonSkin
Constructor.
TitleWindowCloseButtonUpSkin — class, package mx.skins.wireframe
The wireframe skin class for the close button's up state in the TitleWindow component.
TitleWindowCloseButtonUpSkin() — Constructor, class mx.skins.wireframe.TitleWindowCloseButtonUpSkin
Constructor.
TitleWindowSkin — class, package spark.skins.spark
The default skin class for a Spark TitleWindow container.
TitleWindowSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark TitleWindow component.
TitleWindowSkin() — Constructor, class spark.skins.spark.TitleWindowSkin
Constructor.
TitleWindowSkin() — Constructor, class spark.skins.wireframe.TitleWindowSkin
Constructor.
TLFTypographicCase — final class, package flashx.textLayout.formats
Defines values for the typographicCase property of the TextLayoutFormat class.
tlRadius — Property, class mx.graphics.RectangularDropShadow
The corner radius of the top left corner of the rounded rectangle that is casting the shadow.
tlRadius — Property, class spark.primitives.RectangularDropShadow
The corner radius of the top left corner of the rounded rectangle that is casting the shadow.
toArray() — method, class mx.collections.ArrayList
Return an Array that is populated in the same order as the IList implementation.
toArray() — method, class mx.collections.AsyncListView
Returns an array with the same elements as this AsyncListView.
toArray() — method, interface mx.collections.IList
Returns an Array that is populated in the same order as the IList implementation.
toArray() — method, class mx.collections.ListCollectionView
Returns an Array that is populated in the same order as the IList implementation.
toArray(obj:Object) — Static Method , class mx.utils.ArrayUtil
Ensures that an Object can be used as an Array.
toByteArray() — method, class mx.utils.Base64Decoder
Returns the current buffer as a decoded flash.utils.ByteArray.
toByteArray(uid:String) — Static Method , class mx.utils.RPCUIDUtil
Converts a UID formatted String to a ByteArray.
toByteArray(uid:String) — Static Method , class mx.utils.UIDUtil
Converts a UID formatted String to a ByteArray.
toDateString() — method, class Date
Returns a string representation of the day and date only, and does not include the time or timezone.
today() — Static Method , class com.adobe.fiber.runtime.lib.DateTimeFunc
Returns the current date and time (legacy).
todayColor — Style, class mx.controls.DateField
Color of the highlight of today's date in the DateChooser control.
todayColor — Style, class mx.controls.DateChooser
Color of the background of today's date.
todayIndicatorSkin — Style, class mx.controls.DateChooser
Name of the class to use as the skin for the highlight area of today's date in the DateChooser control.
todayStyleName — Style, class mx.controls.DateChooser
Name of the style sheet definition to configure the appearance of the current day's numeric text, which is highlighted in the control when the showToday property is true.
toDouble(s:Object) — Static Method , class com.adobe.fiber.runtime.lib.ConversionFunc
Converts a string to a double.
toExponential(fractionDigits:uint) — method, class Number
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — method, class int
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — method, class uint
Returns a string representation of the number in exponential notation.
TO_FIT — Constant Static Property, class flashx.textLayout.formats.LineBreak
Specifies that lines wrap to fit the container width.
toFixed(fractionDigits:uint) — method, class Number
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — method, class int
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — method, class uint
Returns a string representation of the number in fixed-point notation.
toFloat(s:Object) — Static Method , class com.adobe.fiber.runtime.lib.ConversionFunc
Converts a string to a float.
toggle — Property, class mx.controls.Button
Controls whether a Button is in a toggle state or not.
ToggleButton — class, package spark.components
The ToggleButton component defines a toggle button.
ToggleButton() — Constructor, class spark.components.ToggleButton
Constructor.
ToggleButtonAccImpl — class, package spark.accessibility
ToggleButtonAccImpl is the accessibility implementation class for spark.components.ToggleButton.
ToggleButtonAccImpl(master:mx.core:UIComponent) — Constructor, class spark.accessibility.ToggleButtonAccImpl
Constructor.
ToggleButtonBar — class, package mx.controls
The ToggleButtonBar control defines a horizontal or vertical group of buttons that maintain their selected or deselected state.
ToggleButtonBar() — Constructor, class mx.controls.ToggleButtonBar
Constructor.
ToggleButtonBarAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ToggleButtonBar control.
ToggleButtonBarAutomationImpl(obj:mx.controls:ToggleButtonBar) — Constructor, class mx.automation.delegates.controls.ToggleButtonBarAutomationImpl
Constructor.
ToggleButtonBase — class, package spark.components.supportClasses
The ToggleButtonBase component is the base class for the Spark button components that support the selected property.
ToggleButtonBase() — Constructor, class spark.components.supportClasses.ToggleButtonBase
Constructor.
ToggleButtonSkin — class, package spark.skins.spark
The default skin class for a Spark ToggleButton component.
ToggleButtonSkin — class, package spark.skins.wireframe
The default wireframe skin class for the Spark ToggleButton component.
ToggleButtonSkin() — Constructor, class spark.skins.spark.ToggleButtonSkin
Constructor.
ToggleButtonSkin() — Constructor, class spark.skins.wireframe.ToggleButtonSkin
Constructor.
toggleOnClick — Property, class mx.controls.ToggleButtonBar
Specifies whether the currently selected button can be deselected by the user.
togglePause() — method, class flash.net.NetStream
Pauses or resumes playback of a stream.
toInteger(s:Object) — Static Method , class com.adobe.fiber.runtime.lib.ConversionFunc
Converts a string to an integer.
token — Property, class flash.events.DRMAuthenticationCompleteEvent
The authentication token.
token — Property, class mx.rpc.CallResponder
Each CallResponder dispatches result and fault events received from a single token.
token — Property, class mx.rpc.events.AbstractEvent
The token that represents the call to the method.
tokens — Property, interface com.adobe.fiber.styles.ILocalizeableMessage
Bindable property that returns the tokens attribute of this message aspect.
tokens — Property, class com.adobe.fiber.styles.LocalizeableMessage
Bindable property that returns the tokens attribute of this message aspect.
toLocaleDateString() — method, class Date
Returns a String representation of the day and date only, and does not include the time or timezone.
toLocaleLowerCase() — method, class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
toLocaleString() — method, class Array
Returns a string that represents the elements in the specified array.
toLocaleString() — method, class Date
Returns a String representation of the day, date, time, given in local time.
toLocaleString() — method, class Object
Returns the string representation of this object, formatted according to locale-specific conventions.
toLocaleString() — method, class Vector
Returns a string that represents the elements in the specified Vector.
toLocaleTimeString() — method, class Date
Returns a String representation of the time only, and does not include the day, date, year, or timezone.
toLocaleUpperCase() — method, class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toLong(s:Object) — Static Method , class com.adobe.fiber.runtime.lib.ConversionFunc
Converts a string to a long.
toLowerCase() — method, class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
toLowerCase(s:String) — method, class flash.globalization.StringTools
Converts a string to lowercase according to language conventions.
toMatrix3D() — method, class flash.geom.PerspectiveProjection
Returns the underlying Matrix3D object of the display object.
toolBarVisible — Property, class flash.html.HTMLWindowCreateOptions
Specifies whether a toolbar bar should be displayed.
tooLongError — Property, class mx.validators.StringValidator
Error message when the String is longer than the maxLength property.
tooltip — Property, class flash.desktop.SystemTrayIcon
The tooltip that pops up for the system tray icon.
toolTip — Property, class mx.core.UIComponent
Text to display in the ToolTip.
toolTip — Property, class mx.core.UIFTETextField
Text to display in the ToolTip.
toolTip — Property, class mx.core.UITextField
Text to display in the ToolTip.
toolTip — Property, class mx.events.ToolTipEvent
The ToolTip object to which this event applies.
toolTip — Property, class mx.flash.UIMovieClip
Text to display in the ToolTip.
toolTip — Property, interface mx.managers.IToolTipManagerClient
The text of this component's tooltip.
ToolTip — class, package mx.controls
The ToolTip control lets you provide helpful information to your users.
ToolTip() — Constructor, class mx.controls.ToolTip
Constructor.
ToolTipAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ToolTip control.
ToolTipAutomationImpl(obj:mx.controls:ToolTip) — Constructor, class mx.automation.delegates.controls.ToolTipAutomationImpl
Constructor.
ToolTipBorder — class, package mx.skins.halo
The skin for a ToolTip.
ToolTipBorder() — Constructor, class mx.skins.halo.ToolTipBorder
Constructor.
toolTipChildren — Property, interface mx.managers.ISystemManager
A list of the tooltips being parented by this ISystemManager.
toolTipChildren — Property, class mx.managers.SystemManager
A list of the tooltips being parented by this ISystemManager.
toolTipChildren — Property, class mx.managers.WindowedSystemManager
A list of the tooltips being parented by this ISystemManager.
toolTipClass — Static Property, class mx.managers.ToolTipManager
The class to use for creating ToolTips.
toolTipCreate — Event, class mx.core.UIComponent
Dispatched by the component when it is time to create a ToolTip.
toolTipCreate — Event, class mx.flash.UIMovieClip
Dispatched by the component when it is time to create a ToolTip.
TOOL_TIP_CREATE — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_CREATE constant defines the value of the type property of the event object for a toolTipCreate event.
toolTipEnd — Event, class mx.core.UIComponent
Dispatched by the component when its ToolTip has been hidden and is to be discarded soon.
toolTipEnd — Event, class mx.flash.UIMovieClip
Dispatched by the component when its ToolTip has been hidden and will be discarded soon.
TOOL_TIP_END — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_END constant defines the value of the type property of the event object for a toolTipEnd event.
ToolTipEvent — class, package mx.events
The ToolTipEvent class represents ToolTip events, which are generated by the ToolTipManager class.
ToolTipEvent(type:String, bubbles:Boolean, cancelable:Boolean, toolTip:mx.core:IToolTip) — Constructor, class mx.events.ToolTipEvent
Constructor.
toolTipField — Property, class mx.controls.NavBar
Name of the the field in the dataProvider object to display as the tooltip label.
toolTipHide — Event, class mx.core.UIComponent
Dispatched by the component when its ToolTip is about to be hidden.
toolTipHide — Event, class mx.flash.UIMovieClip
Dispatched by the component when its ToolTip is about to be hidden.
TOOL_TIP_HIDE — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_HIDE constant defines the value of the type property of the event object for a toolTipHide event.
ToolTipManager — class, package mx.managers
The ToolTipManager lets you set basic ToolTip and error tip functionality, such as display delay and the disabling of ToolTips.
TOOLTIP_MANAGER_REQUEST — Constant Static Property, class mx.events.InterManagerRequest
Communication between ToolTipManagers use this request type.
toolTipShow — Event, class mx.core.UIComponent
Dispatched by the component when its ToolTip is about to be shown.
toolTipShow — Event, class mx.flash.UIMovieClip
Dispatched by the component when its ToolTip is about to be shown.
TOOL_TIP_SHOW — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_SHOW constant defines the value of the type property of the event object for a toolTipShow event.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer
Positions the tooltip in the header.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer
The event handler to position the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.advancedDataGridClasses.FTEAdvancedDataGridItemRenderer
The event handler to position the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.dataGridClasses.DataGridItemRenderer
The event handler to position the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.dataGridClasses.FTEDataGridItemRenderer
The event handler to position the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.listClasses.ListItemRenderer
Positions the ToolTip object.
toolTipShowHandler(event:mx.events:ToolTipEvent) — method, class mx.controls.listClasses.TileListItemRenderer
Positions the ToolTip object.
toolTipShown — Event, class mx.core.UIComponent
Dispatched by the component when its ToolTip has been shown.
toolTipShown — Event, class mx.flash.UIMovieClip
Dispatched by the component when its ToolTip has been shown.
TOOL_TIP_SHOWN — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_SHOWN constant defines the value of the type property of the event object for a toolTipShown event.
ToolTipSkin — class, package mx.skins.wireframe
The wireframe skin class for the border of the MX ToolTip component.
ToolTipSkin() — Constructor, class mx.skins.wireframe.ToolTipSkin
Constructor.
toolTipStart — Event, class mx.core.UIComponent
Dispatched by a component whose toolTip property is set, as soon as the user moves the mouse over it.
toolTipStart — Event, class mx.flash.UIMovieClip
Dispatched by a component whose toolTip property is set, as soon as the user moves the mouse over it.
TOOL_TIP_START — Constant Static Property, class mx.events.ToolTipEvent
The ToolTipEvent.TOOL_TIP_START constant defines the value of the type property of the event object for a toolTipStart event.
tooManyAtSignsError — Property, class mx.validators.EmailValidator
Error message when there is more than one at sign in the e-mail address.
tooShortError — Property, class mx.validators.StringValidator
Error message when the string is shorter than the minLength property.
top — Property, class flash.geom.Rectangle
The y coordinate of the top-left corner of the rectangle.
top — Property, class mx.core.EdgeMetrics
The height, in pixels, of the top edge region.
top — Property, interface mx.core.ILayoutElement
The vertical distance in pixels from the top edge of the component to the anchor target's top edge.
top — Property, class mx.core.UIComponent
The vertical distance in pixels from the top edge of the component to the anchor target's top edge.
top — Property, class mx.flash.UIMovieClip
The vertical distance, in pixels, from the top edge of the control's content area to the top edge of the component.
top — Property, class spark.core.SpriteVisualElement
The vertical distance in pixels from the top edge of the component to the anchor target's top edge.
top — Property, class spark.primitives.supportClasses.GraphicElement
The vertical distance in pixels from the top edge of the component to the anchor target's top edge.
top — Style, class mx.core.UIComponent
The vertical distance, in pixels, from the top edge of the component to the top edge of its parent container's content area.
TOP — Constant Static Property, class flash.display.FocusDirection
Indicates that focus should be given to the object at the beginning of the reading order.
TOP — Constant Static Property, class flash.display.NativeWindowResize
The top edge of the window.
TOP — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned at the top.
TOP — Constant Static Property, class flashx.textLayout.formats.VerticalAlign
Specifies alignment with the top edge of the frame.
TOP — Constant Static Property, class mx.controls.ButtonLabelPlacement
Specifies that the label appears above the icon.
TOP — Constant Static Property, class mx.controls.ProgressBarLabelPlacement
Specifies to place the label above the progress bar.
TOP — Constant Static Property, class mx.events.FocusRequestDirection
Move the focus to the top/first control in the tab loop as if the TAB key were pressed when no object had focus in the tab loop
TOP — Constant Static Property, class spark.components.supportClasses.OverlayDepth
The default depth value above all Flex overlay elements.
TOP — Constant Static Property, class spark.layouts.RowAlign
Do not justify the rows.
TOP — Constant Static Property, class spark.layouts.VerticalAlign
Vertically align children to the top of the container.
topExtension — Property, class flash.filters.ShaderFilter
The growth in pixels on the top side of the target object.
topExtension — Property, class spark.filters.ShaderFilter
The growth in pixels on the top side of the target object.
topLeft — Property, class flash.geom.Rectangle
The location of the Rectangle object's top-left corner, determined by the x and y coordinates of the point.
TOP_LEFT — Constant Static Property, class flash.display.NativeWindowResize
The top-left corner of the window.
TOP_LEFT — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned in the top-left corner.
TOP_LEFT — Constant Static Property, class spark.components.PopUpPosition
Position at the upper left corner of the target
topLeftRadiusX — Property, class spark.primitives.Rect
The x radius of the top left corner of the rectangle.
topLeftRadiusY — Property, class spark.primitives.Rect
The y radius of the top left corner of the rectangle.
topLevelApplication — Static Property, class mx.core.FlexGlobals
The first application run in an ApplicationDomain is the top-level application.
topLevelSystemManager — Property, interface mx.managers.ISystemManager
The ISystemManager responsible for the application window.
topLevelSystemManager — Property, class mx.managers.SystemManager
Returns the SystemManager responsible for the application window.
topLevelSystemManager — Property, class mx.managers.WindowedSystemManager
Returns the SystemManager responsible for the application window.
Top Level — package
The top level contains the core ActionScript classes and global functions.
topOffset — Property, class mx.controls.dataGridClasses.DataGridHeader
The offset, in pixels, from the top of the content of the renderer.
topOffset — Property, class mx.controls.listClasses.ListBaseContentHolder
Offset, in pixels, for the upper-left corner in the list control of the content defined by the ListBase.listContent property.
toPrecision(precision:uint) — method, class Number
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — method, class int
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — method, class uint
Returns a string representation of the number either in exponential notation or in fixed-point notation.
TOP_RIGHT — Constant Static Property, class flash.display.NativeWindowResize
The top-right corner of the window.
TOP_RIGHT — Constant Static Property, class flash.display.StageAlign
Specifies that the Stage is aligned in the top-right corner.
topRightRadiusX — Property, class spark.primitives.Rect
The x radius of the top right corner of the rectangle.
topRightRadiusY — Property, class spark.primitives.Rect
The y radius of the top right corner of the rectangle.
toState — Property, class mx.states.Transition
A String specifying the view state that you are changing to when you apply the transition.
toString() — method, class Array
Returns a string that represents the elements in the specified array.
toString() — method, class Boolean
Returns the string representation ("true" or "false") of the Boolean object.
toString() — method, class Date
Returns a String representation of the day, date, time, and timezone.
toString() — method, class Error
Returns the string "Error" by default or the value contained in the Error.message property, if defined.
toString() — method, class Namespace
Equivalent to the Namespace.uri property.
toString(radix:Number) — method, class Number
Returns the string representation of the specified Number object (myNumber).
toString() — method, class Object
Returns the string representation of the specified object.
toString() — method, class QName
Returns a string composed of the URI, and the local name for the QName object, separated by "::".
toString() — method, class Vector
Returns a string that represents the elements in the Vector.
toString() — method, class XML
Returns a string representation of the XML object.
toString() — method, class XMLList
Returns a string representation of all the XML objects in an XMLList object.
toString(radix:uint) — method, class int
Returns the string representation of an int object.
toString(radix:uint) — method, class uint
Returns the string representation of a uint object.
toString() — method, class air.net.SecureSocketMonitor
Returns the string representation of the specified object.
toString() — method, class air.net.ServiceMonitor
Returns the string representation of the specified object.
toString() — method, class air.net.SocketMonitor
Returns the string representation of the specified object.
toString() — method, class air.net.URLMonitor
Returns the string representation of the specified object.
toString() — method, class air.update.events.DownloadErrorEvent
Returns a string that contains all the properties of the object.
toString() — method, class air.update.events.StatusFileUpdateErrorEvent
Returns a string that contains all the properties of the object.
toString() — method, class air.update.events.StatusFileUpdateEvent
Returns a string that contains all the properties of the object.
toString() — method, class air.update.events.StatusUpdateErrorEvent
Returns a string that contains all the properties of the object.
toString() — method, class air.update.events.StatusUpdateEvent
Returns a string that contains all the properties of the object.
toString() — method, class air.update.events.UpdateEvent
Returns a string that contains all the properties of the object.
toString(value:Object) — Static Method , class com.adobe.fiber.runtime.lib.ConversionFunc
Returns the string representation of a value.
toString() — method, class flash.desktop.NativeDragOptions
Constructs a string containing the current settings of this NativeDragOptions object.
toString() — method, class flash.display.NativeMenuItem
Returns a string containing all the properties of the NativeMenuItem object.
toString() — method, class flash.errors.DRMManagerError
Returns the string "Error" by default or the value contained in the Error.message property, if defined.
toString() — method, class flash.errors.SQLError
Returns the string "Error" by default or the value contained in the Error.message property, if defined.
toString() — method, class flash.events.AccelerometerEvent
Returns a string that contains all the properties of the AccelerometerEvent object.
toString() — method, class flash.events.ActivityEvent
Returns a string that contains all the properties of the ActivityEvent object.
toString() — method, class flash.events.AsyncErrorEvent
Returns a string that contains all the properties of the AsyncErrorEvent object.
toString() — method, class flash.events.ContextMenuEvent
Returns a string that contains all the properties of the ContextMenuEvent object.
toString() — method, class flash.events.DNSResolverEvent
Returns a string that contains all the properties of the DNSResolverEvent object.
toString() — method, class flash.events.DRMAuthenticateEvent
Returns a string that contains all the properties of the DRMAuthenticateEvent object.
toString() — method, class flash.events.DRMErrorEvent
Returns a string that contains all the properties of the DRMErrorEvent object.
toString() — method, class flash.events.DRMStatusEvent
Returns a string that contains all the properties of the DRMStatusEvent object.
toString() — method, class flash.events.DataEvent
Returns a string that contains all the properties of the DataEvent object.
toString() — method, class flash.events.DatagramSocketDataEvent
Returns a string that contains all the properties of the DatagramSocketDataEvent object.
toString() — method, class flash.events.ErrorEvent
Returns a string that contains all the properties of the ErrorEvent object.
toString() — method, class flash.events.Event
Returns a string containing all the properties of the Event object.
toString() — method, class flash.events.FocusEvent
Returns a string that contains all the properties of the FocusEvent object.
toString() — method, class flash.events.FullScreenEvent
Returns a string that contains all the properties of the FullScreenEvent object.
toString() — method, class flash.events.GeolocationEvent
Returns a string that contains all the properties of the GeolocationEvent object.
toString() — method, class flash.events.GestureEvent
Returns a string that contains all the properties of the GestureEvent object.
toString() — method, class flash.events.HTTPStatusEvent
Returns a string that contains all the properties of the HTTPStatusEvent object.
toString() — method, class flash.events.IMEEvent
Returns a string that contains all the properties of the IMEEvent object.
toString() — method, class flash.events.IOErrorEvent
Returns a string that contains all the properties of the IOErrorEvent object.
toString() — method, class flash.events.KeyboardEvent
Returns a string that contains all the properties of the KeyboardEvent object.
toString() — method, class flash.events.MouseEvent
Returns a string that contains all the properties of the MouseEvent object.
toString() — method, class flash.events.NativeDragEvent
Formats the properties of this NativeDragEvent object as a string.
toString() — method, class flash.events.NativeProcessExitEvent
Returns a string that contains all the properties of the NativeProcessExitEvent object.
toString() — method, class flash.events.NativeWindowBoundsEvent
Returns a string that contains all the properties of the NativeWindowBoundsEvent object.
toString() — method, class flash.events.NativeWindowDisplayStateEvent
Returns a string that contains all the properties of the NativeWindowDisplayStateEvent object.
toString() — method, class flash.events.NetStatusEvent
Returns a string that contains all the properties of the NetStatusEvent object.
toString() — method, class flash.events.OutputProgressEvent
Returns a string that contains all the properties of the OutputProgressEvent object.
toString() — method, class flash.events.PressAndTapGestureEvent
Returns a string that contains all the properties of the PressAndTapGestureEvent object.
toString() — method, class flash.events.ProgressEvent
Returns a string that contains all the properties of the ProgressEvent object.
toString() — method, class flash.events.SQLErrorEvent
Returns a string that contains all the properties of the SQLErrorEvent object.
toString() — method, class flash.events.SampleDataEvent
Returns a string that contains all the properties of the SampleDataEvent object.
toString() — method, class flash.events.ScreenMouseEvent
Returns a string that contains all the properties of the ScreenMouseEvent object.
toString() — method, class flash.events.SecurityErrorEvent
Returns a string that contains all the properties of the SecurityErrorEvent object.
toString() — method, class flash.events.ServerSocketConnectEvent
Returns a string that contains all the properties of the ServerSocketConnectEvent object.
toString() — method, class flash.events.ShaderEvent
Returns a string that contains all the properties of the ShaderEvent object.
toString() — method, class flash.events.StageOrientationEvent
Returns a string that contains all the properties of the StageOrientationEvent object.
toString() — method, class flash.events.StatusEvent
Returns a string that contains all the properties of the StatusEvent object.
toString() — method, class flash.events.StorageVolumeChangeEvent
Returns a string containing all the properties of the Event object.
toString() — method, class flash.events.SyncEvent
Returns a string that contains all the properties of the SyncEvent object.
toString() — method, class flash.events.TextEvent
Returns a string that contains all the properties of the TextEvent object.
toString() — method, class flash.events.TimerEvent
Returns a string that contains all the properties of the TimerEvent object.
toString() — method, class flash.events.TouchEvent
Returns a string that contains all the properties of the TouchEvent object.
toString() — method, class flash.events.TransformGestureEvent
Returns a string that contains all the properties of the TransformGestureEvent object.
toString() — method, class flash.events.UncaughtErrorEvent
Returns a string that contains all the properties of the UncaughtErrorEvent object.
toString() — method, class flash.geom.ColorTransform
Formats and returns a string that describes all of the properties of the ColorTransform object.
toString() — method, class flash.geom.Matrix
Returns a text value listing the properties of the Matrix object.
toString() — method, class flash.geom.Point
Returns a string that contains the values of the x and y coordinates.
toString() — method, class flash.geom.Rectangle
Builds and returns a string that lists the horizontal and vertical positions and the width and height of the Rectangle object.
toString() — method, class flash.geom.Vector3D
Returns a string representation of the current Vector3D object.
toString() — method, class flash.net.GroupSpecifier
Identical to the groupspecWithAuthorizations() method.
toString() — method, class flash.net.NetGroupInfo
Returns a string containing the values of the properties of the NetGroupInfo object.
toString() — method, class flash.net.NetStreamInfo
Returns a text value listing the properties of the NetStreamInfo object.
toString() — method, class flash.net.NetStreamMulticastInfo
Returns a string listing the properties of the NetStreamMulticastInfo object.
toString() — method, class flash.net.URLVariables
Returns a string containing all enumerable variables, in the MIME content encoding application/x-www-form-urlencoded.
toString() — method, class flash.sampler.StackFrame
Converts the StackFrame to a string of its properties.
toString() — method, class flash.utils.ByteArray
Converts the byte array to a string.
toString() — method, class flash.xml.XMLDocument
Returns a string representation of the XML object.
toString() — method, class flash.xml.XMLNode
Evaluates the specified XMLNode object, constructs a textual representation of the XML structure, including the node, children, and attributes, and returns the result as a string.
toString() — method, class mx.automation.AutomationClass
toString() — method, class mx.automation.AutomationID
Serializes the id to a string.
toString() — method, class mx.collections.ArrayList
Pretty prints the contents of this ArrayList to a string and returns it.
toString() — method, class mx.collections.AsyncListView
Returns a string that contains the list's length and the number of pending item requests.
toString() — method, class mx.collections.ListCollectionView
Prints the contents of this view to a string and returns it.
toString() — method, class mx.collections.XMLListCollection
Returns a string representation of the XMLList by calling the toString() method for each XML object in the XMLList.
toString() — method, class mx.core.ComponentDescriptor
Returns the string "ComponentDescriptor_" plus the value of the id property.
toString() — method, class mx.core.FlexBitmap
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexHTMLLoader
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexLoader
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexMovieClip
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexShape
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexSimpleButton
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexSprite
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.core.FlexTextField
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — method, class mx.data.CacheDataDescriptor
Returns a String representation of the CacheDataDescriptor object.
toString() — method, class mx.data.Conflict
Returns a String representation of this Conflict object.
toString() — method, class mx.data.Conflicts
Returns a String representation of this Conflicts object.
toString() — method, class mx.data.MessageBatch
Returns a String representation of this object.
toString(value:Object, namespaceURIs:Array, exclude:Array, indent:int, printTypes:Boolean, refs:flash.utils:Dictionary) — Static Method , class mx.data.utils.Managed
Returns a String representation of this managed object.
toString() — method, class mx.logging.errors.InvalidCategoryError
Returns the messge as a String.
toString() — method, class mx.logging.errors.InvalidFilterError
Returns the messge as a String.
toString() — method, class mx.managers.FocusManager
Returns a String representation of the component hosting the FocusManager object, with the String ".focusManager" appended to the end of the String.
toString() — method, interface mx.managers.IHistoryManagerClient
Converts this object to a unique string.
toString() — method, class mx.messaging.ChannelSet
Returns a String containing the ids of the Channels in the ChannelSet.
toString() — method, class mx.messaging.errors.MessagingError
Returns the string "[MessagingError]" by default, and includes the message property if defined.
toString() — method, class mx.messaging.events.ChannelEvent
Returns a string representation of the ChannelEvent.
toString() — method, class mx.messaging.events.ChannelFaultEvent
Returns a string representation of the ChannelFaultEvent.
toString() — method, class mx.messaging.events.MessageAckEvent
Returns a string representation of the MessageAckEvent.
toString() — method, class mx.messaging.events.MessageEvent
Returns a string representation of the MessageEvent.
toString() — method, class mx.messaging.events.MessageFaultEvent
Returns a string representation of the MessageFaultEvent.
toString() — method, class mx.messaging.management.Attribute
Returns a string representation of the attribute.
toString() — method, class mx.messaging.management.MBeanFeatureInfo
Returns a string representation of the feature info.
toString() — method, class mx.messaging.management.MBeanInfo
Returns a string representation of the MBean info.
toString() — method, class mx.messaging.management.ObjectInstance
Returns a string representation of the object name instance.
toString() — method, class mx.messaging.management.ObjectName
This method will return a string representation of the object name.
toString() — method, class mx.messaging.messages.AbstractMessage
Returns a string representation of the message.
toString() — method, class mx.messaging.messages.CommandMessage
Returns a string representation of the message.
toString() — method, interface mx.messaging.messages.IMessage
This method will return a string representation of the message.
toString() — method, class mx.olap.OLAPCube
Returns the name of the cube
toString() — method, class mx.olap.OLAPElement
Returns the unique name of the element.
toString() — method, class mx.resources.Locale
Returns the locale String that was used to construct this Locale instance.
toString() — method, class mx.rpc.Fault
Returns the string representation of a Fault object.
toString() — method, class mx.rpc.events.FaultEvent
Returns a string representation of the FaultEvent.
toString() — method, class mx.rpc.events.HeaderEvent
Returns a string representation of the HeaderEvent.
toString() — method, class mx.rpc.events.InvokeEvent
Returns a string representation of the InvokeEvent.
toString() — method, class mx.rpc.events.ResultEvent
Returns a string representation of the ResultEvent.
toString() — method, class mx.rpc.events.WSDLLoadEvent
Returns a String representation of this WSDLLoadEvent object.
toString() — method, class mx.rpc.events.XMLLoadEvent
Returns a String representation of this XMLLoadEvent object.
toString() — method, class mx.rpc.livecycle.JobStatus
Returns the job status as a String
toString() — method, class mx.rpc.remoting.RemoteObject
Represents an instance of RemoteObject as a String, describing important properties such as the destination id and the set of channels assigned.
toString() — method, class mx.rpc.soap.LoadEvent
Returns a String representation of this LoadEvent.
toString() — method, class mx.rpc.soap.SOAPFault
Returns the String "SOAPFault" plus the faultCode, faultString, and faultDetail.
toString() — method, class mx.rpc.soap.WebService
Represents an instance of WebService as a String, describing important properties such as the destination id and the set of channels assigned.
toString() — method, class mx.styles.CSSCondition
toString() — method, class mx.styles.CSSSelector
Returns a String representation of this selector.
toString() — method, class mx.utils.Base64Encoder
Returns the current buffer as a Base64 encoded String.
toString(value:Object, namespaceURIs:Array, exclude:Array) — Static Method , class mx.utils.ObjectUtil
Pretty-prints the specified Object into a String.
toString(value:Object, namespaceURIs:Array, exclude:Array) — Static Method , class mx.utils.RPCObjectUtil
Pretty-prints the specified Object into a String.
total — Property, class mx.events.CubeEvent
The total number of elements in the cube that need to be udpated.
totalChanges — Property, class flash.data.SQLConnection
Contains the total number of data changes that have been made since the connection to the database was opened.
totalFrames — Property, class flash.display.MovieClip
The total number of frames in the MovieClip instance.
totalMemory — Static Property, class flash.system.System
The amount of memory (in bytes) currently in use that has been directly allocated by Flash Player or AIR.
totalMemoryNumber — Static Property, class flash.system.System
The amount of memory (in bytes) currently in use that has been directly allocated by Flash Player or AIR.
totalPushTime — Property, class mx.messaging.messages.MessagePerformanceUtils
Only populated in the case of a pushed message, this is the time between the push causing client sending its message and the push receving client receiving it.
totalTime — Property, class mx.controls.VideoDisplay
Total length of the media, in seconds.
totalTime — Property, class mx.messaging.messages.MessagePerformanceUtils
Time between this client sending a message and receiving a response for it from the server
totalValue — Property, class mx.charts.chartClasses.PolarDataCanvas
toTimeString() — method, class Date
Returns a String representation of the time and timezone only, and does not include the day and date.
touchBegin — Event, class flash.display.InteractiveObject
Dispatched when the user first contacts a touch-enabled device (such as touches a finger to a mobile phone or tablet with a touch screen).
TOUCH_BEGIN — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_BEGIN touch event object.
touchEnd — Event, class flash.display.InteractiveObject
Dispatched when the user removes contact with a touch-enabled device (such as lifts a finger off a mobile phone or tablet with a touch screen).
TOUCH_END — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_END touch event object.
TouchEvent — class, package flash.events
The TouchEvent class lets you handle events on devices that detect user contact with the device (such as a finger on a touch screen).
TouchEvent(type:String, bubbles:Boolean, cancelable:Boolean, touchPointID:int, isPrimaryTouchPoint:Boolean, localX:Number, localY:Number, sizeX:Number, sizeY:Number, pressure:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, commandKey:Boolean, controlKey:Boolean) — Constructor, class flash.events.TouchEvent
Creates an Event object that contains information about touch events.
touchMove — Event, class flash.display.InteractiveObject
Dispatched when the user moves the point of contact with a touch-enabled device (such as drags a finger across a mobile phone or tablet with a touch screen).
TOUCH_MOVE — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_MOVE touch event object.
touchOut — Event, class flash.display.InteractiveObject
Dispatched when the user moves the point of contact away from InteractiveObject instance on a touch-enabled device (such as drags a finger from one display object to another on a mobile phone or tablet with a touch screen).
TOUCH_OUT — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_OUT touch event object.
touchOver — Event, class flash.display.InteractiveObject
Dispatched when the user moves the point of contact over an InteractiveObject instance on a touch-enabled device (such as drags a finger from a point outside a display object to a point over a display object on a mobile phone or tablet with a touch screen).
TOUCH_OVER — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_OVER touch event object.
TOUCH_POINT — Constant Static Property, class flash.ui.MultitouchInputMode
Specifies that events are dispatched only for basic touch events, such as a single finger tap.
touchPointID — Property, class flash.events.TouchEvent
A unique identification number (as an int) assigned to the touch point.
touchRollOut — Event, class flash.display.InteractiveObject
Dispatched when the user moves the point of contact away from an InteractiveObject instance on a touch-enabled device (such as drags a finger from over a display object to a point outisde the display object on a mobile phone or tablet with a touch screen).
TOUCH_ROLL_OUT — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_ROLL_OUT touch event object.
touchRollOver — Event, class flash.display.InteractiveObject
Dispatched when the user moves the point of contact over an InteractiveObject instance on a touch-enabled device (such as drags a finger from a point outside a display object to a point over a display object on a mobile phone or tablet with a touch screen).
TOUCH_ROLL_OVER — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_ROLL_OVER touch event object.
touchscreenType — Static Property, class flash.system.Capabilities
Specifies the type of touchscreen supported, if any.
TouchscreenType — final class, package flash.system
The TouchscreenType class is an enumeration class that provides values for the different types of touch screens.
touchTap — Event, class flash.display.InteractiveObject
Dispatched when the user lifts the point of contact over the same InteractiveObject instance on which the contact was initiated on a touch-enabled device (such as presses and releases a finger from a single point over a display object on a mobile phone or tablet with a touch screen).
TOUCH_TAP — Constant Static Property, class flash.events.TouchEvent
Defines the value of the type property of a TOUCH_TAP touch event object.
toUpperCase() — method, class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toUpperCase(s:String) — method, class flash.globalization.StringTools
Converts a string to uppercase according to language conventions.
toUTCString() — method, class Date
Returns a String representation of the day, date, and time in universal time (UTC).
toValue — Property, class mx.effects.AnimateProperty
The ending value for the effect.
toValue — Property, class mx.effects.effectClasses.AnimatePropertyInstance
The ending value for the effect.
toXMLString() — method, class XML
Returns a string representation of the XML object.
toXMLString() — method, class XMLList
Returns a string representation of all the XML objects in an XMLList object.
toXMLString() — method, class mx.collections.XMLListCollection
Returns a string representation of the XMLList by calling the toXMLString() method for each XML object in the XMLList.
trace(... rest) — Package Function, Top Level
Displays expressions, or writes to log files, while debugging.
traceLevel — Static Property, class mx.olap.OLAPTrace
The current trace level, which determines the amount of trace information written to the log file, TRACE_LEVEL_1 writes the least amount of information to the log file, and TRACE_LEVEL_3 writes the most.
TRACE_LEVEL_1 — Constant Static Property, class mx.olap.OLAPTrace
Specifies to write minimal trace information to the log file.
TRACE_LEVEL_2 — Constant Static Property, class mx.olap.OLAPTrace
Specifies to write more trace information to the log file than TRACE_LEVEL_1.
TRACE_LEVEL_3 — Constant Static Property, class mx.olap.OLAPTrace
Specifies to write the most trace information to the log file.
TRACE_METHOD — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage
Indicates that the method used for this request should be "trace".
traceMsg(msg:String, level:int) — Static Method , class mx.olap.OLAPTrace
Writes trace information to the log file You must set TraceOutputFileEnable=1 in mm.cfg, and use the Debug Flash Player or AIR Debug Launcher to generate trace output by calling this method.
traceOn — Static Property, class mx.olap.OLAPTrace
Set to true to enable trace output.
TraceTarget — class, package mx.logging.targets
Provides a logger target that uses the global trace() method to output log messages.
TraceTarget() — Constructor, class mx.logging.targets.TraceTarget
Constructor.
track — Property, class flash.media.ID3Info
The track number; corresponds to the ID3 2.0 tag TRCK.
track — Property, class spark.skins.spark.HScrollBarSkin
track — Property, class spark.skins.spark.HSliderSkin
track — Property, class spark.skins.spark.VScrollBarSkin
track — Property, class spark.skins.spark.VSliderSkin
track — Property, class spark.skins.spark.mediaClasses.fullScreen.ScrubBarSkin
The skin pat that defines the video timeline.
track — Property, class spark.skins.spark.mediaClasses.fullScreen.VolumeBarSkin
The skin pat that defines the drop-down slider track.
track — Property, class spark.skins.spark.mediaClasses.normal.ScrubBarSkin
The skin pat that defines the video timeline.
track — Property, class spark.skins.spark.mediaClasses.normal.VolumeBarSkin
The skin pat that defines the drop-down slider track.
track — Property, class spark.skins.wireframe.HScrollBarSkin
track — Property, class spark.skins.wireframe.HSliderSkin
track — Property, class spark.skins.wireframe.VScrollBarSkin
track — Property, class spark.skins.wireframe.VSliderSkin
track — Property, class spark.skins.wireframe.mediaClasses.ScrubBarSkin
The skin pat that defines the video timeline.
track — Property, class spark.skins.wireframe.mediaClasses.VolumeBarSkin
The skin pat that defines the drop-down slider track.
track — Skin Part, class spark.components.supportClasses.TrackBase
A skin part that defines a button that, when pressed, sets the value property to the value corresponding with the current button position on the track.
TRACK — Constant Static Property, class mx.events.SliderEventClickTarget
Specifies that the Slider's track was clicked.
trackAsMenu — Property, class flash.display.MovieClip
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive mouse release events or other user input release events.
trackAsMenu — Property, class flash.display.SimpleButton
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive user input release events.
TrackBase — class, package spark.components.supportClasses
The TrackBase class is a base class for components with a track and one or more thumb buttons, such as Slider and ScrollBar.
TrackBase() — Constructor, class spark.components.supportClasses.TrackBase
Constructor.
TrackBaseEvent — class, package spark.events
Represents events that are dispatched from a TrackBase component.
TrackBaseEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class spark.events.TrackBaseEvent
Constructor.
trackColors — Style, class mx.controls.scrollClasses.ScrollBar
The colors of the track, as an array of two colors.
trackColors — Style, class mx.controls.sliderClasses.Slider
The colors of the track, as an array of two colors.
trackColors — Style, class mx.controls.ProgressBar
The colors of the track, as an array of two colors.
trackDisabledSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the track of the scroll bar when the scroll bar is disabled.
trackDownSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the track of the scroll bar when you click on the track.
trackHeight — Style, class mx.controls.ProgressBar
The height of the track in pixels.
trackHighlightSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider track when it is selected.
tracking — Property, class flashx.textLayout.elements.FlowElement
Sets the tracking and is synonymous with the trackingRight property.
trackingLeft — Property, class flash.text.engine.ElementFormat
The tracking or manual kerning applied to the left of each glyph in pixels.
trackingLeft — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Property, class flashx.textLayout.formats.TextLayoutFormat
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.supportClasses.GroupBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.supportClasses.ButtonBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.supportClasses.SliderBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.supportClasses.SkinnableTextBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.RichEditableText
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.VideoPlayer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.Scroller
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.NumericStepper
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.RichText
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.Label
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.SkinnableContainer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.components.SkinnableDataContainer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingLeft — Style, class spark.skins.spark.DefaultItemRenderer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character.
trackingRight — Property, class flash.text.engine.ElementFormat
The tracking or manual kerning applied to the right of each glyph in pixels.
trackingRight — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Property, class flashx.textLayout.formats.TextLayoutFormat
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.supportClasses.GroupBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.supportClasses.ButtonBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.supportClasses.SliderBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.supportClasses.SkinnableTextBase
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.RichEditableText
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.VideoPlayer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.Scroller
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.NumericStepper
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.RichText
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.Label
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.SkinnableContainer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.components.SkinnableDataContainer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackingRight — Style, class spark.skins.spark.DefaultItemRenderer
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character.
trackMargin — Style, class mx.controls.sliderClasses.Slider
The size of the track margins, in pixels.
trackOverSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the track of the scroll bar when the mouse pointer is over the scroll bar.
trackSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the default skin for the track of the scroll bar.
trackSkin — Style, class mx.controls.sliderClasses.Slider
The skin for the slider track.
trackSkin — Style, class mx.controls.ProgressBar
Skin style for the progress indicator track.
trackUpSkin — Style, class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the track of the scroll bar.
trailingZeros — Property, class flash.globalization.CurrencyFormatter
Specifies whether trailing zeros are included in the formatted currency amount.
trailingZeros — Property, class flash.globalization.NumberFormatter
Specifies whether trailing zeros are included in a formatted number.
TRANSACTED_OPERATION — Constant Static Property, class mx.data.messages.DataMessage
This operation is similar to the MULTI_BATCH_OPERATION with the addition that the server should encapsulate the multiple batches of messages within a transaction.
transform — Property, class flash.display.DisplayObject
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
transform(formatObject:Object) — method, class flash.text.StyleSheet
Extends the CSS parsing capability.
transform — Property, class mx.containers.utilityClasses.PostScaleAdapter
transform — Property, interface mx.core.IFlexDisplayObject
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
transform — Property, class spark.primitives.supportClasses.GraphicElement
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
Transform — class, package flash.geom
The Transform class provides access to color adjustment properties and two- or three-dimensional transformation objects that can be applied to a display object.
Transform — class, package mx.geom
The mx.geom.Transform class adds synchronization support on top of the flash.geom.Transform class.
Transform(src:flash.display:DisplayObject) — Constructor, class mx.geom.Transform
Constructor.
transformAround(transformCenter:flash.geom:Vector3D, scale:flash.geom:Vector3D, rotation:flash.geom:Vector3D, translation:flash.geom:Vector3D, postLayoutScale:flash.geom:Vector3D, postLayoutRotation:flash.geom:Vector3D, postLayoutTranslation:flash.geom:Vector3D, invalidateLayout:Boolean) — method, interface mx.core.ILayoutElement
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
transformAround(transformCenter:flash.geom:Vector3D, scale:flash.geom:Vector3D, rotation:flash.geom:Vector3D, translation:flash.geom:Vector3D, postLayoutScale:flash.geom:Vector3D, postLayoutRotation:flash.geom:Vector3D, postLayoutTranslation:flash.geom:Vector3D, invalidateLayout:Boolean) — method, class mx.core.UIComponent
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
transformAround(transformCenter:flash.geom:Vector3D, scale:flash.geom:Vector3D, rotation:flash.geom:Vector3D, translation:flash.geom:Vector3D, postLayoutScale:flash.geom:Vector3D, postLayoutRotation:flash.geom:Vector3D, postLayoutTranslation:flash.geom:Vector3D, invalidateLayout:Boolean) — method, class mx.flash.UIMovieClip
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
transformAround(transformCenter:flash.geom:Vector3D, scale:flash.geom:Vector3D, rotation:flash.geom:Vector3D, translation:flash.geom:Vector3D, postLayoutScale:flash.geom:Vector3D, postLayoutRotation:flash.geom:Vector3D, postLayoutTranslation:flash.geom:Vector3D, invalidateLayout:Boolean) — method, class spark.core.SpriteVisualElement
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
transformAround(transformCenter:flash.geom:Vector3D, scale:flash.geom:Vector3D, rotation:flash.geom:Vector3D, translation:flash.geom:Vector3D, postLayoutScale:flash.geom:Vector3D, postLayoutRotation:flash.geom:Vector3D, postLayoutTranslation:flash.geom:Vector3D, invalidateLayout:Boolean) — method, class spark.primitives.supportClasses.GraphicElement
A utility method to update the rotation, scale, and translation of the transform while keeping a particular point, specified in the component's own coordinate space, fixed in the parent's coordinate space.
transformCache(cache:Array, field:String, convertedField:String) — method, class mx.charts.CategoryAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, field:String, convertedField:String) — method, class mx.charts.DateTimeAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, xField:String, xConvertedField:String, yField:String, yConvertedField:String) — method, class mx.charts.chartClasses.CartesianTransform
Maps a set of numeric values representing data to screen coordinates.
transformCache(cache:Array, xField:String, xConvertedField:String, yField:String, yConvertedField:String) — method, class mx.charts.chartClasses.DataTransform
Maps a set of numeric values representing data to screen coordinates.
transformCache(cache:Array, field:String, convertedField:String) — method, interface mx.charts.chartClasses.IAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, field:String, convertedField:String) — method, class mx.charts.chartClasses.NumericAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, aField:String, aConvertedField:String, rField:String, rConvertedField:String) — method, class mx.charts.chartClasses.PolarTransform
Maps a set of numeric values representing data to screen coordinates.
transformCenter — Property, class spark.effects.supportClasses.AnimateTransformInstance
The center around which the transformations in this effect occur.
transformChange — Event, class mx.charts.chartClasses.DataTransform
Dispatched when the transformation from data space to screen space has changed, typically either because the axes that make up the transformation have changed in some way, or the data transform itself has size.
TRANSFORM_CHANGE — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.TRANSFORM_CHANGE constant defines the value of the type property of the event object for a transformChange event.
TransformGestureEvent — class, package flash.events
The TransformGestureEvent class lets you handle complex movement input events (such as moving fingers across a touch screen) that the device or operating system interprets as a gesture.
TransformGestureEvent(type:String, bubbles:Boolean, cancelable:Boolean, phase:String, localX:Number, localY:Number, scaleX:Number, scaleY:Number, rotation:Number, offsetX:Number, offsetY:Number, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, commandKey:Boolean, controlKey:Boolean) — Constructor, class flash.events.TransformGestureEvent
Creates an Event object that contains information about complex multi-touch events, such as a user sliding his or her finger across a screen.
transformHeightForLayout(width:Number, height:Number, postLayoutTransform:Boolean) — method, class spark.core.SpriteVisualElement
Transform the element's size.
transformHeightForLayout(width:Number, height:Number, postLayoutTransform:Boolean) — method, class spark.primitives.supportClasses.GraphicElement
Transform the element's size.
TransformOffsets — class, package mx.geom
A CompoundTransform represents a 2D or 3D matrix transform.
TransformOffsets() — Constructor, class mx.geom.TransformOffsets
Constructor.
transformPoint(point:flash.geom:Point) — method, class flash.geom.Matrix
Returns the result of applying the geometric transformation represented by the Matrix object to the specified point.
transformPointToParent(localPosition:flash.geom:Vector3D, position:flash.geom:Vector3D, postLayoutPosition:flash.geom:Vector3D) — method, class mx.core.UIComponent
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
transformPointToParent(localPosition:flash.geom:Vector3D, position:flash.geom:Vector3D, postLayoutPosition:flash.geom:Vector3D) — method, class mx.flash.UIMovieClip
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
transformPointToParent(localPosition:flash.geom:Vector3D, position:flash.geom:Vector3D, postLayoutPosition:flash.geom:Vector3D) — method, class spark.core.SpriteVisualElement
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
transformPointToParent(localPosition:flash.geom:Vector3D, position:flash.geom:Vector3D, postLayoutPosition:flash.geom:Vector3D) — method, class spark.primitives.supportClasses.GraphicElement
A utility method to transform a point specified in the local coordinates of this object to its location in the object's parent's coordinates.
transforms — Property, class mx.charts.chartClasses.ChartBase
The DataTransform objects that are managed by this chart.
transformVector(v:flash.geom:Vector3D) — method, class flash.geom.Matrix3D
Uses the transformation matrix to transform a Vector3D object from one space coordinate to another.
transformVectors(vin:Vector$Number, vout:Vector$Number) — method, class flash.geom.Matrix3D
Uses the transformation matrix to transform a Vector of Numbers from one coordinate space to another.
transformWidthForLayout(width:Number, height:Number, postLayoutTransform:Boolean) — method, class spark.core.SpriteVisualElement
Transform the element's size.
transformWidthForLayout(width:Number, height:Number, postLayoutTransform:Boolean) — method, class spark.primitives.supportClasses.GraphicElement
Transform the element's size.
transformX — Property, interface mx.core.IAssetLayoutFeatures
The x value of the point around which any rotation and scale is performed in both the layout and computed matrix.
transformX — Property, class mx.core.UIComponent
Sets the x coordinate for the transform center of the component.
transformX — Property, class mx.flash.UIMovieClip
Sets the x coordinate for the transform center of the component.
transformX — Property, class mx.geom.CompoundTransform
The x value of the transform center.
transformX — Property, class mx.graphics.BitmapFill
The x position transform point of the fill.
transformX — Property, class spark.core.SpriteVisualElement
Sets the x coordinate for the transform center of the component.
transformX — Property, class spark.effects.AnimateTransform
Sets the x coordinate for the transform center, unless overridden by the autoCenterTransform property.
transformX — Property, class spark.primitives.supportClasses.GraphicElement
The x position transform point of the element.
transformY — Property, interface mx.core.IAssetLayoutFeatures
The y value of the point around which any rotation and scale is performed in both the layout and computed matrix.
transformY — Property, class mx.core.UIComponent
Sets the y coordinate for the transform center of the component.
transformY — Property, class mx.flash.UIMovieClip
Sets the y coordinate for the transform center of the component.
transformY — Property, class mx.geom.CompoundTransform
The y value of the tansform center.
transformY — Property, class mx.graphics.BitmapFill
The y position transform point of the fill.
transformY — Property, class spark.core.SpriteVisualElement
Sets the y coordinate for the transform center of the component.
transformY — Property, class spark.effects.AnimateTransform
Sets the y coordinate for the transform center, unless overridden by the autoCenterTransform property.
transformY — Property, class spark.primitives.supportClasses.GraphicElement
The y position transform point of the element.
transformZ — Property, interface mx.core.IAssetLayoutFeatures
The z value of the point around which any rotation and scale is performed in both the layout and computed matrix.
transformZ — Property, class mx.core.UIComponent
Sets the z coordinate for the transform center of the component.
transformZ — Property, class mx.flash.UIMovieClip
Sets the z coordinate for the transform center of the component.
transformZ — Property, class mx.geom.CompoundTransform
The z value of the tansform center.
transformZ — Property, class spark.core.SpriteVisualElement
Sets the z coordinate for the transform center of the component.
transformZ — Property, class spark.effects.AnimateTransform
Sets the z coordinate for the transform center, unless overridden by the autoCenterTransform property.
transformZ — Property, class spark.primitives.supportClasses.GraphicElement
The z position transform point of the element.
transition — Property, class flash.net.NetStreamPlayOptions
The mode in which streamName is played or transitioned to.
Transition — class, package mx.states
The Transition class defines a set of effects that play in response to a change of view state.
Transition() — Constructor, class mx.states.Transition
Constructor.
transitionEnterFrameHandler(event:flash.events:Event) — method, class mx.flash.UIMovieClip
This enter frame handler progresses through transitions.
transitionRenderData — Property, class mx.charts.chartClasses.Series
A render data structure passed in by a running transtion.
transitions — Property, interface mx.core.IStateClient2
The set of view state transitions.
transitions — Property, class mx.core.UIComponent
An Array of Transition objects, where each Transition object defines a set of effects to play when a view state change occurs.
translate(dx:Number, dy:Number) — method, class flash.geom.Matrix
Translates the matrix along the x and y axes, as specified by the dx and dy parameters.
translateBy(x:Number, y:Number, z:Number) — method, class mx.geom.CompoundTransform
Applies the delta to the transform's translation component.
transparent — Property, class flash.display.BitmapData
Defines whether the bitmap image supports per-pixel transparency.
transparent — Property, class flash.display.NativeWindow
Reports the transparency setting used to create this window.
transparent — Property, class flash.display.NativeWindowInitOptions
Specifies whether the window supports transparency and alpha blending against the desktop.
transparent — Property, interface mx.core.IWindow
Specifies whether the window is transparent.
transparent — Property, class mx.core.Window
Specifies whether the window is transparent.
transparent — Property, class mx.core.WindowedApplication
Specifies whether the window is transparent.
transparent — Property, class spark.components.Window
Specifies whether the window is transparent.
transparent — Property, class spark.components.WindowedApplication
Specifies whether the window is transparent.
TRANSPARENT — Constant Static Property, class flashx.textLayout.formats.BackgroundColor
Transparent - no background color is applied.
transport — Property, class mx.rpc.wsdl.WSDLBinding
Represents a SOAP binding transport attribute which indicates the URI of the transport used to send SOAP encoded messages.
transpose() — method, class flash.geom.Matrix3D
Converts the current Matrix3D object to a matrix where the rows and columns are swapped.
Tree — class, package mx.controls
The Tree control lets a user view hierarchical data arranged as an expandable tree.
Tree() — Constructor, class mx.controls.Tree
Constructor.
TreeAccImpl — class, package mx.accessibility
TreeAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the Tree class.
TreeAccImpl(master:mx.core:UIComponent) — Constructor, class mx.accessibility.TreeAccImpl
Constructor.
TreeAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the Tree control.
TreeAutomationImpl(obj:mx.controls:Tree) — Constructor, class mx.automation.delegates.controls.TreeAutomationImpl
Constructor.
treeColumn — Property, class mx.controls.AdvancedDataGrid
The column in which the tree is displayed.
treeColumnIndex — Property, class mx.controls.AdvancedDataGrid
The tree column number.
TreeEvent — class, package mx.events
The TreeEvent class represents the event object passed to the event listener for events that are associated with activities in tree, such as when a tree branch opens or closes.
TreeEvent(type:String, bubbles:Boolean, cancelable:Boolean, item:Object, itemRenderer:mx.controls.listClasses:IListItemRenderer, triggerEvent:flash.events:Event) — Constructor, class mx.events.TreeEvent
Constructor.
TreeItemRenderer — class, package mx.controls.treeClasses
The TreeItemRenderer class defines the default item renderer for a Tree control.
TreeItemRenderer() — Constructor, class mx.controls.treeClasses.TreeItemRenderer
Constructor.
TreeItemRendererAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TreeItemRenderer class.
TreeItemRendererAutomationImpl(obj:mx.controls.treeClasses:TreeItemRenderer) — Constructor, class mx.automation.delegates.controls.TreeItemRendererAutomationImpl
Constructor.
treeListData — Property, class mx.controls.treeClasses.MXTreeItemRenderer
The implementation of the listData property as defined by the IDropInListItemRenderer interface.
TreeListData — class, package mx.controls.treeClasses
The TreeListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors for the Tree control.
TreeListData(text:String, uid:String, owner:mx.controls.listClasses:ListBase, rowIndex:int, columnIndex:int) — Constructor, class mx.controls.treeClasses.TreeListData
Constructor.
treeNavigationHandler(event:flash.events:KeyboardEvent) — method, class mx.controls.AdvancedDataGrid
Handler for keyboard navigation for the navigation tree.
TriangleCulling — final class, package flash.display
Defines codes for culling algorithms that determine which triangles not to render when drawing triangle paths.
TriangleItemRenderer — class, package mx.charts.renderers
A simple chart itemRenderer implementation that fills an upright triangle in its assigned area.
TriangleItemRenderer() — Constructor, class mx.charts.renderers.TriangleItemRenderer
Constructor.
trigger — Property, class mx.validators.Validator
Specifies the component generating the event that triggers the validator.
TRIGGER_CONNECT_OPERATION — Constant Static Property, class mx.messaging.messages.CommandMessage
This operation is used to trigger a ChannelSet to connect.
triggerEvent — Property, class mx.automation.events.AdvancedDataGridHeaderShiftEvent
Event that triggered the item selection event, such as a keyboard or mouse event.
triggerEvent — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent
Event that triggered the item selection event, such as a keyboard or mouse event.
triggerEvent — Property, class mx.automation.events.ChartSelectionChangeEvent
Event that triggered the item selection event, such as a keyboard or mouse event.
triggerEvent — Property, class mx.automation.events.ListItemSelectEvent
Event that triggered the item selection event, such as a keyboard or mouse event.
triggerEvent — Property, class mx.effects.Effect
The Event object passed to this Effect by the EffectManager when an effect is triggered, or null if the effect is not being played by the EffectManager.
triggerEvent — Property, class mx.effects.EffectInstance
The event, if any, which triggered the playing of the effect.
triggerEvent — Property, interface mx.effects.IEffect
The Event object passed to this Effect by the EffectManager when an effect is triggered, or null if the effect is not being played by the EffectManager.
triggerEvent — Property, interface mx.effects.IEffectInstance
The event, if any, which triggered the playing of the effect.
triggerEvent — Property, class mx.events.AdvancedDataGridEvent
The MouseEvent object or KeyboardEvent object for the event that triggered this event, or null if this event was triggered programmatically.
triggerEvent — Property, class mx.events.CalendarLayoutChangeEvent
The event that triggered the change of the date; usually a change event.
triggerEvent — Property, class mx.events.DateChooserEvent
The event that triggered this change; usually a scroll.
triggerEvent — Property, class mx.events.DropdownEvent
If the control is opened or closed in response to a user action, this property contains a value indicating the type of input action.
triggerEvent — Property, class mx.events.IndexChangedEvent
The event that triggered this event.
triggerEvent — Property, class mx.events.NumericStepperEvent
If the value is changed in response to a user action, this property contains a value indicating the type of input action.
triggerEvent — Property, class mx.events.SliderEvent
Indicates the type of input action.
triggerEvent — Property, class mx.events.TreeEvent
The low level MouseEvent or KeyboardEvent that triggered this event or null if this event was triggered programatically.
triggerEvent — Property, class mx.validators.Validator
Specifies the event that triggers the validation.
triggerEvent — Property, class spark.events.DropDownEvent
If the control is opened or closed in response to a user action, this property contains a value indicating the type of input action.
triggers — Property, class flash.data.SQLSchemaResult
An array of SQLTriggerSchema instances requested in a call to SQLConnection.loadSchema().
trim(s:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Removes whitespace from the start and end of a string.
trim(str:String) — Static Method , class mx.utils.RPCStringUtil
Removes all whitespace characters from the beginning and end of the specified string.
trim(str:String) — Static Method , class mx.utils.StringUtil
Removes all whitespace characters from the beginning and end of the specified string.
trimArrayElements(value:String, delimiter:String) — Static Method , class mx.utils.RPCStringUtil
Removes all whitespace characters from the beginning and end of each element in an Array, where the Array is stored as a String.
trimArrayElements(value:String, delimiter:String) — Static Method , class mx.utils.StringUtil
Removes all whitespace characters from the beginning and end of each element in an Array, where the Array is stored as a String.
trRadius — Property, class mx.graphics.RectangularDropShadow
The corner radius of the top right corner of the rounded rectangle that is casting the shadow.
trRadius — Property, class spark.primitives.RectangularDropShadow
The corner radius of the top right corner of the rounded rectangle that is casting the shadow.
true — Statement
A Boolean value representing true.
truncate() — method, class flash.filesystem.FileStream
Truncates the file at the position specified by the position property of the FileStream object.
TRUNCATED_CHAR_FOUND — Constant Static Property, class flash.globalization.LastOperationStatus
Indicates that a truncated Unicode character value was found.
truncateRowArrays(numRows:int) — method, class mx.controls.listClasses.ListBase
Remove all remaining rows from the end of the arrays that store references to the rows.
truncateToFit — Property, class mx.controls.Label
If this propery is true, and the Label control size is smaller than its text, the text of the Label control is truncated using a localizable string, such as "...".
truncateToFit(truncationIndicator:String) — method, interface mx.core.IUITextField
Truncate text to make it fit horizontally in the area defined for the control, and append an ellipsis, three periods (...), to the text.
truncateToFit(truncationIndicator:String) — method, class mx.core.UIFTETextField
Truncate text to make it fit horizontally in the area defined for the control, and append an ellipsis, three periods (...), to the text.
truncateToFit(truncationIndicator:String) — method, class mx.core.UITextField
Truncate text to make it fit horizontally in the area defined for the control, and append an ellipsis, three periods (...), to the text.
truncationIndicator — Property, class flashx.textLayout.factory.TruncationOptions
A string used to indicate that content could not be fully displayed because of limits on the number of lines.
truncationIndicatorFormat — Property, class flashx.textLayout.factory.TruncationOptions
The style applied to the truncation indicator string.
truncationOptions — Property, class flashx.textLayout.factory.TextLineFactoryBase
Specifies the options for truncating the text if it doesn't fit in the composition bounds.
TruncationOptions — final class, package flashx.textLayout.factory
The TruncationOptions class specifies options for limiting the number of lines of text created by a text line factory and for indicating when lines have been left out.
TruncationOptions(truncationIndicator:String, lineCountLimit:int, truncationIndicatorFormat:flashx.textLayout.formats:ITextLayoutFormat) — Constructor, class flashx.textLayout.factory.TruncationOptions
Creates a TruncationOptions object.
trustContent — Property, class mx.controls.SWFLoader
If true, the content is loaded into your security domain.
TRUSTED — Constant Static Property, class flash.security.CertificateStatus
A valid, trusted certificate.
try..catch..finally — Statement
Encloses a block of code in which an error can occur, and then responds to the error.
ttl — Property, class flash.net.dns.ResourceRecord
The resource time-to-live (ttl) value.
tuples — Property, interface mx.olap.IOLAPQueryAxis
All the tuples added to the query axis, as an Array of IOLAPTuple instances.
tuples — Property, class mx.olap.OLAPQueryAxis
All the tuples added to the query axis, as an Array of IOLAPTuple instances.
tuples — Property, class mx.olap.OLAPSet
The tuples contained by this set instance, as an Array of IOLAPTuple instances.
tween — Property, class mx.controls.AdvancedDataGrid
The tween object that animates rows Users can add event listeners to this Object to get notified when the tween starts, updates and ends.
tween — Property, class mx.effects.effectClasses.TweenEffectInstance
The Tween object, which determines the animation.
Tween — class, package mx.effects
The Tween class defines a tween, a property animation performed on a target object over a period of time.
Tween(listener:Object, startValue:Object, endValue:Object, duration:Number, minFps:Number, updateFunction:Function, endFunction:Function) — Constructor, class mx.effects.Tween
Constructor.
TweenEffect — class, package mx.effects
The TweenEffect class is the superclass for all effects that are based on the Tween object.
TweenEffect(target:Object) — Constructor, class mx.effects.TweenEffect
Constructor.
TweenEffectInstance — class, package mx.effects.effectClasses
The TweenEffectInstance class implements the instance class for the TweenEffect.
TweenEffectInstance(target:Object) — Constructor, class mx.effects.effectClasses.TweenEffectInstance
Constructor.
tweenEnd — Event, class mx.effects.MaskEffect
Dispatched when the effect ends.
tweenEnd — Event, class mx.effects.TweenEffect
Dispatched when the tween effect ends.
TWEEN_END — Constant Static Property, class mx.events.TweenEvent
The TweenEvent.TWEEN_END constant defines the value of the event object's type property for a tweenEnd event.
TweenEvent — class, package mx.events
Represents event objects that are specific to Flex tween effects.
TweenEvent(type:String, bubbles:Boolean, cancelable:Boolean, value:Object) — Constructor, class mx.events.TweenEvent
Constructor.
tweenEventHandler(event:mx.events:TweenEvent) — method, class mx.effects.MaskEffect
Called when the TweenEffect dispatches a TweenEvent.
tweenEventHandler(event:mx.events:TweenEvent) — method, class mx.effects.TweenEffect
Called when the TweenEffect dispatches a TweenEvent.
tweeningProperties — Property, class mx.containers.utilityClasses.PostScaleAdapter
Used by EffectManager.
tweeningProperties — Property, interface mx.core.IUIComponent
Used by EffectManager.
tweeningProperties — Property, class mx.core.UIComponent
Array of properties that are currently being tweened on this object.
tweeningProperties — Property, class mx.core.UIFTETextField
Array of properties that are currently being tweened on this object.
tweeningProperties — Property, class mx.core.UITextField
Array of properties that are currently being tweened on this object.
tweeningProperties — Property, class mx.flash.UIMovieClip
Used by EffectManager.
tweenStart — Event, class mx.effects.MaskEffect
Dispatched when the effect starts, which corresponds to the first call to the onMoveTweenUpdate() and onScaleTweenUpdate() methods.
tweenStart — Event, class mx.effects.TweenEffect
Dispatched when the tween effect starts, which corresponds to the first call to the onTweenUpdate() method.
TWEEN_START — Constant Static Property, class mx.events.TweenEvent
The TweenEvent.TWEEN_START constant defines the value of the event object's type property for a tweenStart event.
tweenUpdate — Event, class mx.effects.MaskEffect
Dispatched every time the effect updates the target.
tweenUpdate — Event, class mx.effects.TweenEffect
Dispatched every time the tween effect updates the target.
TWEEN_UPDATE — Constant Static Property, class mx.events.TweenEvent
The TweenEvent.TWEEN_UPDATE constant defines the value of the event object's type property for a tweenUpdate event.
tx — Property, class flash.geom.Matrix
The distance by which to translate each point along the x axis.
ty — Property, class flash.geom.Matrix
The distance by which to translate each point along the y axis.
type — Property, class flash.display.GraphicsGradientFill
A value from the GradientType class that specifies which gradient type to use.
type — Property, class flash.display.NativeWindow
Reports the window type setting used to create this window.
type — Property, class flash.display.NativeWindowInitOptions
Specifies the type of the window to be created.
type — Property, class flash.display.ShaderParameter
The data type of the parameter as defined in the shader.
type — Property, class flash.events.Event
The type of event.
type — Property, class flash.filters.BevelFilter
The placement of the bevel on the object.
type — Property, class flash.filters.GradientBevelFilter
The placement of the bevel effect.
type — Property, class flash.filters.GradientGlowFilter
The placement of the filter effect.
type — Property, class flash.net.FileReference
The file type.
type — Constant Property, class flash.sampler.NewObjectSample
The Class object corresponding to the object created within a getSamples() stream.
type — Property, class flash.text.TextField
The type of the text field.
type — Property, class mx.charts.AreaChart
Type of area chart to render.
type — Property, class mx.charts.BarChart
The type of bar chart to render.
type — Property, class mx.charts.ColumnChart
The type of the column chart.
type — Property, class mx.charts.chartClasses.StackedSeries
The grouping behavior of this series.
type — Property, class mx.charts.effects.SeriesEffect
The type of transition this effect is being used for.
type — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance
The type of transition this effect is being used for.
type — Property, class mx.controls.olapDataGridClasses.OLAPDataGridRendererProvider
Specifies whether the renderer is applied to a dimension (OLAPDataGrid.OLAP_DIMENSION), hierarchy(OLAPDataGrid.OLAP_HIERARCHY), level(OLAPDataGrid.OLAP_LEVEL), or member (OLAPDataGrid.OLAP_MEMBER) of an axis.
type — Property, class mx.core.ComponentDescriptor
The Class of the component, as specified in MXML.
type — Property, class mx.core.FTETextField
The type of the text field.
type — Property, interface mx.core.IUITextField
The type of the text field.
type — Property, interface mx.core.IWindow
Specifies the type of NativeWindow that this component represents.
type — Property, class mx.core.Window
Specifies the type of NativeWindow that this component represents.
type — Property, class mx.core.WindowedApplication
Specifies the type of NativeWindow that this component represents.
type — Property, class mx.data.CacheDataDescriptor
The type of data this cache descriptor is associated with.
type — Property, class mx.data.ManagedAssociation
Indicates what type of association this is.
type — Property, class mx.data.ManagedOperation
Represents the type of the managed operation.
type — Property, class mx.messaging.management.MBeanAttributeInfo
The data type of the attribute.
type — Property, class mx.messaging.management.MBeanParameterInfo
The data type of the operation parameter.
type — Property, class mx.rpc.livecycle.Fault
The fault type.
type — Property, class mx.utils.ObjectProxy
The qualified type name associated with this object.
type — Property, class spark.components.Window
Specifies the type of NativeWindow that this component represents.
type — Property, class spark.components.WindowedApplication
Specifies the type of NativeWindow that this component represents.
type — Property, class spark.filters.BevelFilter
The placement of the filter effect.
type — Property, class spark.filters.GradientFilter
The placement of the filter effect.
typeCode — Property, class mx.data.ManagedAssociation
Indicates what type of association this is.
typeColumn — Property, class mx.controls.FileSystemDataGrid
The DataGridColumn representing the Type column.
TypeError — Dynamic Class, Top Level
A TypeError exception is thrown when the actual type of an operand is different from the expected type.
TypeError(message:String) — Constructor, class TypeError
Creates a new TypeError object.
typeIcon — Property, class mx.controls.menuClasses.MenuItemRenderer
The internal IFlexDisplayObject that displays the type icon in this renderer for check and radio buttons.
TYPE_ID — Constant Static Property, class mx.utils.SHA256
Identifies this hash is of type "SHA-256".
typeof — Operator
Evaluates expression and returns a string specifying the expression's data type.
typeProperty — Property, class mx.data.RPCDataManager
Property name of items being managed by this manager that specifies their owning destination.
typeRegistry — Property, interface mx.rpc.xml.IXMLDecoder
Maps XML Schema types by QName to ActionScript Classes in order to create strongly typed objects when decoding content.
typicalItem — Property, class spark.components.DataGroup
Layouts use the preferred size of the typicalItem when fixed row or column sizes are required, but a specific rowHeight or columnWidth value is not set.
typicalItem — Property, class spark.components.DropDownList
Layouts use the preferred size of the typicalItem when fixed row or column sizes are required, but a specific rowHeight or columnWidth value is not set.
typicalItem — Property, class spark.components.SkinnableDataContainer
Layouts use the preferred size of the typicalItem when fixed row or column sizes are required, but a specific rowHeight or columnWidth value is not set.
typicalLayoutElement — Property, class spark.layouts.supportClasses.LayoutBase
Used by layouts when fixed row/column sizes are requested but a specific size isn't specified.
typographicCase — Property, class flash.text.engine.ElementFormat
The typographic case used for this text.
typographicCase — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: The type of typographic case used for this text.
typographicCase — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: The type of typographic case used for this text.
typographicCase — Property, interface flashx.textLayout.formats.ITextLayoutFormat
The type of typographic case used for this text.
typographicCase — Property, class flashx.textLayout.formats.TextLayoutFormat
The type of typographic case used for this text.
typographicCase — Style, class spark.components.supportClasses.GroupBase
The type of typographic case used for this text.
typographicCase — Style, class spark.components.supportClasses.ButtonBase
The type of typographic case used for this text.
typographicCase — Style, class spark.components.supportClasses.SliderBase
The type of typographic case used for this text.
typographicCase — Style, class spark.components.supportClasses.SkinnableTextBase
The type of typographic case used for this text.
typographicCase — Style, class spark.components.RichEditableText
The type of typographic case used for this text.
typographicCase — Style, class spark.components.VideoPlayer
The type of typographic case used for this text.
typographicCase — Style, class spark.components.Scroller
The type of typographic case used for this text.
typographicCase — Style, class spark.components.NumericStepper
The type of typographic case used for this text.
typographicCase — Style, class spark.components.RichText
The type of typographic case used for this text.
typographicCase — Style, class spark.components.Label
The type of typographic case used for this text.
typographicCase — Style, class spark.components.SkinnableContainer
The type of typographic case used for this text.
typographicCase — Style, class spark.components.SkinnableDataContainer
The type of typographic case used for this text.
typographicCase — Style, class spark.skins.spark.DefaultItemRenderer
The type of typographic case used for this text.
TypographicCase — final class, package flash.text.engine
The TypographicCase class is an enumeration of constant values for setting the typographicCase property of the ElementFormat class.
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