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  
Ease — class, package org.apache.flex.createjs.tween
This is the base class for the CreateJS/TweenJS effects.
Ease() — Constructor, class org.apache.flex.createjs.tween.Ease
Constructor
easing — Property, class org.apache.flex.createjs.tween.Effect
easingFunction — Property, class org.apache.flex.effects.Tween
Sets the easing function for the animation.
EditableTextKeyboardController — class, package org.apache.flex.html.beads.controllers
The EditableTextKeyboardController class bead intercepts keyboard events on the component's text field and emits change events.
EditableTextKeyboardController() — Constructor, class org.apache.flex.html.beads.controllers.EditableTextKeyboardController
constructor.
Effect — class, package org.apache.flex.createjs.tween
This is the base class for the CreateJS/TweenJS effects.
Effect — class, package org.apache.flex.effects
Effect is the base class for effects in FlexJS.
Effect(target:org.apache.flex.createjs.core:CreateJSBase) — Constructor, class org.apache.flex.createjs.tween.Effect
Constructor
Effect() — Constructor, class org.apache.flex.effects.Effect
Constructor.
EFFECT_END — Constant Static Property, class org.apache.flex.effects.Effect
The Effect.EFFECT_END constant defines the value of the event object's type property for a effectEnd event.
effects — Property, class org.apache.flex.states.Transition
The list of effects to play
EFFECT_START — Constant Static Property, class org.apache.flex.effects.Effect
The Effect.EFFECT_START constant defines the value of the event object's type property for a effectStart event.
EFFECT_STOP — Constant Static Property, class org.apache.flex.effects.Effect
The Effect.EFFECT_STOP constant defines the value of the event object's type property for a effectStop event.
EffectTimer — class, package org.apache.flex.utils
The Timer class dispatches events based on a delay and repeat count.
EffectTimer() — Constructor, class org.apache.flex.utils.EffectTimer
Constructor.
elasticIn() — Static Method , class org.apache.flex.createjs.tween.Ease
elasticInOut() — Static Method , class org.apache.flex.createjs.tween.Ease
elasticOut() — Static Method , class org.apache.flex.createjs.tween.Ease
element — Property, interface org.apache.flex.core.IUIBase
Each IUIBase has an element that is actually added to the platform's display list DOM.
element — Property, class org.apache.flex.core.UIBase
Each IUIBase has an element that is actually added to the platform's display list DOM.
element — Property, class org.apache.flex.core.UIButtonBase
Each IUIBase has an element that is actually added to the platform's display list DOM.
Ellipse — class, package org.apache.flex.svg
Ellipse(cx:Number, cy:Number, rx:Number, ry:Number) — Constructor, class org.apache.flex.svg.Ellipse
constructor.
encode(bitmapData:flash.display:BitmapData) — method, class org.apache.flex.utils.PNGEncoder
Converts the pixels of a BitmapData object to a PNG-encoded ByteArray object.
encodeByteArray(byteArray:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — method, class org.apache.flex.utils.PNGEncoder
Converts a ByteArray object containing raw pixels in 32-bit ARGB (Alpha, Red, Green, Blue) format to a new PNG-encoded ByteArray object.
encodeUrlVariables(data:Object) — Static Method , class org.apache.flex.net.HTTPUtils
encodingType — Property, class org.apache.cordova.camera.Camera
EncodingType — Static Property, class org.apache.cordova.camera.Camera
end(s:org.apache.flex.graphics:IGraphicShape) — method, class org.apache.flex.graphics.GradientEntry
End the fill
end(s:org.apache.flex.graphics:IGraphicShape) — method, interface org.apache.flex.graphics.IFill
end(s:org.apache.flex.graphics:IGraphicShape) — method, class org.apache.flex.graphics.SolidColor
end(s:org.apache.flex.graphics:IGraphicShape) — method, class org.apache.flex.svg.LinearGradient
endFill() — method, class org.apache.flex.svg.GraphicShape
endian — Property, class org.apache.flex.net.URLBinaryLoader
Indicates the byte order for the data.
endian — Property, class org.apache.flex.net.URLStream
Indicates the byte order for the data.
endian — Property, class org.apache.flex.utils.BinaryData
Indicates the byte order for the data.
endian — Property, interface org.apache.flex.utils.IBinaryDataInput
endian — Property, interface org.apache.flex.utils.IBinaryDataOutput
Endian — class, package org.apache.flex.utils
The endianness of the byte data.
endTween() — method, class org.apache.flex.effects.Tween
Interrupt the tween, jump immediately to the end of the tween, and invoke the onTweenEnd() callback function.
endValue — Property, class org.apache.flex.effects.Tween
Final value of the animation.
entries — Property, class org.apache.flex.graphics.GradientBase
An Array of GradientEntry objects defining the fill patterns for the gradient fill.
equals(other:google.maps:LatLng) — method, class google.maps.LatLng
equals(toCompare:org.apache.flex.geom:Point) — method, class org.apache.flex.geom.Point
equals(toCompare:org.apache.flex.geom:Rectangle) — method, class org.apache.flex.geom.Rectangle
error(callback:Function) — method, class org.apache.flex.net.URLLoader
Convenience function for error event to allow chaining.
error(callback:Function) — method, class org.apache.flex.net.URLStream
Convenience function for error event to allow chaining.
Event — class, package org.apache.flex.events
This class simply wraps flash.events.Event so that no flash packages are needed on the JS side.
Event(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.apache.flex.events.Event
Constructor.
EventDispatcher — class, package org.apache.flex.events
This class simply wraps flash.events.EventDispatcher so that no flash packages are needed on the JS side.
EventDispatcher(target:org.apache.flex.events:IEventDispatcher) — Constructor, class org.apache.flex.events.EventDispatcher
Constructor.
eventHandler — Static Property, class org.apache.flex.events.utils.MouseEventConverter
The event handler that converts the events.
eventName — Property, class org.apache.flex.binding.SimpleBinding
The event name that is dispatched when the source property changes.
eventName — Property, class org.apache.flex.core.FormatBase
The name of the event dispatched when the property changes.
eventName — Property, interface org.apache.flex.core.IFormatBead
The name of the event to listen for, indicating that propertyName property has changed.
eventName — Property, class org.apache.flex.html.accessories.CurrencyFormatter
The event dispatched by the model when the property changes.
eventName — Property, class org.apache.flex.html.accessories.DateFormatMMDDYYYYBead
The name of the event dispatched when the property changes.
eventName — Property, class org.apache.flex.html.accessories.NumberFormatter
The event dispatched by the model when the property changes.
eventNames — Property, class org.apache.flex.binding.PropertyWatcher
The name or array of names of events that get dispatched when the property changes.
eventTarget(event:org.apache.flex.events:MouseEvent) — Static Method , class org.apache.flex.events.utils.MouseUtils
Returns the event target.
execute(g:flash.display:Graphics) — method, class org.apache.flex.graphics.CubicCurve
execute(g:flash.display:Graphics) — method, interface org.apache.flex.graphics.IPathCommand
execute(g:flash.display:Graphics) — method, class org.apache.flex.graphics.LineTo
execute(g:flash.display:Graphics) — method, class org.apache.flex.graphics.MoveTo
execute(g:flash.display:Graphics) — method, class org.apache.flex.graphics.QuadraticCurve
executeJS(str:String) — Static Method , class org.apache.flex.utils.BrowserUtils
evals arbitrary javascript code in the current browser context
explicitHeight — Property, interface org.apache.flex.core.ILayoutChild
The height of this component if set by the height property
explicitHeight — Property, class org.apache.flex.core.UIBase
The explicitly set width (as opposed to measured width or percentage width).
explicitHeight — Property, class org.apache.flex.core.UIButtonBase
The explicitly set width (as opposed to measured width or percentage width).
explicitHeight — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer
The explicitly set width (as opposed to measured width or percentage width).
explicitWidth — Property, interface org.apache.flex.core.ILayoutChild
The width of this component if set by the width property
explicitWidth — Property, class org.apache.flex.core.UIBase
The explicitly set width (as opposed to measured width or percentage width).
explicitWidth — Property, class org.apache.flex.core.UIButtonBase
The explicitly set width (as opposed to measured width or percentage width).
explicitWidth — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer
The explicitly set width (as opposed to measured width or percentage width).
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