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 |
activeTweens — Static Property, class org.apache.flex.effects.Tween |
|
The list of tweens that are currently playing. |
actualParent — Property, class org.apache.flex.html.beads.ContainerView |
|
The actual parent that parents the children. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.core.Application |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, interface org.apache.flex.core.IStrand |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.core.Strand |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.core.UIBase |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.core.UIButtonBase |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.createjs.Application |
| |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.createjs.core.UIBase |
| |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.html.beads.TextAreaView |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.net.BinaryUploader |
|
Add a bead to the strand. |
addBead(bead:org.apache.flex.core:IBead) — method, class org.apache.flex.net.HTTPService |
|
Add a bead to the strand. |
addBinding(binding:org.apache.flex.binding:GenericBinding) — method, class org.apache.flex.binding.WatcherBase |
|
Add a binding to this watcher, meaning that the binding
is notified when our value changes. |
addChild(child:org.apache.flex.binding:WatcherBase) — method, class org.apache.flex.binding.WatcherBase |
|
Add a child to this watcher, meaning that the child
is watching a sub value of ours. |
addedToParent() — method, class org.apache.flex.core.ContainerBase |
|
A ContainerBase doesn't create its children until it is added to
a parent. |
addedToParent() — method, interface org.apache.flex.core.IUIBase |
|
Called by parent components when the component is
added via a call to addElement or addElementAt. |
addedToParent() — method, class org.apache.flex.core.UIBase |
|
The method called when added to a parent. |
addedToParent() — method, class org.apache.flex.core.UIButtonBase |
| |
addedToParent() — method, class org.apache.flex.html.DateField |
|
The method called when added to a parent. |
addElement(c:Object) — method, class org.apache.flex.core.Application |
|
Add a component to the parent. |
addElement(c:Object) — method, interface org.apache.flex.core.IParent |
|
Add a component to the parent. |
addElement(c:Object) — method, class org.apache.flex.core.UIBase |
|
Add a component to the parent. |
addElement(c:Object) — method, class org.apache.flex.createjs.Application |
| |
addElement(c:Object) — method, class org.apache.flex.createjs.core.ViewBase |
| |
addElementAt(c:Object, index:int) — method, class org.apache.flex.core.Application |
|
Add a component to the parent. |
addElementAt(c:Object, index:int) — method, interface org.apache.flex.core.IParent |
|
Add a component to the parent. |
addElementAt(c:Object, index:int) — method, class org.apache.flex.core.UIBase |
|
Add a component to the parent. |
addElementAt(c:Object, index:int) — method, class org.apache.flex.createjs.core.ViewBase |
| |
adjustSize() — method, class org.apache.flex.html.supportClasses.UIItemRendererBase |
|
This function is called whenever the itemRenderer changes size. |
Alert — class, package org.apache.flex.html |
|
The Alert class is a component that displays a message and one or more buttons
in a view that pops up over all other controls and views. |
Alert() — Constructor, class org.apache.flex.html.Alert |
|
constructor. |
AlertController — class, package org.apache.flex.html.beads.controllers |
|
The AlertControler class bead handles the close event on the org.apache.flex.html.Alert
by removing the org.apache.flex.html.Alert from the display. |
AlertController() — Constructor, class org.apache.flex.html.beads.controllers.AlertController |
|
constructor. |
AlertMeasurementBead — class, package org.apache.flex.html.beads |
|
The AlertMeasureBead class provides boundary measurements for an
org.apache.flex.html.Alert component. |
AlertMeasurementBead() — Constructor, class org.apache.flex.html.beads.AlertMeasurementBead |
|
constructor. |
AlertModel — class, package org.apache.flex.html.beads.models |
|
The AlertModel class bead implements the org.apache.flex.core.IAlertModel and holds the properties
for an org.apache.flex.html.Alert such the buttons to use and message to display. |
AlertModel() — Constructor, class org.apache.flex.html.beads.models.AlertModel |
|
constructor. |
AlertView — class, package org.apache.flex.html.beads |
|
The AlertView class creates the visual elements of the org.apache.flex.html.Alert
component. |
AlertView() — Constructor, class org.apache.flex.html.beads.AlertView |
|
constructor. |
allowedErrors — Static Property, class org.apache.flex.binding.WatcherBase |
|
Certain errors are normal when executing an update, so we swallow them. |
allowedErrorTypes — Static Property, class org.apache.flex.binding.WatcherBase |
|
Certain errors classes are normal when executing an update, so we swallow all
errors they represent. |
alpha — Property, interface org.apache.flex.core.IUIBase |
|
The alpha or opacity in the range of 0 to 1. |
alphaFrom — Property, class org.apache.flex.effects.Fade |
|
Starting alpha value. |
alphaTo — Property, class org.apache.flex.effects.Fade |
|
Ending alpha value. |
Application — class, package org.apache.cordova |
|
A customized Application that dispatches the Cordova deviceReady event
|
Application — class, package org.apache.flex.core |
|
The Application class is the main class and entry point for a FlexJS
application. |
Application — class, package org.apache.flex.createjs |
| |
Application — class, package org.apache.flex.jquery |
| |
Application() — Constructor, class org.apache.cordova.Application |
| |
Application() — Constructor, class org.apache.flex.core.Application |
|
Constructor. |
Application() — Constructor, class org.apache.flex.createjs.Application |
| |
Application() — Constructor, class org.apache.flex.jquery.Application |
| |
applicationComplete — Event, class org.apache.flex.core.Application |
|
Dispatched at startup after the initial view has been
put on the display list. |
applicationModel — Property, class org.apache.flex.core.ViewBase |
|
A reference to the Application's model. |
applicationModel — Property, class org.apache.flex.createjs.core.ViewBase |
| |
ArraySelectionModel — class, package org.apache.flex.html.beads.models |
|
The ArraySelectionModel class is a selection model for
a dataProvider that is an array. |
ArraySelectionModel() — Constructor, class org.apache.flex.html.beads.models.ArraySelectionModel |
|
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 |