| 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 |
| data — Property in class mx.containers.accordionClasses.AccordionHeader |
|
Stores a reference to the content associated with the header. |
| data — Property in class mx.controls.Button |
|
The data property lets you pass a value
to the component when you use it as an item renderer or item editor. |
| data — Property in class mx.controls.ComboBox |
|
The data property lets you pass a value
to the component when you use it in an item renderer or item editor. |
| data — Property in class mx.controls.DateField |
|
The data property lets you pass a value
to the component when you use it in an item renderer or item editor. |
| data — Property in class mx.controls.Label |
|
Lets you pass a value to the component
when you use it in an item renderer or item editor. |
| data — Property in class mx.controls.TextInput |
|
Lets you pass a value to the component
when you use it in an item renderer or item editor. |
| data — Property in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
The implementation of the data property as
defined by the IDataRenderer interface. |
| data — Property in class mx.controls.listClasses.ListBase |
|
The item in the data provider this component should render when
this component is used as an item renderer or item editor. |
| data — Property in class mx.controls.listClasses.ListBaseSelectionData |
|
The data Object that is selected (selectedItem)
|
| data — Property in class mx.controls.listClasses.ListItemRenderer |
|
The implementation of the data property
as defined by the IDataRenderer interface. |
| data — Property in class mx.controls.listClasses.ListRowInfo |
|
The item in the dataprovider. |
| data — Property in class mx.controls.menuClasses.MenuBarItem |
|
The implementation of the data property
as defined by the IDataRenderer interface. |
| data — Property in class mx.controls.menuClasses.MenuItemRenderer |
|
The implementation of the data property
as defined by the IDataRenderer interface. |
| data — Property in class mx.controls.treeClasses.TreeItemRenderer |
|
The implementation of the data property as
defined by the IDataRenderer interface. |
| data — Property in class mx.core.Container |
|
The data property lets you pass a value
to the component when you use it in an item renderer or item editor. |
| data — Property in interface mx.core.IDataRenderer |
|
The data to render or edit. |
| data — Property in interface mx.modules.IModuleInfo |
|
User data that can be associated with the singleton IModuleInfo
for a given URL. |
| dataChange — Event in class mx.controls.Button |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.ComboBox |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.DateField |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.Label |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.TextInput |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.listClasses.ListBase |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.listClasses.ListItemRenderer |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.menuClasses.MenuItemRenderer |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.controls.treeClasses.TreeItemRenderer |
|
Dispatched when the data property changes. |
| dataChange — Event in class mx.core.Container |
|
Dispatched when the data property changes. |
| DATA_CHANGE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.DATA_CHANGE constant defines the value of the
type property of the event object for a dataChange event. |
| dataDescriptor — Property in class mx.controls.Menu |
|
The object that accesses and manipulates data in the data provider. |
| dataDescriptor — Property in class mx.controls.MenuBar |
|
The object that accesses and manipulates data in the data provider. |
| dataDescriptor — Property in class mx.controls.Tree |
|
Returns the current ITreeDataDescriptor. |
| dataEffectCompleted — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates that the a data change effect has
just completed. |
| dataField — Property in class mx.controls.dataGridClasses.DataGridColumn |
|
The name of the field or property in the data provider item associated
with the column. |
| dataField — Property in class mx.controls.dataGridClasses.DataGridListData |
|
Name of the field or property in the data provider associated with the column. |
| dataField — Property in class mx.events.DataGridEvent |
|
The name of the field or property in the data associated with the column. |
| dataForFormat(format) — Method in class mx.core.DragSource |
|
Retrieves the data for the specified format. |
| dataGrid — Property in class mx.controls.dataGridClasses.DataGridHeader |
|
The DataGrid control associated with this renderer. |
| DataGrid — Class in package mx.controls |
|
The DataGrid control is like a List except that it can
show more than one column of data making it suited for showing
objects with multiple properties. |
| DataGrid() — Constructor in class mx.controls.DataGrid |
|
Constructor. |
| DataGridAccImpl — Class in package mx.accessibility |
|
The DataGridAccImpl class is the accessibility class for DataGrid. |
| DataGridAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.DataGridAccImpl |
|
Creates a new DataGridAccImpl instance for the specified DataGrid component. |
| DataGridBase — Class in package mx.controls.dataGridClasses |
|
The DataGridBase class is the base class for controls
that display lists of items in multiple columns. |
| DataGridBase() — Constructor in class mx.controls.dataGridClasses.DataGridBase |
|
Constructor. |
| DataGridColumn — Class in package mx.controls.dataGridClasses |
|
The DataGridColumn class describes a column in a DataGrid control. |
| DataGridColumn(columnName) — Constructor in class mx.controls.dataGridClasses.DataGridColumn |
|
Constructor. |
| DataGridColumnDropIndicator — Class in package mx.skins.halo |
|
The skin for the column drop indicator in a DataGrid. |
| DataGridColumnDropIndicator() — Constructor in class mx.skins.halo.DataGridColumnDropIndicator |
|
Constructor. |
| DataGridDragProxy — Class in package mx.controls.dataGridClasses |
|
The DataGridDragProxy class defines the default drag proxy
used when dragging data from a DataGrid control. |
| DataGridDragProxy() — Constructor in class mx.controls.dataGridClasses.DataGridDragProxy |
|
Constructor. |
| DataGridEvent — Class in package mx.events |
|
The DataGridEvent class represents event objects that are specific to
the DataGrid control, such as the event that is dispatched when an
editable grid item gets the focus. |
| DataGridEvent(type, bubbles, cancelable, columnIndex, dataField, rowIndex, reason, itemRenderer:mx.controls.listClasses:IListItemRenderer, localX) — Constructor in class mx.events.DataGridEvent |
|
Constructor. |
| DataGridEventReason — Final class in package mx.events |
|
The DataGridEventReason class defines constants for the values
of the reason property of a DataGridEvent object
when the type property is itemEditEnd. |
| DataGridHeader — Class in package mx.controls.dataGridClasses |
|
The DataGridHeader class defines the default header
renderer for a DataGrid control. |
| DataGridHeader() — Constructor in class mx.controls.dataGridClasses.DataGridHeader |
|
Constructor. |
| DataGridHeaderBase — Class in package mx.controls.dataGridClasses |
|
The DataGridHeaderBase class defines the base class for the DataGridHeader class,
the class that defines the item renderer for the DataGrid control. |
| DataGridHeaderBase() — Constructor in class mx.controls.dataGridClasses.DataGridHeaderBase |
|
Constructor. |
| DataGridItemRenderer — Class in package mx.controls.dataGridClasses |
|
The DataGridItemRenderer class defines the default item renderer for a DataGrid control. |
| DataGridItemRenderer() — Constructor in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Constructor. |
| DataGridListData — Class in package mx.controls.dataGridClasses |
|
The DataGridListData class defines the data type of the listData property that is
implemented by drop-in item renderers or drop-in item editors for the DataGrid control. |
| DataGridListData(text, dataField, columnIndex, uid, owner:mx.core:IUIComponent, rowIndex) — Constructor in class mx.controls.dataGridClasses.DataGridListData |
|
Constructor. |
| DataGridLockedRowContentHolder — Class in package mx.controls.dataGridClasses |
|
The DataGridLockedRowContentHolder class defines a container in a DataGrid control
of all of the control's item renderers and item editors. |
| DataGridLockedRowContentHolder(parentList:mx.controls.listClasses:ListBase) — Constructor in class mx.controls.dataGridClasses.DataGridLockedRowContentHolder |
|
Constructor. |
| dataItemWrappersByRenderer — Property in class mx.controls.listClasses.ListBase |
|
A dictionary mapping item renderers to the ItemWrappers
used to supply their data. |
| dataProvider — Property in class mx.controls.ComboBase |
|
The set of items this component displays. |
| dataProvider — Property in class mx.controls.ComboBox |
|
|
| dataProvider — Property in class mx.controls.MenuBar |
|
The hierarchy of objects that are displayed as MenuBar items and menus. |
| dataProvider — Property in class mx.controls.NavBar |
|
Data used to populate the navigator control. |
| dataProvider — Property in class mx.controls.Tree |
|
An object that contains the data to be displayed. |
| dataProvider — Property in class mx.controls.listClasses.ListBase |
|
Set of data to be viewed. |
| dataProvider — Property in class mx.controls.menuClasses.MenuBarItem |
|
The object that provides the data for the Menu that is popped up
when this MenuBarItem is selected. |
| dataProvider — Property in interface mx.core.IRepeater |
|
The data provider used by this Repeater to create repeated instances
of its children. |
| dataTipField — Property in class mx.controls.dataGridClasses.DataGridColumn |
|
The name of the field in the data provider to display as the datatip. |
| dataTipField — Property in class mx.controls.listClasses.ListBase |
|
Name of the field in the data provider items to display as the
data tip. |
| dataTipFormatFunction — Property in class mx.controls.sliderClasses.Slider |
|
Callback function that formats the data tip text. |
| dataTipFunction — Property in class mx.controls.dataGridClasses.DataGridColumn |
|
Specifies a callback function to run on each item of the data provider
to determine its dataTip. |
| dataTipFunction — Property in class mx.controls.listClasses.ListBase |
|
User-supplied function to run on each item to determine its dataTip. |
| dataTipOffset — Style in class mx.controls.sliderClasses.Slider |
|
The offset, in pixels, of the data tip relative to the thumb. |
| dataTipPrecision — Style in class mx.controls.sliderClasses.Slider |
|
Number of decimal places to use for the data tip text. |
| dataTipStyleName — Style in class mx.controls.sliderClasses.Slider |
|
The name of the style declaration to use for the data tip. |
| DateChooser — Class in package mx.controls |
|
The DateChooser control displays the name of a month, the year,
and a grid of the days of the month, with columns labeled
for the day of the week. |
| DateChooser() — Constructor in class mx.controls.DateChooser |
|
Constructor. |
| DateChooserAccImpl — Class in package mx.accessibility |
|
The DateChooserAccImpl class, also called the DateChooser Accessibility Implementation class,
enables communication between a Button component and a screen reader. |
| DateChooserAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.DateChooserAccImpl |
|
Creates a new DateChooserAccImpl instance for the specified DateChooser component. |
| DateChooserEvent — Class in package mx.events |
|
The DateChooserEvent class represents the event object passed to
the event listener for the scroll event for
the DateChooser and DateField controls. |
| DateChooserEvent(type, bubbles, cancelable, detail, triggerEvent) — Constructor in class mx.events.DateChooserEvent |
|
Constructor. |
| DateChooserEventDetail — Final class in package mx.events |
|
Constants that define the values of the detail property
of a DateChooserEvent object. |
| DateChooserIndicator — Class in package mx.skins.halo |
|
The skins of the DateChooser's indicators for
displaying today, rollover and selected dates. |
| DateChooserIndicator() — Constructor in class mx.skins.halo.DateChooserIndicator |
|
Constructor
|
| dateChooserStyleName — Style in class mx.controls.DateField |
|
Name of the CSS Style declaration to use for the styles for the
DateChooser control's drop-down list. |
| dateCompare(a, b) — Static method in class mx.utils.ObjectUtil |
|
Compares the two Date objects and returns an integer value
indicating if the first Date object is before, equal to,
or after the second item. |
| DateField — Class in package mx.controls |
|
The DateField control is a text field that shows the date
with a calendar icon on its right side. |
| DateField() — Constructor in class mx.controls.DateField |
|
Constructor
|
| DateFieldAccImpl — Class in package mx.accessibility |
|
The DateFieldAccImpl class, also called the DateField Accessibility Implementation class,
enables communication between a Button component and a screen reader. |
| DateFieldAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.DateFieldAccImpl |
|
Creates a new DateFieldAccImpl instance for the specified DateField component. |
| dateToString(value, outputFormat) — Static method in class mx.controls.DateField |
|
Formats a Date into a String according to the outputFormat argument. |
| dayNames — Property in class mx.controls.DateChooser |
|
The weekday names for DateChooser control. |
| dayNames — Property in class mx.controls.DateField |
|
Weekday names for DateChooser control. |
| deactivate() — Method in class mx.managers.FocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| deactivate() — Method in interface mx.managers.IFocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| deactivate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager |
|
Deactivates the FocusManager in an IFocusManagerContainer, and activate
the FocusManager of the next highest window that is an IFocusManagerContainer. |
| deactivate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager |
|
Deactivates the FocusManager in an IFocusManagerContainer, and activate
the FocusManager of the next highest window that is an IFocusManagerContainer. |
| decimalSeparatorFrom — Property in class mx.formatters.NumberBase |
|
Decimal separator character to use
when parsing an input String. |
| decimalSeparatorFrom — Property in class mx.formatters.NumberFormatter |
|
Decimal separator character to use
when parsing an input String. |
| decimalSeparatorTo — Property in class mx.formatters.NumberBase |
|
Decimal separator character to use
when outputting formatted decimal numbers. |
| decimalSeparatorTo — Property in class mx.formatters.NumberFormatter |
|
Decimal separator character to use
when outputting formatted decimal numbers. |
| DEFAULT — Constant static property in class mx.core.EventPriority |
|
Event handlers on component instances are executed with the default
priority, 0. |
| defaultButton — Property in class mx.core.Container |
|
The Button control designated as the default button
for the container. |
| defaultButton — Property in interface mx.core.IContainer |
| |
| defaultButton — Property in class mx.managers.FocusManager |
|
A reference to the original default Button control. |
| defaultButton — Property in interface mx.managers.IFocusManager |
|
A reference to the original default Button control. |
| defaultButtonEnabled — Property in class mx.managers.FocusManager |
|
A flag that indicates whether the FocusManager should
check for the Enter key being pressed to activate the default button. |
| defaultButtonEnabled — Property in interface mx.managers.IFocusManager |
|
A flag that indicates whether the FocusManager should
check for the Enter key being pressed to activate the default button. |
| defaultButtonFlag — Property in class mx.controls.Alert |
|
A bitflag that contains either Alert.OK,
Alert.CANCEL, Alert.YES,
or Alert.NO to specify the default button. |
| defaultColumnCount — Property in class mx.controls.listClasses.ListBase |
|
The default number of columns to display. |
| DefaultDataDescriptor — Class in package mx.controls.treeClasses |
|
The DefaultDataDescriptor class provides a default implementation for
accessing and manipulating data for use in controls such as Tree and Menu. |
| DefaultDataDescriptor() — Constructor in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Constructor
|
| defaultDragImageSkin — Style in class mx.managers.DragManager |
|
Skin used to draw the default drag image,
which is also called the drag proxy. |
| defaultFactory — Property in class mx.styles.CSSStyleDeclaration |
|
This function, if it isn't null,
is usually autogenerated by the MXML compiler. |
| defaultFilterFunction(propChanges, instanceTarget) — Method in class mx.effects.EffectTargetFilter |
|
The default filter function for the EffectTargetFilter class. |
| DEFAULT_HANDLER — Constant static property in class mx.core.EventPriority |
|
Some components listen to events that they dispatch on themselves
and let other listeners call the preventDefault()
method to tell the component not to perform a default action. |
| defaultInvalidFormatError — Static property in class mx.formatters.Formatter |
|
Error message for an invalid format string specified to the formatter. |
| defaultInvalidValueError — Static property in class mx.formatters.Formatter |
|
Error messages for an invalid value specified to the formatter. |
| defaultLeafIcon — Style in class mx.controls.Tree |
|
Specifies the default icon for a leaf item. |
| DEFAULT_MAX_HEIGHT — Constant static property in class mx.core.UIComponent |
|
The default value for the maxHeight property. |
| DEFAULT_MAX_WIDTH — Constant static property in class mx.core.UIComponent |
|
The default value for the maxWidth property. |
| DEFAULT_MEASURED_HEIGHT — Constant static property in class mx.core.UIComponent |
|
The default value for the measuredHeight property. |
| DEFAULT_MEASURED_MIN_HEIGHT — Constant static property in class mx.core.UIComponent |
|
The default value for the measuredMinHeight property. |
| DEFAULT_MEASURED_MIN_WIDTH — Constant static property in class mx.core.UIComponent |
|
The default value for the measuredMinWidth property. |
| DEFAULT_MEASURED_WIDTH — Constant static property in class mx.core.UIComponent |
|
The default value for the measuredWidth property. |
| defaultRowCount — Property in class mx.controls.listClasses.ListBase |
|
The default number of rows to display. |
| defaultTextFormat — Property in interface mx.core.IUITextField |
|
|
| DELETE — Constant static property in class mx.events.PropertyChangeEventKind |
|
Indicates that the property was deleted from the object. |
| deleteInstance(instance:mx.effects:IEffectInstance) — Method in class mx.effects.Effect |
|
Removes event listeners from an instance
and removes it from the list of instances. |
| deleteInstance(instance:mx.effects:IEffectInstance) — Method in interface mx.effects.IEffect |
|
Removes event listeners from an instance
and removes it from the list of instances. |
| deleteProperty(name) — Method in class mx.utils.ObjectProxy |
|
Deletes the specified property on the proxied object and
sends notification of the delete to the handler. |
| deleteReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in interface mx.core.IDeferredInstantiationUIComponent |
|
Deletes the id reference to this IUIComponent object
on its parent document object. |
| deleteReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent |
|
Deletes the id reference to this IUIComponent object
on its parent document object. |
| delta — Property in class mx.events.ScrollEvent |
|
The change in the scroll position value that resulted from
the scroll. |
| depth — Property in class mx.controls.treeClasses.TreeListData |
|
The level of the item in the tree. |
| depthColors — Style in class mx.controls.Tree |
|
Array of colors used in the Tree control, in descending order. |
| descendants(name) — Method in class mx.collections.XMLListCollection |
|
Calls the descendants() method of each XML object in the
XMLList and returns an XMLList containing the results. |
| descending — Property in class mx.collections.SortField |
|
Specifies whether the this field should be sorted in descending
order. |
| description — Property in class flash.accessibility.AccessibilityProperties |
|
Provides a description for this display object in the accessible presentation. |
| descriptor — Property in interface mx.core.IDeferredInstantiationUIComponent |
|
Reference to the UIComponentDescriptor, if any, that was used
by the createComponentFromDescriptor() method to create this
UIComponent instance. |
| descriptor — Property in class mx.core.UIComponent |
|
Reference to the UIComponentDescriptor, if any, that was used
by the createComponentFromDescriptor() method to create this
UIComponent instance. |
| designMode — Static property in class mx.core.UIComponentGlobals |
|
A global flag that can be read by any component to determine
whether it is currently executing in the context of a design
tool such as Flex Builder's design view. |
| destroyItemEditor() — Method in class mx.controls.DataGrid |
|
This method closes an item editor currently open on an item renderer. |
| destroyItemEditor() — Method in class mx.controls.List |
|
Closes an item editor that is currently open on an item. |
| destroyRow(i, numCols) — Method in class mx.controls.listClasses.ListBase |
|
Recycle a row that we don't need anymore
and remove its indicators
|
| destroyToolTip(toolTip:mx.core:IToolTip) — Static method in class mx.managers.ToolTipManager |
|
Destroys a specified ToolTip that was created by the createToolTip() method. |
| detail — Property in class mx.events.CloseEvent |
|
Identifies the button in the popped up control that was clicked. |
| detail — Property in class mx.events.DateChooserEvent |
|
Indicates the direction of scrolling. |
| detail — Property in class mx.events.ScrollEvent |
|
Provides the details of the scroll activity. |
| determineTextFormatFromStyles() — Method in class mx.core.UIComponent |
|
Returns a UITextFormat object corresponding to the text styles
for this UIComponent. |
| direction — Property in class mx.containers.Box |
|
The direction in which this Box container lays out its children. |
| direction — Property in class mx.containers.FormItem |
|
Direction of the FormItem subcomponents. |
| direction — Property in class mx.controls.scrollClasses.ScrollBar |
|
Specifies whether the ScrollBar is for horizontal or vertical scrolling. |
| direction — Property in class mx.controls.sliderClasses.Slider |
|
The orientation of the slider control. |
| direction — Property in class mx.events.ScrollEvent |
|
The direction of motion. |
| direction — Property in class mx.skins.halo.ListDropIndicator |
|
Should the skin draw a horizontal line or vertical line. |
| disableAutoUpdate() — Method in interface mx.collections.ICollectionView |
|
Prevents changes to the collection itself and items within the
collection from being dispatched by the view. |
| disableAutoUpdate() — Method in class mx.collections.ListCollectionView |
|
Prevents changes to the collection itself and items within the
collection from being dispatched by the view. |
| disabledColor — Style in class mx.containers.FormHeading |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.Button |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.ColorPicker |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.ComboBox |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.DateChooser |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.DateField |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.Label |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.MenuBar |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.TextInput |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.ToolTip |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.listClasses.ListItemRenderer |
|
Text color of the component if it is disabled. |
| disabledColor — Style in class mx.controls.menuClasses.MenuBarItem |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.controls.menuClasses.MenuItemRenderer |
|
Color of the menu item if it is disabled. |
| disabledColor — Style in class mx.controls.treeClasses.TreeItemRenderer |
|
Color of the component if it is disabled. |
| disabledColor — Style in class mx.core.Container |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.core.ScrollControlBase |
|
Color of text in the component if it is disabled. |
| disabledColor — Style in class mx.core.UITextField |
|
Color of text in the component if it is disabled. |
| disabledDays — Property in class mx.controls.DateChooser |
|
The days to disable in a week. |
| disabledDays — Property in class mx.controls.DateField |
|
Days to disable in a week. |
| disabledIcon — Style in class mx.controls.Button |
|
Name of the class to use as the icon
when the button is disabled and not selected. |
| disabledIconColor — Style in class mx.controls.CheckBox |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.ColorPicker |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.ComboBox |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.DataGrid |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.DateChooser |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.DateField |
|
The color for the icon in a disabled skin. |
| disabledIconColor — Style in class mx.controls.RadioButton |
|
The color for the icon in a disabled skin. |
| disabledOverlayAlpha — Style in class mx.core.Container |
|
The alpha value for the overlay that is placed on top of the
container when it is disabled. |
| disabledRanges — Property in class mx.controls.DateChooser |
|
Disables single and multiple days. |
| disabledRanges — Property in class mx.controls.DateField |
|
Disables single and multiple days. |
| disabledSkin — Style in class mx.controls.Button |
|
Name of the class to use as the skin for the background and border
when the button is not selected and is disabled. |
| disabledSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the control is disabled. |
| disclosureClosedIcon — Style in class mx.controls.Tree |
|
Specifies the icon that is displayed next to a parent item that is closed so that its
children are not displayed (the subtree is collapsed). |
| disclosureIcon — Property in class mx.controls.treeClasses.TreeItemRenderer |
|
The internal IFlexDisplayObject that displays the disclosure icon
in this renderer. |
| disclosureIcon — Property in class mx.controls.treeClasses.TreeListData |
|
A Class representing the disclosure icon for the item in the Tree control. |
| disclosureOpenIcon — Style in class mx.controls.Tree |
|
Specifies the icon that is displayed next to a parent item that is open so that its
children are displayed. |
| dispatcher — Property in class mx.utils.ObjectProxy |
|
A reference to the EventDispatcher for this proxy. |
| dispatchEvent(event) — Method in class mx.collections.ListCollectionView |
|
|
| dispatchEvent(event) — Method in class mx.core.UIComponent |
|
Dispatches an event into the event flow. |
| dispatchEvent — Property in class mx.events.TreeEvent |
|
Whether to dispatch an event (ITEM_OPEN or
ITEM_CLOSE) after the open or close animation
is complete. |
| dispatchEvent(event) — Method in class mx.utils.ObjectProxy |
|
Dispatches an event into the event flow. |
| displayAsPassword — Property in class mx.controls.TextInput |
|
Indicates whether this control is used for entering passwords. |
| displayAsPassword — Property in interface mx.core.IUITextField |
|
|
| displayedMonth — Property in class mx.controls.DateChooser |
|
Used together with the displayedYear property,
the displayedMonth property specifies the month
displayed in the DateChooser control. |
| displayedMonth — Property in class mx.controls.DateField |
|
Used with the displayedYear property,
the displayedMonth property
specifies the month displayed in the DateChooser control. |
| displayedYear — Property in class mx.controls.DateChooser |
|
Used together with the displayedMonth property,
the displayedYear property specifies the month
displayed in the DateChooser control. |
| displayedYear — Property in class mx.controls.DateField |
|
Used with the displayedMonth property,
the displayedYear property determines
which year is displayed in the DateChooser control. |
| displayObjectToString(displayObject) — Static method in class mx.utils.NameUtil |
|
Returns a string, such as
"MyApplication0.addressForm.lastName.TextField17",
for a DisplayObject object that indicates its position in the
hierarchy of DisplayObject objects in an application. |
| distance — Property in class mx.graphics.RectangularDropShadow |
|
|
| dock — Property in class mx.containers.ApplicationControlBar |
|
If true, specifies that the ApplicationControlBar should be docked to the
top of the application. |
| document — Property in class mx.core.ComponentDescriptor |
|
A reference to the document Object in which the component
is to be created. |
| document — Property in interface mx.core.IUIComponent |
|
A reference to the document object associated with this component. |
| document — Property in class mx.core.UIComponent |
|
A reference to the document object associated with this UIComponent. |
| document — Property in class mx.core.UITextField |
|
A reference to the document object associated with this UITextField object. |
| document — Property in interface mx.managers.ISystemManager |
|
A reference to the document object. |
| document — Property in class mx.managers.SystemManager |
|
A reference to the document object. |
| doDrag(dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, mouseEvent, dragImage:mx.core:IFlexDisplayObject, xOffset, yOffset, imageAlpha, allowMove) — Static method in class mx.managers.DragManager |
|
Initiates a drag and drop operation. |
| doubleClickEnabled — Property in interface mx.core.IContainer |
|
|
| doubleClickEnabled — Property in interface mx.core.IUITextField |
|
|
| doubleClickEnabled — Property in class mx.core.UIComponent |
|
Specifies whether the UIComponent object receives doubleClick events. |
| DOWN — Constant static property in class mx.formatters.NumberBaseRoundType |
|
Rounds a number down to an integer that is both closest to,
and less than or equal to, the input number. |
| downArrowButton_buttonDownHandler(event:mx.events:FlexEvent) — Method in class mx.controls.ComboBase |
|
Performs some action when the drop-down button is pressed. |
| downArrowDisabledSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the down arrow button of the
scroll bar when it is disabled. |
| downArrowDownSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the down arrow button of the
scroll bar when you click the arrow button
. |
| downArrowOverSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the down arrow button of the
scroll bar when the mouse pointer is over the arrow button. |
| downArrowSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the default skin for the down arrow button of
the scroll bar. |
| downArrowStyleFilters — Property in class mx.controls.scrollClasses.ScrollBar |
|
Set of styles to pass from the ScrollBar to the down arrow. |
| downArrowUpSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the down arrow button of
the scroll bar. |
| downIcon — Style in class mx.controls.Button |
|
Name of the class to use as the icon when the button is not
selected and the mouse button is down. |
| downloadingLabel — Property in class mx.preloaders.DownloadProgressBar |
|
The string to display as the label while in the downloading phase. |
| DOWNLOAD_PERCENTAGE — Property in class mx.preloaders.DownloadProgressBar |
|
The percentage of the progress bar that the downloading phase
fills when the SWF file is fully downloaded. |
| DownloadProgressBar — Class in package mx.preloaders |
|
The DownloadProgressBar class displays download progress. |
| DownloadProgressBar() — Constructor in class mx.preloaders.DownloadProgressBar |
|
Constructor
|
| downSkin — Style in class mx.controls.Button |
|
Name of the class to use as the skin for the background and border
when the button is not selected and the mouse button is down. |
| downSkin — Style in class mx.controls.ComboBase |
|
Name of the class to use as the skin for the background and border
when the user holds down the mouse button. |
| dragComplete — Event in class mx.core.UIComponent |
|
Dispatched by the drag initiator (the component that is the source
of the data being dragged) when the drag operation completes,
either when you drop the dragged data onto a drop target or when you end
the drag-and-drop operation without performing a drop. |
| DRAG_COMPLETE — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_COMPLETE constant defines the value of the
type property of the event object for a dragComplete event. |
| dragCompleteHandler(event:mx.events:DragEvent) — Method in class mx.controls.Tree |
|
Handles DragEvent.DRAG_COMPLETE events. |
| dragCompleteHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Handles DragEvent.DRAG_COMPLETE events. |
| dragDrop — Event in class mx.core.UIComponent |
|
Dispatched by the drop target when the user releases the mouse over it. |
| DRAG_DROP — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_DROP constant defines the value of the
type property of the event object for a dragDrop event. |
| dragDropHandler(event:mx.events:DragEvent) — Method in class mx.controls.Tree |
|
Handles DragEvent.DRAG_DROP events. |
| dragDropHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Handles DragEvent.DRAG_DROP events. |
| dragEnabled — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether you can drag items out of
this control and drop them on other controls. |
| dragEnter — Event in class mx.core.UIComponent |
|
Dispatched by a component when the user moves the mouse over the component
during a drag operation. |
| DRAG_ENTER — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_ENTER constant defines the value of the
type property of the event object for a dragEnter event. |
| dragEnterHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Handles DragEvent.DRAG_ENTER events. |
| DragEvent — Class in package mx.events |
|
The DragEvent class represents event objects that are dispatched as part of a drag-and-drop
operation. |
| DragEvent(type, bubbles, cancelable, dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, action, ctrlKey, altKey, shiftKey) — Constructor in class mx.events.DragEvent |
|
Constructor. |
| dragExit — Event in class mx.core.UIComponent |
|
Dispatched by the component when the user drags outside the component,
but does not drop the data onto the target. |
| DRAG_EXIT — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_EXIT constant defines the value of the
type property of the event object for a dragExit event. |
| dragExitHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Handles DragEvent.DRAG_EXIT events. |
| draggable — Property in class mx.controls.dataGridClasses.DataGridColumn |
|
A flag that indicates whether the user is allowed to drag
the column to a new position
If true, the user can drag the
the column headers to a new position
|
| draggableColumns — Property in class mx.controls.DataGrid |
|
A flag that indicates whether the user is allowed to reorder columns. |
| draggedItem — Property in class mx.events.DragEvent |
|
If the dragInitiator property contains
an IAutomationObject object,
this property contains the child IAutomationObject object near the mouse cursor. |
| dragImage — Property in class mx.controls.listClasses.ListBase |
|
Gets an instance of a class that displays the visuals
during a drag and drop operation. |
| dragImageOffsets — Property in class mx.controls.listClasses.ListBase |
|
Gets the offset of the drag image for drag and drop. |
| dragInitiator — Property in class mx.events.DragEvent |
|
The component that initiated the drag. |
| DragManager — Class in package mx.managers |
|
The DragManager class manages drag and drop operations, which let you
move data from one place to another in a Flex application. |
| dragMoveEnabled — Property in class mx.controls.Tree |
|
Indicates that items can be moved instead of just copied
from the Tree control as part of a drag-and-drop operation. |
| dragMoveEnabled — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether items can be moved instead
of just copied from the control as part of a drag-and-drop
operation. |
| dragOver — Event in class mx.core.UIComponent |
|
Dispatched by a component when the user moves the mouse while over the component
during a drag operation. |
| DRAG_OVER — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_OVER constant defines the value of the
type property of the event object for a dragOver event. |
| dragOverHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Handles DragEvent.DRAG_OVER events. |
| dragScroll() — Method in class mx.controls.listClasses.ListBase |
|
Interval function that scrolls the list up or down
if the mouse goes above or below the list. |
| dragSource — Property in class mx.events.DragEvent |
|
The DragSource object containing the data being dragged. |
| DragSource — Class in package mx.core |
|
The DragSource class contains the data being dragged. |
| DragSource() — Constructor in class mx.core.DragSource |
|
Constructor. |
| dragStart — Event in class mx.core.UIComponent |
|
Dispatched by the drag initiator when starting a drag operation. |
| DRAG_START — Constant static property in class mx.events.DragEvent |
|
The DragEvent.DRAG_START constant defines the value of the
type property of the event object for a dragStart event. |
| dragStartHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
The default handler for the dragStart event. |
| drawCaretIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Draws the caret indicator into the given Sprite
at the position, width and height specified using the
color specified. |
| drawColumnBackground(s, columnIndex, color, column:mx.controls.dataGridClasses:DataGridColumn) — Method in class mx.controls.DataGrid |
|
Draws a column background for a column with the suggested color. |
| drawColumnDragOverlay(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.dataGridClasses.DataGridHeader |
|
Draws the overlay on the dragged column into the given Sprite
at the position, width and height specified using the
color specified. |
| drawFocus(isFocused) — Method in class mx.core.UIComponent |
|
Shows or hides the focus indicator around this component. |
| drawFocus(isFocused) — Method in interface mx.managers.IFocusManagerComponent |
|
Called by the FocusManager when the component receives focus. |
| drawHeaderBackground(headerBG:mx.core:UIComponent) — Method in class mx.controls.DataGrid |
|
Draws the background of the headers into the given
UIComponent. |
| drawHeaderBackground(headerBG:mx.core:UIComponent) — Method in class mx.controls.dataGridClasses.DataGridHeader |
|
Draws the background of the headers into the given
UIComponent. |
| drawHeaderIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.dataGridClasses.DataGridHeader |
|
Draws the highlight indicator into the given Sprite
at the position, width and height specified using the
color specified. |
| drawHighlightIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Draws the highlight indicator into the given Sprite
at the position, width and height specified using the
color specified. |
| drawHorizontalLine(s, rowIndex, color, y) — Method in class mx.controls.DataGrid |
|
Draws a line between rows. |
| drawItem(item:mx.controls.listClasses:IListItemRenderer, selected, highlighted, caret, transition) — Method in class mx.controls.listClasses.ListBase |
|
Draws the renderer with indicators
that it is highlighted, selected, or the caret. |
| drawLinesAndColumnBackgrounds() — Method in class mx.controls.DataGrid |
|
Draw lines between columns, and column backgrounds. |
| drawLinesAndColumnGraphics(contentHolder, visibleColumns, separators) — Method in class mx.controls.DataGrid |
|
Draw lines between columns, and column backgrounds. |
| drawRoundRect(x, y, width, height, cornerRadius, color, alpha, gradientMatrix, gradientType, gradientRatios, hole) — Method in class mx.core.UIComponent |
|
Programatically draws a rectangle into this skin's Graphics object. |
| drawRoundRect(x, y, width, height, cornerRadius, color, alpha, gradientMatrix, gradientType, gradientRatios, hole) — Method in class mx.skins.ProgrammaticSkin |
|
Programatically draws a rectangle into this skin's Graphics object. |
| drawRoundRectComplex(graphics, x, y, width, height, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius) — Static method in class mx.utils.GraphicsUtil |
|
Draws a rounded rectangle using the size of a radius to draw the rounded corners. |
| drawRowBackground(s, rowIndex, y, height, color, dataIndex) — Method in class mx.controls.DataGrid |
|
Draws a row background
at the position and height specified using the
color specified. |
| drawRowBackground(s, rowIndex, y, height, color, dataIndex) — Method in class mx.controls.List |
|
Draws a row background
at the position and height specified. |
| drawRowBackgrounds() — Method in class mx.controls.listClasses.ListBase |
|
Draws any alternating row colors, borders and backgrounds for the rows. |
| drawSelectionIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.dataGridClasses.DataGridHeader |
|
Draws the selection indicator into the given Sprite
at the position, width and height specified using the
color specified. |
| drawSelectionIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Draws the selection indicator into the given Sprite
at the position, width and height specified using the
color specified. |
| drawSeparators() — Method in class mx.controls.DataGrid |
|
Creates and displays the column header separators that the user
normally uses to resize columns. |
| drawSeparators() — Method in class mx.controls.dataGridClasses.DataGridHeader |
|
Creates and displays the column header separators that the user
normally uses to resize columns. |
| drawShadow(g, x, y, width, height) — Method in class mx.graphics.RectangularDropShadow |
|
Renders the shadow on the screen. |
| drawVerticalLine(s, colIndex, color, x) — Method in class mx.controls.DataGrid |
|
Draw lines between columns. |
| drawVisibleItem(uid, selected, highlighted, caret, transition) — Method in class mx.controls.dataGridClasses.DataGridBase |
|
Draw an item if it is visible. |
| dropdown — Property in class mx.controls.ComboBox |
|
A reference to the List control that acts as the drop-down in the ComboBox. |
| dropdown — Property in class mx.controls.DateField |
|
Contains a reference to the DateChooser control
contained by the DateField control. |
| dropdownBorderColor — Style in class mx.controls.ComboBox |
|
The color of the border of the ComboBox. |
| DropdownEvent — Class in package mx.events |
|
The DropdownEvent class represents the event object passed to
the event listener for the open and close events. |
| DropdownEvent(type, bubbles, cancelable, triggerEvent) — Constructor in class mx.events.DropdownEvent |
|
Constructor. |
| dropdownFactory — Property in class mx.controls.ComboBox |
|
The IFactory that creates a ListBase-derived instance to use
as the drop-down. |
| dropdownFactory — Property in class mx.controls.DateField |
|
The IFactory that creates a DateChooser-derived instance to use
as the date-chooser
The default value is an IFactory for DateChooser
|
| dropDownStyleFilters — Property in class mx.controls.ComboBox |
|
The set of styles to pass from the ComboBox to the dropDown. |
| dropdownStyleName — Style in class mx.controls.ComboBox |
|
The name of a CSSStyleDeclaration to be used by the drop-down list. |
| dropDownStyleName — Style in class mx.controls.ComboBox |
|
The name of a CSSStyleDeclaration to be used by the drop-down list. |
| dropdownWidth — Property in class mx.controls.ComboBox |
|
Width of the drop-down list, in pixels. |
| dropEnabled — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether dragged items can be dropped onto the
control. |
| dropIndicatorSkin — Style in class mx.controls.listClasses.ListBase |
|
The skin to use to indicate where a dragged item can be dropped. |
| dropShadowColor — Style in class mx.controls.TextInput |
|
Color of the drop shadow. |
| dropShadowColor — Style in class mx.controls.ToolTip |
|
Color of the drop shadow. |
| dropShadowColor — Style in class mx.core.Container |
|
Color of the drop shadow. |
| dropShadowColor — Style in class mx.core.ScrollControlBase |
|
Color of the drop shadow. |
| dropShadowEnabled — Style in class mx.containers.Panel |
|
Boolean property that controls the visibility
of the Panel container's drop shadow. |
| dropShadowEnabled — Style in class mx.controls.TextInput |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class mx.controls.ToolTip |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class mx.core.Container |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropShadowEnabled — Style in class mx.core.ScrollControlBase |
|
Boolean property that specifies whether the component has a visible
drop shadow. |
| dropTarget — Property in interface mx.core.IContainer |
|
|
| duration — Property in class mx.effects.Effect |
|
Duration of the effect in milliseconds. |
| duration — Property in class mx.effects.EffectInstance |
|
The duration of the effect, in milliseconds. |
| duration — Property in interface mx.effects.IEffect |
|
Duration of the effect in milliseconds. |
| duration — Property in interface mx.effects.IEffectInstance |
|
The duration of the effect, in milliseconds. |
| duration — Property in class mx.effects.Tween |
|
Duration of the animation, in milliseconds. |
| DynamicEvent — Dynamic class in package mx.events |
|
This subclass of Event is dynamic, meaning that you can set
arbitrary event properties on its instances at runtime. |
| DynamicEvent(type, bubbles, cancelable) — Constructor in class mx.events.DynamicEvent |
|
Constructor. |
|
| 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 |