| 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 |
| valid — Event in class mx.core.UIComponent |
|
Dispatched when a component is monitored by a Validator
and the validation succeeded. |
| VALID — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.VALID constant defines the value of the
type property of the event object for a valid event. |
| VALID — Constant static property in class mx.events.ValidationResultEvent |
|
The ValidationResultEvent.VALID constant defines the value of the
type property of the event object for a validevent. |
| validateClient(target:mx.managers:ILayoutManagerClient, skipDisplayList) — Method in interface mx.managers.ILayoutManager |
|
When properties are changed, components generally do not apply those changes immediately. |
| validateClient(target:mx.managers:ILayoutManagerClient, skipDisplayList) — Method in class mx.managers.LayoutManager |
|
When properties are changed, components generally do not apply those changes immediately. |
| validateDisplayList() — Method in interface mx.core.IProgrammaticSkin |
|
This function is called by the LayoutManager
when it's time for this control to draw itself. |
| validateDisplayList() — Method in class mx.core.UIComponent |
|
Validates the position and size of children and draws other
visuals. |
| validateDisplayList() — Method in interface mx.managers.ILayoutManagerClient |
|
Validates the position and size of children and draws other
visuals. |
| validateDisplayList() — Method in class mx.skins.ProgrammaticSkin |
|
This function is called by the LayoutManager
when it's time for this control to draw itself. |
| validateNow() — Method in interface mx.core.IInvalidating |
|
Validates and updates the properties and layout of this object
by immediately calling validateProperties(),
validateSize(), and validateDisplayList(),
if necessary. |
| validateNow() — Method in interface mx.core.IProgrammaticSkin |
|
Validate and update the properties and layout of this object
and redraw it, if necessary. |
| validateNow() — Method in class mx.core.UIComponent |
|
Validate and update the properties and layout of this object
and redraw it, if necessary. |
| validateNow() — Method in class mx.core.UITextField |
|
Validate and update the properties and layout of this object
and redraw it, if necessary. |
| validateNow() — Method in interface mx.managers.ILayoutManager |
|
When properties are changed, components generally do not apply those changes immediately. |
| validateNow() — Method in class mx.managers.LayoutManager |
|
When properties are changed, components generally do not apply those changes immediately. |
| validateNow() — Method in class mx.skins.ProgrammaticSkin |
|
Validate and update the properties and layout of this object
and redraw it, if necessary. |
| validateProperties() — Method in class mx.core.UIComponent |
|
Used by layout logic to validate the properties of a component
by calling the commitProperties() method. |
| validateProperties() — Method in interface mx.managers.ILayoutManagerClient |
|
Validates the properties of a component. |
| validateProperties() — Method in class mx.skins.ProgrammaticSkin |
|
This function is an empty stub so that ProgrammaticSkin
can implement the ILayoutManagerClient interface. |
| validateSize(recursive) — Method in class mx.core.UIComponent |
|
Validates the measured size of the component
If the LayoutManager.invalidateSize() method is called with
this ILayoutManagerClient, then the validateSize() method
is called when it's time to do measurements. |
| validateSize(recursive) — Method in interface mx.managers.ILayoutManagerClient |
|
Validates the measured size of the component
If the LayoutManager.invalidateSize() method is called with
this ILayoutManagerClient, then the validateSize() method
is called when it's time to do measurements. |
| validateSize(recursive) — Method in class mx.skins.ProgrammaticSkin |
|
This function is an empty stub so that ProgrammaticSkin
can implement the ILayoutManagerClient interface. |
| ValidationResult — Class in package mx.validators |
|
The ValidationResult class contains the results of a validation. |
| ValidationResult(isError, subField, errorCode, errorMessage) — Constructor in class mx.validators.ValidationResult |
|
Constructor
|
| ValidationResultEvent — Class in package mx.events |
|
The ValidationResultEvent class represents the event object
passed to the listener for the valid validator event
or the invalid validator event. |
| ValidationResultEvent(type, bubbles, cancelable, field, results) — Constructor in class mx.events.ValidationResultEvent |
|
Constructor. |
| validationResultHandler(event:mx.events:ValidationResultEvent) — Method in class mx.core.UIComponent |
|
Handles both the valid and invalid events from a
validator assigned to this component. |
| validationResultHandler(event:mx.events:ValidationResultEvent) — Method in interface mx.validators.IValidatorListener |
|
Handles both the valid and invalid events
from a validator assigned to this component. |
| validationSubField — Property in class mx.core.UIComponent |
|
Used by a validator to associate a subfield with this component. |
| validationSubField — Property in interface mx.validators.IValidatorListener |
|
Used by a validator to assign a subfield. |
| value — Property in class com.yahoo.astra.mx.controls.IPv4AddressInput |
|
The IPv4Address object to display. |
| value — Property in class com.yahoo.astra.mx.controls.TimeInput |
|
The date value that will be displayed by the control. |
| value — Property in class com.yahoo.astra.mx.controls.TimeStepper |
|
The date value that will be displayed by the control. |
| value — Property in class com.yahoo.astra.mx.events.TimeStepperEvent |
|
he value of the TimeStepper control when the event was dispatched. |
| value — Property in class mx.collections.CursorBookmark |
|
The underlying marker representation of the bookmark. |
| value — Property in class mx.controls.ComboBase |
|
The value of the selected item. |
| value — Property in class mx.controls.RadioButton |
|
Optional user-defined value
that is associated with a RadioButton control. |
| value — Property in class mx.controls.listClasses.ListBase |
|
The selected item, or the data or label field of the selected item. |
| value — Property in class mx.events.InterManagerRequest |
|
Value of property, or array of parameters for method. |
| value — Property in class mx.events.TweenEvent |
|
For a tweenStart or tweenUpdate event, the value passed to the
onTweenUpdate() method; for a tweenEnd event,
the value passed to the onTweenEnd() method. |
| valueCommit — Event in class mx.core.UIComponent |
|
Dispatched when values are changed programmatically
or by user interaction. |
| VALUE_COMMIT — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.VALUE_COMMIT constant defines the value of the
type property of the event object for a valueCommit
event. |
| variableRowHeight — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether the individual rows can have different
height. |
| VERSION_2_0 — Constant static property in class mx.core.FlexVersion |
|
The compatibilityVersion value of Flex 2.0,
encoded numerically as a uint. |
| VERSION_2_0_1 — Constant static property in class mx.core.FlexVersion |
|
The compatibilityVersion value of Flex 2.0.1,
encoded numerically as a uint. |
| VERSION_3_0 — Constant static property in class mx.core.FlexVersion |
|
The compatibilityVersion value of Flex 3.0,
encoded numerically as a uint. |
| VERSION_ALREADY_READ — Constant static property in class mx.core.FlexVersion |
|
A String passed as a parameter
to the compatibilityErrorFunction() method
if the compatibility version has already been read. |
| VERSION_ALREADY_SET — Constant static property in class mx.core.FlexVersion |
|
A String passed as a parameter
to the compatibilityErrorFunction() method
if the compatibility version has already been set. |
| VERTICAL — Constant static property in class mx.containers.BoxDirection |
|
Specifies that children of the Box container are laid out vertically. |
| VERTICAL — Constant static property in class mx.containers.FormItemDirection |
|
Specifies that the children of the FormItem container
are laid out vertically. |
| VERTICAL — Constant static property in class mx.controls.scrollClasses.ScrollBarDirection |
|
Specifies that a ScrollBar control is for vertical scrolling. |
| VERTICAL — Constant static property in class mx.core.ContainerLayout |
|
Use vertical layout for the contents of this container. |
| VERTICAL — Constant static property in class mx.events.ScrollEventDirection |
|
The user scrolled vertically. |
| verticalAlign — Style in class mx.controls.listClasses.ListBase |
|
The vertical alignment of a renderer in a row. |
| verticalAlign — Style in class mx.core.LayoutContainer |
|
Vertical alignment of children in the container. |
| verticalCenter — Style in class mx.core.UIComponent |
|
The vertical distance in pixels from the center of the component's
content area to the center of the component. |
| verticalGap — Style in class mx.containers.Form |
|
Number of pixels between children in the vertical direction. |
| verticalGap — Style in class mx.containers.FormItem |
|
Number of pixels between children in the vertical direction. |
| verticalGap — Style in class mx.controls.Button |
|
Gap between the button's label and icon when the labelPlacement
property is set to "top" or "bottom". |
| verticalGap — Style in class mx.core.LayoutContainer |
|
Number of pixels between children in the vertical direction. |
| verticalGradientMatrix(x, y, width, height) — Method in class mx.core.UIComponent |
|
Returns a box Matrix which can be passed to drawRoundRect()
as the rot parameter when drawing a vertical gradient. |
| verticalGradientMatrix(x, y, width, height) — Method in class mx.skins.ProgrammaticSkin |
|
Utility function to create a vertical gradient matrix. |
| verticalLineScrollSize — Property in class mx.core.Container |
|
Number of pixels to scroll when the up- or down-arrow
button in the vertical scroll bar is pressed,
or when you scroll by using the mouse wheel. |
| verticalPageScrollSize — Property in class mx.core.Container |
|
Number of pixels to scroll when the track
in the vertical scroll bar is pressed. |
| verticalScrollBar — Property in class mx.core.Container |
|
The vertical scrollbar used in this container. |
| verticalScrollBar — Property in class mx.core.ScrollControlBase |
|
The vertical scroll bar. |
| verticalScrollBarStyleName — Style in class mx.core.Container |
|
The name of the vertical scrollbar style. |
| verticalScrollBarStyleName — Style in class mx.core.ScrollControlBase |
|
Style name for vertical scrollbar. |
| verticalScrollPolicy — Property in class mx.core.Container |
|
Specifies whether the vertical scroll bar is always present,
always absent, or automatically added when needed. |
| verticalScrollPolicy — Property in class mx.core.ScrollControlBase |
|
A property that indicates whether the vertical scroll bar is always on, always off,
or automatically changes based on the parameters passed to the
setScrollBarProperties() method. |
| verticalScrollPosition — Property in class mx.core.Container |
|
The current position of the vertical scroll bar. |
| verticalScrollPosition — Property in interface mx.core.IContainer |
|
The current position of the vertical scroll bar. |
| verticalScrollPosition — Property in class mx.core.ScrollControlBase |
|
The offset into the content from the top edge. |
| view — Property in interface mx.collections.IViewCursor |
|
A reference to the ICollectionView with which this cursor is associated. |
| viewer — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.BaseColorPickerDropDown |
|
The viewer for the currently selected/previewed color. |
| viewerRenderer — Property in class com.yahoo.astra.mx.controls.DropDownColorPicker |
|
The custom IColorViewer for this control. |
| viewerStyleName — Style in class com.yahoo.astra.mx.controls.DropDownColorPicker |
|
The styleName value for the viewer. |
| viewMetrics — Property in class mx.core.Container |
|
Returns an object that has four properties: left,
top, right, and bottom. |
| viewMetrics — Property in interface mx.core.IContainer |
|
Returns an object that has four properties: left,
top, right, and bottom. |
| viewMetrics — Property in class mx.core.ScrollControlBase |
|
An EdgeMetrics object taking into account the scroll bars,
if visible. |
| viewMetricsAndPadding — Property in class mx.core.Container |
|
Returns an object that has four properties: left,
top, right, and bottom. |
| viewSourceURL — Property in class mx.core.Application |
|
URL where the application's source can be viewed. |
| visible — Property in interface mx.core.IFlexDisplayObject |
|
|
| visible — Property in class mx.core.UIComponent |
|
Controls the visibility of this UIComponent. |
| visible — Property in class mx.preloaders.DownloadProgressBar |
|
Specifies whether the download progress bar is visible. |
| visibleData — Property in class mx.controls.listClasses.ListBase |
|
A hash table of data provider item renderers currently in view. |
| VScrollBar — Class in package mx.controls |
|
The VScrollBar (vertical ScrollBar) control lets you control
the portion of data that is displayed when there is too much data
to fit in a display area. |
| VScrollBar() — Constructor in class mx.controls.VScrollBar |
|
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 |