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 |
radii — Property, class org.apache.flex.charts.core.PolarChart |
|
The radii are the 'axes' for polar or circular charts. |
RadioButton — class, package org.apache.flex.html |
|
The RadioButton class is a component that displays a selectable Button. |
RadioButton — class, package org.apache.flex.html5 |
| |
RadioButton — class, package org.apache.flex.jquery |
| |
RadioButton(upState:flash.display:DisplayObject, overState:flash.display:DisplayObject, downState:flash.display:DisplayObject, hitTestState:flash.display:DisplayObject) — Constructor, class org.apache.flex.html.RadioButton |
|
constructor. |
RadioButtonIcon — class, package org.apache.flex.html.supportClasses |
|
The RadioButton class is a component that displays a selectable Button. |
RadioButtonIcon() — Constructor, class org.apache.flex.html.supportClasses.RadioButtonIcon |
| |
RadioButtonView — class, package org.apache.flex.html.beads |
|
The RadioButtonView class creates the visual elements of the org.apache.flex.html.RadioButton
component. |
RadioButtonView() — Constructor, class org.apache.flex.html.beads.RadioButtonView |
|
constructor. |
radius — Property, class org.apache.flex.charts.optimized.SVGWedgeItemRenderer |
|
The radius of the pie. |
radius — Property, interface org.apache.flex.charts.supportClasses.IWedgeItemRenderer |
|
The radius of the pie. |
radius — Property, class org.apache.flex.charts.supportClasses.WedgeItemRenderer |
|
The radius of the pie. |
radius — Property, class org.apache.flex.svg.Circle |
| |
RangeModel — class, package org.apache.flex.html.beads.models |
|
The RangeModel class bead defines a set of for a numeric range of values
which includes a minimum, maximum, and current value. |
RangeModel() — Constructor, class org.apache.flex.html.beads.models.RangeModel |
|
constructor. |
RangeModelExtended — class, package org.apache.flex.html.beads.models |
|
The RangeModelExtended bead expands on the RangeModel and adds a function to
display a value from the model. |
RangeModelExtended() — Constructor, class org.apache.flex.html.beads.models.RangeModelExtended |
|
constructor. |
RangeStepper — class, package org.apache.flex.html |
|
The RangeStepper control allows for the selection of a single value
from multiple choices. |
RangeStepper() — Constructor, class org.apache.flex.html.RangeStepper |
|
constructor. |
RangeStepperMouseController — class, package org.apache.flex.html.beads.controllers |
|
The RangeStepperMouseController bead feeds mouse events to the RangeStepper and its
components. |
RangeStepperMouseController() — Constructor, class org.apache.flex.html.beads.controllers.RangeStepperMouseController |
|
constructor. |
RangeStepperView — class, package org.apache.flex.html.beads |
|
The RangeStepperView bead creates the visual elements of the RangeStepper. |
RangeStepperView() — Constructor, class org.apache.flex.html.beads.RangeStepperView |
|
constructor. |
ratio — Property, class org.apache.flex.graphics.GradientEntry |
|
Where in the graphical element, as a percentage from 0.0 to 1.0,
Flex samples the associated color at 100%. |
ratios — Property, class org.apache.flex.graphics.GradientBase |
| |
rawData — Property, class org.apache.flex.collections.LazyCollection |
|
The array of raw data needing conversion. |
_rawData — Property, class org.apache.flex.reflection.DefinitionBase |
| |
rawData — Property, class org.apache.flex.reflection.DefinitionBase |
| |
rawData — Property, class org.apache.flex.reflection.TypeDefinition |
| |
readBoolean() — method, class org.apache.flex.utils.BinaryData |
|
Reads a Boolean value (as a single byte) at the current position. |
readBoolean() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readByte() — method, class org.apache.flex.utils.BinaryData |
|
Read a signed byte of binary data at the current position
|
readByte() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readByteAt(idx:uint) — method, class org.apache.flex.utils.BinaryData |
|
Read a byte of binary data at the specified index. |
readBytes(destination:org.apache.flex.utils:BinaryData, offset:uint, length:uint) — method, class org.apache.flex.utils.BinaryData |
|
Reads the number of data bytes, specified by the length parameter, from the BinaryData. |
readBytes(bytes:org.apache.flex.utils:BinaryData, offset:uint, length:uint) — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readDouble() — method, class org.apache.flex.utils.BinaryData |
|
Reads an IEEE 754 double-precision (64-bit) floating-point number from the BinaryData. |
readDouble() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readFloat() — method, class org.apache.flex.utils.BinaryData |
|
Reads an IEEE 754 single-precision (32-bit) floating-point number from the BinaryData. |
readFloat() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readInt() — method, class org.apache.flex.utils.BinaryData |
|
Read a signed int (32bit) of binary data at the current position
|
readInt() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readShort() — method, class org.apache.flex.utils.BinaryData |
|
Read a short int of binary data at the current position
|
readShort() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readUnsignedByte() — method, class org.apache.flex.utils.BinaryData |
|
Read an unsigned byte of binary data at the current position
|
readUnsignedByte() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readUnsignedInt() — method, class org.apache.flex.utils.BinaryData |
|
Read an unsigned int (32bit) of binary data at the current position
|
readUnsignedInt() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readUnsignedShort() — method, class org.apache.flex.utils.BinaryData |
|
Read an unsigned short (16bit) of binary data at the current position
|
readUnsignedShort() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readUTF() — method, class org.apache.flex.utils.BinaryData |
|
Reads a UTF-8 string from the BinaryData. |
readUTF() — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
readUTFBytes(length:uint) — method, class org.apache.flex.utils.BinaryData |
|
Reads a sequence of UTF-8 bytes specified by the length parameter
from the BinaryData and returns a string. |
readUTFBytes(length:uint) — method, interface org.apache.flex.utils.IBinaryDataInput |
| |
ready — Event, class org.apache.flex.maps.google.GoogleMap |
| |
Rect — class, package org.apache.flex.createjs.graphics |
|
Creates a rectangle. |
Rect — class, package org.apache.flex.svg |
| |
Rect(x:Number, y:Number, width:Number, height:Number, rx:Number, ry:Number) — Constructor, class org.apache.flex.svg.Rect |
|
constructor. |
Rectangle — class, package org.apache.flex.geom |
|
The Rectangle class is a utility class for holding four coordinates of
a rectangle
|
Rectangle(x:Number, y:Number, width:Number, height:Number) — Constructor, class org.apache.flex.geom.Rectangle |
| |
removeAll() — method, class org.apache.flex.collections.ArrayList |
|
Removes all of the items from the array. |
removeAll() — method, interface org.apache.flex.collections.IArrayList |
|
Removes all of the items from the array. |
removeAllElements() — method, interface org.apache.flex.charts.core.IAxisGroup |
| |
removeAllElements() — method, class org.apache.flex.charts.optimized.SVGChartDataGroup |
| |
removeAllElements() — method, class org.apache.flex.charts.supportClasses.ChartAxisGroup |
|
Removes all of the items in the group. |
removeAllElements() — method, interface org.apache.flex.core.IContentView |
| |
removeAllElements() — method, interface org.apache.flex.core.IItemRendererParent |
| |
removeAllElements() — method, class org.apache.flex.html.supportClasses.ContainerContentArea |
| |
removeAllElements() — method, class org.apache.flex.svg.CompoundGraphic |
|
Removes all of the drawn elements of the container. |
removeAllMarkers() — method, class org.apache.flex.maps.google.beads.GoogleMapView |
|
Removes all of the markers from the map
|
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.core.Application |
|
Remove a bead from the strand. |
removeBead(bead:org.apache.flex.core:IBead) — method, interface org.apache.flex.core.IStrand |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.core.Strand |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.core.UIBase |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.core.UIButtonBase |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.html.MXMLBeadView |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.html.beads.TextAreaView |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.net.BinaryUploader |
|
Remove a bead from the strand. |
removeBead(value:org.apache.flex.core:IBead) — method, class org.apache.flex.net.HTTPService |
|
Remove a bead from the strand. |
removeElement(c:Object, dispatchEvent:Boolean) — method, class org.apache.flex.core.Application |
|
Remove a component from the parent. |
removeElement(c:Object, dispatchEvent:Boolean) — method, interface org.apache.flex.core.IParent |
|
Remove a component from the parent. |
removeElement(c:Object, dispatchEvent:Boolean) — method, class org.apache.flex.core.UIBase |
|
Remove a component from the parent. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class org.apache.flex.core.StageProxy |
| |
removeItem(item:Object) — method, class org.apache.flex.collections.ArrayList |
|
Removed an item from the array and returns it. |
removeItem(item:Object) — method, interface org.apache.flex.collections.IArrayList |
|
Removed an item from the array and returns it. |
removeItemAt(index:int) — method, class org.apache.flex.collections.ArrayList |
|
Removes an item from a specific location within the array and
returns it. |
removeItemAt(index:int) — method, interface org.apache.flex.collections.IArrayList |
|
Removes an item from a specific location within the array and
returns it. |
removePopUp(popUp:org.apache.flex.core:IChild) — Static Method , class org.apache.flex.utils.UIUtils |
|
Removes the given component from the IPopUpHost. |
repeat(str:String, n:int) — Static Method , class org.apache.flex.utils.StringUtil |
|
Returns a string consisting of a specified string
concatenated with itself a specified number of times. |
repeaterListener(event:org.apache.flex.events:Event) — method, class org.apache.flex.core.UIBase |
|
Rebroadcast an event from a sub component from the component. |
requestHeaders — Property, class org.apache.flex.net.URLRequest |
| |
requestStatus — Property, class org.apache.flex.net.URLLoader |
|
The status of the request. |
requestStatus — Property, class org.apache.flex.net.URLStream |
|
Indicates the status of the request. |
reset() — method, class org.apache.flex.collections.FlattenedList |
|
Resets the list so that only the top root node is open. |
resizableView — Property, class org.apache.flex.html.beads.ContainerView |
|
The view that can be resized. |
Resize — class, package org.apache.flex.effects |
|
The Resize effect animates a UI component's width or height. |
Resize(target:org.apache.flex.core:IUIBase) — Constructor, class org.apache.flex.effects.Resize |
|
Constructor. |
resizeHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.ContainerView |
|
Handles dynamic changes to the host's size by running the layout once
the viewport has been adjusted. |
resizeHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.ListView |
|
respond to a change in size or request to re-layout everything
|
response — Property, class org.apache.flex.net.URLStream |
| |
responseHeaders — Property, class org.apache.flex.net.BinaryUploader |
|
The HTTP headers that were received from the server
if any. |
responseHeaders — Property, class org.apache.flex.net.HTTPService |
|
The HTTP headers that were received from the server
if any. |
RESPONSE_STATUS — Constant Static Property, class org.apache.flex.net.HTTPConstants |
|
Dispatched if Adobe AIR is able to detect and return the status
code for the request. |
responseURL — Property, class org.apache.flex.net.BinaryUploader |
|
The value of the responseURL header, if any. |
responseURL — Property, class org.apache.flex.net.HTTPService |
|
The value of the responseURL header, if any. |
restrict(str:String, restrict:String) — Static Method , class org.apache.flex.utils.StringUtil |
|
Removes "unallowed" characters from a string. |
resume() — method, class org.apache.flex.effects.Effect |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, interface org.apache.flex.effects.IEffect |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, class org.apache.flex.effects.Tween |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
reverse() — method, class org.apache.flex.effects.Effect |
|
Plays the effect in reverse,
starting from the current position of the effect. |
reverse() — method, interface org.apache.flex.effects.IEffect |
|
Plays the effect in reverse,
starting from the current position of the effect. |
reverse() — method, class org.apache.flex.effects.Tween |
|
Plays the effect in reverse,
starting from the current position of the effect. |
rgbMultiply(rgb1:uint, rgb2:uint) — Static Method , class org.apache.flex.utils.ColorUtil |
|
Performs an RGB multiplication of two RGB colors. |
right — Property, class org.apache.flex.core.BindableCSSStyles |
| |
right — Property, class org.apache.flex.core.SimpleCSSStyles |
| |
right — Property, class org.apache.flex.geom.Rectangle |
| |
RightArrowButtonView — class, package org.apache.flex.html.beads |
|
The RightArrowButtonView class is the view for
the right arrow button in a ScrollBar and other controls. |
RightArrowButtonView() — Constructor, class org.apache.flex.html.beads.RightArrowButtonView |
|
Constructor. |
rollOut — Event, class org.apache.flex.core.UIBase |
|
Set a different class for rollOut events so that
there aren't dependencies on the flash classes
on the JS side. |
ROLL_OUT — Constant Static Property, class org.apache.flex.events.MouseEvent |
| |
rolloutHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.charts.beads.controllers.ChartSeriesMouseController |
| |
rolloutHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.controllers.ListSingleSelectionMouseController |
| |
rollOver — Event, class org.apache.flex.core.UIBase |
|
Set a different class for rollOver events so that
there aren't dependencies on the flash classes
on the JS side. |
ROLL_OVER — Constant Static Property, class org.apache.flex.events.MouseEvent |
| |
rolloverHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.charts.beads.controllers.ChartSeriesMouseController |
| |
rolloverHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.controllers.ListSingleSelectionMouseController |
| |
rollOverIndex — Property, interface org.apache.flex.core.IRollOverModel |
|
The index of the item that is currently under the mouse. |
rollOverIndex — Property, class org.apache.flex.html.List |
|
The index of the item currently below the pointer. |
rollOverIndex — Property, class org.apache.flex.html.beads.models.ArrayListSelectionModel |
|
The index of the item that is currently under the mouse. |
rollOverIndex — Property, class org.apache.flex.html.beads.models.ArraySelectionModel |
|
The index of the item that is currently under the mouse. |
rollOverSeries — Property, class org.apache.flex.charts.beads.models.ChartArraySelectionModel |
| |
rollOverSeries — Property, interface org.apache.flex.charts.core.IChartDataModel |
| |
rotate(angle:Number) — method, class org.apache.flex.geom.Matrix |
|
Rotates the Matrix by the specified value. |
rotation — Property, class org.apache.flex.graphics.GradientBase |
|
By default, the LinearGradientStroke defines a transition
from left to right across the control. |
rotationInRadians — Property, class org.apache.flex.graphics.GradientBase |
| |
rotationX — Property, class org.apache.flex.graphics.utils.CompoundTransform |
|
The rotationX, in degrees, of the transform. |
rotationX — Property, class org.apache.flex.graphics.utils.TransformOffsets |
|
the rotationX, in degrees, added to the transform
|
rotationY — Property, class org.apache.flex.graphics.utils.CompoundTransform |
|
The rotationY, in degrees, of the transform. |
rotationY — Property, class org.apache.flex.graphics.utils.TransformOffsets |
|
the rotationY, in degrees, added to the transform
|
rotationZ — Property, class org.apache.flex.graphics.utils.CompoundTransform |
|
The rotationZ, in degrees, of the transform. |
rotationZ — Property, class org.apache.flex.graphics.utils.TransformOffsets |
|
the rotationZ, in degrees, added to the transform
|
ROUND — Constant Static Property, class org.apache.flex.graphics.LineStyle |
| |
rowHeight — Property, interface org.apache.flex.core.IListPresentationModel |
|
The height of every row in the list. |
rowHeight — Property, class org.apache.flex.html.DataGrid |
|
The default height of each cell in every column
|
rowHeight — Property, class org.apache.flex.html.List |
|
The default height of each cell in every column
|
rowHeight — Property, class org.apache.flex.html.beads.layouts.TileLayout |
|
The height of each row, in pixels. |
rowHeight — Property, class org.apache.flex.html.beads.models.ListPresentationModel |
|
The height of each row. |
rowIndex — Property, class org.apache.flex.html.supportClasses.DataItemRenderer |
|
The index of the row the itemRenderer represents. |
rx — Property, class org.apache.flex.svg.Ellipse |
|
The horizontal radius of the ellipse. |
rx — Property, class org.apache.flex.svg.Rect |
|
The x axis radius for rounded corners
|
ry — Property, class org.apache.flex.svg.Ellipse |
|
The vertical radius of the ellipse. |
ry — Property, class org.apache.flex.svg.Rect |
|
The y axis radius for rounded corners
|
|
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 |