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 |
watchedProperty — Property, class org.apache.flex.html.beads.layouts.LayoutChangeNotifier |
|
The value of the property being watched. |
WatcherBase — class, package org.apache.flex.binding |
|
The WatcherBase class is the base class for data-binding classes that watch
various properties and styles for changes. |
WatcherBase() — Constructor, class org.apache.flex.binding.WatcherBase |
|
Constructor. |
watcherChain — Property, class org.apache.flex.binding.ChainBinding |
|
The watcher for the component at
document[source[0]]
|
WebBrowser — class, package org.apache.flex.html |
|
The WebBrowser provides a space in which to display a web page within
a FlexJS application. |
WebBrowser() — Constructor, class org.apache.flex.html.WebBrowser |
|
Constructor. |
WebBrowserModel — class, package org.apache.flex.html.beads.models |
|
The WebBrowserModel class bead defines the data associated with an org.apache.flex.html.WebBrowser
component. |
WebBrowserModel() — Constructor, class org.apache.flex.html.beads.models.WebBrowserModel |
|
constructor. |
WebBrowserView — class, package org.apache.flex.html.beads |
|
The WebBrowserView creates an instance of HTMLLoader to load
web pages into AIR application. |
WebBrowserView() — Constructor, class org.apache.flex.html.beads.WebBrowserView |
|
constructor. |
WedgeItemRenderer — class, package org.apache.flex.charts.supportClasses |
|
The WedgeItemRenderer draws a single slide of a PieSeries. |
WedgeItemRenderer() — Constructor, class org.apache.flex.charts.supportClasses.WedgeItemRenderer |
|
constructor. |
weight — Property, class org.apache.flex.graphics.SolidColorStroke |
|
A color value. |
Weinre — class, package org.apache.cordova |
|
A class that helps set up to use Weinre for debugging
|
Weinre() — Constructor, class org.apache.cordova.Weinre |
| |
width — Property, interface org.apache.flex.charts.core.IChartItemRenderer |
|
The display width for the itemRenderer. |
width — Property, class org.apache.flex.charts.optimized.SVGBoxItemRenderer |
|
The width of the component. |
width — Property, class org.apache.flex.charts.supportClasses.BoxItemRenderer |
|
The width of the component. |
width — Property, interface org.apache.flex.core.IContentView |
| |
width — Property, interface org.apache.flex.core.IUIBase |
|
The width of the bounding box. |
width — Property, class org.apache.flex.core.UIBase |
|
The width of the component. |
width — Property, class org.apache.flex.core.UIButtonBase |
|
The width of the component. |
width — Property, class org.apache.flex.geom.Rectangle |
| |
width — Property, class org.apache.flex.geom.Size |
| |
width — Property, class org.apache.flex.html.supportClasses.TextFieldItemRenderer |
| |
widthBy — Property, class org.apache.flex.effects.Resize |
|
The change in width. |
widthChangeHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.TextFieldViewBase |
|
Determine the width of the TextField. |
widthChangeHandler(event:org.apache.flex.events:Event) — method, class org.apache.flex.html.beads.TextInputWithBorderView |
|
Determine the width of the TextField. |
widthFrom — Property, class org.apache.flex.effects.Resize |
|
Starting width value. |
widthTo — Property, class org.apache.flex.effects.Resize |
|
Ending width value. |
willTrigger(eventName:String) — method, class org.apache.flex.core.StageProxy |
| |
Wipe — class, package org.apache.flex.effects |
|
The Fade effect animates a UI component's alpha or opacity. |
Wipe(target:org.apache.flex.core:IUIBase) — Constructor, class org.apache.flex.effects.Wipe |
|
Constructor. |
wrapUpdate(wrappedFunction:Function) — method, class org.apache.flex.binding.WatcherBase |
|
Calls a function inside a try catch block to try to
update the value. |
writeBoolean(value:Boolean) — method, class org.apache.flex.utils.BinaryData |
|
Write a Boolean value (as a single byte) at the current position
|
writeBoolean(value:Boolean) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeByte(byte:int) — method, class org.apache.flex.utils.BinaryData |
|
Write a byte of binary data at the current position
|
writeByte(value:int) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeByteAt(idx:uint, byte:int) — method, class org.apache.flex.utils.BinaryData |
|
Writes a byte of binary data at the specified index. |
writeBytes(source:org.apache.flex.utils:BinaryData, offset:uint, length:uint) — method, class org.apache.flex.utils.BinaryData |
|
Writes a sequence of length bytes from the source BinaryData, starting
at offset (zero-based index) bytes into the source BinaryData. |
writeBytes(bytes:org.apache.flex.utils:BinaryData, offset:uint, length:uint) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeDouble(val:Number) — method, class org.apache.flex.utils.BinaryData |
|
Writes an IEEE 754 double-precision (64-bit) floating-point number to the
BinaryData at the current position
|
writeDouble(value:Number) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeFloat(val:Number) — method, class org.apache.flex.utils.BinaryData |
|
Writes an IEEE 754 single-precision (32-bit) floating-point number to the
BinaryData at the current position
|
writeFloat(value:Number) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeInt(val:int) — method, class org.apache.flex.utils.BinaryData |
|
Write a signed int (32 bits) of binary data at the current position
|
writeInt(value:int) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeShort(short:int) — method, class org.apache.flex.utils.BinaryData |
|
Write a short integer (16 bits, typically represented by a 32 bit int parameter between -32768 and 65535)
of binary data at the current position
|
writeShort(value:int) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeUnsignedInt(val:uint) — method, class org.apache.flex.utils.BinaryData |
|
Write an unsigned int (32 bits) of binary data at the current position
|
writeUnsignedInt(value:uint) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeUTF(str:String) — method, class org.apache.flex.utils.BinaryData |
|
Writes a UTF-8 string to the byte stream. |
writeUTF(value:String) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
writeUTFBytes(str:String) — method, class org.apache.flex.utils.BinaryData |
|
Writes a UTF-8 string to the BinaryData. |
writeUTFBytes(value:String) — method, interface org.apache.flex.utils.IBinaryDataOutput |
| |
|
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 |