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 |
IAlertModel — Interface, package org.apache.flex.core |
|
The IAlertModel interface describes the minimum set of properties
available to an Alert control. |
IBackgroundBead — Interface, package org.apache.flex.html.beads |
|
The IBackgroundBead interface is a marker interface for beads
that draw backgrounds. |
IBead — Interface, package org.apache.flex.core |
|
The IBead interface is the basic interface for plug-ins known as Beads. |
IBeadController — Interface, package org.apache.flex.core |
|
The IBeadController interface is a "marker" interface for beads that
are controllers. |
IBeadLayout — Interface, package org.apache.flex.core |
|
The IBeadLayout interface is a "marker" interface for beads that
manage the layout for a control. |
IBeadModel — Interface, package org.apache.flex.core |
|
The IBeadModel interface is a "marker" interface for beads that
represent the data model for a control. |
IBeadView — Interface, package org.apache.flex.core |
|
The IBeadView interface is the interface for beads that
represent the view for a control. |
IBorderBead — Interface, package org.apache.flex.html.beads |
|
The IBackgroundBead interface is a marker interface for beads
that draw backgrounds. |
IBorderModel — Interface, package org.apache.flex.core |
|
The IBorderModel interface is the basic interface for a data model for
drawing borders. |
IChart — Interface, package org.apache.flex.charts.core |
|
The IChart interface is the basic interface for every chart component. |
IChartAxis — Interface, package org.apache.flex.charts.core |
|
The IChartAxis interface is a marker for any class that draws an axis
for a chart. |
IChartItemRenderer — Interface, package org.apache.flex.charts.core |
|
The IChartItemRenderer interface is the interface implemented by any
class that draws chart graphics. |
IChartSeries — Interface, package org.apache.flex.charts.core |
|
The IChartSeries interface is the basic interface for any type of
chart data series. |
IChrome — Interface, package org.apache.flex.core |
|
The IChrome interface is a "marker" interface. |
ICollection — Interface, package org.apache.flex.data |
|
The ICollection interface is the basic interface for an iterable collection
of data items. |
IComboBoxModel — Interface, package org.apache.flex.core |
|
The IComboBoxModel interface describes the minimum set of properties
available to a ComboBox control. |
IComboBoxView — Interface, package org.apache.flex.html.beads |
|
The IComboBoxView interface provides the protocol for any bead that
creates the visual parts for a org.apache.flex.html.ComboBox control. |
icon — Property, class org.apache.flex.maps.google.Place |
| |
IContainer — Interface, package org.apache.flex.core |
|
The IContainer interface is used to mark certain components as Containers. |
id — Property, class org.apache.flex.core.Strand |
|
An id property for MXML documents. |
id — Property, class org.apache.flex.core.UIBase |
|
An id property for MXML documents. |
id — Property, class org.apache.flex.core.UIButtonBase |
|
An id property for MXML documents. |
id — Property, class org.apache.flex.createjs.core.UIBase |
| |
id — Property, class org.apache.flex.maps.google.Place |
| |
id — Property, class org.apache.flex.net.BinaryUploader |
|
An id property for MXML documents. |
id — Property, class org.apache.flex.net.HTTPService |
|
An id property for MXML documents. |
id — Property, class org.apache.flex.net.dataConverters.LazyCollection |
|
An id property for MXML documents. |
IDataGridLayout — Interface, package org.apache.flex.core |
|
The IDataGridLayout interface provides the features necessary to lay
out the components of a DataGrid: the size and position of its column
headers and the size and position of each column. |
IDataGridModel — Interface, package org.apache.flex.core |
|
The IDataGridModel interface describes the minimum set of properties
available to an DataGrid control. |
IDataGridPresentationModel — Interface, package org.apache.flex.core |
|
The IDataGridPresentationModel interfaces defines the data needed to
present a DataGrid. |
IDataGridView — Interface, package org.apache.flex.html.beads |
|
The IDataGridView interface marks as a component as being the bead that
can create the visual pieces for a org.apache.flex.html.DataGrid. |
IDataProviderItemRendererMapper — Interface, package org.apache.flex.core |
|
The IDataProviderItemRendererMapper interface is the interface for beads
that know how to iterate through a dataProvider, generate item renderers,
and assign items from the dataProvider to those item renderers. |
IDateChooserModel — Interface, package org.apache.flex.core |
|
The IDateChooserModel interface. |
IDocument — Interface, package org.apache.flex.core |
|
The IDocument interface is the basic interface for objects that can be
tags in an MXML document and need to know about the host document. |
IDropDownListView — Interface, package org.apache.flex.html.beads |
|
The IDropDownListView interface is the interface for views for
the org.apache.flex.html.DropDownList. |
IEffectTimer — Interface, package org.apache.flex.core |
|
The IEffectTimer interface is the basic interface for the
class that updates effects like tweens. |
IEventDispatcher — Interface, package org.apache.flex.events |
|
This class simply wraps flash.events.EventDispatcher so that
no flash packages are needed on the JS side. |
IFactory — Interface, package mx.core |
|
The IFactory interface is the basic interface used as the
type for properties that specify a factory for item renderers
and other scenarios where multiple copies of a custom
class are generated. |
IFlexInfo — Interface, package org.apache.flex.core |
|
The IFlexInfo interface is an interface used to signal to the compiler
that it should generate a data structure that contains information
about the application such as its size, mixins, locale, etc. |
IFormatBead — Interface, package org.apache.flex.core |
|
The IFormatBead interface should be implemented by any bead that
provides a formatting service. |
IGraphicsDrawing — Interface, package org.apache.flex.html.beads |
|
The IGraphicsDrawing interface is a marker interface for beads
that draw into the graphics layer. |
IImageModel — Interface, package org.apache.flex.core |
|
The IImageModel interface describes the minimum set of properties
available to an Image control. |
IInputParser — Interface, package org.apache.flex.net |
|
The IInputParser interface is the basic interface for parsing
data from a server or database into an array of items. |
IItemConverter — Interface, package org.apache.flex.net |
|
The IItemConverter interface is the basic interface for
converting a serialized data item to a data class instance. |
IItemRenderer — Interface, package org.apache.flex.core |
|
The IItemRenderer interface is the basic interface for item renderers. |
IItemRendererClassFactory — Interface, package org.apache.flex.core |
|
The IItemRendererClassFactory interface is the basic interface for beads
that generate instances of IItemRenderers. |
IItemRendererParent — Interface, package org.apache.flex.core |
|
The IItemRendererParent interface is the basic interface for the
container that parents item renderers. |
ILayoutParent — Interface, package org.apache.flex.core |
|
The ILayoutParent interface is the basic interface for the
container that have an IBeadLayout. |
IListView — Interface, package org.apache.flex.html.beads |
|
The IListView interface provides the protocol for any bead that
creates the visual parts for a org.apache.flex.html.List control. |
Image — class, package org.apache.flex.html |
|
The Image class is a component that displays a bitmap. |
Image() — Constructor, class org.apache.flex.html.Image |
|
constructor. |
ImageButtonView — class, package org.apache.flex.html.beads |
|
The ImageButtonView class provides an image-only view
for the standard Button. |
ImageButtonView() — Constructor, class org.apache.flex.html.beads.ImageButtonView |
|
Constructor. |
ImageModel — class, package org.apache.flex.html.beads.models |
|
The ImageModel class bead defines the data associated with an org.apache.flex.html.Image
component, namely the source of the image. |
ImageModel() — Constructor, class org.apache.flex.html.beads.models.ImageModel |
|
constructor. |
ImageView — class, package org.apache.flex.html.beads |
|
The ImageView class creates the visual elements of the org.apache.flex.html.Image component. |
ImageView() — Constructor, class org.apache.flex.html.beads.ImageView |
|
constructor. |
IMeasurementBead — Interface, package org.apache.flex.core |
|
The IMeasurementBead interface is the basic interface for the
bead that can compute and report the measurements of the contents of
a component. |
increment — Property, interface org.apache.flex.html.beads.IScrollBarView |
|
The down arrow button in a vertical ScrollBar or right arrow
button in a horizontal ScrollBar
|
increment — Property, interface org.apache.flex.html.beads.ISpinnerView |
|
The component used to increment the org.apache.flex.html.Spinner value. |
increment — Property, class org.apache.flex.html.beads.ScrollBarView |
|
The down arrow button in a vertical ScrollBar or right arrow
button in a horizontal ScrollBar
|
increment — Property, class org.apache.flex.html.beads.SpinnerView |
|
The component for incrementing the org.apache.flex.html.Spinner value. |
incrementClickHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.controllers.ScrollBarMouseControllerBase |
|
Updates the model when the increment button is clicked. |
index — Property, interface org.apache.flex.core.IItemRenderer |
|
The index of the data item in the data provider. |
index — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer |
|
An index value for the itemRenderer corresponding the data's position with its dataProvider. |
index — Property, class org.apache.flex.html.supportClasses.UIItemRendererBase |
|
The position with the dataProvider being shown by the itemRenderer instance. |
info() — method, class org.apache.flex.core.Application |
|
An Object containing information generated
by the compiler that is useful at startup time. |
info() — method, interface org.apache.flex.core.IFlexInfo |
|
The compiler overrides this getter to provide the data structure. |
info() — method, class org.apache.flex.createjs.Application |
| |
init(r:flash.display:DisplayObjectContainer) — Static Method , class org.apache.cordova.camera.Camera |
| |
init(mainClass:Object) — method, interface org.apache.flex.core.IValuesImpl |
|
MXML Documents that support <fx:Style> blocks should call
init to install the styles for each instance. |
init(mainClass:Object) — method, class org.apache.flex.core.SimpleCSSValuesImpl |
|
MXML Documents that support <fx:Style> blocks should call
init to install the styles for each instance. |
init(mainClass:Object) — method, class org.apache.flex.core.SimpleValuesImpl |
|
MXML Documents that support <fx:Style> blocks should call
init to install the styles for each instance. |
initComplete — Event, class org.apache.flex.core.ViewBase |
|
Dispatched at startup. |
initialize — Event, class org.apache.flex.core.Application |
|
Dispatched at startup. |
initialize — Event, class org.apache.flex.createjs.Application |
|
Dispatched at startup. |
initialView — Property, class org.apache.flex.core.Application |
|
The initial view. |
initialView — Property, class org.apache.flex.createjs.Application |
| |
initUI(model:Object) — method, class org.apache.flex.createjs.core.ViewBase |
| |
inputParser — Property, class org.apache.flex.net.dataConverters.LazyCollection |
|
A lazy collection uses an IInputParser to convert the source data items
into an array of data items. |
interval — Property, class org.apache.flex.html.beads.controllers.ButtonAutoRepeatController |
|
The number of milliseconds to wait before repeating the event
after the first time. |
ioError — Event, class org.apache.flex.net.BinaryUploader |
|
Dispatched if an error occurs in the upload. |
ioError — Event, class org.apache.flex.net.HTTPService |
|
Dispatched if an error occurs in the server communication. |
ioErrorHandler(event:flash.events:IOErrorEvent) — method, class org.apache.flex.net.BinaryUploader |
|
The handler for the IO_ERROR event. |
ioErrorHandler(event:flash.events:IOErrorEvent) — method, class org.apache.flex.net.HTTPService |
|
The handler for the IO_ERROR event. |
IPanelModel — Interface, package org.apache.flex.core |
|
The IPanelModel interface describes the minimum set of properties
available to a Panel control. |
IParent — Interface, package org.apache.flex.core |
|
The IParent interface is the basic interface for a
component that contains subcomponents, including the
application class. |
IPopUp — Interface, package org.apache.flex.core |
|
The IPopUp interface is a "marker" interface for a component that
should be floated above other components that aren't an IPopUp. |
IPopUpHost — Interface, package org.apache.flex.core |
|
The IPopUpHost interface is a "marker" interface for a component that
parents components that implement IPopUp. |
IRangeModel — Interface, package org.apache.flex.core |
|
The IRangeModel interface describes the minimum set of properties
available to control that let the user select from within a
range of numbers like NumericStepper and Slider. |
IRollOverModel — Interface, package org.apache.flex.core |
|
The IRollOverModel interface describes the minimum set of properties
available to control that supports rollover highlighting of an item
within a set of items. |
IScrollBarModel — Interface, package org.apache.flex.core |
|
The IScrollBarModel interface describes the minimum set of properties
available to control that let the user select from within a
range of numbers like ScrollBar. |
IScrollBarView — Interface, package org.apache.flex.html.beads |
|
The IScrollBarView interface is the interface for views for
the org.apache.flex.html.supportClasses.ScrollBar. |
ISelectionModel — Interface, package org.apache.flex.core |
|
The ISelectionModel interface describes the minimum set of properties
available to control that let the user select from within a
set of items in a dataProvider. |
ISliderView — Interface, package org.apache.flex.html.beads |
|
The ISliderView interface provides the protocol for any bead that
creates the visual parts for a org.apache.flex.html.Slider control. |
ISpinnerView — Interface, package org.apache.flex.html.beads |
|
The ISpinnerView interface provides the protocol for any bead that
creates the visual parts for a org.apache.flex.html.Spinner control. |
IStatesImpl — Interface, package org.apache.flex.core |
|
The IStatesImpl interface is a "marker" interface for the
implementation view states in a View like ViewBase. |
IStrand — Interface, package org.apache.flex.core |
|
The IStrand interface is the basic interface for a host component for
a set of plug-ins known as Beads. |
IStringCollection — Interface, package org.apache.flex.data |
|
The IStringCollection interface is the basic interface for an iterable collection
of strings. |
itemConverter — Property, class org.apache.flex.net.dataConverters.LazyCollection |
|
A lazy collection uses an IItemConverter to convert the source data items
into the desired data type. |
itemRenderer — Property, interface org.apache.flex.charts.core.IChartSeries |
|
The itemRenderer class or factory that produces an instance of that class. |
itemRenderer — Property, class org.apache.flex.charts.supportClasses.BarChartSeries |
|
The class or class factory to use as the itemRenderer for each X/Y pair. |
itemRenderer — Property, class org.apache.flex.html.List |
|
The class or factory used to display each item. |
itemRenderer — Property, class org.apache.flex.html.supportClasses.DataGridColumn |
|
The itemRenderer class or factory to use to make instances of itemRenderers for
display of data. |
ItemRendererClassFactory — class, package org.apache.flex.core |
|
The ItemRendererClassFactory class is the default implementation of
IItemRendererClassFactory. |
ItemRendererClassFactory() — Constructor, class org.apache.flex.core.ItemRendererClassFactory |
|
Constructor. |
itemRendererFactory — Property, interface org.apache.flex.core.IDataProviderItemRendererMapper |
|
IDataProviderItemRendererMapper use an IItemRendererClassFactory
to generate instances of item renderers. |
itemRendererFactory — Property, class org.apache.flex.core.ItemRendererClassFactory |
|
Stores the IFactory that will be used to generate item renderer instances if
createFromClass is the createFunction. |
itemRendererFactory — Property, class org.apache.flex.html.beads.DataItemRendererFactoryForArrayData |
|
The org.apache.flex.core.IItemRendererClassFactory used
to generate instances of item renderers. |
itemRendererFactory — Property, class org.apache.flex.html.beads.DataItemRendererFactoryForColumnData |
|
The factory used to create the itemRenderers. |
itemRendererFactory — Property, class org.apache.flex.html.beads.TextItemRendererFactoryForArrayData |
|
An IItemRendererClassFactory that should generate ITextItemRenderers
|
itemRendererFactory — Property, class org.apache.flex.html.beads.TextItemRendererFactoryForStringVectorData |
|
An IItemRendererClassFactory that should generate ITextItemRenderers
|
ItemRendererMouseController — class, package org.apache.flex.html.beads.controllers |
|
The ItemRendererMouseController class bead handles mouse events in itemRenderers. |
ItemRendererMouseController() — Constructor, class org.apache.flex.html.beads.controllers.ItemRendererMouseController |
|
constructor. |
itemRendererParent — Property, class org.apache.flex.charts.supportClasses.BoxItemRenderer |
|
The parent component of the itemRenderer instance. |
ITextFieldView — Interface, package org.apache.flex.html.beads |
|
The ITextFieldView interface is the interface for views for
the use a CSSTextField to display text. |
ITextItemRenderer — Interface, package org.apache.flex.html.beads |
|
The ITextItemRenderer interface is the interface for
for org.apache.flex.core.IItemRenderer that display text. |
ITextModel — Interface, package org.apache.flex.core |
|
The ITextModel interface describes the minimum set of properties
available to control that displays text. |
ITitleBarModel — Interface, package org.apache.flex.core |
|
The ITitleBarModel interface describes the minimum set of properties
available to control that displays a title bar. |
IToggleButtonModel — Interface, package org.apache.flex.core |
|
The IToggleButtonModel interface describes the minimum set of properties
available to ToggleButton that displays a text label. |
IUIBase — Interface, package org.apache.flex.core |
|
The IUIBase interface is the basic interface for user interface components. |
IValuesImpl — Interface, package org.apache.flex.core |
|
The IValuesImpl interface is the basic interface for the subsystem that
provides default values to components. |
IValueToggleButtonModel — Interface, package org.apache.flex.core |
|
The IValueToggleButtonModel interface describes the minimum set of properties
available each ToggleButton in a group of ToggleButtons of which only one
can be selected at a time. |
|
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 |