Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
TAB — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Tab key (9).
tabBar — Property in class mx.containers.TabNavigator
A reference to the TabBar inside this TabNavigator.
TabBar — Class in 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() — Constructor in class mx.controls.TabBar
Constructor.
TabBarAccImpl — Class in package mx.accessibility
The TabBarAccImpl class is the accessibility class for TabBar and TabNavigator.
TabBarAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.TabBarAccImpl
Constructor.
tabChildren — Property in class flash.display.DisplayObjectContainer
Determines whether the children of the object are tab enabled.
tabChildren — Property in class flash.display.Stage
Determines whether the children of the object are tab enabled.
tabChildrenChange — Event in class flash.display.InteractiveObject
Dispatched when the value of the object's tabChildren flag changes.
TAB_CHILDREN_CHANGE — Constant static property in class flash.events.Event
Defines the value of the type property of a tabChildrenChange event object.
tabEnabled — Property in class flash.display.InteractiveObject
Specifies whether this object is in the tab order.
tabEnabled — Property in interface mx.managers.IFocusManagerComponent
A flag that indicates whether pressing the Tab key eventually moves focus to this component.
tabEnabledChange — Event in class flash.display.InteractiveObject
Dispatched when the object's tabEnabled flag changes.
TAB_ENABLED_CHANGE — Constant static property in class flash.events.Event
Defines the value of the type property of a tabEnabledChange event object.
tabHeight — Style in class mx.containers.TabNavigator
Height of each tab, in pixels.
tabHeight — Style in class mx.controls.TabBar
Height of each tab navigation item, in pixels.
tabIndex — Property in class flash.display.InteractiveObject
Specifies the tab ordering of objects in a SWF file.
tabIndex — Property in class lc.layout.WorkspaceModel
The index of the selected tab, which can be one of the following values: TAB_START_PROCESS TAB_TODO TAB_TRACKING
tabIndex — Property in interface mx.managers.IFocusManagerComponent
If tabEnabled, the order in which the component receives focus.
tabIndexChange — Event in class flash.display.InteractiveObject
Dispatched when the value of the object's tabIndex property changes.
TAB_INDEX_CHANGE — Constant static property in class flash.events.Event
Defines the value of the type property of a tabIndexChange event object.
TabNavigator — Class in package mx.containers
The TabNavigator container extends the ViewStack container by including a TabBar container for navigating between its child containers.
TabNavigator() — Constructor in class mx.containers.TabNavigator
Constructor.
TabNavigatorAutomationImpl — Class in package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the TabNavigator class.
TabNavigatorAutomationImpl(obj:mx.containers:TabNavigator) — Constructor in class mx.automation.delegates.containers.TabNavigatorAutomationImpl
Constructor.
TabSkin — Class in package mx.skins.halo
The skin for all the states of a Tab in a TabNavigator or TabBar.
TabSkin() — Constructor in class mx.skins.halo.TabSkin
Constructor.
TAB_START_PROCESS — Constant static property in class lc.layout.WorkspaceModel
A value that represents the Start Process tab.
tabStops — Property in class flash.text.TextFormat
Specifies custom tab stops as an array of non-negative integers.
tabStyleName — Style in class mx.containers.TabNavigator
Name of CSS style declaration that specifies styles for the tabs.
tabStyleName — Style in class mx.controls.TabBar
Name of CSS style declaration that specifies the styles to use for the tab navigation items.
TabTabNav — Class in package ga.controls
This control uses two nested tab navigators to display the active form guide sections and panels.
TAB_TODO — Constant static property in class lc.layout.WorkspaceModel
A value that represents the ToDo tab.
TAB_TRACKING — Constant static property in class lc.layout.WorkspaceModel
A value that represents the Tracking tab.
tabWidth — Style in class mx.containers.TabNavigator
Width of each tab, in pixels.
tabWidth — Style in class mx.controls.TabBar
Width of the tab navigation item, in pixels.
takeOffline() — Method in class lc.task.form.TaskForm
Indicates that the PDF display a Save As dialog box from which the user can save the form to work on offline.
tan(angleRadians:Number) — Static method in class Math
Computes and returns the tangent of the specified angle.
target — Property in class flash.events.Event
The event target.
target — Property in class flash.text.TextFormat
Indicates the target window where the hyperlink is displayed.
target — Property in class mx.effects.Effect
The UIComponent object to which this effect is applied.
target — Property in class mx.effects.EffectInstance
target — Property in class mx.effects.effectClasses.PropertyChanges
A target component of a transition.
target — Property in class mx.states.AddChild
The child to be added.
target — Property in class mx.states.RemoveChild
The child to remove from the view.
target — Property in class mx.states.SetEventHandler
The component that dispatches the event.
target — Property in class mx.states.SetProperty
The object containing the property to be changed.
target — Property in class mx.states.SetStyle
The object whose style is being changed.
targetArea — Property in class mx.effects.Dissolve
The area of the target to play the effect upon.
targetArea — Property in class mx.effects.effectClasses.DissolveInstance
The area of the target to play the effect upon.
targetArea — Property in class mx.effects.effectClasses.MaskEffectInstance
The area where the mask is applied on the target.
targetFactory — Property in class mx.states.AddChild
The factory that creates the child.
targets — Property in class mx.effects.Effect
An Array of UIComponent objects that are targets for the effect.
targetSeries — Property in class mx.charts.effects.effectClasses.SeriesEffectInstance
The series targeted by this instance.
targetVisualBounds — Property in class mx.effects.effectClasses.MaskEffectInstance
The actual size of the effect target, including any drop shadows.
task — Property in class lc.attachments.AttachmentHeaderModel
The process management task that the attachments are associated with.
task — Property in class lc.attachments.AttachmentListModel
The process management task that the notes and attachments are associated with.
task — Property in class lc.attachments.AttachmentsModel
The process management task that the attachments are associated with.
task — Property in class lc.domain.TaskCommand
The task that is associated with the command.
task — Property in class lc.endpoint.EndpointDetailsModel
The task associated with the selected endpoint.
task — Property in class lc.task.TaskCardRendererModel
A Task object
task — Property in class lc.task.TaskDetailsModel
A Task object representing a task.
task — Property in class lc.task.TaskImageModel
The task that is used as the source to retrieve an image.
task — Property in class lc.task.TaskInfoModel
The Task object that all properties of this model are bound to.
task — Property in class lc.task.form.TaskForm
The task associated with the form.
Task — Class in package lc.domain
The Task class represents a task in LiveCycle ES.
TASK_ABANDON — Constant static property in class lc.core.events.TaskActionCompleteEvent
The abandon task event type.
taskACL — Property in class lc.attachments.AttachmentHeaderModel
The TaskACL object associated with the current task.
taskACL — Property in class lc.domain.Task
The access control list for a task.
TaskACL — Class in package lc.domain
The TaskACL class describes the permissions that control various operations on a task.
TaskActionCompleteEvent — Class in package lc.core.events
The TaskActionCompleteEvent event is dispatched when a task action such as consult, forward, or delegate returns.
TaskActionCompleteEvent(taskId:String, userOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.core:Token) — Constructor in class lc.core.events.TaskActionCompleteEvent
Constructor.
taskAttachmentInfo — Property in class lc.domain.AttachmentCommand
The TaskAttachmentInfo object that is associated with this command.
TaskCardRenderer — Class in package lc.task
The TaskCardRenderer component displays task information in a card layout.
TaskCardRendererModel — Class in package lc.task
The TaskCardRendererModel class acts as the model for the TaskCardRenderer component.
TaskCardRendererModel() — Constructor in class lc.task.TaskCardRendererModel
Constructor.
taskCardRenderModel — Property in class lc.task.TaskCardRenderer
The presentation model for this view.
TASK_CLAIM — Constant static property in class lc.core.events.TaskActionCompleteEvent
The claim task event type.
TaskCommand — Class in package lc.domain
The TaskCommand class is a generic command that has direct association with a Task object.
TaskCommand(task:lc.domain:Task, name:String) — Constructor in class lc.domain.TaskCommand
Constructor.
taskCommandBarModel — Property in class lc.task.TaskCardRendererModel
A list of commands available to a task.
taskCommandCollection — Property in class lc.task.TaskCardRendererModel
A collection of TaskCommand objects.
taskCommandEvent — Event in class lc.task.TaskCardRenderer
Dispatched when a command has been performed on a task.
taskCommandEvent — Event in class lc.task.TaskTileList
Dispatched when a button is clicked in LiveCycle Workspace ES that executes a command.
TASK_COMPLETE — Constant static property in class lc.core.events.ObjectResultEvent
The task completed event type.
TaskConstants — Class in package lc
The TaskConstants class holds constants for the Task class status and priority properties.
TASK_CONSULT — Constant static property in class lc.core.events.TaskActionCompleteEvent
The consult task event type.
TaskDetails — Class in package lc.task
The TaskDetails component represents the information on the task card.
taskDetailsCancel(value:Object) — Method in class lc.search.SearchSelectorModel
An event listener for SearchTemplateEvent.SEARCH_CANCELLED event.
taskDetailsClose() — Method in class lc.search.SearchSelectorModel
An event listener that handles when the task details closes.
TaskDetailsModel — Class in package lc.task
The TaskDetailsModel class provides support for the views that are interested in TaskDetails component.
TaskDetailsModel() — Constructor in class lc.task.TaskDetailsModel
Constructor.
TaskDirective — Class in package lc.task
The TaskDirective component is where end users are given the ability to forward, share, or consult a task with another person.
TaskDirectiveModel — Class in package lc.task
The TaskDirectiveModel class acts as the model for the TaskDirective component.
TASK_EXTRA_RESULT — Constant static property in class lc.core.events.ObjectResultEvent
The extra task that results from invoking a form event type.
TaskForm — Class in package lc.task.form
The TaskForm component can display the form that is associated with a particular Task object.
TaskForm() — Constructor in class lc.task.form.TaskForm
Constructor.
TaskFormSaveCommand — Class in package lc.domain
The TaskFormSaveCommand class executes the TaskForm object's save operation.
TaskFormSaveCommand(taskForm:lc.task.form:TaskForm) — Constructor in class lc.domain.TaskFormSaveCommand
Constructor.
TaskFormSubmitCommand — Class in package lc.domain
The TaskFormSubmitCommand class executes the TaskForm object's submit operation.
TaskFormSubmitCommand(taskForm:lc.task.form:TaskForm) — Constructor in class lc.domain.TaskFormSubmitCommand
Constructor.
TaskFormTakeOfflineCommand — Class in package lc.domain
The TaskFormTakeOfflineCommand class executes the TaskForm object's take offline operation and is used to take a form offline.
TaskFormTakeOfflineCommand(taskForm:lc.task.form:TaskForm) — Constructor in class lc.domain.TaskFormTakeOfflineCommand
Constructor.
TASK_FOR_PROCESS_INSTANCE_RESULT — Constant static property in class lc.core.events.CollectionResultEvent
The task for process instance result was filled event type.
TASK_FORWARD — Constant static property in class lc.core.events.TaskActionCompleteEvent
The forward task event type.
taskId — Property in class lc.core.events.TaskActionCompleteEvent
The unique identifier of the task.
taskId — Property in class lc.domain.AttachmentInfo
The unique identifier for the task.
taskId — Property in class lc.domain.Task
The task identifier.
taskId — Property in class lc.domain.TaskACL
The task identifier of the corresponding task.
taskId — Property in class lc.task.TaskInfoModel
The unique identifier of the task.
TaskImage — Class in package lc.task
The TaskImage class displays the image associated with the process to which the task belongs.
taskImageModel — Property in class lc.endpoint.EndpointDetailsModel
The details of an image associated with a task.
TaskImageModel — Class in package lc.task
The TaskImageModel class provides support for views that are interested in displaying an image configured for the process to which the task belongs.
TaskImageModel() — Constructor in class lc.task.TaskImageModel
Constructor.
TaskInfo — Class in package lc.task
The TaskInfo class displays a set of properties for a selected Task object.The TaskInfo component displays the stepName of the Task on top of all of the other Task properties.
taskInfoModel — Property in class lc.endpoint.EndpointDetailsModel
The details of a task.
taskInfoModel — Property in class lc.task.TaskDetailsModel
A TaskInfoModel object representing the information for a task.
TaskInfoModel — Class in package lc.task
The TaskInfoModel class provides support for views that are interested in the Task object's data, for example, the TaskInfo component.To obtain information about a Task object, this class binds to the Task object's properties.
TaskInfoModel() — Constructor in class lc.task.TaskInfoModel
Constructor.
TaskItemResult — Class in package lc.domain
The TaskItemResult class passes item data from the server when the item is rendered or submitted.
TASK_LOCK — Constant static property in class lc.core.events.TaskActionCompleteEvent
The lock task event type.
TASK_REJECT — Constant static property in class lc.core.events.TaskActionCompleteEvent
The reject task event type.
TASK_RESULT — Constant static property in class lc.core.events.ObjectResultEvent
The results of a task event type.
tasks — Property in class lc.domain.ProcessInstance
The collection of tasks for the process instance.
tasks — Property in class lc.domain.QueueBase
The collection of tasks associated with this queue.
TASK_SHARE — Constant static property in class lc.core.events.TaskActionCompleteEvent
The share task event type.
TASK_STATUS_ASSIGNED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been assigned.
TASK_STATUS_ASSIGNED_SAVED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been assigned and saved.
TASK_STATUS_COMPLETED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been completed.
TASK_STATUS_CREATED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been created.
TASK_STATUS_CREATED_SAVED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been created and saved.
TASK_STATUS_DEADLINED — Constant static property in class lc.TaskConstants
A special value that specifies the task has deadlined.
TASK_STATUS_TERMINATED — Constant static property in class lc.TaskConstants
A special value that specifies the task has been terminated.
TaskTileList — Class in package lc.task
The TaskTileList component is configured to use the TaskCardRenderer component to display tasks in a grid, as well as to pass on relevant events from the renderer.
TaskTileList() — Constructor in class lc.task.TaskTileList
Constructor.
TASK_UNLOCK — Constant static property in class lc.core.events.TaskActionCompleteEvent
The unlock task event type.
TaskUserCommand — Class in package lc.domain
The TaskUserCommand class is a generic command that has direct association with a Task object and a User object.
TaskUserCommand(task:lc.domain:Task, name:String) — Constructor in class lc.domain.TaskUserCommand
Constructor.
TASK_VISIBILITY — Constant static property in class lc.core.events.TaskActionCompleteEvent
The visibility of a task event type.
telephone — Property in class lc.domain.User
The telephone number for the user.
template — Property in class lc.domain.SearchTemplate
The XML that describes the search template.
templateName — Property in class lc.domain.SearchFilter
The template name of the search filter.
TemporaryQueue — Class in package lc.domain
The TemporaryQueue class creates a Queue object of a specified type, with an isDefault property set to false.
TemporaryQueue(name:String, id:int, type:int) — Constructor in class lc.domain.TemporaryQueue
Constructor.
test(str:String) — Method in class RegExp
Tests for the match of the regular expression in the given string str.
text() — Method in class XML
Returns an XMLList object of all XML properties of the XML object that represent XML text nodes.
text() — Method in class XMLList
Calls the text() method of each XML object and returns an XMLList object that contains the results.
text — Property in class flash.events.TextEvent
For a textInput event, the character or sequence of characters entered by the user.
text — Property in class flash.text.StaticText
Returns the current text of the static text field.
text — Property in class flash.text.TextField
A string that is the current text in the text field.
text — Property in class mx.charts.AxisLabel
The text label that is actually rendered along the axis.
text() — Method in class mx.collections.XMLListCollection
Calls the text() method of each XML object in the XMLList and returns an XMLList containing the results.
text — Property in class mx.controls.Alert
The text to display in this alert dialog box.
text — Property in class mx.controls.ComboBase
Contents of the text field.
text — Property in class mx.controls.Label
Specifies the plain text displayed by this control.
text — Property in class mx.controls.RichTextEditor
Plain text without markup that displays in the RichTextEditor control's TextArea subcontrol.
text — Property in class mx.controls.TextArea
Plain text that appears in the control.
text — Property in class mx.controls.TextInput
Plain text that appears in the control.
text — Property in class mx.controls.ToolTip
The text displayed by the ToolTip.
text — Property in class mx.controls.textClasses.TextRange
Plain-text contents of the range.
text — Property in interface mx.core.IToolTip
The text that appears in the tooltip.
Text — Class in package mx.controls
The Text control displays multiline, noneditable text.
Text() — Constructor in class mx.controls.Text
Constructor.
TEXT — Constant static property in class flash.net.URLLoaderDataFormat
Specifies that downloaded data is received as text.
textAlign — Property in class mx.controls.textClasses.TextRange
Alignment of the text in the range.
textAlign — Style in class mx.charts.chartClasses.DataTip
Alignment of text within a container.
textAlign — Style in class mx.charts.chartClasses.CartesianChart
Alignment of text within a container.
textAlign — Style in class mx.charts.PieChart
Alignment of text within a container.
textAlign — Style in class mx.containers.FormHeading
Alignment of text within a container.
textAlign — Style in class mx.controls.dataGridClasses.DataGridColumn
Alignment of text within a container.
textAlign — Style in class mx.controls.menuClasses.MenuBarItem
Alignment of text within a container.
textAlign — Style in class mx.controls.NumericStepper
Alignment of text within a container.
textAlign — Style in class mx.controls.ToolTip
Alignment of text within a container.
textAlign — Style in class mx.controls.DateChooser
Alignment of text within a container.
textAlign — Style in class mx.controls.MenuBar
Alignment of text within a container.
textAlign — Style in class mx.controls.ComboBox
Alignment of text within a container.
textAlign — Style in class mx.controls.DateField
Alignment of text within a container.
textAlign — Style in class mx.controls.Label
Alignment of text within a container.
textAlign — Style in class mx.controls.ProgressBar
Alignment of text within a container.
textAlign — Style in class mx.controls.Button
Alignment of text within a container.
textAlign — Style in class mx.controls.ColorPicker
Alignment of text within a container.
textAlign — Style in class mx.controls.TextInput
Alignment of text within a container.
textAlign — Style in class mx.core.ScrollControlBase
Alignment of text within a container.
textAlign — Style in class mx.core.Container
Alignment of text within a container.
textAlign — Style in class mx.core.UITextField
Alignment of text within a container.
TextArea — Class in package mx.controls
The TextArea control is a multiline text field with a border and optional scroll bars.
TextArea() — Constructor in class mx.controls.TextArea
Constructor.
TextAreaAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TextArea control.
TextAreaAutomationImpl(obj:mx.controls:TextArea) — Constructor in class mx.automation.delegates.controls.TextAreaAutomationImpl
Constructor.
textAreaStyleName — Style in class mx.controls.RichTextEditor
Name of the CSS Style declaration to use for the styles for the TextArea.
textColor — Property in class flash.text.TextField
The color of the text in a text field, in hexadecimal format.
TextColorType — Final class in package flash.text
The TextColorType class provides color values for the flash.text.TextRenderer class.
textDecoration — Property in class mx.controls.textClasses.TextRange
Decoration of the font in the range, as "underline" or "normal".
textDecoration — Style in class mx.charts.chartClasses.DataTip
Determines whether the text is underlined.
textDecoration — Style in class mx.charts.chartClasses.ChartBase
Determines whether the text is underlined.
textDecoration — Style in class mx.charts.series.PieSeries
Determines whether the text is underlined.
textDecoration — Style in class mx.charts.AxisRenderer
Determines whether the text is underlined.
textDecoration — Style in class mx.containers.FormHeading
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.dataGridClasses.DataGridColumn
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.menuClasses.MenuBarItem
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.NumericStepper
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.ToolTip
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.DateChooser
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.MenuBar
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.ComboBox
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.DateField
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.Label
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.ProgressBar
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.Button
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.ColorPicker
Determines whether the text is underlined.
textDecoration — Style in class mx.controls.TextInput
Determines whether the text is underlined.
textDecoration — Style in class mx.core.ScrollControlBase
Determines whether the text is underlined.
textDecoration — Style in class mx.core.Container
Determines whether the text is underlined.
textDecoration — Style in class mx.core.UITextField
Determines whether the text is underlined.
TextDisplayMode — Final class in package flash.text
The TextDisplayMode class contains values that control the subpixel anti-aliasing of the advanced anti-aliasing system.
TextEvent — Class in package flash.events
Flash® Player dispatches TextEvent objects when a user enters text in a text field or clicks a hyperlink in an HTML-enabled text field.
TextEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.TextEvent
Creates an Event object that contains information about text events.
textField — Property in class mx.controls.Button
The internal UITextField object that renders the label of this Button.
textField — Property in class mx.controls.Label
The internal UITextField that renders the text of this Label.
textField — Property in class mx.controls.TextArea
The internal UITextField that renders the text of this TextArea.
textField — Property in class mx.controls.TextInput
The internal UITextField that renders the text of this TextInput.
textField — Property in class mx.controls.ToolTip
The internal UITextField that renders the text of this ToolTip.
TextField — Class in package flash.text
The TextField class is used to create display objects for text display and input.
TextField() — Constructor in class flash.text.TextField
Creates a new TextField instance.
TextFieldAsset — Class in package mx.core
TextFieldAsset is a subclass of the Flash Player's TextField class which represents TextField symbols that you embed in a Flex application from a SWF file produced by Flash.
TextFieldAsset() — Constructor in class mx.core.TextFieldAsset
Constructor.
TextFieldAutomationHelper — Class in package mx.automation.delegates
Utility class that facilitates replay of text input and selection.
TextFieldAutomationHelper(owner:flash.events:IEventDispatcher, replayer:mx.automation:IAutomationObject, textField:mx.core:UITextField) — Constructor in class mx.automation.delegates.TextFieldAutomationHelper
Constructor.
TextFieldAutoSize — Final class in package flash.text
The TextFieldAutoSize class is an enumeration of constant values used in setting the autoSize property of the TextField class.
TextFieldType — Final class in package flash.text
The TextFieldType class is an enumeration of constant values used in setting the type property of the TextField class.
textFieldWidth — Style in class mx.controls.ColorPicker
Width of the text box that appears above the swatch grid.
TextFormat — Class in package flash.text
The TextFormat class represents character formatting information.
TextFormat(font:String, size:Object, color:Object, bold:Object, italic:Object, underline:Object, url:String, target:String, align:String, leftMargin:Object, rightMargin:Object, indent:Object, leading:Object) — Constructor in class flash.text.TextFormat
Creates a TextFormat object with the specified properties.
TextFormatAlign — Final class in package flash.text
The TextFormatAlign class provides values for text alignment in the TextFormat class.
textHeight — Property in class flash.text.TextField
The height of the text in pixels.
textHeight — Property in class mx.controls.Label
The height of the text.
textHeight — Property in class mx.controls.TextArea
The height of the text.
textHeight — Property in class mx.controls.TextInput
The height of the text.
textIndent — Style in class mx.charts.chartClasses.DataTip
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.containers.FormHeading
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.dataGridClasses.DataGridColumn
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.menuClasses.MenuBarItem
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.NumericStepper
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.ToolTip
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.DateChooser
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.MenuBar
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.ComboBox
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.DateField
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.Label
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.ProgressBar
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.Button
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in 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 in class mx.controls.ColorPicker
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.controls.TextInput
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.core.ScrollControlBase
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.core.Container
Offset of first line of text from the left side of the container, in pixels.
textIndent — Style in class mx.core.UITextField
Offset of first line of text from the left side of the container, in pixels.
textInput — Event in class flash.text.TextField
Flash Player dispatches the textInput event when a user enters one or more characters of text.
textInput — Property in class mx.controls.ComboBase
The internal TextInput subcomponent that displays the current selection.
textInput — Event in class mx.controls.TextArea
Dispatched when the user types, deletes, or pastes text into the control.
textInput — Event in class mx.controls.TextInput
Dispatched when the user types, deletes, or pastes text into the control.
TextInput — Class in package mx.controls
The TextInput control is a single-line text field that is optionally editable.
TextInput() — Constructor in class mx.controls.TextInput
Constructor.
TEXT_INPUT — Constant static property in class flash.events.TextEvent
Defines the value of the type property of a textInput event object.
TextInputAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TextInput control.
TextInputAutomationImpl(obj:mx.controls:TextInput) — Constructor in class mx.automation.delegates.controls.TextInputAutomationImpl
Constructor.
textInput_changeHandler(event:flash.events:Event) — Method in class mx.controls.ComboBase
Handles changes to the TextInput that serves as the editable text field in the component.
TextLineMetrics — Class in package flash.text
The TextLineMetrics class contains information about the text position and measurements of a line of text within a text field.
TextLineMetrics(x:Number, width:Number, height:Number, ascent:Number, descent:Number, leading:Number) — Constructor in class flash.text.TextLineMetrics
Creates a TextLineMetrics object.
TEXT_NODE — Constant static property in class flash.xml.XMLNodeType
Specifies that the node is a text node.
TextRange — Class in 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(owner:mx.core:UIComponent, modifiesSelection:Boolean, beginIndex:int, endIndex:int) — Constructor in class mx.controls.textClasses.TextRange
Create a new TextRange Object that represents a subset of the contents of a text control, including the formatting information.
TextRenderer — Final class in package flash.text
The TextRenderer class provides functionality for the advanced anti-aliasing capability of embedded fonts.
textRollOverColor — Style in class mx.containers.Accordion
Color of header text when rolled over.
textRollOverColor — Style in class mx.controls.listClasses.ListBase
The color of the text of a renderer when the user rolls over a it.
textRollOverColor — Style in class mx.controls.Tree
Color of the text when the user rolls over a row.
textRollOverColor — Style in class mx.controls.LinkBar
Text color of the link as you move the mouse pointer over it.
textRollOverColor — Style in class mx.controls.ComboBox
The textRollOverColor of the drop-down list.
textRollOverColor — Style in class mx.controls.LinkButton
Text color of a LinkButton as a user moves the mouse pointer over it.
textRollOverColor — Style in class mx.controls.Button
Text color of the label as the user moves the mouse pointer over the button.
textRollOverColor — Style in class mx.controls.Menu
The color of the menu item text when a user rolls the mouse over the menu item.
textSelected() — Method in class lc.endpoint.EndpointCardRendererModel
Displays the details of a process when the text is selected.
textSelected() — Method in class lc.search.SearchDescriptorCardRendererModel
Dispatches a SearchTemplateEvent.SEARCH_OPEN event when the text on the search descriptor card is selected in Workspace ES.
textSelected() — Method in class lc.task.TaskCardRendererModel
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked
textSelectedColor — Style in class mx.containers.Accordion
Color of selected text.
textSelectedColor — Style in class mx.controls.listClasses.ListBase
The color of the text of a renderer when the user selects it.
textSelectedColor — Style in class mx.controls.Tree
Color of the text when the user selects a row.
textSelectedColor — Style in class mx.controls.LinkBar
Text color of the link as you press it.
textSelectedColor — Style in class mx.controls.ComboBox
The textSelectedColor of the drop-down list.
textSelectedColor — Style in class mx.controls.LinkButton
Text color of a LinkButton as a user presses it.
textSelectedColor — Style in class mx.controls.Button
Text color of the label as the user presses it.
textSelectedColor — Style in class mx.controls.Menu
The color of the menu item text when the menu item is selected.
TEXT_SELECTION_CHANGE — Constant static property in class mx.automation.events.TextSelectionEvent
The TextSelectionEvent.TEXT_SELECTION_CHANGE constant defines the value of the type property of the event object for a textSelectionChange event.
TextSelectionEvent — Class in package mx.automation.events
The TextSelectionEvent class lets you track selection within a text field.
TextSelectionEvent(type:String, bubbles:Boolean, cancelable:Boolean, beginIndex:int, endIndex:int) — Constructor in class mx.automation.events.TextSelectionEvent
Constructor.
textSnapshot — Property in class flash.display.DisplayObjectContainer
Returns a TextSnapshot object for this DisplayObjectContainer instance.
textSnapshot — Property in class flash.display.Stage
Returns a TextSnapshot object for this DisplayObjectContainer instance.
TextSnapshot — Class in package flash.text
TextSnapshot objects let you work with static text in a movie clip.
textWidth — Property in class flash.text.TextField
The width of the text in pixels.
textWidth — Property in class mx.controls.Label
The width of the text.
textWidth — Property in class mx.controls.TextArea
The width of the text.
textWidth — Property in class mx.controls.TextInput
The width of the text.
themeColor — Style in class mx.controls.ProgressBar
Theme color of the ProgressBar control.
themeColor — Style in class mx.core.UIComponent
Theme color of a component.
thickness — Property in class flash.text.TextField
The thickness of the glyph edges in this text field.
thickness — Property in class mx.charts.renderers.CrossItemRenderer
The thickness of the cross rendered, in pixels.
thickness — Property in class mx.core.UITextFormat
Defines the thickness setting for the UITextField class.
THICKNESS — Constant static property in class mx.controls.scrollClasses.ScrollBar
The width of a vertical scrollbar, or the height of a horizontal scrollbar, in pixels.
this — Statement
A reference to a method's containing object.
thousandsSeparator — Property in class mx.validators.CurrencyValidator
The character used to separate thousands.
thousandsSeparator — Property in class mx.validators.NumberValidator
The character used to separate thousands in the whole part of the number.
thousandsSeparatorFrom — Property in class mx.formatters.CurrencyFormatter
Character to use as the thousands separator in the input String.
thousandsSeparatorFrom — Property in class mx.formatters.NumberBase
Character to use as the thousands separator in the input String.
thousandsSeparatorFrom — Property in class mx.formatters.NumberFormatter
Character to use as the thousands separator in the input String.
thousandsSeparatorTo — Property in class mx.formatters.CurrencyFormatter
Character to use as the thousands separator in the output string.
thousandsSeparatorTo — Property in class mx.formatters.NumberBase
Character to use as the thousands separator in the output String.
thousandsSeparatorTo — Property in class mx.formatters.NumberFormatter
Character to use as the thousands separator in the output String.
ThreeColumn — Class in package ga.layouts
Defines the default Three Column panel layout available in Guide Builder.
threshold(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, operation:String, threshold:uint, color:uint, mask:uint, copySource:Boolean) — Method in class flash.display.BitmapData
Tests pixel values in an image against a specified threshold and sets pixels that pass the test to new color values.
throw — Statement
Generates, or throws, an error that can be handled, or caught, by a catch code block.
THUMB — Constant static property in class mx.events.SliderEventClickTarget
Specifies that the Slider's thumb was clicked.
thumbCount — Property in class mx.controls.sliderClasses.Slider
The number of thumbs allowed on the slider.
thumbDisabledSkin — Style in class mx.controls.sliderClasses.Slider
The skin for the slider thumb disabled state.
thumbDownSkin — Style in 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 in class mx.controls.sliderClasses.Slider
The skin for the slider thumb down state.
thumbDrag — Event in class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is pressed and then moved by the mouse.
THUMB_DRAG — Constant static property in class mx.events.SliderEvent
The SliderEvent.THUMB_DRAG constant defines the value of the type property of the event object for a thumbDrag event.
thumbIcon — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the icon for the thumb of the scroll bar.
thumbIndex — Property in class mx.events.SliderEvent
The zero-based index of the thumb whose position has changed.
thumbOffset — Style in 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 in 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 in class mx.controls.sliderClasses.Slider
The skin for the slider thumb over state.
THUMB_POSITION — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar thumb has stopped moving.
thumbPress — Event in class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is pressed, meaning the user presses the mouse button over the thumb.
THUMB_PRESS — Constant static property in class mx.events.SliderEvent
The SliderEvent.THUMB_PRESS constant defines the value of the type property of the event object for a thumbPress event.
thumbRelease — Event in class mx.controls.sliderClasses.Slider
Dispatched when the slider's thumb is released, meaning the user releases the mouse button after a thumbPress event.
THUMB_RELEASE — Constant static property in 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_TRACK — Constant static property in class mx.events.ScrollEventDetail
Indicates that the scroll bar thumb is moving.
thumbUpSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the thumb of the scroll bar.
thumbUpSkin — Style in class mx.controls.sliderClasses.Slider
The skin for the slider thumb up state.
tickColor — Style in class mx.controls.sliderClasses.Slider
The color of the tick marks.
tickInterval — Property in class mx.controls.sliderClasses.Slider
The spacing of the tick marks relative to the maximum value of the control.
tickLength — Style in class mx.charts.AxisRenderer
Specifies the length of the tick marks on the axis, in pixels.
tickLength — Style in class mx.controls.sliderClasses.Slider
The length in pixels of the tick marks.
tickOffset — Style in 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 in class mx.charts.AxisRenderer
Specifies where to draw the tick marks.
ticks — Property in class mx.charts.AxisRenderer
Contains an array that specifies where Flex draws the tick marks along the axis.
ticks — Property in class mx.charts.chartClasses.AxisLabelSet
An array of values from 0 to 1 representing where to place tick marks along the axis.
ticks — Property in interface mx.charts.chartClasses.IAxisRenderer
Contains an array that specifies where Flex draws the tick marks along the axis.
ticks — Property in class mx.charts.chartClasses.NumericAxis
An Array of tick marks for this axis.
ticksBetweenLabels — Property in class mx.charts.CategoryAxis
Specifies the location of major tick marks on the axis, relative to the category labels.
tickStroke — Style in class mx.charts.AxisRenderer
Specifies the characteristics of the tick marks on the axis.
tickThickness — Style in class mx.controls.sliderClasses.Slider
The thickness in pixels of the tick marks.
tickValues — Property in class mx.controls.sliderClasses.Slider
The positions of the tick marks on the slider.
Tile — Class in package mx.containers
A Tile container lays out its children in a grid of equal-sized cells.
Tile() — Constructor in class mx.containers.Tile
Constructor.
TileBase — Class in 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 in class mx.controls.listClasses.TileBase
Constructor.
TileBaseAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TileBase class, which is the parent of the TileList component.
TileBaseAutomationImpl(obj:mx.controls.listClasses:TileBase) — Constructor in class mx.automation.delegates.controls.TileBaseAutomationImpl
Constructor.
TileBaseDirection — Final class in package mx.controls.listClasses
Values for the direction property of the TileList component.
TileDirection — Final class in package mx.containers
The TileDirection class defines the constant values for the direction property of the Tile container.
tileHeight — Property in class mx.containers.Tile
Height of each tile cell, in pixels.
TileList — Class in package mx.controls
The TileList control displays a number of items laid out in tiles.
TileList() — Constructor in class mx.controls.TileList
Constructor.
TileListItemRenderer — Class in package mx.controls.listClasses
The TileListItemRenderer class defines the default item renderer for the HorizontalList and TileList controls.
TileListItemRenderer() — Constructor in class mx.controls.listClasses.TileListItemRenderer
Constructor.
TileListItemRendererAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TileListItemRenderer class.
TileListItemRendererAutomationImpl(obj:mx.controls.listClasses:TileListItemRenderer) — Constructor in class mx.automation.delegates.controls.TileListItemRendererAutomationImpl
Constructor.
tileWidth — Property in class mx.containers.Tile
Width of each tile cell, in pixels.
time — Property in class Date
The number of milliseconds since midnight January 1, 1970, universal time, for a Date object.
time — Property in class flash.net.NetStream
The position of the playhead, in seconds.
timeOfDay — Static property in class mx.formatters.DateBase
Time of day names.
timer — Event in class flash.utils.Timer
Dispatched whenever a Timer object reaches an interval specified according to the Timer.delay property.
Timer — Class in package flash.utils
The Timer class is the interface to Flash Player timers.
Timer(delay:Number, repeatCount:int) — Constructor in class flash.utils.Timer
Constructs a new Timer object with the specified delay and repeatCount states.
TIMER — Constant static property in class flash.events.TimerEvent
Defines the value of the type property of a timer event object.
timerComplete — Event in class flash.utils.Timer
Dispatched whenever it has completed the number of requests set by Timer.repeatCount.
TIMER_COMPLETE — Constant static property in class flash.events.TimerEvent
Defines the value of the type property of a timerComplete event object.
TimerEvent — Class in package flash.events
Flash® Player dispatches TimerEvent objects whenever a Timer object reaches the interval specified by the Timer.delay property.
TimerEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class flash.events.TimerEvent
Creates an Event object with specific information relevant to timer events.
timestamp — Property in class mx.messaging.AbstractConsumer
Contains the timestamp of the most recent message this Consumer has received.
timestamp — Property in class mx.messaging.messages.AbstractMessage
Provides access to the time stamp for the message.
timestamp — Property in interface mx.messaging.messages.IMessage
Provides access to the time stamp for the message.
timeToLive — Property in 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 in interface mx.messaging.messages.IMessage
The time to live value of a message indicates how long the message should be considered valid and deliverable.
timezone — Property in class lc.domain.User
The name of the time zone.
timezoneOffset — Property in class Date
The difference, in minutes, between universal time (UTC) and the computer's local time.
title — Property in class lc.attachments.AttachmentHeaderModel
The text contained in the note title.
title — Property in class lc.domain.ProcessVariable
The title of the process variable.
title — Property in class mx.charts.chartClasses.AxisBase
The text for the title displayed along the axis.
title — Property in interface mx.charts.chartClasses.IAxis
The text for the title displayed along the axis.
title — Property in class mx.containers.Panel
Title or caption displayed in the title bar.
TitleBackground — Class in package mx.skins.halo
The skin for a title bar area of a Panel.
TitleBackground() — Constructor in class mx.skins.halo.TitleBackground
Constructor.
titleBackgroundSkin — Style in class mx.containers.Panel
The title background skin.
titleBar — Property in class mx.containers.Panel
The TitleBar sub-control that displays the Panel container's title bar.
titleIcon — Property in class mx.containers.Panel
The icon displayed in the title bar.
titleStyleName — Style in class mx.containers.Panel
Style declaration name for the text in the title bar.
titleStyleName — Style in class mx.controls.Alert
Name of the CSS style declaration that specifies styles for the Alert title text.
titleTextField — Property in class mx.containers.Panel
The UITextField sub-control that displays the title.
TitleWindow — Class in package mx.containers
A TitleWindow navigator container contains a title bar, a caption, a border, and a content area for its child.
TitleWindow() — Constructor in class mx.containers.TitleWindow
Constructor.
TitleWindowAccImpl — Class in package mx.accessibility
The TitleWindowAccImpl class is the accessibility class for TitleWindow.
TitleWindowAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.TitleWindowAccImpl
Constructor.
tlRadius — Property in class mx.graphics.RectangularDropShadow
The corner radius of the top left corner of the rounded rectangle that is casting the shadow.
toArray() — Method in interface mx.collections.IList
Returns an Array that is populated in the same order as the IList implementation.
toArray() — Method in class mx.collections.ListCollectionView
Returns an Array that is populated in the same order as the IList implementation.
toArray(obj:Object) — Static method in class mx.utils.ArrayUtil
Ensures that an Object can be used as an Array.
toastFadeTimeMilliseconds — Property in class lc.layout.DesktopModel
The fade time (in milliseconds) for the toast window.The default is 5000 milliseconds.
toastViewTimeMilliseconds — Property in class lc.layout.DesktopModel
The amount of time (in milliseconds) the toast window is visible.
toDateString() — Method in class Date
Returns a string representation of the day and date only, and does not include the time or timezone.
todayColor — Style in class mx.controls.DateChooser
Color of the background of today's date.
todayColor — Style in class mx.controls.DateField
Color of the highlight of today's date in the DateChooser control.
todayIndicatorSkin — Style in 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 in 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.
todayStyleName — Style in class mx.controls.DateField
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.
ToDo — Class in package lc.task
The ToDo component is the primary component that enables a user to navigate between different queues to locate their tasks.
toDoModel — Property in class lc.layout.WorkspaceModel
An instance of the ToDoModel class.
ToDoModel — Class in package lc.task
The ToDoModel class provides the model implementation for the the ToDo component.
ToDoModel() — Constructor in class lc.task.ToDoModel
Constructor.
toExponential(fractionDigits:uint) — Method in class int
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — Method in class Number
Returns a string representation of the number in exponential notation.
toExponential(fractionDigits:uint) — Method in class uint
Returns a string representation of the number in exponential notation.
toFixed(fractionDigits:uint) — Method in class int
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — Method in class Number
Returns a string representation of the number in fixed-point notation.
toFixed(fractionDigits:uint) — Method in class uint
Returns a string representation of the number in fixed-point notation.
toggle — Property in class mx.controls.Button
Controls whether a Button is in a toggle state or not.
ToggleButtonBar — Class in package mx.controls
The ToggleButtonBar control defines a horizontal or vertical group of buttons that maintain their selected or deselected state.
ToggleButtonBar() — Constructor in class mx.controls.ToggleButtonBar
Constructor.
ToggleButtonBarAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ToggleButtonBar control.
ToggleButtonBarAutomationImpl(obj:mx.controls:ToggleButtonBar) — Constructor in class mx.automation.delegates.controls.ToggleButtonBarAutomationImpl
Constructor.
toggleOnClick — Property in class mx.controls.ToggleButtonBar
Specifies whether the currently selected button can be deselected by the user.
togglePause() — Method in class flash.net.NetStream
Pauses or resumes playback of a stream.
token — Property in class lc.core.events.WorkspaceEvent
The token that represents the call to the method.
token — Property in class lc.core.events.WorkspaceFaultEvent
The token that represents the call to the method.
token — Property in class mx.rpc.events.AbstractEvent
The token that represents the call to the method.
Token — Class in package lc.core
The Token class provides a mechanism to specify handlers for asynchronous calls.
TOKEN_CHAIN — Static property in class mx.data.DataStore
toLocaleDateString() — Method in class Date
Returns a String representation of the day and date only, and does not include the time or timezone.
toLocaleLowerCase() — Method in class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
toLocaleString() — Method in class Array
Returns a string that represents the elements in the specified array.
toLocaleString() — Method in class Date
Returns a String representation of the day, date, time, given in local time.
toLocaleTimeString() — Method in class Date
Returns a String representation of the time only, and does not include the day, date, year, or timezone.
toLocaleUpperCase() — Method in class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toLowerCase() — Method in class String
Returns a copy of this string, with all uppercase characters converted to lowercase.
ToolBar — Class in package ga.controls
Displays the form guide toolbar.
tooLongError — Property in class mx.validators.StringValidator
Error message when the String is longer than the maxLength property.
tooltip — Property in class lc.task.TaskImageModel
The tool tip for the image.
toolTip — Property in class mx.core.UIComponent
Text to display in the ToolTip.
toolTip — Property in class mx.core.UITextField
Text to display in the ToolTip.
toolTip — Property in class mx.events.ToolTipEvent
The ToolTip object to which this event applies.
toolTip — Property in interface mx.managers.IToolTipManagerClient
The text of this component's tooltip.
ToolTip — Class in package mx.controls
The ToolTip control lets you provide helpful information to your users.
ToolTip() — Constructor in class mx.controls.ToolTip
Constructor.
ToolTipAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ToolTip control.
ToolTipAutomationImpl(obj:mx.controls:ToolTip) — Constructor in class mx.automation.delegates.controls.ToolTipAutomationImpl
Constructor.
ToolTipBorder — Class in package mx.skins.halo
The skin for a ToolTip.
ToolTipBorder() — Constructor in class mx.skins.halo.ToolTipBorder
Constructor.
toolTipChildren — Property in interface mx.managers.ISystemManager
A list of the tooltips being parented by this ISystemManager.
toolTipChildren — Property in class mx.managers.SystemManager
A list of the tooltips being parented by this ISystemManager.
toolTipClass — Static property in class mx.managers.ToolTipManager
The class to use for creating ToolTips.
toolTipCreate — Event in class mx.core.UIComponent
Dispatched by the component when it is time to create a ToolTip.
TOOL_TIP_CREATE — Constant static property in 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 in class mx.core.UIComponent
Dispatched by the component when its ToolTip has been hidden and will be discarded soon.
TOOL_TIP_END — Constant static property in 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 in 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 in class mx.events.ToolTipEvent
Constructor.
toolTipField — Property in class mx.controls.NavBar
Name of the the field in the dataProvider object to display as the tooltip label.
toolTipHide — Event in class mx.core.UIComponent
Dispatched by the component when its ToolTip is about to be hidden.
TOOL_TIP_HIDE — Constant static property in 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 in package mx.managers
The ToolTipManager lets you set basic ToolTip and error tip functionality, such as display delay and the disabling of ToolTips.
toolTipShow — Event in class mx.core.UIComponent
Dispatched by the component when its ToolTip is about to be shown.
TOOL_TIP_SHOW — Constant static property in 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 in class mx.controls.dataGridClasses.DataGridItemRenderer
The event handler to position the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — Method in class mx.controls.listClasses.ListItemRenderer
Positions the tooltip.
toolTipShowHandler(event:mx.events:ToolTipEvent) — Method in class mx.controls.listClasses.TileListItemRenderer
Positions the tooltip.
toolTipShown — Event in class mx.core.UIComponent
Dispatched by the component when its ToolTip has been shown.
TOOL_TIP_SHOWN — Constant static property in 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 in 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 in 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 in class mx.validators.EmailValidator
Error message when there is more than one at sign in the e-mail address.
tooShortError — Property in class mx.validators.StringValidator
Error message when the string is shorter than the minLength property.
top — Property in class flash.geom.Rectangle
The y coordinate of the top-left corner of the rectangle.
top — Property in class mx.core.EdgeMetrics
The height, in pixels, of the top edge region.
top — Style in class mx.core.UIComponent
The vertical distance in pixels from the top edge of the component's parent container to the top edge of the component.
TOP — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned at the top.
TOP — Constant static property in class mx.controls.ButtonLabelPlacement
Specifies that the label appears above the icon.
TOP — Constant static property in class mx.controls.ProgressBarLabelPlacement
Specifies to place the label above the progress bar.
topLeft — Property in class flash.geom.Rectangle
The location of the Rectangle object's top-left corner, determined by the x and y coordinates of the point.
TOP_LEFT — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned in the top-left corner.
topLevelId — Property in class lc.core.CompositeMessage
Retrieves the top-level message identifier.
topLevelSystemManager — Property in interface mx.managers.ISystemManager
The ISystemManager responsible for the application window.
topLevelSystemManager — Property in class mx.managers.SystemManager
Returns the SystemManager responsible for the application window.
Top Level — package
The top level contains the core ActionScript classes and global functions.
topMostIndex — Property in class mx.managers.SystemManager
toPrecision(precision:uint) — Method in class int
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — Method in class Number
Returns a string representation of the number either in exponential notation or in fixed-point notation.
toPrecision(precision:uint) — Method in class uint
Returns a string representation of the number either in exponential notation or in fixed-point notation.
TOP_RIGHT — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned in the top-right corner.
toState — Property in class mx.states.Transition
A String specifying the view state that you are changing to when you apply the transition.
toString() — Method in class Array
Returns a string that represents the elements in the specified array.
toString() — Method in class Boolean
Returns the string representation ("true" or "false") of the Boolean object.
toString() — Method in class Date
Returns a String representation of the day, date, time, and timezone.
toString() — Method in class Error
Returns the string "Error" by default or the value contained in Error.message property, if defined.
toString(radix:uint) — Method in class int
Returns the string representation of an int object.
toString() — Method in class Namespace
Equivalent to the Namespace.uri property.
toString(radix:Number) — Method in class Number
Returns the string representation of the specified Number object (myNumber).
toString() — Method in class Object
Returns the string representation of the specified object.
toString() — Method in class QName
Returns a string composed of the URI, and the local name for the QName object, separated by "::".
toString(radix:uint) — Method in class uint
Returns the string representation of a uint object.
toString() — Method in class XML
Returns a string representation of the XML object.
toString() — Method in class XMLList
Returns a string representation of all the XML objects in an XMLList object.
toString() — Method in class flash.events.ActivityEvent
Returns a string that contains all the properties of the ActivityEvent object.
toString() — Method in class flash.events.AsyncErrorEvent
Returns a string that contains all the properties of the AsyncErrorEvent object.
toString() — Method in class flash.events.ContextMenuEvent
Returns a string that contains all the properties of the ContextMenuEvent object.
toString() — Method in class flash.events.DataEvent
Returns a string that contains all the properties of the DataEvent object.
toString() — Method in class flash.events.ErrorEvent
Returns a string that contains all the properties of the ErrorEvent object.
toString() — Method in class flash.events.Event
Returns a string containing all the properties of the Event object.
toString() — Method in class flash.events.FocusEvent
Returns a string that contains all the properties of the FocusEvent object.
toString() — Method in class flash.events.FullScreenEvent
Returns a string that contains all the properties of the FullScreenEvent object.
toString() — Method in class flash.events.HTTPStatusEvent
Returns a string that contains all the properties of the HTTPStatusEvent object.
toString() — Method in class flash.events.IMEEvent
Returns a string that contains all the properties of the IMEEvent object.
toString() — Method in class flash.events.IOErrorEvent
Returns a string that contains all the properties of the IOErrorEvent object.
toString() — Method in class flash.events.KeyboardEvent
Returns a string that contains all the properties of the KeyboardEvent object.
toString() — Method in class flash.events.MouseEvent
Returns a string that contains all the properties of the MouseEvent object.
toString() — Method in class flash.events.NetStatusEvent
Returns a string that contains all the properties of the NetStatusEvent object.
toString() — Method in class flash.events.ProgressEvent
Returns a string that contains all the properties of the ProgressEvent object.
toString() — Method in class flash.events.SecurityErrorEvent
Returns a string that contains all the properties of the SecurityErrorEvent object.
toString() — Method in class flash.events.StatusEvent
Returns a string that contains all the properties of the StatusEvent object.
toString() — Method in class flash.events.SyncEvent
Returns a string that contains all the properties of the SyncEvent object.
toString() — Method in class flash.events.TextEvent
Returns a string that contains all the properties of the TextEvent object.
toString() — Method in class flash.events.TimerEvent
Returns a string that contains all the properties of the TimerEvent object.
toString() — Method in class flash.geom.ColorTransform
Formats and returns a string that describes all of the properties of the ColorTransform object.
toString() — Method in class flash.geom.Matrix
Returns a text value listing the properties of the Matrix object.
toString() — Method in class flash.geom.Point
Returns a string that contains the values of the x and y coordinates.
toString() — Method in class flash.geom.Rectangle
Builds and returns a string that lists the horizontal and vertical positions and the width and height of the Rectangle object.
toString() — Method in class flash.net.URLVariables
Returns a string containing all enumerable variables, in the MIME content encoding application/x-www-form-urlencoded.
toString() — Method in class flash.utils.ByteArray
Converts the byte array to a string.
toString() — Method in class flash.xml.XMLDocument
Returns a string representation of the XML object.
toString() — Method in class flash.xml.XMLNode
Evaluates the specified XMLNode object, constructs a textual representation of the XML structure, including the node, children, and attributes, and returns the result as a string.
toString() — Method in class mx.automation.AutomationID
Serializes the id to a string.
toString() — Method in class mx.collections.ListCollectionView
Pretty prints the contents of this view to a string and returns it.
toString() — Method in 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 in class mx.core.ComponentDescriptor
Returns the string "ComponentDescriptor_" plus the value of the id property.
toString() — Method in class mx.core.FlexBitmap
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.core.FlexMovieClip
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.core.FlexShape
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.core.FlexSimpleButton
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.core.FlexSprite
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.core.FlexTextField
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
toString() — Method in class mx.data.Conflict
toString(value:Object, namespaceURIs:Array, exclude:Array, indent:int, printTypes:Boolean, refs:flash.utils:Dictionary) — Static method in class mx.data.utils.Managed
toString() — Method in class mx.logging.errors.InvalidCategoryError
Returns the messge as a String.
toString() — Method in class mx.logging.errors.InvalidFilterError
Returns the messge as a String.
toString() — Method in 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 in interface mx.managers.IHistoryManagerClient
Converts this object to a unique string.
toString() — Method in class mx.messaging.ChannelSet
Returns a String containing the ids of the Channels in the ChannelSet.
toString() — Method in class mx.messaging.errors.MessagingError
Returns the string "[MessagingError]" by default, and includes the message property if defined.
toString() — Method in class mx.messaging.events.ChannelEvent
Returns a string representation of the ChannelEvent.
toString() — Method in class mx.messaging.events.ChannelFaultEvent
Returns a string representation of the ChannelFaultEvent.
toString() — Method in class mx.messaging.events.MessageAckEvent
Returns a string representation of the MessageAckEvent.
toString() — Method in class mx.messaging.events.MessageEvent
Returns a string representation of the MessageEvent.
toString() — Method in class mx.messaging.events.MessageFaultEvent
Returns a string representation of the MessageFaultEvent.
toString() — Method in class mx.messaging.management.MBeanFeatureInfo
Returns a string representation of the feature info.
toString() — Method in class mx.messaging.management.MBeanInfo
Returns a string representation of the MBean info.
toString() — Method in class mx.messaging.management.ObjectInstance
Returns a string representation of the object name instance.
toString() — Method in class mx.messaging.management.ObjectName
This method will return a string representation of the object name.
toString() — Method in class mx.messaging.messages.AbstractMessage
Returns a string representation of the message.
toString() — Method in class mx.messaging.messages.CommandMessage
Returns a string representation of the message.
toString() — Method in interface mx.messaging.messages.IMessage
This method will return a string representation of the message.
toString() — Method in class mx.resources.Locale
Returns locale in the form language_country_variant if variant is present else language_country
toString() — Method in class mx.rpc.Fault
toString() — Method in class mx.rpc.events.FaultEvent
Returns a string representation of the FaultEvent.
toString() — Method in class mx.rpc.events.HeaderEvent
Returns a string representation of the HeaderEvent.
toString() — Method in class mx.rpc.events.InvokeEvent
Returns a string representation of the InvokeEvent.
toString() — Method in class mx.rpc.events.ResultEvent
Returns a string representation of the ResultEvent.
toString() — Method in class mx.rpc.livecycle.JobStatus
Returns the job status as a String.
toString() — Method in 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 in class mx.rpc.soap.LoadEvent
Returns a String representation of this LoadEvent.
toString() — Method in class mx.rpc.soap.SOAPFault
toString() — Method in 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(value:Object, namespaceURIs:Array, exclude:Array) — Static method in class mx.utils.ObjectUtil
Pretty-prints the specified Object into a String.
totalFrames — Property in class flash.display.MovieClip
The total number of frames in the MovieClip instance.
totalMemory — Static property in class flash.system.System
The amount of memory (in bytes) currently in use by Adobe® Flash® Player.
totalPushTime — Property in 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.
totalsByPrimaryAxis — Property in class mx.charts.chartClasses.StackedSeries
The summed totals of the stacked values.
totalTime — Property in class mx.controls.VideoDisplay
Total length of the media, in seconds.
totalTime — Property in class mx.messaging.messages.MessagePerformanceUtils
Time between this client sending a message and receiving a response for it from the server
toTimeString() — Method in class Date
Returns a String representation of the time and timezone only, and does not include the day and date.
toUpperCase() — Method in class String
Returns a copy of this string, with all lowercase characters converted to uppercase.
toUTCString() — Method in class Date
Returns a String representation of the day, date, and time in universal time (UTC).
toValue — Property in class mx.effects.AnimateProperty
The ending value for the effect.
toValue — Property in class mx.effects.effectClasses.AnimatePropertyInstance
The ending value for the effect.
toXMLString() — Method in class XML
Returns a string representation of the XML object.
toXMLString() — Method in class XMLList
Returns a string representation of all the XML objects in an XMLList object.
toXMLString() — Method in class mx.collections.XMLListCollection
Returns a string representation of the XMLList by calling the toXMLString() method for each XML object in the XMLList.
trace(... rest) — Package function in Top Level
Displays expressions, or writes to log files, while debugging.
TRACE_METHOD — Constant static property in class mx.messaging.messages.HTTPRequestMessage
Indicates that the method used for this request should be "trace".
TraceTarget — Class in package mx.logging.targets
Provides a logger target that uses the global trace() method to output log messages.
TraceTarget() — Constructor in class mx.logging.targets.TraceTarget
Constructor.
track — Property in class flash.media.ID3Info
The track number; corresponds to the ID3 2.0 tag TRCK.
TRACK — Constant static property in class mx.events.SliderEventClickTarget
Specifies that the Slider's track was clicked.
trackAsMenu — Property in class flash.display.MovieClip
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive mouse release events.
trackAsMenu — Property in class flash.display.SimpleButton
Indicates whether other display objects that are SimpleButton or MovieClip objects can receive mouse release events.
trackColors — Style in class mx.controls.scrollClasses.ScrollBar
The colors of the track, as an array of two colors.
trackColors — Style in class mx.controls.sliderClasses.Slider
The colors of the track, as an array of two colors.
trackColors — Style in class mx.controls.ProgressBar
The colors of the track, as an array of two colors.
trackHeight — Style in class mx.controls.ProgressBar
The height of the track in pixels.
trackHighlightSkin — Style in class mx.controls.sliderClasses.Slider
The skin for the slider track when it is selected.
Tracking — Class in package lc.tracking
The Tracking component enables the user to navigate through Process objects and Task object that they have initiated or participated in.
trackingModel — Property in class lc.layout.WorkspaceModel
An instance of the TrackingModel class.
TrackingModel — Class in package lc.tracking
The TrackingModel class provides support for the Tracking component.
TrackingModel() — Constructor in class lc.tracking.TrackingModel
Constructor.
trackMargin — Style in class mx.controls.sliderClasses.Slider
The size of the track margins, in pixels.
trackSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the track of the scroll bar.
trackSkin — Style in class mx.controls.sliderClasses.Slider
The skin for the slider track.
trackSkin — Style in class mx.controls.ProgressBar
Skin style for the progress indicator track.
TRANSACTED_OPERATION — Constant static property in class mx.data.messages.DataMessage
This operation is similar to the MULTI_BATCH_OPERATION with the addition that the server should encapsulate the multiple batches of messages within a transaction.
transform — Property in class flash.display.DisplayObject
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
transform(formatObject:Object) — Method in class flash.text.StyleSheet
Extends the CSS parsing capability.
Transform — Class in package flash.geom
The Transform class collects data about color transformations and coordinate transformations that are applied to a display object.
transformCache(cache:Array, field:String, convertedField:String) — Method in class mx.charts.CategoryAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, xField:String, xConvertedField:String, yField:String, yConvertedField:String) — Method in 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 in class mx.charts.chartClasses.DataTransform
Maps a set of numeric values representing data to screen coordinates.
transformCache(cache:Array, field:String, convertedField:String) — Method in interface mx.charts.chartClasses.IAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, field:String, convertedField:String) — Method in class mx.charts.chartClasses.NumericAxis
Maps a set of values from data space to screen space.
transformCache(cache:Array, xField:String, xConvertedField:String, yField:String, yConvertedField:String) — Method in class mx.charts.chartClasses.PolarTransform
Maps a set of numeric values representing data to screen coordinates.
transformChange — Event in 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 in class mx.events.FlexEvent
The FlexEvent.TRANSFORM_CHANGE constant defines the value of the type property of the event object for a transformChange event.
transformPoint(point:flash.geom:Point) — Method in class flash.geom.Matrix
Returns the result of applying the geometric transformation represented by the Matrix object to the specified point.
transforms — Property in class mx.charts.chartClasses.ChartBase
The DataTransforms managed by this chart.
Transition — Class in package mx.states
The Transition class defines a set of effects that play in response to a change of view state.
Transition() — Constructor in class mx.states.Transition
Constructor.
transitionRenderData — Property in class mx.charts.chartClasses.Series
A render data structure passed in by a running transtion.
transitions — Property in class mx.core.UIComponent
An Array of Transition objects, where each Transition object defines a set of effects to play when a view state change occurs.
translate(dx:Number, dy:Number) — Method in class flash.geom.Matrix
Translates the matrix along the x and y axes, as specified by the dx and dy parameters.
transparent — Property in class flash.display.BitmapData
Defines whether the bitmap image supports per-pixel transparency.
transport — Property in 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 in package mx.controls
The Tree control lets a user view hierarchical data arranged as an expandable tree.
Tree() — Constructor in class mx.controls.Tree
Constructor.
TreeAccImpl — Class in package mx.accessibility
The TreeAccImpl class is the accessibility class for Tree.
TreeAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.TreeAccImpl
Constructor.
TreeAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the Tree control.
TreeAutomationImpl(obj:mx.controls:Tree) — Constructor in class mx.automation.delegates.controls.TreeAutomationImpl
Constructor.
TreeEvent — Class in 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 in class mx.events.TreeEvent
Constructor.
TreeItemRenderer — Class in package mx.controls.treeClasses
The TreeItemRenderer class defines the default item renderer for a Tree control.
TreeItemRenderer() — Constructor in class mx.controls.treeClasses.TreeItemRenderer
Constructor.
TreeItemRendererAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the TreeItemRenderer class.
TreeItemRendererAutomationImpl(obj:mx.controls.treeClasses:TreeItemRenderer) — Constructor in class mx.automation.delegates.controls.TreeItemRendererAutomationImpl
Constructor.
TreeListData — Class in 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 in class mx.controls.treeClasses.TreeListData
Constructor.
TreeView — Class in package ga.views
Provides the form guide sections and panels in a tree structure that mimics the form guide hierarchy created in Guide Builder.
TreeView() — Constructor in class ga.views.TreeView
Sets up the event listeners and initializes the tree structure.
TriangleItemRenderer — Class in package mx.charts.renderers
A simple chart itemRenderer implementation that fills an upright triangle in its assigned area.
TriangleItemRenderer() — Constructor in class mx.charts.renderers.TriangleItemRenderer
Constructor.
trigger — Property in class mx.validators.Validator
Specifies the component generating the event that triggers the validator.
triggerEvent — Property in class mx.automation.events.ListItemSelectEvent
Event that triggered the item selection event, such as a keyboard or mouse event.
triggerEvent — Property in class mx.effects.EffectInstance
triggerEvent — Property in class mx.events.CalendarLayoutChangeEvent
The event that triggered the change of the date; usually a change event.
triggerEvent — Property in class mx.events.DateChooserEvent
The event that triggered this change; usually a scroll.
triggerEvent — Property in 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 in class mx.events.IndexChangedEvent
The event that triggered this event.
triggerEvent — Property in 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 in class mx.events.SliderEvent
Indicates the type of input action.
triggerEvent — Property in class mx.events.TreeEvent
The low level MouseEvent or KeyboardEvent that triggered this event or null if this event was triggered programatically.
triggerEvent — Property in class mx.validators.Validator
Specifies the event that triggers the validation.
trim(str:String) — Static method in class mx.utils.StringUtil
Removes all whitespace characters from the beginning and end of the specified string.
trimArrayElements(value:String, delimiter:String) — Static method in 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 in class mx.graphics.RectangularDropShadow
The corner radius of the top right corner of the rounded rectangle that is casting the shadow.
true — Statement
A Boolean value representing true.
truncateToFit — Property in 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 in 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.
trustContent — Property in class mx.controls.SWFLoader
If true, the content is loaded into your security domain.
try..catch..finally — Statement
Encloses a block of code in which an error can occur, and then responds to the error.
tween — Property in class mx.effects.effectClasses.TweenEffectInstance
The Tween object, which determines the animation.
Tween — Class in 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) — Constructor in class mx.effects.Tween
Constructor.
TweenEffect — Class in package mx.effects
The TweenEffect class is the superclass for all effects that are based on the Tween object.
TweenEffect(target:Object) — Constructor in class mx.effects.TweenEffect
Constructor.
TweenEffectInstance — Class in package mx.effects.effectClasses
The TweenEffectInstance class implements the instance class for the TweenEffect.
TweenEffectInstance(target:Object) — Constructor in class mx.effects.effectClasses.TweenEffectInstance
Constructor.
tweenEnd — Event in class mx.effects.MaskEffect
Dispatched when the effect ends.
tweenEnd — Event in class mx.effects.TweenEffect
Dispatched when the tween effect ends.
TWEEN_END — Constant static property in 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 in package mx.events
Represents event objects that are specific to Flex tween effects.
TweenEvent(type:String, bubbles:Boolean, cancelable:Boolean, value:Object) — Constructor in class mx.events.TweenEvent
Constructor.
tweenEventHandler(event:mx.events:TweenEvent) — Method in class mx.effects.MaskEffect
Called when the TweenEffect dispatches a TweenEvent.
tweenEventHandler(event:mx.events:TweenEvent) — Method in class mx.effects.TweenEffect
Called when the TweenEffect dispatches a TweenEvent.
tweeningProperties — Property in interface mx.core.IUIComponent
Used by EffectManager.
tweeningProperties — Property in class mx.core.UIComponent
Array of properties that are currently being tweened on this object.
tweeningProperties — Property in class mx.core.UITextField
Array of properties that are currently being tweened on this object.
tweenStart — Event in class mx.effects.MaskEffect
Dispatched when the effect starts, which corresponds to the first call to the onMoveTweenUpdate() and onScaleTweenUpdate() methods.
tweenStart — Event in 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 in 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 in class mx.effects.MaskEffect
Dispatched every time the effect updates the target.
tweenUpdate — Event in class mx.effects.TweenEffect
Dispatched every time the tween effect updates the target.
TWEEN_UPDATE — Constant static property in class mx.events.TweenEvent
The TweenEvent.TWEEN_UPDATE constant defines the value of the event object's type property for a tweenUpdate event.
TwoColumn — Class in package ga.layouts
Defines the default Two Column panel layout available in Guide Builder.
tx — Property in class flash.geom.Matrix
The distance by which to translate each point along the x axis.
ty — Property in class flash.geom.Matrix
The distance by which to translate each point along the y axis.
type — Property in class flash.events.Event
The type of event.
type — Property in class flash.filters.BevelFilter
The placement of the bevel on the object.
type — Property in class flash.filters.GradientBevelFilter
The placement of the bevel effect.
type — Property in class flash.filters.GradientGlowFilter
The placement of the filter effect.
type — Property in class flash.net.FileReference
The file type.
type — Property in class flash.text.TextField
The type of the text field.
type — Property in class lc.domain.AttachmentInfo
The type of attachment.
type — Property in class lc.domain.DocumentReference
The MIME type of the document.
type — Property in class lc.domain.ProcessVariable
The type of the process variable.
type — Property in class lc.domain.QueueBase
The type of the queue.
type — Property in class lc.domain.SearchFilterAttribute
The type of the search filter attribute.
type — Property in class mx.charts.AreaChart
Type of area chart to render.
type — Property in class mx.charts.BarChart
The type of bar chart to render.
type — Property in class mx.charts.ColumnChart
The type of the column chart.
type — Property in class mx.charts.chartClasses.StackedSeries
The grouping behavior of this series.
type — Property in class mx.charts.effects.SeriesEffect
The type of transition this effect is being used for.
type — Property in class mx.charts.effects.effectClasses.SeriesEffectInstance
The type of transition this effect is being used for.
type — Property in class mx.core.ComponentDescriptor
The Class of the component, as specified in MXML.
type — Property in class mx.data.CacheDataDescriptor
Returns the type of data this cache descriptor is associated with Valid values are: CacheDataDescriptor.FILL - descriptor is for a filled collection. CacheDataDescriptor.ITEM - descriptor is for a managed item.
type — Property in class mx.messaging.management.MBeanAttributeInfo
The data type of the attribute.
type — Property in class mx.messaging.management.MBeanParameterInfo
The data type of the operation parameter.
type — Property in class mx.utils.ObjectProxy
The qualified type name associated with this object.
TYPE_ADMINREASSIGNMENT — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment was assigned by the administrator.
TYPE_ADMINREASSIGNMENT — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was reassigned by the administrator.
TYPE_ATTACHMENT — Constant static property in class lc.domain.AttachmentInfo
A special value that specifies an attachment is being stored.
TYPE_CLAIM — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment is of type claim.
TYPE_CLAIM — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was claimed.
TYPE_CONSULT — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment type is of type consult.
TYPE_CONSULT — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was consulted.
TypeError — Dynamic class in Top Level
A TypeError exception is thrown when the actual type of an operand is different from the expected type.
TypeError(message:String) — Constructor in class TypeError
Creates a new TypeError object.
TYPE_ESCALATION — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment is of type escalation.
TYPE_ESCALATION — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was escalated.
TYPE_FORWARD — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment is of type forward.
TYPE_FORWARD — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was forwarded.
TYPE_INITIAL — Constant static property in class lc.AssignmentConstants
A special value that specifies the initial assignment.
TYPE_INITIAL — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was initially assigned.
TYPE_NOTE — Constant static property in class lc.domain.AttachmentInfo
A special value that specifies a note is being stored.
typeof — Operator
Evaluates expression and returns a string specifying the expression's data type.
TYPE_REJECT — Constant static property in class lc.AssignmentConstants
A special value that specifies the assignment is of type reject.
TYPE_REJECT — Constant static property in class lc.domain.Assignment
A special value that specifies that the task was rejected.
typeSelectorCache — Static property in class mx.styles.StyleManager
typeValue(assignmentType:Number) — Static method in class lc.AssignmentConstants
Retrieves a localized string that corresponds to the passed assignment type.
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/all-index-T.html