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 |
tabBar — Property, class mx.containers.TabNavigator |
|
A reference to the TabBar inside this TabNavigator. |
tabBar — Property, class spark.skins.TabNavigatorSkin |
| |
tabBar — Property, class spark.skins.mobile.TabbedViewNavigatorSkin |
|
A skin part that defines the tab bar of the navigator. |
tabBar — Skin Part, class spark.components.TabbedViewNavigator |
| A skin part that defines the tab bar of the navigator. |
|
A skin part that defines the tab bar of the navigator. |
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() — Constructor, class spark.skins.spark.TabBarButtonSkin |
| Constructor. |
TabBarSkin — class, package spark.skins.spark |
| The default skin class for the Spark TabBar component. |
TabBarSkin() — Constructor, class spark.skins.spark.TabBarSkin |
| Constructor. |
tabBarStyleFilters — Property, class mx.containers.TabNavigator |
|
The set of styles to pass from the TabNavigator to the tabBar. |
tabBarVisible — Property, class spark.components.View |
|
Specifies whether a view should show the tab bar or not. |
tabbedNavigator — Property, class spark.skins.mobile.TabbedViewNavigatorApplicationSkin |
|
The tabbed navigator for the application
|
tabbedNavigator — Skin Part, class spark.components.TabbedViewNavigatorApplication |
| The main tabbedNavigator for the application. |
|
The main tabbedNavigator for the application. |
TabbedViewNavigator — class, package spark.components |
|
The TabbedViewNavigator class is a container that manages a collection
of view navigator containers. |
TabbedViewNavigator() — Constructor, class spark.components.TabbedViewNavigator |
|
Constructor. |
TabbedViewNavigatorApplication — class, package spark.components |
|
The TabbedViewNavigatorApplication container defines an application
with multiple sections. |
TabbedViewNavigatorApplication() — Constructor, class spark.components.TabbedViewNavigatorApplication |
|
Constructor. |
TabbedViewNavigatorApplicationSkin — class, package spark.skins.mobile |
|
The ActionScript-based skin used for TabbedViewNavigatorApplication. |
TabbedViewNavigatorApplicationSkin() — Constructor, class spark.skins.mobile.TabbedViewNavigatorApplicationSkin |
|
Constructor. |
TabbedViewNavigatorSkin — class, package spark.skins.mobile |
|
The ActionScript-based skin used for TabbedViewNavigator components. |
TabbedViewNavigatorSkin() — Constructor, class spark.skins.mobile.TabbedViewNavigatorSkin |
|
Constructor. |
TabbedViewNavigatorTabBarFirstTabSkin — class, package spark.skins.mobile |
|
Skin for the left-most button in the TabbedViewNavigator ButtonBar skin
part. |
TabbedViewNavigatorTabBarFirstTabSkin() — Constructor, class spark.skins.mobile.TabbedViewNavigatorTabBarFirstTabSkin |
|
Constructor. |
TabbedViewNavigatorTabBarHorizontalLayout — class, package spark.skins.mobile.supportClasses |
|
The TabbedViewNavigatorButtonBarHorizontalLayout class is a layout
specifically designed for the TabbedViewNavigator. |
TabbedViewNavigatorTabBarHorizontalLayout() — Constructor, class spark.skins.mobile.supportClasses.TabbedViewNavigatorTabBarHorizontalLayout |
|
Constructor. |
TabbedViewNavigatorTabBarLastTabSkin — class, package spark.skins.mobile |
|
Skin for used for middle and the right-most ButtonBarButton in the
TabbedViewNavigator ButtonBar skin. |
TabbedViewNavigatorTabBarLastTabSkin() — Constructor, class spark.skins.mobile.TabbedViewNavigatorTabBarLastTabSkin |
|
Constructor. |
TabbedViewNavigatorTabBarSkin — class, package spark.skins.android4 |
|
The Android 4.x specific skin class for the Spark TabbedViewNavigator tabBar skin part. |
TabbedViewNavigatorTabBarSkin — class, package spark.skins.ios7 |
|
The iOS7+ specific skin class for the Spark TabbedViewNavigator tabBar skin part. |
TabbedViewNavigatorTabBarSkin — class, package spark.skins.mobile |
|
The default skin class for the Spark TabbedViewNavigator tabBar skin part. |
TabbedViewNavigatorTabBarSkin() — Constructor, class spark.skins.android4.TabbedViewNavigatorTabBarSkin |
|
Constructor. |
TabbedViewNavigatorTabBarSkin() — Constructor, class spark.skins.ios7.TabbedViewNavigatorTabBarSkin |
|
Constructor. |
TabbedViewNavigatorTabBarSkin() — Constructor, class spark.skins.mobile.TabbedViewNavigatorTabBarSkin |
|
Constructor. |
TabbedViewNavigatorTabBarTabSkinBase — class, package spark.skins.mobile.supportClasses |
|
ButtonBarButton skin base class for TabbedViewNavigator ButtonBarButtons. |
TabbedViewNavigatorTabBarTabSkinBase() — Constructor, class spark.skins.mobile.supportClasses.TabbedViewNavigatorTabBarTabSkinBase |
|
Constructor. |
tabChildren — Property, interface mx.core.IContainer |
|
Determines whether the children of the object are tab enabled. |
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, interface mx.core.IContainer |
| |
tabEnabled — Property, interface mx.core.IUITextField |
| |
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, 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, interface mx.core.IContainer |
| |
tabIndex — Property, interface mx.core.IUITextField |
| |
tabIndex — Property, interface mx.managers.IFocusManagerComponent |
|
If tabFocusEnabled, the order in which the component receives focus. |
tabIndex — Property, interface spark.core.IEditableText |
| |
table — Property, class flashx.textLayout.elements.CellCoordinates |
| |
table — Property, class flashx.textLayout.elements.CellRange |
| The TableElement of the selection. |
table — Property, class flashx.textLayout.elements.TableFormattedElement |
|
Returns a reference to the table. |
TableBlockContainer — class, package flashx.textLayout.elements |
|
The sprite that contains the table cells. |
TableBlockContainer() — Constructor, class flashx.textLayout.elements.TableBlockContainer |
| |
tableBlocks — Property, class flashx.textLayout.elements.TableElement |
|
Returns a vector of the table blocks. |
TableBodyElement — final class, package flashx.textLayout.elements |
|
TableBodyElement is an item in a TableElement. |
TableCellElement — final class, package flashx.textLayout.elements |
|
TableCellElement is an item in a TableElement. |
TableCellElement() — Constructor, class flashx.textLayout.elements.TableCellElement |
| |
TableColElement — final class, package flashx.textLayout.elements |
|
TableColElement is an item in a TableElement. |
TableColElement(format:flashx.textLayout.formats:ITextLayoutFormat) — Constructor, class flashx.textLayout.elements.TableColElement |
| |
TableColGroupElement — final class, package flashx.textLayout.elements |
|
TableColGroupElement is an item in a TableElement. |
tableColumnWidth — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Width of table column specifies a default width for each column spanned by the current COL element. |
tableColumnWidth — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Width of table column specifies a default width for each column spanned by the current COL element. |
tableColumnWidth — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Width of table column specifies a default width for each column spanned by the current COL element. |
tableColumnWidth — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Width of table column specifies a default width for each column spanned by the current COL element. |
tableColumnWidthProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
TableElement — class, package flashx.textLayout.elements |
|
The TableElement class is used for grouping together items into a table. |
TableElement() — Constructor, class flashx.textLayout.elements.TableElement |
| |
TableFormattedElement — class, package flashx.textLayout.elements |
| |
TableFormattedElement() — Constructor, class flashx.textLayout.elements.TableFormattedElement |
| |
TableFrame — final class, package flashx.textLayout.formats |
|
Defines values for the TableFrame property of the TextLayoutFormat class. |
TableLeafElement — class, package flashx.textLayout.elements |
| |
TableLeafElement(table:flashx.textLayout.elements:TableElement) — Constructor, class flashx.textLayout.elements.TableLeafElement |
| |
TableRowElement — class, package flashx.textLayout.elements |
|
TableRowElement is an item in a TableElement. |
TableRowElement(format:flashx.textLayout.formats:ITextLayoutFormat) — Constructor, class flashx.textLayout.elements.TableRowElement |
| |
TableRules — final class, package flashx.textLayout.formats |
|
Defines values for the TableRules property of the TextLayoutFormat class. |
tableWidth — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Width of table element specifies the desired width of the entire table and is intended for visual user agents. |
tableWidth — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Width of table element specifies the desired width of the entire table and is intended for visual user agents. |
tableWidth — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Width of table element specifies the desired width of the entire table and is intended for visual user agents. |
tableWidth — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Width of table element specifies the desired width of the entire table and is intended for visual user agents. |
tableWidthProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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. |
TabNavigatorSkin — class, package spark.skins |
| The default skin class for a Spark Navigator container. |
TabNavigatorSkin() — Constructor, class spark.skins.TabNavigatorSkin |
| 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() — Constructor, class mx.skins.halo.TabSkin |
|
Constructor. |
TabSkin() — Constructor, class mx.skins.spark.TabSkin |
| Constructor. |
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 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.RichText |
| Specifies the tab stops associated with the paragraph. |
| |
tabStops — Style, class spark.components.FormHeading |
| 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.SkinnableContainer |
| 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.RichEditableText |
| Specifies the tab stops associated with the paragraph. |
| |
tabStops — Style, class spark.skins.spark.DefaultItemRenderer |
| Specifies the tab stops associated with the paragraph. |
| |
tabStopsProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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. |
| |
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. |
| |
tail — Property, class mx.utils.LinkedList |
|
Node representing tail of the list. |
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.AccordionLayout |
|
The GroupBase container whose elements are measured, sized and positioned
by this layout. |
target — Property, class spark.layouts.supportClasses.LayoutBase |
|
The GroupBase container whose elements are measured, sized and positioned
by this layout. |
target — Property, class spark.layouts.supportClasses.NavigatorLayoutBase |
|
The GroupBase container whose elements are measured, sized and positioned
by this layout. |
target — Property, class spark.layouts.supportClasses.PerspectiveAnimationNavigatorLayoutBase |
|
The GroupBase container whose elements are measured, sized and positioned
by this layout. |
target — Property, class spark.layouts.supportClasses.PerspectiveNavigatorLayoutBase |
| |
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. |
targetElement — Property, class flashx.textLayout.operations.SplitElementOperation |
|
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 SubParagraphGroupElementBase 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. |
TEAL — Constant Static Property, class flashx.textLayout.formats.ColorName |
| |
terminatorSpan — Property, class flashx.textLayout.elements.ParagraphElement |
| |
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 |
| |
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 |
| |
text — Property, class spark.components.MaskedTextInput |
|
get the raw text removing separators
|
text — Property, class spark.components.RichEditableText |
|
The text String displayed by this component. |
text — Property, class spark.components.RichTextEditor |
|
The text in the textArea
|
text — Property, class spark.components.supportClasses.ScrollableStageText |
|
A string that is the current text in the text field. |
text — Property, class spark.components.supportClasses.SkinnableTextBase |
|
The text displayed by this text component. |
text — Property, class spark.components.supportClasses.StyleableStageText |
|
A string that is the current text in the text field. |
text — Property, class spark.components.supportClasses.StyleableTextField |
|
The text displayed by this text component. |
text — Property, class spark.components.supportClasses.TextBase |
|
The text displayed by this text component. |
text — Property, class spark.components.supportClasses.TextInputOperation |
|
The text that was inputted. |
text — Property, interface spark.core.IDisplayText |
|
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 flashx.textLayout.edit.SelectionType |
| |
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 — Property, interface spark.components.itemRenderers.IMobileGridTextCellRenderer |
|
Implement this property so that the renderer can receive the textAlign property from the renderers' MobileGridColumn
|
textAlign — Property, class spark.components.itemRenderers.MobileGridTextCellRenderer |
|
Implement this property so that the renderer can receive the textAlign property from the renderers' MobileGridColumn
|
textAlign — Property, class spark.components.supportClasses.MobileGridColumn |
| Sets the alignment of text renderers. |
textAlign — Style, class mx.charts.chartClasses.ChartBase |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.charts.chartClasses.CartesianChart |
| 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.Legend |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.charts.AxisRenderer |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.charts.PieChart |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.charts.LegendItem |
| 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.ToolTip |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.ColorPicker |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.Label |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.Button |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.TextInput |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.ComboBox |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.NumericStepper |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.MenuBar |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.ProgressBar |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.DateChooser |
| Alignment of text within a container. |
| |
textAlign — Style, class mx.controls.DateField |
| 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 text within a container. |
| |
textAlign — Style, class spark.components.supportClasses.ButtonBase |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.supportClasses.StyleableStageText |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.supportClasses.SkinnableTextBase |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.supportClasses.StyleableTextField |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.supportClasses.ScrollableStageText |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.Label |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.RichText |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.ActionBar |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.FormHeading |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.NumericStepper |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.SkinnableContainer |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.SkinnableDataContainer |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.Scroller |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.DataGrid |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.RichEditableText |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.LabelItemRenderer |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.components.VideoPlayer |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.skins.spark.DefaultItemRenderer |
| Alignment of text within a container. |
| |
textAlign — Style, class spark.skins.spark.DefaultGridItemRenderer |
| Alignment of text within a 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.SliderBase |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.supportClasses.GroupBase |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.supportClasses.ButtonBase |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.supportClasses.SkinnableTextBase |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.Label |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.RichText |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.FormHeading |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.NumericStepper |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.SkinnableContainer |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.SkinnableDataContainer |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.Scroller |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.DataGrid |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.RichEditableText |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.components.VideoPlayer |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLast — Style, class spark.skins.spark.DefaultItemRenderer |
| Alignment of the last line in the paragraph relative to the container in justified text. |
| |
textAlignLastProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
textAlignProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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.SliderBase |
| 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.SkinnableTextBase |
| Alpha (transparency) value for the text. |
| |
textAlpha — Style, class spark.components.Label |
| Alpha (transparency) value for the text. |
| |
textAlpha — Style, class spark.components.RichText |
| Alpha (transparency) value for the text. |
| |
textAlpha — Style, class spark.components.FormHeading |
| Alpha (transparency) value for the text. |
| |
textAlpha — Style, class spark.components.NumericStepper |
| 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.components.Scroller |
| Alpha (transparency) value for the text. |
| |
textAlpha — Style, class spark.components.DataGrid |
| 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.skins.spark.DefaultItemRenderer |
| Alpha (transparency) value for the text. |
| |
textAlphaProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
textArea — Property, class spark.components.gridClasses.DefaultGridItemEditor |
| The editor's TextArea component. |
textArea — Property, class spark.skins.RichTextEditorSkin |
| |
textArea — Skin Part, class spark.components.RichTextEditor |
| |
| |
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 formatted text. |
TextArea() — Constructor, class mx.controls.TextArea |
|
Constructor. |
TextArea() — Constructor, class spark.components.TextArea |
|
Constructor. |
TextAreaHScrollBarSkin — class, package spark.skins.mobile |
|
The default skin class for the Spark TextAreaHScrollBar component in mobile
applications. |
TextAreaHScrollBarSkin() — Constructor, class spark.skins.mobile.TextAreaHScrollBarSkin |
|
Constructor. |
TextAreaHScrollBarThumbSkin — class, package spark.skins.mobile |
|
The ActionScript-based skin used for TextAreaHScrollBarThumb components
in mobile applications. |
TextAreaHScrollBarThumbSkin() — Constructor, class spark.skins.mobile.TextAreaHScrollBarThumbSkin |
|
Constructor. |
TextAreaSkin — class, package spark.skins.android4 |
|
ActionScript-based skin for TextArea components in mobile applications. |
TextAreaSkin — class, package spark.skins.ios7 |
|
ActionScript-based skin for TextArea components in mobile applications. |
TextAreaSkin — class, package spark.skins.mobile |
|
ActionScript-based skin for TextArea components in mobile applications. |
TextAreaSkin — class, package spark.skins.spark |
| The default skin class for Spark TextArea component. |
TextAreaSkin() — Constructor, class spark.skins.android4.TextAreaSkin |
|
Constructor. |
TextAreaSkin() — Constructor, class spark.skins.ios7.TextAreaSkin |
|
Constructor. |
TextAreaSkin() — Constructor, class spark.skins.mobile.TextAreaSkin |
|
Constructor. |
TextAreaSkin() — Constructor, class spark.skins.spark.TextAreaSkin |
| Constructor. |
textAreaStyleName — Style, class mx.controls.RichTextEditor |
| Name of the CSS Style declaration to use for the styles for the TextArea. |
| |
TextAreaVScrollBarSkin — class, package spark.skins.mobile |
|
ActionScript-based skin for TextAreaVScrollBar components in mobile applications. |
TextAreaVScrollBarSkin() — Constructor, class spark.skins.mobile.TextAreaVScrollBarSkin |
|
Constructor. |
TextAreaVScrollBarThumbSkin — class, package spark.skins.mobile |
|
The ActionScript-based skin used for TextAreaHScrollBarThumb components
in mobile applications. |
TextAreaVScrollBarThumbSkin() — Constructor, class spark.skins.mobile.TextAreaVScrollBarThumbSkin |
|
Constructor. |
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. |
TextClipboard — class, package flashx.textLayout.edit |
|
The TextClipboard class copies and pastes TextScrap objects to and from the system clipboard. |
textColor — Property, class mx.core.FTETextField |
| |
textColor — Property, interface mx.core.IUITextField |
| |
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.ChartBase |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.charts.chartClasses.CartesianChart |
| 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.Legend |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.charts.AxisRenderer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.charts.PieChart |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.charts.LegendItem |
| 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.ToolTip |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.ColorPicker |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.Label |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.Button |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.TextInput |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.ComboBox |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.NumericStepper |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.MenuBar |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.ProgressBar |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.DateChooser |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class mx.controls.DateField |
| 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.SliderBase |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.supportClasses.GroupBase |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.supportClasses.ButtonBase |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.supportClasses.SkinnableTextBase |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.supportClasses.StyleableTextField |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.Label |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.RichText |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.ActionBar |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.FormHeading |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.NumericStepper |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.SkinnableContainer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.SkinnableDataContainer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.Scroller |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.DateSpinner |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.DataGrid |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.RichEditableText |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.LabelItemRenderer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.components.VideoPlayer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.skins.spark.DefaultItemRenderer |
| Determines whether the text is underlined. |
| |
textDecoration — Style, class spark.skins.spark.DefaultGridItemRenderer |
| Determines whether the text is underlined. |
| |
TextDecoration — final class, package flashx.textLayout.formats |
|
Defines values for the textDecoration property
of the TextLayoutFormat class. |
textDecorationProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
textDisplay — Property, class spark.skins.android4.supportClasses.StageTextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.android4.supportClasses.TextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.ios7.supportClasses.StageTextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.ios7.supportClasses.TextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.mobile.supportClasses.StageTextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.mobile.supportClasses.TextSkinBase |
|
textDisplay skin part. |
textDisplay — Property, class spark.skins.spark.ComboBoxTextInputSkin |
|
The IEditableText that may be present
in any skin assigned to this component. |
textDisplay — Property, class spark.skins.spark.NumericStepperSkin |
| |
textDisplay — Property, class spark.skins.spark.NumericStepperTextInputSkin |
|
The IEditableText that may be present
in any skin assigned to this component. |
textDisplay — Property, class spark.skins.spark.TextAreaSkin |
|
The IEditableText that may be present
in any skin assigned to this component. |
textDisplay — Property, class spark.skins.spark.TextInputSkin |
|
The IEditableText that may be present
in any skin assigned to this component. |
textDisplay — Skin Part, class spark.components.supportClasses.SkinnableTextBase |
| The IEditableText that may be present in any skin assigned to this component. This is RichEditableText for the Spark theme and StyleableStageText/ScrollableStageText for the Mobile theme. |
|
The IEditableText 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. |
|
A skin part that defines a TextInput control
which allows a user to edit the value of
the NumericStepper component. |
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. |
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. |
textFieldClass — Style, class mx.charts.chartClasses.DataTip |
| The class implementing IUITextField that is used by this component to render text. |
| |
textFieldClass — Style, class mx.charts.Legend |
| The class implementing IUITextField that is used by this component to render text. |
| |
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.ToolTip |
| 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.controls.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| 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. |
| |
TEXT_FIELD_HTML_FORMAT — Constant Static Property, class flashx.textLayout.conversion.TextConverter |
|
HTML format. |
_textFlow — Property, class flashx.textLayout.compose.BaseCompose |
| owning textFlow of current compose |
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.edit.TextScrap |
|
Gets the TextFlow that is currently in the TextScrap. |
_textFlow — Property, class flashx.textLayout.elements.TableCellElement |
| |
textFlow — Property, class flashx.textLayout.elements.TableCellElement |
| |
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.RichTextEditor |
|
The textFlow
|
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 — 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. |
TextFlowTableBlock — class, package flashx.textLayout.compose |
| |
TextFlowTableBlock(index:uint) — Constructor, class flashx.textLayout.compose.TextFlowTableBlock |
| Constructor - creates a new TextFlowTableBlock instance. |
TextFlowTextLineFactory — 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. |
textHeight — Property, class flashx.textLayout.compose.TextFlowLine |
|
The height of the text line, which is equal to ascent plus descent. |
textHeight — Property, class flashx.textLayout.compose.TextFlowTableBlock |
| |
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 |
| |
textHeight — Property, interface mx.core.IUITextField |
| |
_textIndent — Property, class flashx.textLayout.compose.BaseCompose |
| Current textIndent amount, 0 if line is not the first |
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.ChartBase |
| Offset of first line of text from the left side of the container, in pixels. |
| |
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.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.Legend |
| 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.charts.PieChart |
| 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.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.ToolTip |
| 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.controls.Label |
| Offset of first line of text from the left side of the container, in pixels. |
| |
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.TextInput |
| 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.NumericStepper |
| 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.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.ProgressBar |
| 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.DateField |
| 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 |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.supportClasses.SkinnableTextBase |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.supportClasses.StyleableTextField |
| Offset of first line of text from the left side of the container, in pixels. |
| |
textIndent — Style, class spark.components.RichText |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.ActionBar |
| Offset of first line of text from the left side of the container, in pixels. |
| |
textIndent — Style, class spark.components.FormHeading |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.NumericStepper |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.SkinnableContainer |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.Scroller |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.DateSpinner |
| Offset of first line of text from the left side of the container, in pixels. |
| |
textIndent — Style, class spark.components.RichEditableText |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.components.LabelItemRenderer |
| Offset of first line of text from the left side of the container, in pixels. |
| |
textIndent — Style, class spark.skins.spark.DefaultItemRenderer |
| Offset of first line of text from the left side of the container. |
| |
textIndent — Style, class spark.skins.spark.DefaultGridItemRenderer |
| A Number that specifies, in pixels, the amount to indent the first line of the paragraph. |
| |
textIndentProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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 — Event, class spark.components.supportClasses.SkinnableTextBase |
|
Dispatched when a keystroke is about to be input to
the component. |
textInput — Property, class spark.skins.ColorPickerSkin |
| |
textInput — Property, class spark.skins.spark.ComboBoxSkin |
|
Optional skin part that holds the input text or the selectedItem text. |
textInput — Skin Part, class spark.components.ComboBox |
| Optional skin part that holds the input text or the selectedItem text. |
|
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. |
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. |
TextInputOperation — class, package spark.components.supportClasses |
|
The TextInputOperation class represents a text input operation. |
TextInputOperation() — Constructor, class spark.components.supportClasses.TextInputOperation |
|
Constructor. |
TextInputSkin — class, package spark.skins.android4 |
|
ActionScript-based skin for TextInput controls in mobile applications. |
TextInputSkin — class, package spark.skins.ios7 |
|
ActionScript-based skin for TextInput controls in mobile applications. |
TextInputSkin — class, package spark.skins.mobile |
|
ActionScript-based skin for TextInput controls in mobile applications. |
TextInputSkin — class, package spark.skins.spark |
| The default skin class for Spark TextInput component. |
TextInputSkin() — Constructor, class spark.skins.android4.TextInputSkin |
|
Constructor. |
TextInputSkin() — Constructor, class spark.skins.ios7.TextInputSkin |
|
Constructor. |
TextInputSkin() — Constructor, class spark.skins.mobile.TextInputSkin |
|
Constructor. |
TextInputSkin() — Constructor, class spark.skins.spark.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. |
| |
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.SliderBase |
| 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.SkinnableTextBase |
| Specifies options for justifying text. |
| |
textJustify — Style, class spark.components.Label |
| Specifies options for justifying text. |
| |
textJustify — Style, class spark.components.RichText |
| Specifies options for justifying text. |
| |
textJustify — Style, class spark.components.FormHeading |
| Specifies options for justifying text. |
| |
textJustify — Style, class spark.components.NumericStepper |
| 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.components.Scroller |
| Specifies options for justifying text. |
| |
textJustify — Style, class spark.components.DataGrid |
| 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.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. |
textJustifyProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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. |
TextLayoutVersion — class, package flashx.textLayout |
|
This class controls the backward-compatibility of the framework. |
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. |
textLength — Property, class flashx.textLayout.elements.TableElement |
|
Gets the total atom length of this flow element in the text flow. |
textLength — Property, class flashx.textLayout.elements.TableLeafElement |
| |
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. |
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. |
textMaskPrompt — Property, class spark.components.MaskedTextInput |
|
user defined text prompt. |
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. |
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.Button |
| Text color of the label as the user moves the mouse pointer over the button. |
| |
textRollOverColor — Style, class mx.controls.Tree |
| Color of the text when the user rolls over a row. |
| |
textRollOverColor — Style, class mx.controls.ComboBox |
| The textRollOverColor of the drop-down list. |
| |
textRollOverColor — Style, class mx.controls.LinkButton |
| Text color of a LinkButton as a user moves the mouse pointer over 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.LinkBar |
| Text color of the link as you move the mouse pointer over it. |
| |
textRollOverColor — Style, class mx.controls.AdvancedDataGrid |
| Color of the text when the user rolls over a row. |
| |
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.RichText |
| Determines the number of degrees to rotate this text. |
| |
textRotation — Style, class spark.components.FormHeading |
| 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.SkinnableContainer |
| 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.RichEditableText |
| 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. |
| |
textRotationProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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.Button |
| Text color of the label as the user presses it. |
| |
textSelectedColor — Style, class mx.controls.Tree |
| Color of the text when the user selects a row. |
| |
textSelectedColor — Style, class mx.controls.ComboBox |
| The textSelectedColor of the drop-down list. |
| |
textSelectedColor — Style, class mx.controls.LinkButton |
| Text color of a LinkButton as a user presses 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.LinkBar |
| Text color of the link as you press it. |
| |
textSelectedColor — Style, class mx.controls.AdvancedDataGrid |
| Color of the text when the user selects a row. |
| |
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). |
textShadowAlpha — Style, class spark.components.Button |
| Alpha of text shadows. |
| |
textShadowAlpha — Style, class spark.components.ActionBar |
| Alpha of text shadows. |
| |
textShadowAlpha — Style, class spark.components.SkinnableContainer |
| Alpha of text shadows. |
| |
textShadowAlpha — Style, class spark.components.Group |
| Alpha of text shadows. |
| |
textShadowAlpha — Style, class spark.components.ToggleSwitch |
| The alpha of text shadows. |
| |
textShadowColor — Style, class spark.components.Button |
| Color of text shadows. |
| |
textShadowColor — Style, class spark.components.ActionBar |
| Color of text shadows. |
| |
textShadowColor — Style, class spark.components.SkinnableContainer |
| Color of text shadows. |
| |
textShadowColor — Style, class spark.components.Group |
| Color of text shadows. |
| |
textShadowColor — Style, class spark.components.ToggleSwitch |
| The color of text shadows. |
| |
TextSkinBase — class, package spark.skins.android4.supportClasses |
|
ActionScript-based skin for text input controls in mobile applications that
uses a StyleableTextField class for the text display. |
TextSkinBase — class, package spark.skins.ios7.supportClasses |
|
ActionScript-based skin for text input controls in mobile applications that
uses a StyleableTextField class for the text display. |
TextSkinBase — class, package spark.skins.mobile.supportClasses |
|
ActionScript-based skin for text input controls in mobile applications that
uses a StyleableTextField class for the text display. |
TextSkinBase() — Constructor, class spark.skins.android4.supportClasses.TextSkinBase |
|
Constructor. |
TextSkinBase() — Constructor, class spark.skins.ios7.supportClasses.TextSkinBase |
|
Constructor. |
TextSkinBase() — Constructor, class spark.skins.mobile.supportClasses.TextSkinBase |
|
Constructor. |
textSnapshot — Property, interface mx.core.IContainer |
| |
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 |
| |
textWidth — Property, interface mx.core.IUITextField |
| |
THAI — Constant Static Property, class flashx.textLayout.formats.ListStyleType |
| Numbering using Thai. |
themeColor — Style, class mx.controls.ProgressBar |
| Theme color of the ProgressBar control. |
| |
themeColor — Style, class mx.core.UIComponent |
| Theme color of a component. |
| |
then(onFulfilled:Function, onRejected:Function) — method, class org.apache.flex.promises.Promise |
| |
then(onFulfilled:Function, onRejected:Function) — method, interface org.apache.flex.promises.interfaces.IThenable |
| |
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 |
| |
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. |
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. |
throwOnError — Property, class flashx.textLayout.conversion.ConverterBase |
| |
throwOnError — Property, interface flashx.textLayout.conversion.ITextExporter |
|
The throwOnError property controls how the exporter handles errors. |
throwOnError — Property, interface flashx.textLayout.conversion.ITextImporter |
|
The throwOnError property controls how the importer handles errors. |
thumb — Property, class spark.skins.android4.HScrollBarSkin |
|
HScrollbar thumb skin part. |
thumb — Property, class spark.skins.android4.HSliderSkin |
|
HSlider thumb skin part
|
thumb — Property, class spark.skins.android4.ToggleSwitchSkin |
|
The thumb skin part. |
thumb — Property, class spark.skins.android4.VScrollBarSkin |
|
VScrollbar thumb skin part
|
thumb — Property, class spark.skins.ios7.HScrollBarSkin |
|
HScrollbar thumb skin part. |
thumb — Property, class spark.skins.ios7.HSliderSkin |
|
HSlider thumb skin part
|
thumb — Property, class spark.skins.ios7.ToggleSwitchSkin |
|
The thumb skin part. |
thumb — Property, class spark.skins.ios7.VScrollBarSkin |
|
VScrollbar thumb skin part
|
thumb — Property, class spark.skins.mobile.HScrollBarSkin |
|
HScrollbar thumb skin part. |
thumb — Property, class spark.skins.mobile.HSliderSkin |
|
HSlider thumb skin part
|
thumb — Property, class spark.skins.mobile.ToggleSwitchSkin |
|
The thumb skin part. |
thumb — Property, class spark.skins.mobile.VScrollBarSkin |
|
VScrollbar thumb skin part
|
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 — 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. |
|
A skin part that defines a button
that can be dragged along the track to increase or
decrease the value property. |
thumb — Skin Part, class spark.components.ToggleSwitch |
| A skin part that can be dragged along the track. The thumbPosition property contains the thumb's current position along the track. |
|
A skin part that can be dragged along 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. |
| |
thumbImageHeight — Property, class spark.skins.android4.HSliderThumbSkin |
|
Height of the overall thumb image
|
thumbImageHeight — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Height of the overall thumb image
|
thumbImageHeight — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Height of the overall thumb image
|
thumbImageWidth — Property, class spark.skins.android4.HSliderThumbSkin |
|
Width of the overall thumb image
|
thumbImageWidth — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Width of the overall thumb image
|
thumbImageWidth — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Width of the overall thumb image
|
thumbIndex — Property, class mx.events.SliderEvent |
|
The zero-based index of the thumb whose position has changed. |
thumbNormalClass — Property, class spark.skins.android4.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the normal state
|
thumbNormalClass — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the normal state
|
thumbNormalClass — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the normal state
|
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. |
| |
thumbPosition — Property, class spark.components.ToggleSwitch |
|
The thumb's current position along the track. |
THUMB_POSITION — Constant Static Property, class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar thumb has stopped moving. |
thumbPositionChanged_handler(event:flash.events:Event) — method, class spark.skins.android4.ToggleSwitchSkin |
| |
thumbPositionChanged_handler(event:flash.events:Event) — method, class spark.skins.ios7.ToggleSwitchSkin |
| |
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. |
thumbPressedClass — Property, class spark.skins.android4.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the pressed state
|
thumbPressedClass — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the pressed state
|
thumbPressedClass — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Specifies the FXG class to use when the thumb is in the pressed state
|
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. |
| |
thumbSkinClass — Property, class spark.skins.android4.HScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkinClass — Property, class spark.skins.android4.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider thumb. |
thumbSkinClass — Property, class spark.skins.android4.VScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkinClass — Property, class spark.skins.ios7.HScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkinClass — Property, class spark.skins.ios7.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider thumb. |
thumbSkinClass — Property, class spark.skins.ios7.VScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkinClass — Property, class spark.skins.mobile.HScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkinClass — Property, class spark.skins.mobile.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider thumb. |
thumbSkinClass — Property, class spark.skins.mobile.VScrollBarSkin |
|
Skin to use for the thumb Button skin part
|
thumbSkin_normal — Property, class spark.skins.android4.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the normal state
|
thumbSkin_normal — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the normal state
|
thumbSkin_normal — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the normal state
|
thumbSkin_pressed — Property, class spark.skins.android4.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the pressed state
|
thumbSkin_pressed — Property, class spark.skins.ios7.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the pressed state
|
thumbSkin_pressed — Property, class spark.skins.mobile.HSliderThumbSkin |
|
Specifies the DisplayObject to use when the thumb is in the pressed state
|
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. |
| |
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. |
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. |
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 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. |
TIME — Constant Static Property, class spark.components.calendarClasses.DateSelectorDisplayMode |
|
Show selection options for time. |
TimeMachineLayout — class, package spark.layouts |
|
The TimeMachineLayout class arranges the layout elements in a depth sequence,
front to back, with optional depths between the elements and optional aligment
the sequence of elements. |
TimeMachineLayout() — Constructor, class spark.layouts.TimeMachineLayout |
|
Constructor. |
timeOfDay — Static Property, class mx.formatters.DateBase |
|
Time of day names. |
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. |
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. |
timeStyle — Property, class spark.formatters.DateTimeFormatter |
|
The time style for this instance of the DateTimeFormatter. |
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. |
timezoneHourMinuteSeperator — Static Property, class mx.formatters.DateBase |
|
Timezone hour/minute seperator. |
timezoneName — Static Property, class mx.formatters.DateBase |
|
Timezone name. |
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 spark.components.ActionBar |
|
Title or caption displayed in the title area. |
title — Property, class spark.components.Panel |
|
Title or caption displayed in the title bar. |
title — Property, class spark.components.View |
| |
title — Property, class spark.components.ViewNavigator |
| |
title — Property, class spark.components.ViewNavigatorApplication |
| |
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. |
titleSkin
— Skin State, class spark.components.ActionBar |
| Base state of ActionBar with the titleDisplay skin part and no content |
| |
titleAlign — Style, class spark.components.ActionBar |
| Alignment of the title relative to the ActionBar dimensions. |
| |
titleAlignment — Style, class mx.core.WindowedApplication |
| Position of the title in title bar. |
| |
titleAlignment — Style, class mx.core.Window |
| 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 |
|
The skin part that defines the display of the title bar. |
titleBar — Skin Part, class spark.components.WindowedApplication |
| The skin part that defines the display of the title bar. |
|
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. |
|
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.WindowedApplication |
| The title background skin. |
| |
titleBarBackgroundSkin — Style, class mx.core.Window |
| The title background skin. |
| |
titleBarButtonPadding — Style, class mx.core.WindowedApplication |
| The distance between the furthest out title bar button and the edge of the title bar. |
| |
titleBarButtonPadding — Style, class mx.core.Window |
| The distance between the furthest out title bar button and the edge of the title bar. |
| |
titleBarColors — Style, class mx.core.WindowedApplication |
| An array of two colors used to draw the header. |
| |
titleBarColors — Style, class mx.core.Window |
| 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 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 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. |
titleContent — Property, class spark.components.ActionBar |
|
The components that appear in the title area of the control. |
titleContent — Property, class spark.components.View |
| |
titleContent — Property, class spark.components.ViewNavigator |
| |
titleContent — Property, class spark.components.ViewNavigatorApplication |
| |
titleContentSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content in the titleContent skin part, but not in the titleDisplay skin part. |
| |
titleContentWithActionSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content in the titleContent skin part, and components defined in the actionContent property for display in the actionGroup skin part. |
| |
titleContentWithActionAndNavigationSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content defined for the titleContent skin part, and components for display in the actionGroup skin part and in the navigationGroup skin part. |
| |
titleContentWithNavigationSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content in the titleContent skin part, and components defined in the navigationContent property for display in the navigationGroup skin part. |
| |
titleDisplay — Property, class spark.skins.AlertSkin |
|
The skin part that defines the appearance of the
title text in the container. |
titleDisplay — Property, class spark.skins.spark.PanelSkin |
|
The skin part that defines the appearance of the
title text in the container. |
titleDisplay — Property, class spark.skins.spark.TitleWindowSkin |
|
The skin part that defines the appearance of the
title text in the container. |
titleDisplay — Skin Part, class spark.components.ActionBar |
| The skin part that defines the appearance of the title text in the component. You can use CSS to declare styles on the ActionBar's titleDisplay skin part, as the following example shows: @namespace s "library://ns.adobe.com/flex/spark"; s|ActionBar #titleDisplay { color:red; } |
|
The skin part that defines the appearance of the
title text in the component. |
titleDisplay — Skin Part, class spark.components.Panel |
| The skin part that defines the appearance of the title text in the container. |
|
The skin part that defines the appearance of the
title text in the container. |
titleGroup — Property, class spark.skins.android4.ActionBarSkin |
|
The skin part that defines the appearance of the
title area of the component. |
titleGroup — Property, class spark.skins.ios7.ActionBarSkin |
|
The skin part that defines the appearance of the
title area of the component. |
titleGroup — Property, class spark.skins.mobile.ActionBarSkin |
|
The skin part that defines the appearance of the
title area of the component. |
titleGroup — Skin Part, class spark.components.ActionBar |
| The skin part that defines the appearance of the title area of the component. By default, the ActionBarSkin class defines the title area to appear between the navigation and action areas. |
|
The skin part that defines the appearance of the
title area of the component. |
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 |
|
The title icon in the TitleBar. |
titleIconImage — Property, class spark.skins.spark.windowChrome.TitleBarSkin |
|
The title icon in the TitleBar. |
titleIconImage — Skin Part, class spark.components.windowClasses.TitleBar |
| The title icon in the TitleBar. |
|
The title icon in the TitleBar. |
titleLayout — Property, class spark.components.ActionBar |
|
Defines the layout of the titleGroup
and titleDisplay skin parts. |
titleLayout — Property, class spark.components.View |
|
Defines the layout of the titleGroup
and titleDisplay skin parts. |
titleLayout — Property, class spark.components.ViewNavigator |
|
Defines the layout of the titleGroup
and titleDisplay skin parts. |
titleLayout — Property, class spark.components.ViewNavigatorApplication |
|
Defines the layout of the titleGroup
and titleDisplay skin parts. |
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 |
|
The skin part that defines the UITextField control that displays the application title text. |
titleText — Property, class spark.skins.spark.windowChrome.TitleBarSkin |
|
The skin part that defines the UITextField control that displays the application title text. |
titleText — Skin Part, class spark.components.windowClasses.TitleBar |
| The skin part that defines the UITextField control that displays the application title text. |
|
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.WindowedApplication |
| The style name for the title text. |
| |
titleTextStyleName — Style, class mx.core.Window |
| 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. |
TitleWindowCloseButtonSkin — class, package spark.skins.spark |
| The default skin class for the close button of the Spark TitleWindow component. |
TitleWindowCloseButtonSkin() — Constructor, class spark.skins.spark.TitleWindowCloseButtonSkin |
| Constructor. |
TitleWindowSkin — class, package spark.skins.spark |
| The default skin class for a Spark TitleWindow container. |
TitleWindowSkin() — Constructor, class spark.skins.spark.TitleWindowSkin |
| Constructor. |
titleWithActionSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content defined for the titleDisplay skin part, and components defined in the actionContent property for display in the actionGroup skin part. |
| |
titleWithActionAndNavigationSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content defined for the titleDisplay skin part, and components for display in the actionGroup skin part and in the navigationGroup skin part. |
| |
titleWithNavigationSkin
— Skin State, class spark.components.ActionBar |
| ActionBar with content defined for the titleDisplay skin part, and components defined in the navigationContent property for display in the navigationGroup skin part. |
| |
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. |
toArray() — method, class org.apache.flex.collections.ArrayList |
|
Return an Array that is populated in the same order as the IList
implementation. |
toArray() — method, class org.apache.flex.collections.VectorList |
|
Return an Vector that is populated in the same order as the IList
implementation. |
toArray() — method, class spark.collections.NumericDataProvider |
|
Returns an Array that is populated in the same order as the IList
implementation. |
toArray() — method, class spark.components.DataNavigator |
| |
toArray() — method, class spark.components.DataNavigatorGroup |
|
Returns an Array that is populated in the same order as the IList
implementation. |
toArray() — method, class spark.components.TabbedViewNavigator |
|
Return an Array that is populated in the same order as the IList
implementation. |
toArray() — method, class spark.containers.Navigator |
| |
toArray() — method, class spark.containers.NavigatorGroup |
|
Returns an Array that is populated in the same order as the IList
implementation. |
toArrayInt(v:Vector$int) — Static Method , class mx.utils.VectorUtil |
| |
toArrayObject(v:Vector$Object) — Static Method , class mx.utils.VectorUtil |
| |
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. |
todayColor — Style, class mx.controls.DateChooser |
| Color of the background of today's date. |
| |
todayColor — Style, class mx.controls.DateField |
| Color of the highlight of today's date in the DateChooser control. |
| |
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. |
| |
TO_FIT — Constant Static Property, class flashx.textLayout.formats.LineBreak |
| Specifies that lines wrap to fit the container width. |
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. |
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() — Constructor, class spark.skins.spark.ToggleButtonSkin |
| Constructor. |
toggleOnClick — Property, class mx.controls.ToggleButtonBar |
|
Specifies whether the currently selected button can be deselected by
the user. |
toggleSelectionState() — method, class spark.skins.android4.ToggleSwitchSkin |
| |
toggleSelectionState() — method, class spark.skins.ios7.ToggleSwitchSkin |
| |
ToggleSwitch — class, package spark.components |
|
The Spark ToggleSwitch control defines a binary switch that
can be in the selected or unselected position. |
ToggleSwitch() — Constructor, class spark.components.ToggleSwitch |
|
Constructor. |
ToggleSwitchSkin — class, package spark.skins.android4 |
|
ActionScript-based Android 4.x specific skin for the ToggleSwitch control. |
ToggleSwitchSkin — class, package spark.skins.ios7 |
|
ActionScript-based iOS7+ specific skin for the ToggleSwitch control. |
ToggleSwitchSkin — class, package spark.skins.mobile |
|
ActionScript-based skin for the ToggleSwitch control. |
ToggleSwitchSkin() — Constructor, class spark.skins.android4.ToggleSwitchSkin |
| |
ToggleSwitchSkin() — Constructor, class spark.skins.ios7.ToggleSwitchSkin |
| |
ToggleSwitchSkin() — Constructor, class spark.skins.mobile.ToggleSwitchSkin |
|
Constructor. |
toJSON(s:String) — method, class mx.collections.ArrayCollection |
|
Converts an Array Collection to JavaScript Object Notation (JSON) format. |
toJSON(s:String) — method, class mx.collections.ArrayList |
|
Converts an Array List to JavaScript Object Notation (JSON) format. |
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. |
toLowerCase(s:String) — method, class spark.globalization.StringTools |
|
Converts a string to lowercase according to language conventions. |
tooLongError — Property, class mx.validators.StringValidator |
|
Error message when the String is longer
than the maxLength property. |
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, 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. |
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. |
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. |
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. |
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. |
tooltipOffset — Property, class spark.skins.mobile.supportClasses.HSliderDataTip |
|
Offset of the bottom of the ToolTip from the top of the overall HSlider skin. |
toolTipShow — Event, class mx.core.UIComponent |
|
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. |
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. |
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. |
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 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 |
|
For components, this layout constraint property is a
facade on top of the similarly-named style. |
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 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.IconPlacement |
|
Specifies that the icon appears above the label. |
TOP — Constant Static Property, class spark.components.supportClasses.LabelPlacement |
|
Specifies that the Label appears above the CheckBox. |
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. |
topBottomTextPadding — Property, class spark.skins.mobile.supportClasses.HSliderDataTip |
|
Top and bottom padding for the text in the ToolTip. |
topExtension — Property, class spark.filters.ShaderFilter |
| |
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. |
TOP_LEVEL — Constant Static Property, class mx.core.ApplicationDomainTarget |
|
The application domain of the top-level module factory. |
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. |
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. |
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. |
topTextPadding — Property, class spark.skins.mobile.supportClasses.HSliderDataTip |
|
Top padding for the text in the ToolTip. |
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 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.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.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 |
|
Returns a String representation of this condition. |
toString() — method, class mx.styles.CSSDimension |
|
Printable string of the dimension
|
toString() — method, class mx.styles.CSSOSVersion |
|
Printable string of the version, as X.Y.Z
|
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. |
toString() — method, class org.apache.flex.collections.ArrayList |
|
Pretty prints the contents of this ArrayList to a string and returns it. |
toString() — method, class org.apache.flex.collections.VectorList |
|
Pretty prints the contents of this VectorList to a string and returns it. |
toString() — method, class org.apache.flex.promises.enums.PromiseState |
| |
total — Property, class mx.events.CubeEvent |
|
The total number of elements in the cube that need to be udpated. |
totalHeight — Property, class flashx.textLayout.elements.TableRowElement |
| |
_totalProgress — Property, class spark.components.ProgressBar |
| |
totalProgress — Property, class spark.components.ProgressBar |
| |
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
|
TOUCH — Constant Static Property, class mx.core.InteractionMode |
|
The main interaction mode for this component is through
touch. |
touchDelay — Style, class spark.components.supportClasses.GroupBase |
| When in touch interaction mode, the number of milliseconds to wait after the user interaction has occured before showing the component in a visually down state. |
| |
touchDelay — Style, class spark.components.supportClasses.ButtonBase |
| When in touch interaction mode, the number of milliseconds to wait after the user interaction has occured before showing the component in a visually down state. |
| |
touchDelay — Style, class spark.components.List |
| When in touch interaction mode, the number of milliseconds to wait after the user interaction has occured before showing the component in a visually down state. |
| |
touchDelay — Style, class spark.components.SkinnableContainer |
| When in touch interaction mode, the number of milliseconds to wait after the user interaction has occured before showing the component in a visually down state. |
| |
touchDelay — Style, class spark.components.Scroller |
| When in touch interaction mode, the number of milliseconds to wait after the user interaction has occured before showing the component in a visually down state. |
| |
touchInteractionEnd — Event, class mx.core.UIComponent |
|
A non-cancellable event, dispatched by a component when it is done
responding to a touch interaction user gesture. |
TOUCH_INTERACTION_END — Constant Static Property, class mx.events.TouchInteractionEvent |
|
The TouchInteractionEvent.TOUCH_INTERACTION_END constant defines the value of the
type property of the event object for a touchInteractionEnd event. |
TouchInteractionEvent — class, package mx.events |
|
TouchInteractionEvents are used to coordinate touch intraction and response
among different components. |
TouchInteractionEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class mx.events.TouchInteractionEvent |
|
Constructor. |
TouchInteractionReason — final class, package mx.events |
|
The TouchInteractionReason class defines the constant values
for the reason property of the TouchInteractionEvent class. |
touchInteractionStart — Event, class mx.core.UIComponent |
|
A non-cancellable event, dispatched by a component when it starts
responding to a touch interaction user gesture. |
TOUCH_INTERACTION_START — Constant Static Property, class mx.events.TouchInteractionEvent |
|
The TouchInteractionEvent.TOUCH_INTERACTION_START constant defines the value of the
type property of the event object for a touchInteractionStart event. |
touchInteractionStarting — Event, class mx.core.UIComponent |
|
A cancellable event, dispatched by a component in an attempt to
respond to a touch interaction user gesture. |
TOUCH_INTERACTION_STARTING — Constant Static Property, class mx.events.TouchInteractionEvent |
|
The TouchInteractionEvent.TOUCH_INTERACTION_STARTING constant defines the value of the
type property of the event object for a touchInteractionStarting event. |
toUpperCase(s:String) — method, class spark.globalization.StringTools |
|
Converts a string to uppercase according to language conventions. |
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 mx.collections.XMLListCollection |
|
Returns a string representation of the XMLList by calling the
toXMLString() method for each XML object in the XMLList. |
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 spark.skins.android4.HScrollBarSkin |
|
HScrollbar track skin part. |
track — Property, class spark.skins.android4.HSliderSkin |
|
HSlider track skin part
|
track — Property, class spark.skins.android4.ToggleSwitchSkin |
|
The track skin part. |
track — Property, class spark.skins.android4.VScrollBarSkin |
|
VScrollbar track skin part
|
track — Property, class spark.skins.ios7.HScrollBarSkin |
|
HScrollbar track skin part. |
track — Property, class spark.skins.ios7.HSliderSkin |
|
HSlider track skin part
|
track — Property, class spark.skins.ios7.ToggleSwitchSkin |
|
The track skin part. |
track — Property, class spark.skins.ios7.VScrollBarSkin |
|
VScrollbar track skin part
|
track — Property, class spark.skins.mobile.HScrollBarSkin |
|
HScrollbar track skin part. |
track — Property, class spark.skins.mobile.HSliderSkin |
|
HSlider track skin part
|
track — Property, class spark.skins.mobile.ToggleSwitchSkin |
|
The track skin part. |
track — Property, class spark.skins.mobile.VScrollBarSkin |
|
VScrollbar track skin part
|
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 — 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. |
|
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 — Skin Part, class spark.components.ToggleSwitch |
| A skin part that defines the bounds along which the thumb can be dragged. |
|
A skin part that defines the bounds along which the thumb can
be dragged. |
TRACK — Constant Static Property, class mx.events.SliderEventClickTarget |
|
Specifies that the Slider's track was clicked. |
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. |
trackClass — Property, class spark.skins.android4.HSliderTrackSkin |
|
Specifies the FXG class to use for the track image
|
trackClass — Property, class spark.skins.ios7.HSliderTrackSkin |
|
Specifies the FXG class to use for the track image
|
trackClass — Property, class spark.skins.mobile.HSliderTrackSkin |
|
Specifies the FXG class to use for the track image
|
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 — Property, class spark.skins.android4.HSliderTrackSkin |
|
Specifies the track image height
|
trackHeight — Property, class spark.skins.android4.ToggleSwitchSkin |
| |
trackHeight — Property, class spark.skins.ios7.HSliderTrackSkin |
|
Specifies the track image height
|
trackHeight — Property, class spark.skins.ios7.ToggleSwitchSkin |
| |
trackHeight — Property, class spark.skins.mobile.HSliderTrackSkin |
|
Specifies the track image height
|
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 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.SliderBase |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.supportClasses.GroupBase |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.supportClasses.ButtonBase |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.supportClasses.SkinnableTextBase |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.Label |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.RichText |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.FormHeading |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.NumericStepper |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.SkinnableContainer |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.SkinnableDataContainer |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.Scroller |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.DataGrid |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.RichEditableText |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.components.VideoPlayer |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeft — Style, class spark.skins.spark.DefaultItemRenderer |
| The amount of tracking (manual kerning) to be applied to the left of each character. |
| |
trackingLeftProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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.SliderBase |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.supportClasses.GroupBase |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.supportClasses.ButtonBase |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.supportClasses.SkinnableTextBase |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.Label |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.RichText |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.FormHeading |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.NumericStepper |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.SkinnableContainer |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.SkinnableDataContainer |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.Scroller |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.DataGrid |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.RichEditableText |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.components.VideoPlayer |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRight — Style, class spark.skins.spark.DefaultItemRenderer |
| The amount of tracking (manual kerning) to be applied to the right of each character. |
| |
trackingRightProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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 — Property, class spark.skins.android4.HSliderTrackSkin |
|
Specifies the DisplayObject for the track image
|
trackSkin — Property, class spark.skins.ios7.HSliderTrackSkin |
|
Specifies the DisplayObject for the track image
|
trackSkin — Property, class spark.skins.mobile.HSliderTrackSkin |
|
Specifies the DisplayObject for the track image
|
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. |
| |
trackSkinClass — Property, class spark.skins.android4.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider track. |
trackSkinClass — Property, class spark.skins.ios7.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider track. |
trackSkinClass — Property, class spark.skins.mobile.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider track. |
trackUpSkin — Style, class mx.controls.scrollClasses.ScrollBar |
| Name of the class to use as the skin for the track of the scroll bar. |
| |
trackWidth — Property, class spark.skins.android4.HSliderTrackSkin |
|
Specifies the track image width
|
trackWidth — Property, class spark.skins.android4.ToggleSwitchSkin |
| |
trackWidth — Property, class spark.skins.ios7.HSliderTrackSkin |
|
Specifies the track image width
|
trackWidth — Property, class spark.skins.ios7.ToggleSwitchSkin |
| |
trackWidth — Property, class spark.skins.mobile.HSliderTrackSkin |
|
Specifies the track image width
|
TRAILING_EDGE — Constant Static Property, class spark.components.ScrollSnappingMode |
|
Elements are snapped to the right (horizontal) or bottom (vertical)
edge of the viewport. |
trailingZeros — Property, class spark.formatters.supportClasses.NumberFormatterBase |
|
Specifies whether trailing zeros are included in a formatted number. |
transform — Property, class mx.containers.utilityClasses.PostScaleAdapter |
| |
transform — Property, interface mx.core.IFlexDisplayObject |
| |
transform — Property, class mx.core.UIComponent |
|
An object with properties pertaining to a display object's matrix, color transform,
and pixel bounds. |
transform — Property, class spark.primitives.supportClasses.GraphicElement |
| |
Transform — class, package mx.geom |
|
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 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. |
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. |
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 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. |
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.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.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.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 — 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. |
transitionComplete() — method, class spark.transitions.ViewTransitionBase |
|
Called by the transition to indicate that the transition
has completed. |
transitionControlsWithContent — Property, class spark.transitions.ViewTransitionBase |
|
When set to true, the primary view transition
is used to transition the view navigator in its entirety,
including the action bar. |
transitionEnd — Event, class spark.transitions.ViewTransitionBase |
|
Dispatched when the transition completes. |
TRANSITION_END — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.TRANSITION_END constant defines the value of the
type property of the event object for a transitionEnd event. |
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. |
transitionsEnabled — Property, class spark.components.supportClasses.ViewNavigatorBase |
|
Set to true to enable view transitions
when a view changes, or when the ActionBar control or
TabBar control visibility changes. |
transitionStart — Event, class spark.transitions.ViewTransitionBase |
|
Dispatched when the transition starts. |
TRANSITION_START — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.TRANSITION_START constant defines the value of the
type property of the event object for a transitionStart event. |
translateBy(x:Number, y:Number, z:Number) — method, class mx.geom.CompoundTransform |
|
Applies the delta to the transform's translation component. |
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. |
TRANSPARENT — Constant Static Property, class flashx.textLayout.formats.BorderColor |
| Transparent - no border color is applied. |
TransparentActionButtonSkin — class, package spark.skins.android4 |
|
The default skin class for buttons in the action area of the Spark ActionBar component
in mobile applications. |
TransparentActionButtonSkin — class, package spark.skins.ios7 |
|
The default skin class for buttons in the action area of the Spark ActionBar component
in mobile applications. |
TransparentActionButtonSkin — class, package spark.skins.mobile |
|
The default skin class for buttons in the action area of the Spark ActionBar component
in mobile applications. |
TransparentActionButtonSkin() — Constructor, class spark.skins.android4.TransparentActionButtonSkin |
|
Constructor. |
TransparentActionButtonSkin() — Constructor, class spark.skins.ios7.TransparentActionButtonSkin |
|
Constructor. |
TransparentActionButtonSkin() — Constructor, class spark.skins.mobile.TransparentActionButtonSkin |
|
Constructor. |
TransparentNavigationButtonSkin — class, package spark.skins.android4 |
|
The default skin class for buttons in the navigation area of the Spark ActionBar component
in mobile applications. |
TransparentNavigationButtonSkin — class, package spark.skins.ios7 |
|
The default skin class for buttons in the navigation area of the Spark ActionBar component
in mobile applications. |
TransparentNavigationButtonSkin — class, package spark.skins.mobile |
|
The default skin class for buttons in the navigation area of the Spark ActionBar component
in mobile applications. |
TransparentNavigationButtonSkin() — Constructor, class spark.skins.android4.TransparentNavigationButtonSkin |
|
Constructor. |
TransparentNavigationButtonSkin() — Constructor, class spark.skins.ios7.TransparentNavigationButtonSkin |
|
Constructor. |
TransparentNavigationButtonSkin() — Constructor, class spark.skins.mobile.TransparentNavigationButtonSkin |
|
Constructor. |
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. |
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. |
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. |
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. |
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 — Property, class spark.validators.supportClasses.GlobalizationValidatorBase |
|
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.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. |
triggerEvent — Property, class spark.validators.supportClasses.GlobalizationValidatorBase |
|
Specifies the event that triggers the validation. |
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. |
trim(input:String) — Static Method , class spark.validators.supportClasses.GlobalizationUtils |
|
Removes leading and trailing white space characters. |
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 — Constant Static Property, class mx.messaging.Channel |
| |
TRUNCATED_CHAR_FOUND — Constant Static Property, class spark.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. |
truncateToFit(truncationIndicator:String) — method, class spark.components.supportClasses.StyleableTextField |
|
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. |
trustContent — Property, class mx.modules.ModuleLoader |
|
If true, the content is loaded
into your security domain. |
trustContent — Property, class spark.modules.ModuleLoader |
|
If true, the content is loaded
into your security domain. |
trustedSource — Property, class spark.components.Image |
|
A read-only flag denoting whether the currently loaded
content is considered loaded form a source whose security
policy allows for cross domain image access. |
trustedSource — Property, class spark.primitives.BitmapImage |
|
A read-only flag denoting whether the currently loaded
content is considered loaded form a source whose security
policy allows for cross domain image access. |
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. |
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. |
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 |
| |
type — Property, interface mx.core.IUITextField |
| |
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.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.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. |
typeColumn — Property, class mx.controls.FileSystemDataGrid |
|
The DataGridColumn representing the Type column. |
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". |
typeName — Property, class flashx.textLayout.elements.FlowElement |
|
Each FlowElement has a typeName. |
typeName — Property, class flashx.textLayout.operations.ApplyElementTypeNameOperation |
|
The type name assigned by this operation. |
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.DataGrid |
|
The grid's layout ensures that columns whose width is not specified are wide
enough to display an item renderer for this default data provider item. |
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.DataNavigator |
|
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.Grid |
|
The grid's layout ensures that columns whose width is not specified are wide
enough to display an item renderer for this default data provider item. |
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. |
typicalText — Property, class spark.components.RichEditableText |
|
Text that is used to determine
the default width and height of the control,
without actually being displayed. |
typicalText — Property, class spark.components.supportClasses.SkinnableTextBase |
|
Text that is used to determine
the default width and height of the control,
without actually being displayed. |
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.SliderBase |
| 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.SkinnableTextBase |
| 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.RichText |
| The type of typographic case used for this text. |
| |
typographicCase — Style, class spark.components.FormHeading |
| 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.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.components.Scroller |
| The type of typographic case used for this text. |
| |
typographicCase — Style, class spark.components.DataGrid |
| 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.skins.spark.DefaultItemRenderer |
| The type of typographic case used for this text. |
| |
typographicCaseProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
|
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 |