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 |
Camera — class, package org.apache.cordova.camera |
| |
Camera() — Constructor, class org.apache.cordova.camera.Camera |
| |
CANCEL — Constant Static Property, class org.apache.flex.html.Alert |
|
The bitmask button flag to show the Cancel button. |
cancelLabel — Property, interface org.apache.flex.core.IAlertModel |
|
The label for the Cancel button in an Alert. |
cancelLabel — Property, class org.apache.flex.html.beads.models.AlertModel |
| |
center(item:org.apache.flex.core:UIBase, relativeTo:org.apache.flex.core:UIBase) — Static Method , class org.apache.flex.utils.UIUtils |
|
Centers the given item relative to another item. |
centered — Event, class org.apache.flex.maps.google.Map |
| |
centerOnAddress(address:String) — method, class org.apache.flex.maps.google.Map |
|
Centers the map on the address given. |
centerOnAddress(address:String) — method, class org.apache.flex.maps.google.beads.MapView |
|
Centers the map on the address given. |
change — Event, class org.apache.flex.html.CheckBox |
|
Dispatched when the user checks or un-checks the CheckBox. |
change — Event, class org.apache.flex.html.ComboBox |
| |
change — Event, class org.apache.flex.html.DataGrid |
| |
change — Event, class org.apache.flex.html.DateChooser |
|
The change event is dispatched when the selectedDate is changed. |
change — Event, class org.apache.flex.html.DropDownList |
|
Dispatched when the user selects an item. |
change — Event, class org.apache.flex.html.List |
| |
change — Event, class org.apache.flex.html.RadioButton |
| |
change — Event, class org.apache.flex.html.TextInput |
|
Dispatched when the user changes the text. |
change — Event, class org.apache.flex.html.supportClasses.DropDownListList |
| |
CHANGE — Constant Static Property, class org.apache.flex.events.Event |
| |
changeHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.binding.PropertyWatcher |
|
The event handler that gets called when
the change events are dispatched. |
ChartItemRendererFactory — class, package org.apache.flex.charts.beads |
|
The ChartItemRendererFactory class implements IDataProviderItemRendererMapper
and creats the itemRenderers for each series in a chart. |
ChartItemRendererFactory() — Constructor, class org.apache.flex.charts.beads.ChartItemRendererFactory |
|
constructor. |
CheckBox — class, package org.apache.flex.createjs |
| |
CheckBox — class, package org.apache.flex.html |
|
The CheckBox class implements the common user interface
control. |
CheckBox — class, package org.apache.flex.html5 |
| |
CheckBox — class, package org.apache.flex.jquery |
| |
CheckBox() — Constructor, class org.apache.flex.html.CheckBox |
|
Constructor. |
CheckBoxView — class, package org.apache.flex.html.beads |
|
The CheckBoxView class is the default view for
the org.apache.flex.html.CheckBox class. |
CheckBoxView() — Constructor, class org.apache.flex.html.beads.CheckBoxView |
|
Constructor. |
children — Property, class org.apache.flex.binding.WatcherBase |
|
Children of this watcher are watching sub values. |
childrenAdded() — method, interface org.apache.flex.core.IContainer |
|
This method is called after children have been
added to the container so the container doesn't
have to re-layout as each child is added. |
ClassFactory — class, package mx.core |
|
The ClassFactory class is the basic implementation
of an IFactory that will generate multiple
instances of item renderers or custom classes. |
ClassFactory(generator:Class) — Constructor, class mx.core.ClassFactory |
|
Constructor. |
className — Property, class org.apache.flex.core.UIBase |
|
The classname. |
className — Property, class org.apache.flex.core.UIButtonBase |
|
The classname. |
cleanup(cameraSuccess:Function, cameraError:Function) — method, class org.apache.cordova.camera.Camera |
| |
clearSearchResults() — method, class org.apache.flex.maps.google.Map |
|
Clears the search result markers from the map. |
click — Event, class org.apache.flex.core.UIBase |
|
Set a different class for click events so that
there aren't dependencies on the flash classes
on the JS side. |
click — Event, class org.apache.flex.core.UIButtonBase |
|
Set a different class for click events so that
there aren't dependencies on the flash classes
on the JS side. |
click — Event, class org.apache.flex.html.Button |
|
Dispatched when the user clicks on a button. |
close — Event, class org.apache.flex.html.Panel |
| |
close — Event, class org.apache.flex.html.SimpleAlert |
| |
closeButton — Property, class org.apache.flex.html.TitleBar |
| |
column — Property, class org.apache.flex.html.beads.DataGridColumnView |
|
The org.apache.flex.html.support.DataGridColumn containing information used to
present the org.apache.flex.html.List as a column in the
org.apache.flex.html.DataGrid. |
columnIndex — Property, class org.apache.flex.html.beads.DataGridColumnView |
|
The zero-based index for the column. |
columnIndex — Property, class org.apache.flex.html.supportClasses.DataItemRenderer |
|
The index of the column the itemRenderer represents. |
columnLabels — Property, interface org.apache.flex.core.IDataGridPresentationModel |
|
The labels used for each column. |
columnLabels — Property, class org.apache.flex.html.beads.models.DataGridPresentationModel |
|
The labels for each column. |
columns — Property, interface org.apache.flex.core.IDataGridLayout |
|
The set of components used for the columns of the DataGrid. |
columns — Property, interface org.apache.flex.core.IDataGridModel |
|
The set of DataGridColumns. |
columns — Property, class org.apache.flex.html.DataGrid |
|
The array of org.apache.flex.html.supportClasses.DataGridColumns used to
describe each column. |
columns — Property, class org.apache.flex.html.beads.layouts.DataGridLayout |
|
The array of column elements. |
columns — Property, class org.apache.flex.html.beads.models.DataGridModel |
|
The array of org.apache.flex.html.supportClasses.DataGridColumns used to
define each column of the org.apache.flex.html.DataGrid. |
columnWidth — Property, class org.apache.flex.html.beads.layouts.TileLayout |
|
The width of each column, in pixels. |
columnWidth — Property, class org.apache.flex.html.supportClasses.DataGridColumn |
|
The width of the column (default is 100 pixels). |
ComboBox — class, package org.apache.flex.html |
|
The ComboBox class is a component that displays an input field and
pop-up List with selections. |
ComboBox — class, package org.apache.flex.html5 |
| |
ComboBox() — Constructor, class org.apache.flex.html.ComboBox |
|
constructor. |
ComboBoxController — class, package org.apache.flex.html.beads.controllers |
|
The ComboBoxController class bead handles mouse events on the elements of
the org.apache.flex.html.ComboBox. |
ComboBoxController() — Constructor, class org.apache.flex.html.beads.controllers.ComboBoxController |
|
constructor. |
ComboBoxModel — class, package org.apache.flex.html.beads.models |
|
The ComboBoxModel class bead extends org.apache.flex.html.beads.models.ArraySelectionModel
and adds the text being displayed by the org.apache.flex.html.ComboBox's input field. |
ComboBoxModel() — Constructor, class org.apache.flex.html.beads.models.ComboBoxModel |
|
constructor. |
ComboBoxView — class, package org.apache.flex.html.beads |
|
The ComboBoxView class creates the visual elements of the org.apache.flex.html.ComboBox
component. |
ComboBoxView() — Constructor, class org.apache.flex.html.beads.ComboBoxView |
|
constructor. |
complete — Event, class org.apache.flex.net.BinaryUploader |
|
Dispatched when the upload is complete. |
complete — Event, class org.apache.flex.net.HTTPService |
|
Dispatched when the request is complete. |
completeHandler(event:flash.events:Event) — method, class org.apache.flex.net.BinaryUploader |
|
The handler for the COMPLETE event. |
completeHandler(event:flash.events:Event) — method, class org.apache.flex.net.HTTPService |
|
The handler for the COMPLETE event. |
ConstantBinding — class, package org.apache.flex.binding |
|
The ConstantBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's constant to
another object's property. |
ConstantBinding() — Constructor, class org.apache.flex.binding.ConstantBinding |
|
Constructor. |
Container — class, package org.apache.flex.html |
|
The Container class implements a basic container of
other controls and containers. |
Container() — Constructor, class org.apache.flex.html.Container |
|
Constructor. |
ContainerBase — class, package org.apache.flex.core |
|
The ContainerBase class is the base class for most containers
in FlexJS. |
ContainerBase() — Constructor, class org.apache.flex.core.ContainerBase |
|
Constructor. |
ContainerContentArea — class, package org.apache.flex.html.supportClasses |
|
The ContainerContentArea class implements the actualParent for
a Container. |
ContainerContentArea() — Constructor, class org.apache.flex.html.supportClasses.ContainerContentArea |
|
Constructor. |
ContainerView — class, package org.apache.flex.html.beads |
|
The ContainerView class is the default view for
the org.apache.flex.html.Container class. |
ContainerView() — Constructor, class org.apache.flex.html.beads.ContainerView |
|
Constructor. |
contentAreaNeeded() — method, class org.apache.flex.html.beads.ContainerView |
|
Returns true if container to create a separate ContainerContentArea. |
contentAreaNeeded() — method, class org.apache.flex.html.beads.PanelView |
|
Always returns true because Panel's content is separate from its chrome
elements such as the title bar and optional control bar. |
contentData — Property, class org.apache.flex.net.HTTPService |
|
The text to send to the server, if any. |
contentType — Property, class org.apache.flex.net.BinaryUploader |
|
The content-type of the binary data. |
contentType — Property, class org.apache.flex.net.HTTPService |
|
The content-type of the binary data. |
contentType — Property, class org.apache.flex.utils.PNGEncoder |
|
The MIME type for the PNG encoded image. |
CONTENT_TYPE — Constant Static Property, class org.apache.flex.net.HTTPHeader |
|
The Content-type header. |
contentView — Property, interface org.apache.flex.core.ILayoutParent |
|
The container that parents all of the content. |
contentView — Property, class org.apache.flex.html.beads.ContainerView |
|
The parent of the children. |
contentView — Property, class org.apache.flex.html.beads.ListView |
|
The contentArea includes the dataGroup and scrollBars. |
contentView — Property, class org.apache.flex.html.beads.NumericStepperView |
|
The area containing the TextInput and Spinner controls. |
controlBar — Property, class org.apache.flex.html.Panel |
|
The items in the org.apache.flex.html.ControlBar. |
controlBar — Property, class org.apache.flex.html.beads.PanelView |
|
The org.apache.flex.html.ControlBar for the Panel; may be null. |
ControlBar — class, package org.apache.flex.html |
|
The ControlBar class is used within a Panel as a place to position
additional controls. |
ControlBar() — Constructor, class org.apache.flex.html.ControlBar |
|
constructor. |
ControlBarMeasurementBead — class, package org.apache.flex.html.beads |
|
The ControlBarMeasurementBead class measures the size of a org.apache.flex.html.ControlBar
component. |
ControlBarMeasurementBead() — Constructor, class org.apache.flex.html.beads.ControlBarMeasurementBead |
|
constructor. |
controller — Property, class org.apache.flex.core.Application |
|
The controller. |
controller — Property, class org.apache.flex.createjs.Application |
| |
convertItem(data:String) — method, interface org.apache.flex.net.IItemConverter |
|
Take the input string (could be serialized data set,
XML, or JSON) and return a data class instance. |
convertItem(data:String) — method, class org.apache.flex.net.JSONItemConverter |
| |
createFromClass(parent:org.apache.flex.core:IItemRendererParent) — method, class org.apache.flex.core.ItemRendererClassFactory |
|
Creates an instance of an item renderer from itemRendererFactory. |
createFromMXMLContent(parent:org.apache.flex.core:IItemRendererParent) — method, class org.apache.flex.core.ItemRendererClassFactory |
|
Creates an instance of an item renderer from child MXML tags. |
createFunction — Property, class org.apache.flex.core.ItemRendererClassFactory |
|
This is the method that actually does the work for createItemRenderer. |
createItemRenderer(parent:org.apache.flex.core:IItemRendererParent) — method, interface org.apache.flex.core.IItemRendererClassFactory |
|
This method is called to generate another instance of an item renderer
and attach it to the given parent. |
createItemRenderer(parent:org.apache.flex.core:IItemRendererParent) — method, class org.apache.flex.core.ItemRendererClassFactory |
|
This method is called to generate another instance of an item renderer
and attach it to the given parent. |
createUpdateEvent(source:Object, name:String, oldValue:Object, newValue:Object) — Static Method , class org.apache.flex.events.ValueChangeEvent |
|
A convenience method to create an instance of the ValueChangeEvent. |
CSSButtonView — class, package org.apache.flex.html.beads |
|
The CSSButtonView class is the default view for
the org.apache.flex.html.Button class. |
CSSButtonView() — Constructor, class org.apache.flex.html.beads.CSSButtonView |
|
Constructor. |
CSSTextButtonView — class, package org.apache.flex.html.beads |
|
The CSSTextButtonView class is the default view for
the org.apache.flex.html.TextButton class. |
CSSTextButtonView() — Constructor, class org.apache.flex.html.beads.CSSTextButtonView |
|
Constructor. |
CSSTextField — class, package org.apache.flex.core |
|
The CSSTextField class implements CSS text styles in a TextField. |
CSSTextField() — Constructor, class org.apache.flex.core.CSSTextField |
|
Constructor. |
currentLocation — Property, class org.apache.flex.maps.google.models.MapModel |
|
The current center of the map. |
currentState — Property, class org.apache.flex.core.ContainerBase |
|
The name of the current state. |
currentTime — Static Property, class org.apache.flex.effects.Tween |
|
Used by effects to get the current effect time tick. |
CustomEvent — class, package org.apache.flex.events |
|
MXML auto-imports flash.events.Event which then requires
full qualification to use org.apache.flex.events.Event. |
CustomEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.apache.flex.events.CustomEvent |
|
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 |