| 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 | |
| cacheAsBitmap — Property in interface mx.core.IFlexDisplayObject | |
| cachedItemsChangeEffect — Property in class mx.controls.listClasses.ListBase | |
| The effect that plays when changes occur in the data provider for the control, set through the itemsChangeEffect style. | |
| cacheHeuristic — Property in interface mx.core.IDeferredInstantiationUIComponent | |
| Used by Flex to suggest bitmap caching for the object. | |
| cacheHeuristic — Property in class mx.core.UIComponent | |
| Used by Flex to suggest bitmap caching for the object. | |
| cachePolicy — Property in interface mx.core.IDeferredInstantiationUIComponent | |
| Specifies the bitmap caching policy for this object. | |
| cachePolicy — Property in class mx.core.UIComponent | |
| Specifies the bitmap caching policy for this object. | |
| calculateDropIndex(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase | |
| Returns the index where the dropped items should be added to the drop target. | |
| calculateDropIndicatorY(rowCount, rowNum) — Method in class mx.controls.listClasses.ListBase | |
| Calculates the y position of the drop indicator when performing a drag-and-drop operation. | |
| callLater(method, args) — Method in class mx.controls.DWU_Button | |
| callLater(method, args) — Method in interface mx.core.IButton | |
| Queues a function to be called later. | |
| callLater(method, args) — Method in class mx.core.UIComponent | |
| Queues a function to be called later. | |
| callProperty(name, ... rest) — Method in class mx.utils.ObjectProxy | |
| Returns the value of the proxied object's method with the specified name. | |
| CAN_ACTIVATE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest | |
| Tests if a given pop up can be activated. | |
| CANCEL — Constant static property in class mx.controls.Alert | |
Value that enables a Cancel button on the Alert control when passed
as the flags parameter of the show() method. |
|
| cancelLabel — Style in class com.dwuser.ss4.ui.GalleryPasswordPanel | |
| Specifies the text displayed on the prompt's Cancel button. | |
| cancelLabel — Static property in class mx.controls.Alert | |
| The label for the Cancel button. | |
| CANCELLED — Constant static property in class mx.events.ListEventReason | |
| Specifies that the user cancelled editing and that they do not want to save the edited data. | |
| Canvas — Class in package mx.containers | |
| A Canvas layout container defines a rectangular region in which you place child containers and controls. | |
| Canvas() — Constructor in class mx.containers.Canvas | |
| Constructor. | |
| canvasLayoutClass — Property in class mx.core.LayoutContainer | |
| The mx.containers.utilityClasses.Layout subclass that is doing the layout | |
| canWatch(host, name, commitOnly) — Static method in class mx.binding.utils.ChangeWatcher | |
| Lets you determine if the host exposes a data-binding event on the property. | |
| Caption — Class in package com.dwuser.ss4.ui | |
| The Caption element displays both the current image's title and it's current caption value. | |
| Caption() — Constructor in class com.dwuser.ss4.ui.Caption | |
| CaptionToggleButton — Class in package com.dwuser.ss4.ui.controls | |
| The CaptionToggleButton element displays the default caption show/hide icons; when clicked, it will by default show/hide any Caption element(s) in the slideshow. | |
| CaptionToggleButton() — Constructor in class com.dwuser.ss4.ui.controls.CaptionToggleButton | |
| captureEndValues() — Method in class mx.effects.Effect | |
| Captures the current values of the relevant properties on the effect's targets and saves them as end values. | |
| captureEndValues() — Method in interface mx.effects.IEffect | |
| Captures the current values of the relevant properties on the effect's targets and saves them as end values. | |
| captureMoreStartValues(targets) — Method in class mx.effects.Effect | |
|
Captures the current values of the relevant properties
of an additional set of targets
This function is used by Flex when a data change effect is run. |
|
| captureMoreStartValues(targets) — Method in interface mx.effects.IEffect | |
|
Captures the current values of the relevant properties
of an additional set of targets
This function is used by Flex when a data change effect is run. |
|
| captureRollEvents — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Zoom | |
If true, prevents the slideshow from dispatching the rollOut and rollOver events if the mouse has not moved. |
|
| captureRollEvents — Property in class mx.effects.Zoom | |
If true, prevents Flex from dispatching the rollOut
and rollOver events if the mouse has not moved. |
|
| captureRollEvents — Property in class mx.effects.effectClasses.ZoomInstance | |
Prevents the rollOut and rollOver events
from being dispatched if the mouse has not moved. |
|
| captureStartValues() — Method in class mx.effects.Effect | |
| Captures the current values of the relevant properties on the effect's targets. | |
| captureStartValues() — Method in interface mx.effects.IEffect | |
| Captures the current values of the relevant properties on the effect's targets. | |
| caretBookmark — Property in class mx.controls.listClasses.ListBase | |
| A bookmark to the item under the caret. | |
| caretIndex — Property in class mx.controls.listClasses.ListBase | |
| The offset of the item in the data provider that is the selection caret point. | |
| caretIndex — Property in interface mx.core.IUITextField | |
| caretIndicator — Property in class mx.controls.listClasses.ListBase | |
| The DisplayObject that contains the graphics that indicate which renderer is the caret. | |
| caretItemRenderer — Property in class mx.controls.listClasses.ListBase | |
| The renderer for the item under the caret. | |
| caretUID — Property in class mx.controls.listClasses.ListBase | |
| The UID of the item under the caret. | |
| caseInsensitive — Property in class mx.collections.SortField | |
| Specifies whether the sort for this field should be case insensitive. | |
| catchCallLaterExceptions — Static property in class mx.core.UIComponentGlobals | |
| A global flag that can is used to catch unhandled exceptions during execution of methods executed via callLater | |
| center(width, height) — Method in class mx.preloaders.DownloadProgressBar | |
| Centers the download progress bar based on the passed in dimensions. | |
| CENTER — Constant static property in class mx.controls.ProgressBarLabelPlacement | |
| Specifies to place at the center inside the progress bar. | |
| centerPopUp(popUp:mx.core:IFlexDisplayObject) — Static method in class mx.managers.PopUpManager | |
Centers a popup window over whatever window was used in the call
to the createPopUp() or addPopUp() method. |
|
| change — Event in class mx.containers.Accordion | |
| Dispatched when the selected child container changes. | |
| change — Event in class mx.containers.ViewStack | |
| Dispatched when the selected child container changes. | |
| change — Event in class mx.controls.Button | |
Dispatched when the selected property
changes for a toggle Button control. |
|
| change — Event in class mx.controls.TextArea | |
| Dispatched when text in the TextArea control changes through user input. | |
| change — Event in class mx.controls.TextInput | |
| Dispatched when text in the TextInput control changes through user input. | |
| change — Event in class mx.controls.listClasses.ListBase | |
Dispatched when the selectedIndex or selectedItem property
changes as a result of user interaction. |
|
| change — Event in interface mx.managers.IBrowserManager | |
| Dispatched when the URL is changed either by the user interacting with the browser, invoking an application in AIR, or by setting the property programmatically. | |
| CHANGE — Constant static property in class mx.events.IndexChangedEvent | |
The IndexChangedEvent.CHANGE constant defines the value of the
type property of the event object for a change event,
which indicates that an index has changed, such as when and Accordion control
changes the displayed panel or a ViewStack changes views. |
|
| CHANGE — Constant static property in class mx.events.ListEvent | |
The ListEvent.CHANGE constant defines the value of the
type property of the ListEvent object for a
change event, which indicates that selection
changed as a result of user interaction. |
|
| CHANGE — Constant static property in class mx.events.SliderEvent | |
The SliderEvent.CHANGE constant defines the value of the
type property of the event object for a change event. |
|
| ChangeWatcher — Class in package mx.binding.utils | |
| The ChangeWatcher class defines utility methods that you can use with bindable Flex properties. | |
| ChangeWatcher(access, handler, commitOnly, next:mx.binding.utils:ChangeWatcher) — Constructor in class mx.binding.utils.ChangeWatcher | |
| Constructor. | |
| CheckBox — Class in package mx.controls | |
| The CheckBox control consists of an optional label and a small box that can contain a check mark or not. | |
| CheckBox() — Constructor in class mx.controls.CheckBox | |
| Constructor. | |
| child(propertyName) — Method in class mx.collections.XMLListCollection | |
Calls the child() method of each XML object in the XMLList
and returns an XMLList containing the children of with the specified property
name, in order. |
|
| childAdd — Event in class mx.core.Container | |
| Dispatched after a child has been added to a container. | |
| CHILD_ADD — Constant static property in class mx.events.ChildExistenceChangedEvent | |
The ChildExistenceChangedEvent.CHILD_ADD constant
defines the value of the type property of the event
object for a childAdd event. |
|
| childAllowsParent — Property in class mx.controls.SWFLoader | |
| Tests if the child allows its parent to access its display objects or listen to messages that originate in the child. | |
| childAllowsParent — Property in interface mx.core.ISWFBridgeProvider | |
| Tests if the child allows its parent to access its display objects or listen to messages that originate in the child. | |
| childAllowsParent — Property in class mx.managers.SystemManager | |
| Tests if the child allows its parent to access its display objects or listen to messages that originate in the child. | |
| childDescriptors — Property in class mx.core.Container | |
| Array of UIComponentDescriptor objects produced by the MXML compiler. | |
| ChildExistenceChangedEvent — Class in package mx.events | |
| Represents events that are dispatched when a the child of a control is created or destroyed. | |
| ChildExistenceChangedEvent(type, bubbles, cancelable, relatedObject) — Constructor in class mx.events.ChildExistenceChangedEvent | |
| Constructor. | |
| childIndexChange — Event in class mx.core.Container | |
| Dispatched after the index (among the container children) of a container child changes. | |
| CHILD_INDEX_CHANGE — Constant static property in class mx.events.IndexChangedEvent | |
The IndexChangedEvent.CHILD_INDEX_CHANGE constant defines the value of the
type property of the event object for a childIndexChange event,
which indicates that a component's index among a container's children
has changed. |
|
| childRemove — Event in class mx.core.Container | |
| Dispatched before a child of a container is removed. | |
| CHILD_REMOVE — Constant static property in class mx.events.ChildExistenceChangedEvent | |
The ChildExistenceChangedEvent.CHILD_REMOVE constant
defines the value of the type property of the event
object for a childRemove event. |
|
| children() — Method in class mx.collections.XMLListCollection | |
| Calls the children() method of each XML object in the XMLList and returns an XMLList containing the results. | |
| children — Property in class mx.effects.CompositeEffect | |
| An Array containing the child effects of this CompositeEffect. | |
| childrenCreated() — Method in class mx.core.UIComponent | |
| Performs any final processing after child objects are created. | |
| Circular — Class in package mx.effects.easing | |
| The Circular class defines three easing functions to implement circular motion with Flex effect classes. | |
| ClassFactory — Class in package mx.core | |
| A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties. | |
| ClassFactory(generator) — Constructor in class mx.core.ClassFactory | |
| Constructor. | |
| className — Property in class mx.core.UIComponent | |
The name of this instance's class, such as "Button". |
|
| className — Property in class mx.core.UITextField | |
The name of this instance's class, such as
"DataGridItemRenderer". |
|
| className — Property in class mx.effects.Effect | |
The name of the effect class, such as "Fade". |
|
| className — Property in class mx.effects.EffectInstance | |
The name of the effect class, such as "FadeInstance". |
|
| className — Property in interface mx.effects.IEffect | |
The name of the effect class, such as "Fade". |
|
| className — Property in interface mx.effects.IEffectInstance | |
The name of the effect class, such as "FadeInstance". |
|
| className — Property in interface mx.styles.IStyleClient | |
| The name of the component class. | |
| className — Property in class mx.styles.StyleProxy | |
| The name of the component class. | |
| CLASS_REFERENCE — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats | |
| The following format can be used to specify class references. | |
| clearCaretIndicator(indicator, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase | |
| Clears the caret indicator into the given Sprite. | |
| clearHighlightIndicator(indicator, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase | |
| Clears the highlight indicator in the given Sprite. | |
| clearIndicators() — Method in class mx.controls.listClasses.ListBase | |
| Removes all selection and highlight and caret indicators. | |
| clearSelected(transition) — Method in class mx.controls.listClasses.ListBase | |
| Clears the set of selected items and removes all graphics depicting the selected state of those items. | |
| clearStyle(styleProp) — Method in class mx.core.UIComponent | |
| Deletes a style property from this component instance. | |
| clearStyle(styleProp) — Method in interface mx.styles.IStyleClient | |
| Deletes a style property from this component instance. | |
| clearStyle(styleProp) — Method in class mx.styles.StyleProxy | |
| Deletes a style property from this component instance. | |
| clearStyleDeclaration(selector, update) — Static method in class mx.styles.StyleManager | |
| Clears the CSSStyleDeclaration object that stores the rules for the specified CSS selector. | |
| clearVisibleData() — Method in class mx.controls.listClasses.ListBase | |
| Empty the visibleData hash table. | |
| clickHandler(event) — Method in class mx.controls.Button | |
The default handler for the MouseEvent.CLICK event. |
|
| clickHandler(event) — Method in class mx.controls.NavBar | |
Handles the MouseEvent.CLICK event
for the items in the NavBar control. |
|
| CLICK_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent | |
| Mouse was clicked somewhere outside your sandbox. | |
| clickTarget — Property in class mx.events.SliderEvent | |
| Specifies whether the slider track or a slider thumb was pressed. | |
| clipContent — Property in class mx.core.Container | |
| Whether to apply a clip mask if the positions and/or sizes of this container's children extend outside the borders of this container. | |
| clone() — Method in class mx.core.EdgeMetrics | |
| Returns a copy of this EdgeMetrics object. | |
| close — Event in class mx.containers.TitleWindow | |
| Dispatched when the user selects the close button. | |
| CLOSE — Constant static property in class mx.events.CloseEvent | |
The CloseEvent.CLOSE constant defines the value of the
type property of the event object for a close event. |
|
| closeButtonDisabledSkin — Style in class mx.containers.TitleWindow | |
| The close button disabled skin. | |
| closeButtonDownSkin — Style in class mx.containers.TitleWindow | |
| The close button down skin. | |
| closeButtonOverSkin — Style in class mx.containers.TitleWindow | |
| The close button over skin. | |
| closeButtonSkin — Style in class mx.containers.TitleWindow | |
| The close button default skin. | |
| closeButtonStyleFilters — Property in class mx.containers.Panel | |
| The set of styles to pass from the Panel to the close button. | |
| closeButtonUpSkin — Style in class mx.containers.TitleWindow | |
| The close button up skin. | |
| CloseEvent — Class in package mx.events | |
| The CloseEvent class represents event objects specific to popup windows, such as the Alert control. | |
| CloseEvent(type, bubbles, cancelable, detail) — Constructor in class mx.events.CloseEvent | |
| Constructor. | |
| collection — Property in class mx.controls.listClasses.ListBase | |
| An ICollectionView that represents the data provider. | |
| collectionChange — Event in interface mx.collections.ICollectionView | |
| Dispatched when the ICollectionView has been updated in some way. | |
| collectionChange — Event in interface mx.collections.IList | |
| Dispatched when the IList has been updated in some way. | |
| collectionChange — Event in class mx.collections.ListCollectionView | |
| Dispatched when the ICollectionView has been updated in some way. | |
| COLLECTION_CHANGE — Constant static property in class mx.events.CollectionEvent | |
The CollectionEvent.COLLECTION_CHANGE constant defines the value of the
type property of the event object for an event that is
dispatched when a collection has changed. |
|
| collectionChangeHandler(event) — Method in class mx.controls.listClasses.ListBase | |
| Handles CollectionEvents dispatched from the data provider as the data changes. | |
| CollectionEvent — Class in package mx.events | |
| The mx.events.CollectionEvent class represents an event that is dispatched when the associated collection changes. | |
| CollectionEvent(type, bubbles, cancelable, kind, location, oldLocation, items) — Constructor in class mx.events.CollectionEvent | |
| Constructor. | |
| CollectionEventKind — Final class in package mx.events | |
The CollectionEventKind class contains constants for the valid values
of the mx.events.CollectionEvent class kind property. |
|
| CollectionViewError — Class in package mx.collections.errors | |
The CollectionViewError class represents general errors
within a collection that are not related to specific activities
such as Cursor seeking. |
|
| CollectionViewError(message) — Constructor in class mx.collections.errors.CollectionViewError | |
| Constructor. | |
| color — Style in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarHover | |
| Specifies the text color of the button in the state defined by this style node. | |
| color — Style in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarSelected | |
| Specifies the text color of the button in the state defined by this style node. | |
| color — Style in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarVisited | |
| Specifies the text color of the button in the state defined by this style node. | |
| color — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow | |
| The color of the glow. | |
| color — Style in class com.dwuser.ss4.ui.loaders.UILoader | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.Button | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.Label | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.ProgressBar | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.TextInput | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.ToolTip | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.controls.listClasses.ListItemRenderer | |
| Text color of a component label. | |
| color — Style in class mx.controls.listClasses.TileListItemRenderer | |
| Text color of a component label. | |
| color — Style in class mx.controls.treeClasses.TreeItemRenderer | |
| Text color of a component label. | |
| color — Style in class mx.core.Container | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.core.ScrollControlBase | |
| Color of text in the component, including the component label. | |
| color — Style in class mx.core.UITextField | |
| Color of text in the component, including the component label. | |
| color — Property in class mx.effects.Dissolve | |
| Hex value that represents the color of the floating rectangle that the effect displays over the target object. | |
| color — Property in class mx.effects.Glow | |
| The color of the glow. | |
| color — Property in class mx.effects.effectClasses.DissolveInstance | |
| Hex value that represents the color of the floating rectangle that the effect displays over the target object. | |
| color — Property in class mx.effects.effectClasses.GlowInstance | |
| The color of the glow. | |
| color — Property in class mx.graphics.RectangularDropShadow | |
| colorCorrection — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters | |
| Specifies the color correction mode to be used. | |
| ColorUtil — Class in package mx.utils | |
| The ColorUtil class is an all-static class with methods for working with RGB colors within Flex. | |
| columnCount — Property in class mx.controls.listClasses.ListBase | |
| The number of columns to be displayed in a TileList control or items in a HorizontalList control. | |
| columnIndex — Property in class mx.controls.listClasses.BaseListData | |
| The index of the column of the List-based control relative to the currently visible columns of the control, where the first column is at an index of 1. | |
| columnIndex — Property in class mx.events.ListEvent | |
| The zero-based index of the column that contains the item renderer where the event occurred. | |
| columns — Style in class com.dwuser.ss4.ui.GallerySelector | |
| Specifies the number of columns in the GallerySelector's layout. | |
| columnWidth — Property in class mx.controls.listClasses.ListBase | |
| The width of the control's columns. | |
| com.dwuser.ss4.containers — Package | |
| com.dwuser.ss4.core — Package | |
| com.dwuser.ss4.events — Package | |
| com.dwuser.ss4.managers — Package | |
| com.dwuser.ss4.pseudoStyleClasses — Package | |
| com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses — Package | |
| com.dwuser.ss4.skins — Package | |
| com.dwuser.ss4.ui — Package | |
| com.dwuser.ss4.ui.audiocontrols — Package | |
| com.dwuser.ss4.ui.controls — Package | |
| com.dwuser.ss4.ui.extras — Package | |
| com.dwuser.ss4.ui.loaders — Package | |
| com.dwuser.ss4.utils — Package | |
| com.dwuser.ss4.video — Package | |
| commitProperties() — Method in class com.dwuser.ss4.ui.IndividualSlide | |
| commitProperties() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioInfoText | |
| commitProperties() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar | |
| commitProperties() — Method in class com.dwuser.ss4.ui.extras.HTMLToolTip | |
| commitProperties() — Method in class mx.controls.Text | |
| commitProperties() — Method in class mx.controls.listClasses.ListBase | |
Calculates the column width and row height and number of rows and
columns based on whether properties like columnCount
columnWidth, rowHeight and
rowCount were explicitly set. |
|
| commitProperties() — Method in class mx.core.UIComponent | |
| Processes the properties set on the component. | |
| commitSelectedIndex(newIndex) — Method in class mx.containers.ViewStack | |
| Commits the selected index. | |
| compare(a, b, depth) — Static method in class mx.utils.ObjectUtil | |
| Compares the Objects and returns an integer value indicating if the first item is less than greater than or equal to the second item. | |
| compareFunction — Property in class mx.collections.Sort | |
| The method used to compare items when sorting. | |
| compareFunction — Property in class mx.collections.SortField | |
| The function that compares two items during a sort of items for the associated collection. | |
| compatibilityErrorFunction — Static property in class mx.core.FlexVersion | |
| A function that gets called when the compatibility version is set more than once, or set after it has been read. | |
| compatibilityVersion — Static property in class mx.core.FlexVersion | |
| The current version that the framework maintains compatibility for. | |
| compatibilityVersionString — Static property in class mx.core.FlexVersion | |
| The compatibility version, as a string of the form "X.X.X". | |
| complete — Event in class mx.controls.ProgressBar | |
| Dispatched when the load completes. | |
| complete — Event in class mx.controls.SWFLoader | |
| Dispatched when content loading is complete. | |
| complete — Event in class mx.effects.SoundEffect | |
| Dispatched when the sound file finishes loading. | |
| COMPLETE — Constant static property in class mx.events.ResourceEvent | |
| Dispatched when the resource module SWF file has finished loading. | |
| COMPLETE — Constant static property in class mx.events.StyleEvent | |
| Dispatched when the style SWF has finished downloading. | |
| completeEffect — Effect in class mx.controls.ProgressBar | |
Effect called when Flex dispatches the complete event,
which occurs when the load completes. |
|
| completeEffect — Effect in class mx.controls.SWFLoader | |
| An effect that is started when the complete event is dispatched. | |
| completeHandler(event) — Method in class mx.preloaders.DownloadProgressBar | |
Event listener for the Event.COMPLETE event. |
|
| ComponentDescriptor — Class in package mx.core | |
| ComponentDescriptor is the base class for the UIComponentDescriptor class, which encapsulates the information that you specified in an MXML tag for an instance of a visual component. | |
| ComponentDescriptor(descriptorProperties) — Constructor in class mx.core.ComponentDescriptor | |
| Constructor. | |
| CompositeEffect — Class in package mx.effects | |
The CompositeEffect class is the parent class for the Parallel
and Sequence classes, which define the <mx:Parallel>
and <mx:Sequence> MXML tags. |
|
| CompositeEffect(target) — Constructor in class mx.effects.CompositeEffect | |
| Constructor. | |
| CompositeEffectInstance — Class in package mx.effects.effectClasses | |
| The CompositeEffectInstance class implements the instance class for the CompositeEffect class. | |
| CompositeEffectInstance(target) — Constructor in class mx.effects.effectClasses.CompositeEffectInstance | |
| Constructor. | |
| compositeOffset — Style in class com.dwuser.ss4.ui.ImagesStandardTransition | |
Specifies the offset, in milliseconds, between the two parts of the transition -- the "hide-the-old-slide" part and the "show-the-new-slide" part (with some variation based on effectType; see below). |
|
| condenseWhite — Property in class mx.controls.Label | |
| Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a Label control with HTML text. | |
| condenseWhite — Property in class mx.controls.TextArea | |
| Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextArea control with HTML text. | |
| condenseWhite — Property in class mx.controls.TextInput | |
| Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text. | |
| condenseWhite — Property in interface mx.core.IUITextField | |
| configurationParameters — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
When creating a component-based slideshow implementation, the configurationParameters object specifies all of the initial configuration information. |
|
| configureScrollBars() — Method in class mx.controls.listClasses.ListBase | |
| Configures the ScrollBars based on the number of rows and columns and viewable rows and columns. | |
| constrain — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.IsolatedCube | |
| Specifies whether the cube is constrained to the target's original boundaries. | |
| constrain — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SuperBlinds | |
| Specifies whether the flip effect is constrained to the target's original boundaries. | |
| constrain — Style in class com.dwuser.ss4.ui.ImagesStandardTransition | |
Specifies if the transition is constrained to its original dimension, or can "pop out" to provide a more realistic 3D effect (with some variation based on effectType; see below). |
|
| ConstraintColumn — Class in package mx.containers.utilityClasses | |
| The ConstraintColumn class partitions an absolutely positioned container in the vertical plane. | |
| ConstraintColumn() — Constructor in class mx.containers.utilityClasses.ConstraintColumn | |
| Constructor. | |
| constraintColumns — Property in class mx.containers.Canvas | |
| An Array of ConstraintColumn instances that partition this container. | |
| constraintColumns — Property in class mx.containers.Panel | |
| An Array of ConstraintColumn instances that partition this container. | |
| constraintColumns — Property in interface mx.containers.utilityClasses.IConstraintLayout | |
| An Array of ConstraintColumn instances that partition this container. | |
| constraintColumns — Property in class mx.core.LayoutContainer | |
| An Array of ConstraintColumn instances that partition this container. | |
| ConstraintError — Class in package mx.containers.errors | |
| This error is thrown when a constraint expression is not configured properly; for example, if the GridColumn reference is invalid. | |
| ConstraintError(message) — Constructor in class mx.containers.errors.ConstraintError | |
| Constructor. | |
| ConstraintRow — Class in package mx.containers.utilityClasses | |
| ConstraintRow class partitions an absolutely positioned container in the horizontal plane. | |
| ConstraintRow() — Constructor in class mx.containers.utilityClasses.ConstraintRow | |
| Constructor. | |
| constraintRows — Property in class mx.containers.Canvas | |
| An Array of ConstraintRow instances that partition this container. | |
| constraintRows — Property in class mx.containers.Panel | |
| An Array of ConstraintRow instances that partition this container. | |
| constraintRows — Property in interface mx.containers.utilityClasses.IConstraintLayout | |
| An Array of ConstraintRow instances that partition this container. | |
| constraintRows — Property in class mx.core.LayoutContainer | |
| An Array of ConstraintRow instances that partition this container. | |
| container — Property in interface mx.core.IRepeater | |
| The container that contains this Repeater, and in which it will create its children. | |
| Container — Class in package mx.core | |
| The Container class is an abstract base class for components that controls the layout characteristics of child components. | |
| Container() — Constructor in class mx.core.Container | |
| Constructor. | |
| ContainerCreationPolicy — Final class in package mx.core | |
The ContainerCreationPolicy class defines the constant values
for the creationPolicy property of the Container class. |
|
| ContainerGlobals — Class in package mx.core | |
| ContainerLayout — Final class in package mx.core | |
The ContainerLayout class defines the constant values
for the layout property of container classes. |
|
| contains(item) — Method in interface mx.collections.ICollectionView | |
| Returns whether the view contains the specified object. | |
| contains(item) — Method in class mx.collections.ListCollectionView | |
| Returns whether the view contains the specified object. | |
| contains(child) — Method in interface mx.core.IChildList | |
| Determines if a DisplayObject is in this child list, or is a descendant of an child in this child list. | |
| contains(child) — Method in interface mx.core.IContainer | |
| contains(child) — Method in interface mx.managers.IFocusManagerContainer | |
| Determines whether the specified display object is a child of the container instance or the instance itself. | |
| containsBridge(bridge) — Method in interface mx.core.ISWFBridgeGroup | |
| Tests if the given bridge is one of the sandbox bridges in this group. | |
| containsBridge(bridge) — Method in class mx.core.SWFBridgeGroup | |
| Tests if the given bridge is one of the sandbox bridges in this group. | |
| content — Property in class com.dwuser.ss4.skins.LoaderSkin | |
| content — Property in class mx.controls.SWFLoader | |
| This property contains the object that represents the content that was loaded in the SWFLoader control. | |
| content — Property in interface mx.resources.IResourceBundle | |
| An object containing key-value pairs for the resources in this resource bundle. | |
| content — Property in class mx.resources.ResourceBundle | |
| An object containing key-value pairs for the resources in this resource bundle. | |
| contentHeight — Property in class mx.containers.Accordion | |
| The height of the area, in pixels, in which content is displayed. | |
| contentHeight — Property in class mx.containers.ViewStack | |
| The height of the area, in pixels, in which content is displayed. | |
| contentHeight — Property in class mx.controls.SWFLoader | |
| Height of the scaled content loaded by the control, in pixels. | |
| contentMask — Property in class com.dwuser.ss4.skins.LoaderSkin | |
| contentMouseX — Property in class mx.core.Container | |
| Returns the x position of the mouse, in the content coordinate system. | |
| contentMouseX — Property in class mx.core.UIComponent | |
| Returns the x position of the mouse, in the content coordinate system. | |
| contentMouseY — Property in class mx.core.Container | |
| Returns the y position of the mouse, in the content coordinate system. | |
| contentMouseY — Property in class mx.core.UIComponent | |
| Returns the y position of the mouse, in the content coordinate system. | |
| contentToGlobal(point) — Method in class mx.core.Container | |
Converts a Point object from content coordinates to global coordinates. |
|
| contentToGlobal(point) — Method in class mx.core.UIComponent | |
Converts a Point object from content coordinates to global coordinates. |
|
| contentToLocal(point) — Method in class mx.core.Container | |
Converts a Point object from content to local coordinates. |
|
| contentToLocal(point) — Method in class mx.core.UIComponent | |
Converts a Point object from content to local coordinates. |
|
| contentWidth — Property in class mx.containers.Accordion | |
| The width of the area, in pixels, in which content is displayed. | |
| contentWidth — Property in class mx.containers.ViewStack | |
| The width of the area, in pixels, in which content is displayed. | |
| contentWidth — Property in class mx.controls.SWFLoader | |
| Width of the scaled content loaded by the control, in pixels. | |
| contentX — Property in class mx.containers.ViewStack | |
| The x coordinate of the area of the ViewStack container in which content is displayed, in pixels. | |
| contentY — Property in class mx.containers.ViewStack | |
| The y coordinate of the area of the ViewStack container in which content is displayed, in pixels. | |
| contrast — Style in class mx.core.UIComponent | |
| The color contrast of the component. | |
| controlBar — Property in class mx.containers.Panel | |
| A reference to this Panel container's control bar, if any. | |
| ControlBar — Class in package mx.containers | |
| The ControlBar container lets you place controls at the bottom of a Panel or TitleWindow container. | |
| ControlBar() — Constructor in class mx.containers.ControlBar | |
| Constructor. | |
| controlBarStyleName — Style in class mx.containers.Panel | |
| Name of the CSS style declaration that specifies styles to apply to any control bar child subcontrol. | |
| controlButtonsEnabled — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters | |
| Specifies if the control buttons should function normally/properly when clicked. | |
| controlsStatusOf — Property in class com.dwuser.ss4.ui.controls.PlayPauseButton | |
| Specifies which aspect or aspects of the slideshow clicking on the button will control. | |
| conversion — Property in class mx.controls.ProgressBar | |
| Number used to convert incoming current bytes loaded value and the total bytes loaded values. | |
| copy() — Method in class mx.collections.XMLListCollection | |
| Returns a deep copy of the XMLList object. | |
| copy(value) — Static method in class mx.utils.ObjectUtil | |
| Copies the specified Object and returns a reference to the copy. | |
| COPY — Constant static property in class mx.managers.DragManager | |
| Constant that specifies that the type of drag action is "copy". | |
| copyCursor — Style in class mx.managers.DragManager | |
| Cursor displayed during a copy operation. | |
| copyItemWithUID(item) — Method in class mx.controls.listClasses.ListBase | |
Makes a deep copy of the object by calling the
ObjectUtil.copy() method, and replaces
the copy's uid property (if present) with a
new value by calling the UIDUtil.createUID() method. |
|
| copySelectedItems(useDataField) — Method in class mx.controls.listClasses.ListBase | |
| Copies the selected items in the order that they were selected. | |
| cornerRadius — Style in class com.dwuser.ss4.ui.SuperImage | |
| Radius of component corners. | |
| cornerRadius — Style in class com.dwuser.ss4.ui.extras.BorderBox | |
| Radius of the border corners. | |
| cornerRadius — Style in class com.dwuser.ss4.ui.extras.NoteBox | |
| Radius of the border corners. | |
| cornerRadius — Style in class com.dwuser.ss4.ui.extras.PopupToolTip | |
| Specifies the rounding radius, in pixels, of the corners of the tooltip border. | |
| cornerRadius — Style in class mx.containers.Panel | |
| Radius of corners of the window frame. | |
| cornerRadius — Style in class mx.controls.Button | |
| Radius of component corners. | |
| cornerRadius — Style in class mx.controls.LinkButton | |
| Corner radius of the highlighted rectangle around a LinkButton. | |
| cornerRadius — Style in class mx.controls.TextInput | |
| Radius of component corners. | |
| cornerRadius — Style in class mx.controls.ToolTip | |
| Radius of component corners. | |
| cornerRadius — Style in class mx.controls.scrollClasses.ScrollBar | |
| Radius of component corners. | |
| cornerRadius — Style in class mx.core.Container | |
| Radius of component corners. | |
| cornerRadius — Style in class mx.core.ScrollControlBase | |
| Radius of component corners. | |
| cornerRadius — Property in class mx.graphics.RoundedRectangle | |
| The radius of each corner (in pixels). | |
| count — Property in interface mx.core.IRepeater | |
| The number of times this Repeater should execute. | |
| create(... rest) — Method in interface mx.core.IFlexModuleFactory | |
| A factory method that requests an instance of a definition known to the module. | |
| create(... rest) — Method in class mx.managers.SystemManager | |
| A factory method that requests an instance of a definition known to the module. | |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationObject | |
| Returns a set of properties that identify the child within this container. | |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.core.UIComponent | |
| Returns a set of properties that identify the child within this container. | |
| createBorder() — Method in class mx.controls.TextInput | |
| Creates the border for this component. | |
| createBorder() — Method in class mx.core.Container | |
| Creates the container's border skin if it is needed and does not already exist. | |
| createBorder() — Method in class mx.core.ScrollControlBase | |
| Creates the border for this component. | |
| createChildren() — Method in class com.dwuser.ss4.ui.Caption | |
| createChildren() — Method in class com.dwuser.ss4.ui.DynamicLinkButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.DynamicScrollableText | |
| createChildren() — Method in class com.dwuser.ss4.ui.DynamicText | |
| createChildren() — Method in class com.dwuser.ss4.ui.FlashSlideshow | |
| createChildren() — Method in class com.dwuser.ss4.ui.GalleryBar | |
| createChildren() — Method in class com.dwuser.ss4.ui.GalleryPasswordPanel | |
| createChildren() — Method in class com.dwuser.ss4.ui.GallerySelector | |
| createChildren() — Method in class com.dwuser.ss4.ui.HoverCanvas | |
| createChildren() — Method in class com.dwuser.ss4.ui.HoverSlideCanvas | |
| createChildren() — Method in class com.dwuser.ss4.ui.Image | |
| createChildren() — Method in class com.dwuser.ss4.ui.Images3DWall | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImagesCoverFlow | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImagesScatter | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImagesScrollList | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImagesStandard | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImagesStarfield | |
| createChildren() — Method in class com.dwuser.ss4.ui.ImageTree | |
| createChildren() — Method in class com.dwuser.ss4.ui.IndividualSlide | |
| createChildren() — Method in class com.dwuser.ss4.ui.LayoutManager | |
| createChildren() — Method in class com.dwuser.ss4.ui.NumberBar | |
| createChildren() — Method in class com.dwuser.ss4.ui.NumberBarTile | |
| createChildren() — Method in class com.dwuser.ss4.ui.PagingControlHolder | |
| createChildren() — Method in class com.dwuser.ss4.ui.PrintButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.SuperImage | |
| createChildren() — Method in class com.dwuser.ss4.ui.Thumb | |
| createChildren() — Method in class com.dwuser.ss4.ui.Thumbnails | |
| createChildren() — Method in class com.dwuser.ss4.ui.WatermarkImage | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioControlCanvas | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioInfoText | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioLoadBar | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioLoudButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioMuteButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeControl | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeSlider | |
| createChildren() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeToggleButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.AutoplayDelaySlider | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.AutoplayLoopToggleButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.AutoplayProgressDisplay | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.CaptionToggleButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.FirstButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.FullScreenButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.GotoBox | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.LastButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.NextButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PagingControlGlideBackButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PagingControlGlideForwardButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PagingControlScrollbar | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PagingControlSizer | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PlayPauseButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.controls.PreviousButton | |
| createChildren() — Method in class com.dwuser.ss4.ui.extras.BorderBox | |
| createChildren() — Method in class com.dwuser.ss4.ui.extras.NoteBox | |
| createChildren() — Method in class com.dwuser.ss4.ui.loaders.GroupLoader | |
| createChildren() — Method in class com.dwuser.ss4.ui.loaders.SingleLoader | |
| createChildren() — Method in class com.dwuser.ss4.ui.loaders.UILoader | |
| createChildren() — Method in class com.dwuser.ss4.video.FlexVideoPlayer | |
| createChildren() — Method in class mx.controls.listClasses.ListBase | |
Creates objects that are children of this ListBase; in this case,
the listContent object that will hold all the item
renderers. |
|
| createChildren() — Method in class mx.core.ScrollControlBase | |
| Creates objects that are children of this ScrollControlBase, which in this case are the border and mask. | |
| createChildren() — Method in class mx.core.UIComponent | |
| Create child objects of the component. | |
| createChildren() — Method in class mx.preloaders.DownloadProgressBar | |
| Creates the subcomponents of the display. | |
| createComponentFromDescriptor(descriptor:mx.core:ComponentDescriptor, recurse) — Method in class mx.core.Container | |
| Given a single UIComponentDescriptor, create the corresponding component and add the component as a child of this Container. | |
| createComponentsFromDescriptors(recurse) — Method in class mx.core.Container | |
Iterate through the Array of childDescriptors,
and call the createComponentFromDescriptor() method for each one. |
|
| createCursor() — Method in interface mx.collections.ICollectionView | |
| Creates a new IViewCursor that works with this view. | |
| createCursor() — Method in class mx.collections.ListCollectionView | |
| Creates a new IViewCursor that works with this view. | |
| createInFontContext(classObj) — Method in class mx.core.UIComponent | |
| Creates a new object using a context based on the embedded font being used. | |
| createInModuleContext(moduleFactory:mx.core:IFlexModuleFactory, className) — Method in class mx.core.UIComponent | |
| Creates the object using a given moduleFactory. | |
| createInstance(target) — Method in class mx.effects.Effect | |
| Creates a single effect instance and initializes it. | |
| createInstance(target) — Method in interface mx.effects.IEffect | |
| Creates a single effect instance and initializes it. | |
| createInstances(targets) — Method in class mx.effects.Effect | |
Takes an Array of target objects and invokes the
createInstance() method on each target. |
|
| createInstances(targets) — Method in interface mx.effects.IEffect | |
Takes an Array of target objects and invokes the
createInstance() method on each target. |
|
| createItemEditor(colIndex, rowIndex) — Method in class mx.controls.List | |
Creates the item editor for the item renderer at the
editedItemPosition using the editor
specified by the itemEditor property. |
|
| createItemRenderer(data) — Method in class mx.controls.List | |
| Get the appropriate renderer, using the default renderer if none is specified. | |
| createItemRenderer(data) — Method in class mx.controls.listClasses.ListBase | |
| Creates an item renderer given the data object. | |
| createItemRenderer(data) — Method in class mx.controls.listClasses.TileBase | |
| Get the appropriate renderer, using the default renderer if none is specified. | |
| createMaskFunction — Property in class mx.effects.MaskEffect | |
| Function called when the effect creates the mask. | |
| createMaskFunction — Property in class mx.effects.effectClasses.MaskEffectInstance | |
| Function called when the effect creates the mask. | |
| CREATE_MODAL_WINDOW_REQUEST — Constant static property in class mx.events.SWFBridgeRequest | |
| Creates a modal window. | |
| createNavItem(label, icon) — Method in class mx.controls.NavBar | |
| Creates the individual navigator items. | |
| createPopUp(parent, className, modal, childList) — Static method in class mx.managers.PopUpManager | |
| Creates a top-level window and places it above other windows in the z-order. | |
| createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in interface mx.core.IDeferredInstantiationUIComponent | |
Creates an id reference to this IUIComponent object
on its parent document object. |
|
| createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent | |
Creates an id reference to this IUIComponent object
on its parent document object. |
|
| createToolTip(text, x, y, errorTipBorderStyle, context:mx.core:IUIComponent) — Static method in class mx.managers.ToolTipManager | |
| Creates an instance of the ToolTip class with the specified text and displays it at the specified location in stage coordinates. | |
| createTween(listener, startValue, endValue, duration, minFps) — Method in class mx.effects.effectClasses.TweenEffectInstance | |
| Creates a Tween instance, assigns it the start, end, and duration values. | |
| createUID() — Static method in class mx.utils.UIDUtil | |
| Generates a UID (unique identifier) based on ActionScript's pseudo-random number generator and the current time. | |
| createUniqueName(object) — Static method in class mx.utils.NameUtil | |
| Creates a unique name for any Object instance, such as "Button12", by combining the unqualified class name with an incrementing counter. | |
| createUpdateEvent(source, property, oldValue, newValue) — Static method in class mx.events.PropertyChangeEvent | |
Returns a new PropertyChangeEvent of kind
PropertyChangeEventKind.UPDATE
with the specified properties. |
|
| creatingContentPane — Property in class mx.core.Container | |
| Containers use an internal content pane to control scrolling. | |
| creatingContentPane — Property in interface mx.core.IContainer | |
| Containers use an internal content pane to control scrolling. | |
| creationComplete — Event in class mx.core.UIComponent | |
| Dispatched when the component has finished its construction, property processing, measuring, layout, and drawing. | |
| CREATION_COMPLETE — Constant static property in class mx.events.FlexEvent | |
The FlexEvent.CREATION_COMPLETE constant defines the value of the
type property of the event object for a creationComplete event. |
|
| creationCompleteEffect — Effect in class mx.core.UIComponent | |
| Played when the component is created. | |
| creationDelay — Property in class com.dwuser.ss4.ui.NumberBar | |
| [This is an advanced property; only advanced users should manipulate it.] Specifies the delay, in milliseconds, between each thumb holder being created. | |
| creationDelay — Property in class com.dwuser.ss4.ui.Thumbnails | |
| [This is an advanced property; only advanced users should manipulate it.] Specifies the delay, in milliseconds, between each thumb holder being created. | |
| creationIndex — Property in class mx.core.Container | |
| Specifies the order to instantiate and draw the children of the container. | |
| creationLayoutInterval — Property in class com.dwuser.ss4.ui.NumberBar | |
| [This is an advanced property; only advanced users should manipulate it.] Specifies, when a creation delay is enabled, the number of thumbs created between each layout iteration. | |
| creationLayoutInterval — Property in class com.dwuser.ss4.ui.Thumbnails | |
| [This is an advanced property; only advanced users should manipulate it.] Specifies, when a creation delay is enabled, the number of thumbs created between each layout iteration. | |
| creationPolicy — Property in class mx.core.Container | |
| The child creation policy for this Container. | |
| ctrlKey — Property in class mx.events.SandboxMouseEvent | |
Indicates whether the Ctrl key was pressed. |
|
| Cubic — Class in package mx.effects.easing | |
| The Cubic class defines three easing functions to implement motion with Flex effect classes. | |
| current — Property in interface mx.collections.IViewCursor | |
| Provides access the object at the location in the source collection referenced by this cursor. | |
| CURRENT — Static property in class mx.collections.CursorBookmark | |
A bookmark representing the current item for the IViewCursor in
an ICollectionView. |
|
| currentCursorID — Static property in class mx.managers.CursorManager | |
| ID of the current custom cursor, or NO_CURSOR if the system cursor is showing. | |
| currentCursorXOffset — Static property in class mx.managers.CursorManager | |
| The x offset of the custom cursor, in pixels, relative to the mouse pointer. | |
| currentCursorYOffset — Static property in class mx.managers.CursorManager | |
| The y offset of the custom cursor, in pixels, relative to the mouse pointer. | |
| currentDelayedSyncSlide — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
| A reference to the currently displayed slide; this reference updates after a delay following the transition to the slide starting. | |
| currentDelayedSyncSlideExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentDelayedSyncSlide value currently exists or not. |
|
| currentDelayedSyncSlideNotExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentDelayedSyncSlide value currently does NOT exist. |
|
| currentGallery — Static property in class com.dwuser.ss4.managers.ImageManager | |
Specifies the current gallery object (if any exists), in format of {id:Gallery index, gallery:Gallery XML Node Reference} . |
|
| currentImage — Static property in class com.dwuser.ss4.managers.ImageManager | |
Specifies the current image object (if any exists), in format of {id:Image index, image:Image XML Node Reference} . |
|
| currentIndex — Property in interface mx.core.IRepeater | |
The index of the item in the dataProvider currently
being processed while this Repeater is executing. |
|
| currentItem — Property in interface mx.core.IRepeater | |
The item in the dataProvider currently being processed
while this Repeater is executing. |
|
| currentLooperData — Property in class mx.core.UIComponent | |
| When using this component as the child of a DataLooper element, this holds the current element's corresponding looping data. | |
| currentPostSyncSlide — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
| A reference to the currently displayed slide; this reference updates once the transition to the slide has completed. | |
| currentPostSyncSlideExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentPostSyncSlide value currently exists or not. |
|
| currentPostSyncSlideNotExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentPostSyncSlide value currently does NOT exist. |
|
| currentPreSyncSlide — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
| A reference to the currently displayed slide; this reference updates as soon as the transition to the slide starts. | |
| currentPreSyncSlideExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentPreSyncSlide value currently exists or not. |
|
| currentPreSyncSlideNotExists — Property in class com.dwuser.ss4.ui.FlashSlideshow | |
This utility flag specifies if a currentPreSyncSlide value currently does NOT exist. |
|
| _currentState — Property in class com.dwuser.ss4.skins.LoaderSkin | |
| currentState — Property in class com.dwuser.ss4.skins.LoaderSkin | |
| currentState — Property in interface mx.core.IStateClient | |
| The current view state. | |
| currentState — Property in class mx.core.UIComponent | |
| The current view state of the component. | |
| currentStateChange — Event in class mx.core.UIComponent | |
| Dispatched after the view state has changed. | |
| CURRENT_STATE_CHANGE — Constant static property in class mx.events.StateChangeEvent | |
The StateChangeEvent.CURRENT_STATE_CHANGE constant defines the
value of the type property of the event that is dispatched
when the view state has changed. |
|
| currentStateChanging — Event in class mx.core.UIComponent | |
Dispatched after the currentState property changes,
but before the view state changes. |
|
| CURRENT_STATE_CHANGING — Constant static property in class mx.events.StateChangeEvent | |
The StateChangeEvent.CURRENT_STATE_CHANGING constant defines the
value of the type property of the event that is dispatched
when the view state is about to change. |
|
| currentTarget — Static property in class mx.managers.ToolTipManager | |
The UIComponent that is currently displaying a ToolTip,
or null if none is. |
|
| currentToolTip — Static property in class mx.managers.ToolTipManager | |
The ToolTip object that is currently visible,
or null if none is shown. |
|
| CURRENT_VERSION — Constant static property in class mx.core.FlexVersion | |
| The current released version of the Flex SDK, encoded as a uint. | |
| currentViewID — Property in class com.dwuser.ss4.ui.LayoutManager | |
The ID value of the currently-opened layout view (of a "normal" type). |
|
| CursorBookmark — Class in package mx.collections | |
Encapsulates the positional aspects of a cursor in an
ICollectionView. |
|
| CursorBookmark(value) — Constructor in class mx.collections.CursorBookmark | |
| Creates a new instance of a bookmark with the specified value. | |
| cursorChildren — Property in interface mx.managers.ISystemManager | |
| An list of the custom cursors being parented by this ISystemManager. | |
| cursorChildren — Property in class mx.managers.SystemManager | |
| An list of the custom cursors being parented by this ISystemManager. | |
| CursorError — Class in package mx.collections.errors | |
| This error is thrown by a collection Cursor. | |
| CursorError(message) — Constructor in class mx.collections.errors.CursorError | |
| Constructor. | |
| CURSOR_MANAGEMENT — Constant static property in class mx.core.EventPriority | |
| The CursorManager has handlers for mouse events which must be executed before other mouse event handlers, so they have a high priority. | |
| cursorManager — Property in class mx.core.UIComponent | |
| Gets the CursorManager that controls the cursor for this component and its peers. | |
| CursorManager — Class in package mx.managers | |
| The CursorManager class controls a prioritized list of cursors, where the cursor with the highest priority is currently visible. | |
| CursorManagerPriority — Final class in package mx.managers | |
The CursorManagerPriority class defines the constant values for the
priority argument to the
CursorManager.setCursor() method. |
|
| CURSOR_MANAGER_REQUEST — Constant static property in class mx.events.InterManagerRequest | |
| Communication between CursorManagers use this request type. | |
| cursorUpdate — Event in interface mx.collections.IViewCursor | |
| Dispatched whenever the cursor position is updated. | |
| CURSOR_UPDATE — Constant static property in class mx.events.FlexEvent | |
The FlexEvent.CURSOR_UPDATE constant defines the value of the
type property of the event object for a cursorUpdate event. |
|
| customFilter — Property in class mx.effects.Effect | |
| Specifies a custom filter object, of type EffectTargetFilter, used by the effect to determine the targets on which to play the effect. | |
| customFilter — Property in interface mx.effects.IEffect | |
| Specifies a custom filter object, of type EffectTargetFilter, used by the effect to determine the targets on which to play the effect. | |
| customHoverTarget — Property in class com.dwuser.ss4.ui.HoverCanvas | |
| If a hoverTarget of "self" is used, this specifies the element that triggers a reveal of the canvas. | |
| customImageURL — Style in class com.dwuser.ss4.ui.loaders.UILoader | |
| Specifies the URL of a custom loading image or animation. | |
| customizeVScrollBar — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters | |
| Specifies if the scrollbars in the slideshow application should be customized with the default customized version. | |
| CustomScrollArrowSkin — Class in package com.dwuser.ss4.skins | |
| The default customized skin for all the states of the up or down button in a ScrollBar. | |
| CustomScrollArrowSkin() — Constructor in class com.dwuser.ss4.skins.CustomScrollArrowSkin | |
| Constructor. | |
| CustomScrollBar — Class in package com.dwuser.ss4.pseudoStyleClasses | |
| Holds the style parameters used to customize the slideshow's "normal" scrollbars, which appear on the Caption element and Thumbnails and NumberBar elements if page-based scrolling is disabled. | |
| CustomScrollBar() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.CustomScrollBar | |
| CustomScrollThumbSkin — Class in package com.dwuser.ss4.skins | |
| The skin for all the states of the up or down button in a ScrollBar. | |
| CustomScrollThumbSkin() — Constructor in class com.dwuser.ss4.skins.CustomScrollThumbSkin | |
| Constructor. | |
| CustomScrollTrackSkin — Class in package com.dwuser.ss4.skins | |
| The skin for all the states of the up or down button in a ScrollBar. | |
| CustomScrollTrackSkin() — Constructor in class com.dwuser.ss4.skins.CustomScrollTrackSkin | |
| 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 | |