| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| E — Constant static property in class Math | |
| A mathematical constant for the base of natural logarithms, expressed as e. | |
| easeIn(t:Number, b:Number, c:Number, d:Number, s:Number) — Static method in class mx.effects.easing.Back | |
| The easeIn() method starts the motion by backtracking, then reversing direction and moving toward the target. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Bounce | |
| The easeOut() method starts the bounce motion fast, and then decelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Circular | |
| The easeIn() method starts motion slowly, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Cubic | |
| The easeIn() method starts motion from zero velocity, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static method in class mx.effects.easing.Elastic | |
| The easeIn() method starts motion slowly, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Exponential | |
| The easeIn() method starts motion slowly, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Linear | |
| The easeIn() method starts motion from zero velocity, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quadratic | |
| The easeIn() method starts motion from a zero velocity, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quartic | |
| The easeIn() method starts motion from a zero velocity, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quintic | |
| The easeIn() method starts motion from zero velocity, and then accelerates motion as it executes. | |
| easeIn(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Sine | |
| The easeIn() method starts motion from zero velocity, and then accelerates motion as it executes. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number, s:Number) — Static method in class mx.effects.easing.Back | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion by backtracking, then reversing direction and moving toward target, overshooting target slightly, reversing direction again, and then moving back toward the target. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Bounce | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the bounce motion slowly, accelerate motion, then decelerate. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Circular | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion slowly, accelerate motion, then decelerate. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Cubic | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from zero velocity, accelerates motion, then decelerates back to a zero velocity. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static method in class mx.effects.easing.Elastic | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion slowly, accelerate motion, then decelerate. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Exponential | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion slowly, accelerate motion, then decelerate. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Linear | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from zero velocity, accelerate motion, then decelerate back to zero velocity. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quadratic | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quartic | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quintic | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity. | |
| easeInOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Sine | |
| The easeInOut() method combines the motion of the easeIn() and easeOut() methods to start the motion from a zero velocity, accelerate motion, then decelerate to a zero velocity. | |
| easeNone(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Linear | |
| The easeNone() method defines a constant motion, with no acceleration. | |
| easeOut(t:Number, b:Number, c:Number, d:Number, s:Number) — Static method in class mx.effects.easing.Back | |
| The easeOut() method starts the motion by moving towards the target, overshooting it slightly, and then reversing direction back toward the target. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Bounce | |
| The easeIn() method starts the bounce motion slowly, and then accelerates motion as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Circular | |
| The easeOut() method starts motion fast, and then decelerates motion as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Cubic | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static method in class mx.effects.easing.Elastic | |
| The easeOut() method starts motion fast, and then decelerates motion as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Exponential | |
| The easeOut() method starts motion fast, and then decelerates motion as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Linear | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quadratic | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quartic | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Quintic | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity as it executes. | |
| easeOut(t:Number, b:Number, c:Number, d:Number) — Static method in class mx.effects.easing.Sine | |
| The easeOut() method starts motion fast, and then decelerates motion to a zero velocity as it executes. | |
| easingFunction — Property in class mx.effects.Tween | |
| Sets the easing function for the animation. | |
| easingFunction — Property in class mx.effects.TweenEffect | |
| The easing function for the animation. | |
| easingFunction — Property in class mx.effects.effectClasses.TweenEffectInstance | |
| The easing function for the animation. | |
| EdgeMetrics — Class in package mx.core | |
| The EdgeMetrics class specifies the thickness, in pixels, of the four edge regions around a visual component. | |
| EdgeMetrics(left:Number, top:Number, right:Number, bottom:Number) — Constructor in class mx.core.EdgeMetrics | |
| Constructor. | |
| editable — Property in class ga.model.PanelItem | |
| Specifies whether the UI control is editable. | |
| editable — Property in class mx.controls.ComboBase | |
| A flag that indicates whether the control is editable, which lets the user directly type entries that are not specified in the dataProvider, or not editable, which requires the user select from the items in the dataProvider. | |
| editable — Property in class mx.controls.DataGrid | |
| A flag that indicates whether or not the user can edit items in the data provider. | |
| editable — Property in class mx.controls.List | |
| A flag that indicates whether or not the user can edit items in the data provider. | |
| editable — Property in class mx.controls.TextArea | |
| Indicates whether the user is allowed to edit the text in this control. | |
| editable — Property in class mx.controls.TextInput | |
| Indicates whether the user is allowed to edit the text in this control. | |
| editable — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| A flag that indicates whether the items in the column are editable. | |
| editableDisabledSkin — 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, and the editable property is true. | |
| editableDownSkin — 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, and the editable property is true. | |
| editableOverSkin — Style in class mx.controls.ComboBase | |
| Name of the class to use as the skin for the background and border when the mouse is over the control, and the editable property is true. | |
| editableUpSkin — Style in class mx.controls.ComboBase | |
| Name of the class to use as the skin for the background and border when the mouse is not over the control, and the editable property is true. | |
| editedItemPosition — Property in class mx.controls.DataGrid | |
| The column and row index of the item renderer for the data provider item being edited, if any. | |
| editedItemPosition — Property in class mx.controls.List | |
| The column and row index of the item renderer for the data provider item being edited, if any. | |
| editedItemRenderer — Property in class mx.controls.DataGrid | |
| A reference to the item renderer in the DataGrid control whose item is currently being edited. | |
| editedItemRenderer — Property in class mx.controls.List | |
| A reference to the item renderer in the DataGrid control whose item is currently being edited. | |
| editorDataField — Property in class mx.controls.List | |
| The name of the property of the item editor that contains the new data for the list item. | |
| editorDataField — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| The name of the property of the item editor that contains the new data for the list item. | |
| editorHeightOffset — Property in class mx.controls.List | |
| The height of the item editor, in pixels, relative to the size of the item renderer. | |
| editorHeightOffset — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| The height of the item editor, in pixels, relative to the size of the item renderer. | |
| editorUsesEnterKey — Property in class mx.controls.List | |
| A flag that indicates whether the item editor uses Enter key. | |
| editorUsesEnterKey — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| A flag that indicates whether the item editor uses Enter key. | |
| editorWidthOffset — Property in class mx.controls.List | |
| The width of the item editor, in pixels, relative to the size of the item renderer. | |
| editorWidthOffset — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| The width of the item editor, in pixels, relative to the size of the item renderer. | |
| editorXOffset — Property in class mx.controls.List | |
| The x location of the upper-left corner of the item editor, in pixels, relative to the upper-left corner of the item. | |
| editorXOffset — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| The x location of the upper-left corner of the item editor, in pixels, relative to the upper-left corner of the item. | |
| editorYOffset — Property in class mx.controls.List | |
| The y location of the upper-left corner of the item editor, in pixels, relative to the upper-left corner of the item. | |
| editorYOffset — Property in class mx.controls.dataGridClasses.DataGridColumn | |
| The y location of the upper-left corner of the item editor, in pixels, relative to the upper-left corner of the item. | |
| effect — Property in class mx.effects.EffectInstance | |
| effect — Property in class mx.states.Transition | |
| The Effect object to play when you apply the transition. | |
| Effect — Class in package mx.effects | |
| The Effect class is an abstract base class that defines the basic functionality of all Flex effects. | |
| Effect(target:Object) — Constructor in class mx.effects.Effect | |
| Constructor. | |
| EFFECT — Constant static property in class mx.core.EventPriority | |
| Autogenerated event handlers that trigger effects are executed after other event handlers on component instances, so they have a lower priority than the default. | |
| effectEnd — Event in class mx.core.UIComponent | |
| Dispatched after an effect ends. | |
| effectEnd — Event in class mx.effects.Effect | |
| Dispatched when the effect finishes playing, either when the effect finishes playing or when the effect has been interrupted by a call to the end() method. | |
| EFFECT_END — Constant static property in class mx.events.EffectEvent | |
| The EffectEvent.EFFECT_END constant defines the value of the type property of the event object for an effectEnd event. | |
| effectEndHandler(event:mx.events:EffectEvent) — Method in class mx.effects.Effect | |
| Called when an effect instance has finished playing. | |
| EffectEvent — Class in package mx.events | |
| Represents event objects that are specific to Flex effects. | |
| EffectEvent(eventType:String, bubbles:Boolean, cancelable:Boolean, effectInstance:mx.effects:IEffectInstance) — Constructor in class mx.events.EffectEvent | |
| Constructor. | |
| effectFinished(effectInst:mx.effects:EffectInstance) — Method in class mx.core.UIComponent | |
| Called by the effect instance when it stops playing on the component. | |
| effectInstance — Property in class mx.events.EffectEvent | |
| The effect instance object for the event. | |
| EffectInstance — Class in package mx.effects | |
| The EffectInstance class represents an instance of an effect playing on a target. | |
| EffectInstance(target:Object) — Constructor in class mx.effects.EffectInstance | |
| Constructor. | |
| EffectManager — Class in package mx.effects | |
| The EffectManager class listens for events, such as the show and move events, dispatched by objects in a Flex application. | |
| effectMask — Property in class mx.effects.effectClasses.MaskEffectInstance | |
| Contains the effect mask, either the default mask created by the defaultCreateMask() method, or the one specified by the function passed to the createMaskFunction property. | |
| effects — Property in class mx.core.UIComponentDescriptor | |
| An Array containing the effects for the component, as specified in MXML. | |
| effectStart — Event in class mx.core.UIComponent | |
| Dispatched just before an effect starts. | |
| effectStart — Event in class mx.effects.Effect | |
| Dispatched when the effect starts playing. | |
| EFFECT_START — Constant static property in class mx.events.EffectEvent | |
| The EffectEvent.EFFECT_START constant defines the value of the type property of the event object for an effectStart event. | |
| effectStarted(effectInst:mx.effects:EffectInstance) — Method in class mx.core.UIComponent | |
| Called by the effect instance when it starts playing on the component. | |
| effectStartHandler(event:mx.events:EffectEvent) — Method in class mx.effects.Effect | |
| This method is called when the effect instance starts playing. | |
| EffectTargetFilter — Class in package mx.effects | |
| The EffectTargetFilter class defines a custom filter that is executed by each transition effect on each target of the effect. | |
| EffectTargetFilter() — Constructor in class mx.effects.EffectTargetFilter | |
| Constructor. | |
| Elastic — Class in package mx.effects.easing | |
| The Elastc class defines three easing functions to implement motion with Flex effect classes, where the motion is defined by an exponentially decaying sine wave. | |
| element — Property in class mx.charts.ChartItem | |
| The series or element that owns the ChartItem. | |
| element — Property in class mx.charts.HitData | |
| Specifies the chart element rendering this data item that generated the HitData structure. | |
| element — Property in class mx.charts.LegendItem | |
| The chart element that is responsible for generating this legend item. | |
| element — Property in class mx.charts.chartClasses.LegendData | |
| The chart item that generated this legend item. | |
| element — Property in class mx.charts.series.items.LineSeriesSegment | |
| The series or element that owns this segment. | |
| element — Property in class mx.charts.series.renderData.AreaSeriesRenderData | |
| The AreaSeries that this structure is associated with. | |
| element — Property in class mx.rpc.soap.SOAPFault | |
| The raw XML of this SOAP Fault. | |
| elementBounds — Property in class mx.charts.chartClasses.RenderData | |
| An Array of rectangles describing the bounds of the series's ChartItems, relative to the series's coordinate system. | |
| ELEMENT_NODE — Constant static property in class flash.xml.XMLNodeType | |
| Specifies that the node is an element. | |
| elementOffset — Property in class mx.charts.effects.SeriesEffect | |
| Specifies the amount of time, in milliseconds, that Flex delays the start of the effect on each element in the series. | |
| elementOffset — Property in class mx.charts.effects.effectClasses.SeriesEffectInstance | |
| Specifies the amount of time, in milliseconds, that Flex delays the start of the effect on each element in the series. | |
| elements(name:Object) — Method in class XML | |
| Lists the elements of an XML object. | |
| elements(name:Object) — Method in class XMLList | |
| Calls the elements() method of each XML object. | |
| elements — Property in class mx.charts.chartClasses.DataTransform | |
| The elements that are associated with this transform. | |
| elements(name:String) — Method in class mx.collections.XMLListCollection | |
| Calls the elements() method of each XML object in the XMLList. | |
| ELEMENT_TYPE — Static property in class mx.rpc.xml.SimpleXMLEncoder | |
| else — Statement | |
Specifies the statements to run if the condition in the if statement returns false. |
|
| email — Property in class lc.domain.Group | |
| The email address of the group. | |
| email — Property in class lc.domain.User | |
| The email address of the user. | |
| emailAliases — Property in class lc.domain.Group | |
| The email aliases used by the group. | |
| emailAliases — Property in class lc.domain.User | |
| The additional email aliases for the user, in addition to the main email address contained in the email property. | |
| emailPDF(event:flash.events:Event) — Method in class ga.controls.Wrapper | |
| Forwards the request to email the PDF rendition of the form guide. | |
| EmailValidator — Class in package mx.validators | |
| The EmailValidator class validates that a String has a single @ sign, a period in the domain name and that the top-level domain suffix has two, three, four, or six characters. | |
| EmailValidator() — Constructor in class mx.validators.EmailValidator | |
| Constructor. | |
| EMBEDDED — Constant static property in class flash.text.FontType | |
| Indicates that this is an embedded font. | |
| embeddedFontList — Property in class mx.managers.SystemManager | |
| A table of embedded fonts in this application. | |
| embedFonts — Property in class flash.text.TextField | |
| Specifies whether to render by using embedded font outlines. | |
| embossBackgroundColor — Style in class lc.controls.EmbossedList | |
| The color of the main background of a selected or highlighted item. | |
| EmbossedList — Class in package lc.controls | |
| The EmbossedList component is used by the EmbossedNavigator class for the navigation area. | |
| EmbossedList() — Constructor in class lc.controls.EmbossedList | |
| Constructor | |
| EmbossedNavigator — Class in package lc.controls | |
| The EmbossedNavigator component is used as a navigation tool between the navigation and the content areas. | |
| EmbossedNavigator() — Constructor in class lc.controls.EmbossedNavigator | |
| Constructor. | |
| embossHilightColor — Style in class lc.controls.EmbossedList | |
| The color of the line around the "embossing" of a selected or highlighted item. | |
| embossOpen — Style in class lc.controls.EmbossedList | |
| Leave the emboss effect open to allow the selected item to create a visual link to the content to the content area. | |
| embossShadowColor — Style in class lc.controls.EmbossedList | |
| The color of the main background of a selected or highlighted item. | |
| emphasized — Property in class mx.controls.Button | |
| Draws a thick border around the Button control when the control is in its up state if emphasized is set to true. | |
| EMPTY — Static property in class mx.core.EdgeMetrics | |
| An EdgeMetrics object with a value of zero for its left, top, right, and bottom properties. | |
| enableAccessibility() — Static method in class mx.accessibility.AccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.AccordionHeaderAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.AlertAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.ButtonAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.CheckBoxAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.ComboBaseAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.ComboBoxAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.DataGridAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.DateChooserAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.DateFieldAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.LinkButtonAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.ListAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.ListBaseAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.MenuAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.MenuBarAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.PanelAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.RadioButtonAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.TabBarAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.TitleWindowAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.TreeAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAccessibility() — Static method in class mx.accessibility.UIComponentAccImpl | |
| Method call for enabling accessibility for a component. | |
| enableAutoUpdate() — Method in interface mx.collections.ICollectionView | |
| Enables auto-updating. | |
| enableAutoUpdate() — Method in class mx.collections.ListCollectionView | |
| Enables auto-updating. | |
| enabled — Property in class flash.display.MovieClip | |
| A Boolean value that indicates whether a movie clip is enabled. | |
| enabled — Property in class flash.display.SimpleButton | |
| A Boolean value that specifies whether a button is enabled. | |
| enabled — Static property in class flash.system.IME | |
| Indicates whether the system IME is enabled (true) or disabled (false). | |
| enabled — Property in class flash.ui.ContextMenuItem | |
| Indicates whether the specified menu item is enabled or disabled. | |
| enabled — Property in class lc.domain.AttachmentCommand | |
| A flag that indicates whether the execute operation is active. | |
| enabled — Property in class mx.controls.RadioButtonGroup | |
| Determines whether selection is allowed. | |
| enabled — Property in interface mx.core.IUIComponent | |
| Whether the component can accept user interaction. | |
| enabled — Property in class mx.core.UIComponent | |
| Whether the component can accept user interaction. | |
| enabled — Property in class mx.core.UITextField | |
| A Boolean value that indicates whether the component is enabled. | |
| enabled — Static property in class mx.managers.ToolTipManager | |
| If true, the ToolTipManager will automatically show ToolTips when the user moves the mouse pointer over components. | |
| enabled — Property in class mx.validators.Validator | |
| Setting this value to false will stop the validator from performing validation. | |
| enableDelayedReleases() — Method in class mx.data.DataStore | |
| enablePolling() — Method in class mx.messaging.channels.PollingChannel | |
| Enables polling based on the number of times enablePolling() and disablePolling() have been invoked. | |
| encode(image:flash.display:BitmapData) — Method in interface mx.graphics.codec.IImageEncoder | |
| Encodes a raw BitmapData as a ByteArray. | |
| encode(image:flash.display:BitmapData) — Method in class mx.graphics.codec.JPEGEncoder | |
| Converts the pixels of raw BitmapData to a JPG encoded ByteArray. | |
| encode(image:flash.display:BitmapData) — Method in class mx.graphics.codec.PNGEncoder | |
| Converts the pixels of raw BitmapData to a PNG encoded ByteArray. | |
| encodeByteArray(raw:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — Method in interface mx.graphics.codec.IImageEncoder | |
| Encodes a raw bitmap ByteArray as a new ByteArray. | |
| encodeByteArray(raw:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — Method in class mx.graphics.codec.JPEGEncoder | |
| Converts the ByteArray of pixels from a raw bitmap to a JPG encoded ByteArray. | |
| encodeByteArray(raw:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — Method in class mx.graphics.codec.PNGEncoder | |
| Converts the ByteArray of pixels from a raw bitmap to a PNG encoded ByteArray. | |
| encodeDate(rawDate:Date, dateType:String) — Static method in class mx.rpc.xml.SimpleXMLEncoder | |
| encodeImageAsBase64(snapshot:mx.graphics:ImageSnapshot) — Static method in class mx.graphics.ImageSnapshot | |
| A utility method to convert an ImageSnapshot into a Base-64 encoded String for transmission in text based serialization formats such as XML. | |
| encodeURI(uri:String) — Package function in Top Level | |
| Encodes a string into a valid URI (Uniform Resource Identifier). | |
| encodeURIComponent(uri:String) — Package function in Top Level | |
| Encodes a string into a valid URI component. | |
| encodeValue(obj:Object, qname:QName, parentNode:flash.xml:XMLNode) — Method in class mx.rpc.xml.SimpleXMLEncoder | |
| parentNode - optional, an XMLNode under which to put the encoded value. | |
| end — Property in class mx.charts.series.items.LineSeriesSegment | |
| The index into the items array of the last item in this segment, inclusive. | |
| end(effectInstance:mx.effects:IEffectInstance) — Method in class mx.effects.Effect | |
| Interrupts an effect that is currently playing, and jumps immediately to the end of the effect. | |
| end() — Method in class mx.effects.EffectInstance | |
| Interrupts an effect instance that is currently playing, and jumps immediately to the end of the effect. | |
| end() — Method in class mx.effects.effectClasses.ParallelInstance | |
| Interrupts any effects that are currently playing, skips over any effects that haven't started playing, and jumps immediately to the end of the composite effect. | |
| end — Property in class mx.effects.effectClasses.PropertyChanges | |
| An Object containing the ending properties of the target component modified by the change in view state. | |
| end() — Method in class mx.effects.effectClasses.SequenceInstance | |
| Interrupts any effects that are currently playing, skips over any effects that haven't started playing, and jumps immediately to the end of the composite effect. | |
| end() — Method in class mx.effects.effectClasses.TweenEffectInstance | |
| Interrupts an effect that is currently playing, and immediately jumps to the end of the effect. | |
| end(target:flash.display:Graphics) — Method in interface mx.graphics.IFill | |
| Ends the fill. | |
| end(target:flash.display:Graphics) — Method in class mx.graphics.LinearGradient | |
| end(target:flash.display:Graphics) — Method in class mx.graphics.RadialGradient | |
| end(target:flash.display:Graphics) — Method in class mx.graphics.SolidColor | |
| Ends the fill. | |
| END — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the End key (35). | |
| endDate — Property in class lc.tracking.ProcessInstanceDataGridModel | |
| The date and time to use for filtering a collection of ProcessInstance objects. | |
| endEdit(reason:String) — Method in class mx.controls.List | |
| Stops the editing of an item in the data provider. | |
| endEffectsForTarget(target:mx.core:IUIComponent) — Static method in class mx.effects.EffectManager | |
| Immediately ends any effects currently playing on a target. | |
| endEffectsStarted() — Method in class mx.core.UIComponent | |
| Ends all currently playing effects on the component. | |
| endFill() — Method in class flash.display.Graphics | |
| Applies a fill to the lines and curves that were added since the last call to the beginFill(), beginGradientFill(), or beginBitmapFill() method. | |
| endian — Property in class flash.net.Socket | |
| Indicates the byte order for the data; possible values are constants from the flash.utils.Endian class, Endian.BIG_ENDIAN or Endian.LITTLE_ENDIAN. | |
| endian — Property in class flash.net.URLStream | |
| Indicates the byte order for the data; possible values are BIG_ENDIAN or LITTLE_ENDIAN. | |
| endian — Property in class flash.utils.ByteArray | |
| Changes or reads the byte order for the data; either "bigEndian" or "littleEndian". | |
| endian — Property in interface flash.utils.IDataInput | |
| The byte order for the data, either the "bigEndian" or "littleEndian" constant from the Endian class. | |
| endian — Property in interface flash.utils.IDataOutput | |
| The byte order for the data, either the "bigEndian" or "littleEndian" constant from the Endian class. | |
| Endian — Final class in package flash.utils | |
| The Endian class contains values that denote the byte order used to represent multibyte numbers. | |
| endIndex — Property in class mx.automation.events.TextSelectionEvent | |
| Index at which selection ends. | |
| endIndex — Property in class mx.controls.textClasses.TextRange | |
| Zero-based index in the control's text field of the point immediately after the last character in the range; equivalent to the One-based index of the last character. | |
| endInterpolation(interpolationData:Object) — Method in class mx.charts.chartClasses.Series | |
| Called by the SeriesInterpolate effect to end an interpolation. | |
| endpoint — Property in class lc.endpoint.EndpointEvent | |
| The endpoint to include in the event. | |
| endpoint — Property in class lc.endpoint.EndpointGridSelectorModel | |
| The currently selected endpoint. | |
| endpoint — Property in class mx.messaging.Channel | |
| Provides access to the endpoint for this channel. | |
| endpoint — Property in class mx.rpc.remoting.mxml.RemoteObject | |
| This property allows the developer to quickly specify an endpoint for a RemoteObject destination without referring to a services configuration file at compile time or programmatically creating a ChannelSet. | |
| Endpoint — Class in package lc.domain | |
| The Endpoint class represents an endpoint in LiveCycle ES. | |
| EndpointCardRenderer — Class in package lc.endpoint | |
| The EndpointCardRenderer component represents an endpoint object. | |
| EndpointCardRendererModel — Class in package lc.endpoint | |
| The EndpointCardRendererModel class acts as the presentation model for the EndpointCardRenderer component. | |
| EndpointDetails — Class in package lc.endpoint | |
| The EndpointDetails component represents the information on a process card. | |
| EndpointDetailsModel — Class in package lc.endpoint | |
| The EndpointDetailsModel class provides support for the views that are interested in EndpointDetails component. | |
| EndpointEvent — Class in package lc.endpoint | |
| The EndpointEvent class contains events that are dispatched when a user performs an action against an endpoint. | |
| EndpointEvent(type:String, endpoint:lc.domain:Endpoint) — Constructor in class lc.endpoint.EndpointEvent | |
| Constructor. | |
| ENDPOINT_FAILED — Constant static property in class lc.endpoint.EndpointEvent | |
| The EndpointEvent.ENDPOINT_FAILED constant defines the value of the type property of the event object for a endpointFailed event. | |
| EndpointGridSelector — Class in package lc.endpoint | |
| The EndpointGridSelector component displays a collection of endpoints in a data grid. | |
| EndpointGridSelectorModel — Class in package lc.endpoint | |
| The EndpointGridSelectorModel class acts as the presentation model for the EndpointGridSelector component. | |
| ENDPOINT_HEADER — Constant static property in class mx.messaging.messages.AbstractMessage | |
| Messages are tagged with the endpoint id for the Channel they are sent over. | |
| endpointId — Property in class lc.domain.Endpoint | |
| The endpoint identifier. | |
| ENDPOINT_INVOCATION_COMPLETE — Constant static property in class lc.core.events.ObjectResultEvent | |
| The form invoked the process and completed event type. | |
| ENDPOINT_RESULT — Constant static property in class lc.core.events.ObjectResultEvent | |
| The result of invoking a process with a form event type. | |
| endpoints — Property in class lc.domain.Category | |
| A collection of endpoints for a category. | |
| endpoints — Property in class lc.endpoint.EndpointGridSelectorModel | |
| A collection of endpoints. | |
| EndpointTileList — Class in package lc.endpoint | |
| The EndpointTileList component is configured to use the EndpointCardRenderer component to display endpoints in a grid, as well as pass on relevant events from the renderer. | |
| EndpointTileList() — Constructor in class lc.endpoint.EndpointTileList | |
| Constructor. | |
| endpointURI — Property in class mx.rpc.soap.AbstractWebService | |
| The location of the WebService. | |
| endpointURI — Property in class mx.rpc.soap.Operation | |
| The location of the WebService for this Operation. | |
| endRecording() — Method in interface mx.automation.IAutomationManager | |
| Takes the automation manager out of record mode. | |
| endTween() — Method in class mx.effects.Tween | |
| Interrupt the tween, jump immediately to the end of the tween, and invoke the onTweenEnd() callback function. | |
| enforceValidation — Property in class ga.model.GuidedActivity | |
| Specifies when to check for mantatory fields, either when the user submits a form guide, or when a user navigates to the next panel in the form guide. | |
| enter — Event in class mx.controls.ColorPicker | |
| Dispatched if the ColorPicker editable property is set to true and the user presses Enter after typing in a hexadecimal color value. | |
| enter — Event in class mx.controls.ComboBox | |
| Dispatched if the editable property is set to true and the user presses the Enter key while typing in the editable text field. | |
| enter — Event in class mx.controls.TextInput | |
| Dispatched when the user presses the Enter key. | |
| ENTER — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the Enter key (13). | |
| ENTER — Constant static property in class mx.events.ColorPickerEvent | |
| The ColorPickerEvent.ENTER constant defines the value of the type property of the event that is dispatched when the user presses the Enter key after typing in the color selector box. | |
| ENTER — Constant static property in class mx.events.FlexEvent | |
| The FlexEvent.ENTER constant defines the value of the type property of the event object for a enter event. | |
| enterFrame — Event in class flash.display.DisplayObject | |
| Dispatched when the playhead is entering a new frame. | |
| ENTER_FRAME — Constant static property in class flash.events.Event | |
| Defines the value of the type property of an enterFrame event object. | |
| enterState — Event in class mx.core.UIComponent | |
| Dispatched after the component has returned to the root view state. | |
| enterState — Event in class mx.states.State | |
| Dispatched when the view state has been entered. | |
| ENTER_STATE — Constant static property in class mx.events.FlexEvent | |
| The FlexEvent.ENTER_STATE constant defines the value of the type property of the event object for a enterState event. | |
| enumerateFonts(enumerateDeviceFonts:Boolean) — Static method in class flash.text.Font | |
| Specifies whether to provide a list of the currently available embedded fonts. | |
| EOFError — Dynamic class in package flash.errors | |
| An EOFError exception is thrown when you attempt to read past the end of the available data. | |
| EOFError(message:String) — Constructor in class flash.errors.EOFError | |
| Creates a new EOFError object. | |
| equals(toCompare:flash.geom:Point) — Method in class flash.geom.Point | |
| Determines whether two points are equal. | |
| equals(toCompare:flash.geom:Rectangle) — Method in class flash.geom.Rectangle | |
| Determines whether the object specified in the toCompare parameter is equal to this Rectangle object. | |
| equals(other:mx.automation:AutomationID) — Method in class mx.automation.AutomationID | |
| Compares this object with the given AutomationID. | |
| ERASE — Constant static property in class flash.display.BlendMode | |
| Erases the background based on the alpha value of the display object. | |
| error — Property in class flash.events.AsyncErrorEvent | |
| The exception that was thrown. | |
| error — Event in class mx.core.Application | |
| Dispatched when an error occurs anywhere in the application, such as an HTTPService, WebService, or RemoteObject fails. | |
| error — Property in class mx.formatters.Formatter | |
| Description saved by the formatter when an error occurs. | |
| error(message:String, ... rest) — Method in interface mx.logging.ILogger | |
| Logs the specified data using the LogEventLevel.ERROR level. | |
| error(message:String, ... rest) — Method in class mx.logging.LogLogger | |
| Logs the specified data using the LogEventLevel.ERROR level. | |
| error — Event in interface mx.modules.IModuleInfo | |
| Dispatched by the backing ModuleInfo if there was an error during module loading. | |
| error — Property in interface mx.modules.IModuleInfo | |
| A flag that is true if there was an error during module loading. | |
| error — Event in class mx.modules.ModuleLoader | |
| Dispatched when the module throws an error. | |
| Error — Dynamic class in Top Level | |
| The Error class contains information about an error that occurred in a script. | |
| Error(message:String, id:int) — Constructor in class Error | |
| Creates a new Error object. | |
| ERROR — Constant static property in class flash.events.ErrorEvent | |
| Defines the value of the type property of an error event object. | |
| ERROR — Static property in class mx.events.ModuleEvent | |
| Dispatched when there is an error downloading the module. | |
| ERROR — Constant static property in class mx.events.StyleEvent | |
| Dispatched when there is an error downloading the style SWF. | |
| ERROR — Constant static property in class mx.logging.LogEventLevel | |
| Designates error events that might still allow the application to continue running. | |
| errorCode — Property in class mx.validators.ValidationResult | |
| The validation error code if the value of the isError property is true. | |
| errorColor — Style in class mx.core.UIComponent | |
| Color of the component highlight when validation fails. | |
| ERROR_DECODING — Constant static property in class mx.rpc.http.HTTPService | |
| Indicates that an XML formatted result could not be parsed into an XML instance or decoded into an Object. | |
| ERROR_ENCODING — Constant static property in class mx.rpc.http.HTTPService | |
| Indicates that an input parameter could not be encoded as XML. | |
| ErrorEvent — Class in package flash.events | |
| Flash® Player dispatches ErrorEvent objects when an error causes a network operation to fail. | |
| ErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.ErrorEvent | |
| Creates an Event object that contains information about error events. | |
| ERROR_HINT_HEADER — Constant static property in class mx.messaging.messages.AcknowledgeMessage | |
| Header name for the error hint header. | |
| errorID — Property in class Error | |
| Contains the reference number associated with the specific error message. | |
| errorMessage — Property in interface lc.core.ILoginPage | |
| The error message to be displayed. | |
| errorMessage — Property in class lc.core.events.WorkspaceFaultEvent | |
| The error message. | |
| errorMessage — Property in class lc.process.ProcessInstanceInfoModel | |
| The error message that is generated when an attempt occurs to access the details of the selected ProcessInstance object. | |
| errorMessage — Property in class lc.task.TaskDirectiveModel | |
| The error message when an error occurs. | |
| errorMessage — Property in class lc.tracking.TrackingModel | |
| The error message after an event occurs. | |
| errorMessage — Property in class mx.validators.ValidationResult | |
| The validation error message if the value of the isError property is true. | |
| ErrorMessage — Class in package mx.messaging.messages | |
| The ErrorMessage class is used to report errors within the messaging system. | |
| ErrorMessage() — Constructor in class mx.messaging.messages.ErrorMessage | |
| Constructs an ErrorMessage instance. | |
| errorParams — Property in class lc.core.events.WorkspaceFaultEvent | |
| Additional parameters for the error. | |
| errorString — Property in interface ga.model.IPanel | |
| The error string for the panel | |
| errorString — Property in class lc.attachments.AttachmentHeaderModel | |
| The error string. | |
| errorString — Property in class mx.core.UIComponent | |
| The text that will be displayed by a component's error tip when a component is monitored by a Validator and validation fails. | |
| errorString — Property in interface mx.validators.IValidatorListener | |
| The text that will be displayed by a component's error tip when a component is monitored by a Validator and validation fails. | |
| ERROR_STRING_CHANGED — Constant static property in class ga.model.GAEvent | |
| Dispatched by a page, panel, or section whenever the error string for a form guide field changes. | |
| errorText — Property in class mx.events.ModuleEvent | |
| The error message if the type is ModuleEvent.ERROR; otherwise, it is null. | |
| errorText — Property in class mx.events.RSLEvent | |
| The error message if the type is RSL_ERROR; otherwise, it is null; | |
| errorText — Property in class mx.events.StyleEvent | |
| The error message if the type is ERROR; otherwise, it is null. | |
| ERROR_URL_REQUIRED — Constant static property in class mx.rpc.http.HTTPService | |
| Indicates that the useProxy property was set to false but a url was not provided. | |
| escape(str:String) — Package function in Top Level | |
| Converts the parameter to a string and encodes it in a URL-encoded format, where most nonalphanumeric characters are replaced with % hexadecimal sequences. | |
| ESCAPE — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the Escape key (27). | |
| escapeMultiByte(value:String) — Package function in flash.utils | |
| Returns an escaped copy of the input string encoded as either UTF-8 or system code page, depending on the value of System.useCodePage. | |
| EvalError — Dynamic class in Top Level | |
| The EvalError class represents an error that occurs when user code calls the eval() function or attempts to use the new operator with the Function object. | |
| EvalError(message:String) — Constructor in class EvalError | |
| Creates a new EvalError object. | |
| Event — Class in package flash.events | |
| The Event class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs. | |
| Event(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class flash.events.Event | |
| Creates an Event object to pass as a parameter to event listeners. | |
| EVENT — Constant static property in class mx.controls.ProgressBarMode | |
| The control specified by the source property must dispatch progress and completed events. | |
| eventClassName — Property in interface mx.automation.IAutomationEventDescriptor | |
| The name of the class implementing this event. | |
| EventDispatcher — Class in package flash.events | |
| The EventDispatcher class implements the IEventDispatcher interface and is the base class for the DisplayObject class. | |
| EventDispatcher(target:flash.events:IEventDispatcher) — Constructor in class flash.events.EventDispatcher | |
| Aggregates an instance of the EventDispatcher class. | |
| eventHandler(event:flash.events:Event) — Method in class mx.accessibility.AccImpl | |
| Generic event handler. | |
| eventHandler(event:flash.events:Event) — Method in class mx.accessibility.UIComponentAccImpl | |
| Generic event handler. | |
| eventPhase — Property in class flash.events.Event | |
| The current phase in the event flow. | |
| EventPhase — Final class in package flash.events | |
| The EventPhase class provides values for the eventPhase property of the Event class. | |
| EventPriority — Final class in package mx.core | |
| The EventPriority class defines constant values for the priority argument of the addEventListener() method of EventDispatcher. | |
| events — Property in class mx.core.ComponentDescriptor | |
| An Object containing name/value pairs for the component's event handlers, as specified in MXML. | |
| eventsToHandle — Property in class mx.accessibility.AccImpl | |
| All subclasses must override this function by returning an array of strings of the events to listen for. | |
| eventType — Property in interface mx.automation.IAutomationEventDescriptor | |
| The value of the type property used for this event. | |
| every(callback:Function, thisObject) — Method in class Array | |
| Executes a test function on each item in the array until an item is reached that returns false for the specified function. | |
| EXACT_FIT — Constant static property in class flash.display.StageScaleMode | |
| Specifies that the entire Adobe® Flash® application be visible in the specified area without trying to preserve the original aspect ratio. | |
| exactSettings — Static property in class flash.system.Security | |
| Determines how Flash Player chooses the domain to use for certain Flash Player settings, including settings for camera and microphone permissions, storage quotas, and storage of persistent shared objects. | |
| exceedsMaxError — Property in class mx.validators.CurrencyValidator | |
| Error message when the value is greater than maxValue. | |
| exceedsMaxError — Property in class mx.validators.NumberValidator | |
| Error message when the value exceeds the maxValue property. | |
| exclusions — Property in class ga.model.PanelItem | |
| An array of property names to ignore when model change event occurs. | |
| exec(str:String) — Method in class RegExp | |
| Performs a search for the regular expression on the given string str. | |
| EXEC_QUEUED_CMD — Constant static property in class mx.events.VideoEvent | |
| The value of the VideoDisplay.state property during execution of queued command. | |
| execute() — Method in class lc.domain.AbandonCommand | |
| Executes the task's abandon operation. | |
| execute() — Method in class lc.domain.AttachmentCommand | |
| Executes the default operation of the command. | |
| execute() — Method in class lc.domain.ClaimCommand | |
| Executes the task's claim operation. | |
| execute() — Method in class lc.domain.CompleteCommand | |
| Executes the task's complete operation. | |
| execute() — Method in class lc.domain.ConsultCommand | |
| Executes the task's consult operation. | |
| execute() — Method in class lc.domain.DeleteAttachmentCommand | |
| Deletes the attachment from the task. | |
| execute() — Method in class lc.domain.DisplayAttachmentCommand | |
| Retrieves the attachment from the task that is being held by the TaskAttachmentInfo object. | |
| execute() — Method in class lc.domain.ForwardCommand | |
| Executes the task forward operation. | |
| execute() — Method in interface lc.domain.ICommand | |
| Executes the default operation of the command. | |
| execute() — Method in class lc.domain.LockCommand | |
| Executes the task's lock operation. | |
| execute() — Method in class lc.domain.RejectCommand | |
| Executes the task's reject operation. | |
| execute() — Method in class lc.domain.SaveAttachmentCommand | |
| Retrieves the attachment from the task. | |
| execute() — Method in class lc.domain.SetVisibleCommand | |
| Executes the task setVisible operation. | |
| execute() — Method in class lc.domain.ShareCommand | |
| Executes the task's share operation. | |
| execute() — Method in class lc.domain.TaskCommand | |
| Retrieves a Token object to allow the caller to be notified when the execution is complete. | |
| execute() — Method in class lc.domain.TaskFormSaveCommand | |
| Executes the TaskForm save operation. | |
| execute() — Method in class lc.domain.TaskFormSubmitCommand | |
| Executes the TaskForm object's submit operation. | |
| execute() — Method in class lc.domain.TaskFormTakeOfflineCommand | |
| Executes the take offline operation for a form. | |
| execute() — Method in class lc.domain.UnlockCommand | |
| Executes the task's unlock operation. | |
| execute() — Method in class lc.domain.UpdateAttachmentCommand | |
| Updates the attachment from the task being stored by the TaskAttachmentInfo object. | |
| executeBindings(recurse:Boolean) — Method in class mx.core.Container | |
| Executes all the data bindings on this Container. | |
| executeBindings(recurse:Boolean) — Method in interface mx.core.IDeferredInstantiationUIComponent | |
| Executes the data bindings into this UIComponent object. | |
| executeBindings(recurse:Boolean) — Method in class mx.core.UIComponent | |
| Executes the data bindings into this UIComponent object. | |
| executeChildBindings(recurse:Boolean) — Method in class mx.core.Container | |
| Executes the bindings into this Container's child UIComponent objects. | |
| executeChildBindings() — Method in interface mx.core.IRepeater | |
| Executes the bindings into all the UIComponents created by this Repeater. | |
| executeChildBindings() — Method in class mx.core.Repeater | |
| Executes the bindings into all the UIComponents created by this Repeater. | |
| executeCommand() — Method in class lc.task.TaskDirectiveModel | |
| Invokes the associated command object's execute method. | |
| exitState — Event in class mx.core.UIComponent | |
| Dispatched before the component exits from the root view state. | |
| exitState — Event in class mx.states.State | |
| Dispatched before a view state is exited. | |
| EXIT_STATE — Constant static property in class mx.events.FlexEvent | |
| The FlexEvent.EXIT_STATE constant defines the value of the type property of the event object for a exitState event. | |
| exp(val:Number) — Static method in class Math | |
| Returns the value of the base of the natural logarithm (e), to the power of the exponent specified in the parameter x. | |
| EXPAND — Constant static property in class mx.events.CollectionEventKind | |
| Indicates that the collection has internally expanded. | |
| expandChildrenOf(item:Object, open:Boolean) — Method in class mx.controls.Tree | |
| Opens or closes all the tree items below the specified item. | |
| expandItem(item:Object, open:Boolean, animate:Boolean, dispatchEvent:Boolean, cause:flash.events:Event) — Method in class mx.controls.Tree | |
| Opens or closes a branch item. | |
| expandItemHandler(event:mx.events:TreeEvent) — Method in class mx.controls.Tree | |
| explicitColumnCount — Property in class mx.controls.listClasses.ListBase | |
| The column count requested by explicitly setting the columnCount property. | |
| explicitColumnWidth — Property in class mx.controls.listClasses.ListBase | |
| The column width requested by explicitly setting the columnWidth. | |
| explicitHeight — Property in interface mx.core.IUIComponent | |
| The explicitly specified height for the component, in pixels, as the component's coordinates. | |
| explicitHeight — Property in class mx.core.UIComponent | |
| Number that specifies the explicit height of the component, in pixels, in the component's coordinates. | |
| explicitHeight — Property in class mx.core.UITextField | |
| Number that specifies the explicit height of the component, in pixels, in the component's coordinates. | |
| explicitHeight — Property in class mx.managers.SystemManager | |
| The explicit width of this object. | |
| explicitMaxHeight — Property in interface mx.core.IUIComponent | |
| Number that specifies the maximum height of the component, in pixels, as the component's coordinates. | |
| explicitMaxHeight — Property in class mx.core.UIComponent | |
| Number that specifies the maximum height of the component, in pixels, in the component's coordinates. | |
| explicitMaxHeight — Property in class mx.core.UITextField | |
| Number that specifies the maximum height of the component, in pixels, in the component's coordinates. | |
| explicitMaxWidth — Property in interface mx.core.IUIComponent | |
| Number that specifies the maximum width of the component, in pixels, as the component's coordinates. | |
| explicitMaxWidth — Property in class mx.core.UIComponent | |
| Number that specifies the maximum width of the component, in pixels, in the component's coordinates. | |
| explicitMaxWidth — Property in class mx.core.UITextField | |
| Number that specifies the maximum width of the component, in pixels, in the component's coordinates. | |
| explicitMinHeight — Property in interface mx.core.IUIComponent | |
| Number that specifies the minimum height of the component, in pixels, as the component's coordinates. | |
| explicitMinHeight — Property in class mx.core.UIComponent | |
| Number that specifies the minimum height of the component, in pixels, in the component's coordinates. | |
| explicitMinHeight — Property in class mx.core.UITextField | |
| Number that specifies the minimum height of the component, in pixels, in the component's coordinates. | |
| explicitMinWidth — Property in interface mx.core.IUIComponent | |
| Number that specifies the minimum width of the component, in pixels, as the component's coordinates. | |
| explicitMinWidth — Property in class mx.core.UIComponent | |
| Number that specifies the minimum width of the component, in pixels, in the component's coordinates. | |
| explicitMinWidth — Property in class mx.core.UITextField | |
| Number that specifies the minimum width of the component, in pixels, in the component's coordinates. | |
| explicitRowCount — Property in class mx.controls.listClasses.ListBase | |
| The row count requested by explicitly setting rowCount. | |
| explicitRowHeight — Property in class mx.controls.listClasses.ListBase | |
| The row height requested by explicitly setting rowHeight. | |
| explicitWidth — Property in interface mx.core.IUIComponent | |
| The explicitly specified width for the component, in pixels, as the component's coordinates. | |
| explicitWidth — Property in class mx.core.UIComponent | |
| Number that specifies the explicit width of the component, in pixels, in the component's coordinates. | |
| explicitWidth — Property in class mx.core.UITextField | |
| Number that specifies the explicit width of the component, in pixels, in the component's coordinates. | |
| explicitWidth — Property in class mx.managers.SystemManager | |
| The explicit width of this object. | |
| explodeRadius — Property in class mx.charts.series.PieSeries | |
| A number from 0 to 1, specifying how far all wedges of the pie series should be exploded from the center of the chart as a percentage of the total radius. | |
| Exponential — Class in package mx.effects.easing | |
| The Exponential class defines three easing functions to implement motion with Flex effect classes, where the motion is defined by an exponentially decaying sine wave. | |
| expression — Property in class mx.validators.RegExpValidator | |
| The regular expression to use for validation. | |
| extended — Property in class RegExp | |
| Specifies whether to use extended mode for the regular expression. | |
| extendedData — Property in class mx.messaging.messages.ErrorMessage | |
| Extended data that the remote destination has chosen to associate with this error to facilitate custom error processing on the client. | |
| extends — Statement | |
| Defines a class that is a subclass of another class. | |
| extension — Property in class flash.net.FileFilter | |
| A list of file extensions. | |
| ExternalInterface — Final class in package flash.external | |
| The ExternalInterface class is the External API, an application programming interface that enables straightforward communication between ActionScript and the Flash Player container; for example, an HTML page with JavaScript. | |
| extractMinInterval(cache:Array, measureName:String, desc:mx.charts.chartClasses:DataDescription) — Method in class mx.charts.chartClasses.Series | |
| Extracts the minimum value, maximum value, and, optionally, the minimum interval from an array of ChartItems. | |
| extractMinMax(cache:Array, measureName:String, desc:mx.charts.chartClasses:DataDescription, calculateInterval:Boolean) — Method in class mx.charts.chartClasses.Series | |
| Extracts the minimum value, maximum value, and, optionally, the minimum interval from an array of ChartItems. | |
| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/all-index-E.html