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 |
data — Property, class org.apache.flex.charts.supportClasses.BoxItemRenderer |
| |
data — Property, interface org.apache.flex.core.IItemRenderer |
|
The data item to be displayed by the item renderer. |
data — Property, class org.apache.flex.html.supportClasses.ButtonBarButtonItemRenderer |
|
The data to be displayed by the itemRenderer instance. |
data — Property, class org.apache.flex.html.supportClasses.StringItemRenderer |
|
Sets the data value and uses the String version of the data for display. |
data — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer |
|
The String(data) for the itemRenderer instance. |
data — Property, class org.apache.flex.html.supportClasses.UIItemRendererBase |
|
The data being represented by this itemRenderer. |
data — Property, class org.apache.flex.net.BinaryUploader |
|
Sometimes, after the upload, the server returns useful
information which will be available after the COMPLETE event. |
data — Property, class org.apache.flex.net.HTTPService |
|
The text returned from the server. |
data — Property, class org.apache.flex.net.dataConverters.LazyCollection |
|
The array of desired data types. |
data — Property, class org.apache.flex.utils.BinaryData |
|
Get the platform-specific data for sending. |
dataField — Property, class org.apache.flex.html.supportClasses.DataGridColumn |
|
The name of the field containing the data value presented by the column. |
dataField — Property, class org.apache.flex.html.supportClasses.DataItemRenderer |
|
The name of the field within the data the itemRenderer should use. |
DataGrid — class, package org.apache.flex.html |
|
The DataGrid class displays a collection of data using columns and rows. |
DataGrid() — Constructor, class org.apache.flex.html.DataGrid |
|
constructor. |
DataGridColumn — class, package org.apache.flex.html.supportClasses |
|
The DataGridColumn class is the collection of properties that describe
a column of the org.apache.flex.html.DataGrid: which renderer
to use for each cell in the column, the width of the column, the label for the
column, and the name of the field in the data containing the value to display
in the column. |
DataGridColumn() — Constructor, class org.apache.flex.html.supportClasses.DataGridColumn |
|
constructor. |
DataGridColumnView — class, package org.apache.flex.html.beads |
|
The DataGridColumnView class extends org.apache.flex.html.beads.ListView and
provides properties to the org.apache.flex.html.List that makes a column in
the org.apache.flex.html.DataGrid. |
DataGridColumnView() — Constructor, class org.apache.flex.html.beads.DataGridColumnView |
|
constructor. |
DataGridLayout — class, package org.apache.flex.html.beads.layouts |
|
DataGridLayout is a class that handles the size and positioning of the
elements of a DataGrid. |
DataGridLayout() — Constructor, class org.apache.flex.html.beads.layouts.DataGridLayout |
|
constructor
|
DataGridModel — class, package org.apache.flex.html.beads.models |
|
The DataGridModel class bead extends org.apache.flex.html.beads.modelsArraySelectionModel
and adds the array of org.apache.flex.html.supportClasses.DataGridColumns used to define
each of the column in the DataGrid. |
DataGridModel() — Constructor, class org.apache.flex.html.beads.models.DataGridModel |
|
constructor. |
DataGridPresentationModel — class, package org.apache.flex.html.beads.models |
|
The DataGridPresentationModel class contains the data to label the columns
of the org.apache.flex.html.DataGrid along with the height of the rows. |
DataGridPresentationModel() — Constructor, class org.apache.flex.html.beads.models.DataGridPresentationModel |
|
constructor. |
DataGridView — class, package org.apache.flex.html.beads |
|
The DataGridView class is the visual bead for the org.apache.flex.html.DataGrid. |
DataGridView() — Constructor, class org.apache.flex.html.beads.DataGridView |
|
constructor. |
dataGroup — Property, class org.apache.flex.charts.beads.ChartItemRendererFactory |
| |
dataGroup — Property, class org.apache.flex.html.beads.DataItemRendererFactoryForArrayData |
|
The org.apache.flex.core.IItemRendererParent that will
parent the item renderers. |
dataGroup — Property, class org.apache.flex.html.beads.DataItemRendererFactoryForColumnData |
|
The dataGroup that is the pareent for the itemRenderers
|
dataGroup — Property, interface org.apache.flex.html.beads.IListView |
|
The component which parents all of the itemRenderers for each
datum being displayed by the List component. |
dataGroup — Property, class org.apache.flex.html.beads.ListView |
|
The area holding the itemRenderers. |
dataGroup — Property, class org.apache.flex.html.beads.TextItemRendererFactoryForArrayData |
|
The IItemRendererParent that should parent the ITextItemRenderers
|
dataGroup — Property, class org.apache.flex.html.beads.TextItemRendererFactoryForStringVectorData |
|
The IItemRendererParent that should parent the ITextItemRenderers
|
dataGroup — Property, class org.apache.flex.html.beads.controllers.ListSingleSelectionMouseController |
|
The parent of the item renderers. |
DataItemRenderer — class, package org.apache.flex.html.supportClasses |
|
The DataItemRenderer class is the base class for most itemRenderers. |
DataItemRenderer() — Constructor, class org.apache.flex.html.supportClasses.DataItemRenderer |
|
constructor. |
DataItemRendererFactoryForArrayData — class, package org.apache.flex.html.beads |
|
The DataItemRendererFactoryForArrayData class reads an
array of data and creates an item renderer for every
item in the array. |
DataItemRendererFactoryForArrayData() — Constructor, class org.apache.flex.html.beads.DataItemRendererFactoryForArrayData |
|
Constructor. |
DataItemRendererFactoryForColumnData — class, package org.apache.flex.html.beads |
|
The DataItemRendererFactoryForColumnData class implents the
org.apache.flex.core.IDataProviderItemRendererMapper interface and creates the itemRenderers
for each cell in the org.apache.flex.html.DataGrid. |
DataItemRendererFactoryForColumnData() — Constructor, class org.apache.flex.html.beads.DataItemRendererFactoryForColumnData |
|
constructor. |
dataProvider — Property, interface org.apache.flex.core.IComboBoxModel |
|
The set of choices displayed in the ComboBox's
dropdown. |
dataProvider — Property, interface org.apache.flex.core.ISelectionModel |
|
The set of choices displayed in the ComboBox's
dropdown. |
dataProvider — Property, class org.apache.flex.html.ComboBox |
|
The data for display by the ComboBox. |
dataProvider — Property, class org.apache.flex.html.DataGrid |
|
The object used to provide data to the org.apache.flex.html.DataGrid. |
dataProvider — Property, class org.apache.flex.html.DropDownList |
|
The data set to be displayed. |
dataProvider — Property, class org.apache.flex.html.List |
|
The data being display by the List. |
dataProvider — Property, class org.apache.flex.html.beads.models.ArraySelectionModel |
|
The set of choices displayed in the ComboBox's
dropdown. |
dataProvider — Property, class org.apache.flex.html.beads.models.StringSelectionModel |
|
The dataProvider, which is a
Vector.<String>. |
DateChooser — class, package org.apache.flex.html |
|
The DateChooser class is a component that displays a calendar. |
DateChooser() — Constructor, class org.apache.flex.html.DateChooser |
|
constructor. |
DateChooserButton — class, package org.apache.flex.html.supportClasses |
|
The DateChooserButton class is used for each button in the DateChooser. |
DateChooserButton() — Constructor, class org.apache.flex.html.supportClasses.DateChooserButton |
|
constructor. |
DateChooserModel — class, package org.apache.flex.html.beads.models |
|
The DateChooserModel is a bead class that manages the data for a DataChooser. |
DateChooserModel() — Constructor, class org.apache.flex.html.beads.models.DateChooserModel |
| |
DateChooserMouseController — class, package org.apache.flex.html.beads.controllers |
|
The DateChooserMouseController class is responsible for listening to
mouse event related to the DateChooser. |
DateChooserMouseController() — Constructor, class org.apache.flex.html.beads.controllers.DateChooserMouseController |
|
constructor. |
DateChooserView — class, package org.apache.flex.html.beads |
|
The DateChooserView class is a view bead for the DateChooser. |
DateChooserView() — Constructor, class org.apache.flex.html.beads.DateChooserView |
|
constructor
|
DateField — class, package org.apache.flex.html |
|
The DateField class provides an input field where a date can be entered
and a pop-up calendar control for picking a date as an alternative to
the text field. |
DateField() — Constructor, class org.apache.flex.html.DateField |
|
constructor. |
DateFieldMouseController — class, package org.apache.flex.html.beads.controllers |
|
The DateFieldMouseController class is responsible for monitoring
the mouse events on the elements of the DateField. |
DateFieldMouseController() — Constructor, class org.apache.flex.html.beads.controllers.DateFieldMouseController |
|
constructor. |
DateFieldView — class, package org.apache.flex.html.beads |
|
The DateFieldView class is a bead for DateField that creates the
input and button controls. |
DateFieldView() — Constructor, class org.apache.flex.html.beads.DateFieldView |
|
constructor. |
DateFormatMMDDYYYYBead — class, package org.apache.flex.html.accessories |
|
The DateFormatBead class formats the display of a DateField using MM/DD/YYYY format. |
DateFormatMMDDYYYYBead() — Constructor, class org.apache.flex.html.accessories.DateFormatMMDDYYYYBead |
|
constructor. |
dayButtons — Property, class org.apache.flex.html.beads.DateChooserView |
|
The array of DateChooserButton instances that represent each day of the month. |
dayNames — Property, interface org.apache.flex.core.IDateChooserModel |
|
An array of strings used to name the days of the week with Sunday being the
first element of the array. |
dayNames — Property, class org.apache.flex.html.beads.models.DateChooserModel |
|
An array of strings used to name the days of the week with Sunday being the
first element of the array. |
dayOfMonth — Property, class org.apache.flex.html.supportClasses.DateChooserButton |
|
The day of the month the button represents. |
decimalSeparator — Property, class org.apache.flex.html.accessories.NumericOnlyTextInputBead |
|
The character used to separate the integer and fraction parts of numbers. |
decrement — Property, interface org.apache.flex.html.beads.IScrollBarView |
|
The up arrow button in a vertical ScrollBar or left arrow
button in a horizontal ScrollBar
|
decrement — Property, interface org.apache.flex.html.beads.ISpinnerView |
|
The component used to decrement the org.apache.flex.html.Spinner value. |
decrement — Property, class org.apache.flex.html.beads.ScrollBarView |
|
The up arrow button in a vertical ScrollBar or left arrow
button in a horizontal ScrollBar
|
decrement — Property, class org.apache.flex.html.beads.SpinnerView |
|
The component for decrementing the org.apache.flex.html.Spinner value. |
decrementClickHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.controllers.ScrollBarMouseControllerBase |
|
Updates the model when the decrement button is clicked. |
delay — Property, class org.apache.flex.html.beads.controllers.ButtonAutoRepeatController |
|
The number of milliseconds to wait before repeating the event
for the first time. |
destination — Property, class org.apache.flex.binding.ConstantBinding |
|
The destination object. |
destination — Property, class org.apache.flex.binding.GenericBinding |
|
The object whose property will be
changed by the binding expression. |
destination — Property, class org.apache.flex.binding.SimpleBinding |
|
The destination object. |
destinationData — Property, class org.apache.flex.binding.GenericBinding |
|
The string or array of strings that describe
the chain of properties to access to assign
the source property's value to the destination
|
destinationFunction — Property, class org.apache.flex.binding.GenericBinding |
|
The function used to assign
the source property's value to the destination
if the destination is not a public property
|
destinationPropertyName — Property, class org.apache.flex.binding.ConstantBinding |
|
The name of the property on the strand that
is set when the source property changes. |
destinationPropertyName — Property, class org.apache.flex.binding.SimpleBinding |
|
The name of the property on the strand that
is set when the source property changes. |
determinePadding() — method, class org.apache.flex.html.beads.ContainerView |
|
Determines the top and left padding values, if any, as set by
padding style values. |
dict — Static Property, class org.apache.flex.html.RadioButton |
| |
displayedMonth — Property, interface org.apache.flex.core.IDateChooserModel |
|
The month currently displayed by the DateChooser. |
displayedMonth — Property, class org.apache.flex.html.beads.models.DateChooserModel |
|
The month currently displayed by the DateChooser. |
displayedYear — Property, interface org.apache.flex.core.IDateChooserModel |
|
The year currently displayed by the DateChooser. |
displayedYear — Property, class org.apache.flex.html.beads.models.DateChooserModel |
|
The year currently displayed by the DateChooser. |
document — Property, class org.apache.flex.binding.ConstantBinding |
|
The host mxml document for the source and
destination objects. |
document — Property, class org.apache.flex.binding.GenericBinding |
|
The mxml document for the
binding expression. |
document — Property, class org.apache.flex.binding.SimpleBinding |
|
The host mxml document for the source and
destination objects. |
document — Property, class org.apache.flex.core.Application |
|
The document property is used to provide
a property lookup context for non-display objects. |
down — Property, interface org.apache.flex.core.IItemRenderer |
|
true if the item renderer is rendering
an item that is under the mouse pointer and the
mouse button is down. |
down — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer |
|
Whether or not the itemRenderer should be represented in a down (or pre-selected) state. |
down — Property, class org.apache.flex.html.supportClasses.UIItemRendererBase |
|
Whether or not the itemRenderer is in a down (or pre-selected) state. |
DownArrowButtonView — class, package org.apache.flex.html.beads |
|
The DownArrowButtonView class is the view for
the down arrow button in a ScrollBar and other controls. |
DownArrowButtonView() — Constructor, class org.apache.flex.html.beads.DownArrowButtonView |
|
Constructor. |
downColor — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer |
| |
downColor — Property, class org.apache.flex.html.supportClasses.UIItemRendererBase |
| |
downTextField — Property, class org.apache.flex.html.beads.TextButtonView |
|
The CSSTextField in the down state
|
drawBorder(g:flash.display:Graphics, x:Number, y:Number, width:Number, height:Number, color:uint, backgroundColor:Object, thickness:int, alpha:Number) — Static Method , class org.apache.flex.utils.SolidBorderUtil |
|
Draw a solid color border as specified. |
drawCheckBox(icon:flash.display:Shape) — method, class org.apache.flex.html.beads.CheckBoxView |
|
Draw the checkbox
|
drawRect(x:Number, y:Number, width:Number, height:Number) — method, class org.apache.flex.core.FilledRectangle |
|
Draw the rectangle. |
DropDownList — class, package org.apache.flex.html |
|
The DropDownList class implements the basic equivalent of
the <select> tag in HTML. |
DropDownList — class, package org.apache.flex.html5 |
| |
DropDownList() — Constructor, class org.apache.flex.html.DropDownList |
|
Constructor. |
DropDownListController — class, package org.apache.flex.html.beads.controllers |
|
The DropDownListController class is the controller for
org.apache.flex.html.DropDownList. |
DropDownListController() — Constructor, class org.apache.flex.html.beads.controllers.DropDownListController |
|
Constructor. |
DropDownListList — class, package org.apache.flex.html.supportClasses |
|
The DropDownListList class is the List class used internally
by DropDownList as the dropdown/popup. |
DropDownListList() — Constructor, class org.apache.flex.html.supportClasses.DropDownListList |
|
Constructor. |
DropDownListView — class, package org.apache.flex.html.beads |
|
The DropDownListView class is the default view for
the org.apache.flex.html.DropDownList class. |
DropDownListView() — Constructor, class org.apache.flex.html.beads.DropDownListView |
|
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 |