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 mx.collections.CursorBookmark
The underlying marker representation of the bookmark.
value — Property in class mx.controls.ProgressBar
Read-only property that contains the amount of progress that has been made - between the minimum and maximum values.
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.effects.SetPropertyAction
The new value for the property.
value — Property in class mx.effects.SetStyleAction
The new value for the style property.
value — Property in class mx.effects.effectClasses.SetPropertyActionInstance
The new value for the property.
value — Property in class mx.effects.effectClasses.SetStyleActionInstance
The new value for the property.
value — Property in class mx.events.InterManagerRequest
Value of property, or array of parameters for method.
value — Property in class mx.events.SliderEvent
The new value of the slider.
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.
VBox — Class in package mx.containers
The VBox container lays out its children in a single vertical column.
VBox() — Constructor in class mx.containers.VBox
Constructor.
VDividedBox — Class in package mx.containers
The VDividedBox container lays out its children vertically in the same way as the VBox container, but it inserts a draggable divider in the gap between each child.
VDividedBox() — Constructor in class mx.containers.VDividedBox
Constructor.
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.TileDirection
Specifies that the children of the Tile container are laid out vertically; that is, starting with the first column.
VERTICAL — Constant static property in class mx.controls.listClasses.TileBaseDirection
Arrange chidren 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.controls.sliderClasses.SliderDirection
Specifies to display a vertical slider.
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 com.dwuser.ss4.ui.IndividualSlide
Specifies the vertical alignment of the image if the dimensions of the available display area differ from those of the image (as determined by the scaleMode parameter).
verticalAlign — Style in class com.dwuser.ss4.ui.SuperImage
Specifies the vertical alignment of the image if the dimensions of the available display area differ from those of the image (as determined by the scaleMode parameter).
verticalAlign — Style in class mx.containers.Box
Vertical alignment of children in the container.
verticalAlign — Style in class mx.containers.Panel
Vertical alignment of children in the container.
verticalAlign — Style in class mx.containers.Tile
Vertical alignment of each child inside its tile cell.
verticalAlign — Style in class mx.controls.ButtonBar
Vertical alignment of all buttons within the ButtonBar.
verticalAlign — Style in class mx.controls.SWFLoader
The vertical alignment of the content when it does not have a one-to-one aspect ratio.
verticalAlign — Style in class mx.controls.TabBar
Vertical alignment of all tabs within the TabBar.
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.
verticalDividerCursor — Style in class mx.containers.DividedBox
The cursor skin for a vertical DividedBox.
verticalGap — Style in class com.dwuser.ss4.containers.HFlowBox
Number of pixels between children in the vertical direction.
verticalGap — Style in class com.dwuser.ss4.ui.PagingControlHolder
Specifies the vertical gap (spacing) between each of the tiles.
verticalGap — Style in class com.dwuser.ss4.ui.loaders.UILoader
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.Accordion
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.Box
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.Panel
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.Tile
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.ViewStack
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.containers.dividedBoxClasses.BoxDivider
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.controls.ButtonBar
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.controls.ProgressBar
Number of pixels between children in the vertical direction.
verticalGap — Style in class mx.controls.TabBar
Number of pixels between tab navigation items in the vertical direction.
verticalGap — Style in class mx.controls.listClasses.TileListItemRenderer
Number of pixels between children in the vertical direction.
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.
verticalLayoutAlign — Style in class com.dwuser.ss4.ui.PagingControlHolder
When page-based scrolling is disabled and the tiles occupy less than the available space, this setting determines the vertical alignment of those tiles.
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 com.dwuser.ss4.ui.DynamicScrollableText
Specifies the style name (style class declaration) to use for the vertical scrollbar which is displayed on the element.
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.controls.TextArea
Whether the vertical scroll bar is always on (ScrollPolicy.ON), always off (ScrollPolicy.OFF), or turns on when needed (ScrollPolicy.AUTO).
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.controls.TextArea
Line number of the top row of characters that is currently displayed.
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.
verticalSpacing — Style in class com.dwuser.ss4.ui.Images3DWall
Specifies the vertical spacing between each thumbnail tile on the 3D wall.
verticalSpacing — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies the depth spacing between each slide in the coverflow; this setting allows you to make the out-of-focus slides fade into the distance.
videoError(event) — Method in class com.dwuser.ss4.video.FlexVideoPlayer
video_imageVideoComplete — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.VIDEO_IMAGEVIDEOCOMPLETE constant defines the value of the type property of the event object for a video_imageVideoComplete event.
VIDEO_IMAGEVIDEOCOMPLETE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.VIDEO_IMAGEVIDEOCOMPLETE constant defines the value of the type property of the event object for a video_imageVideoComplete event.
video_imageVideoStart — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.VIDEO_IMAGEVIDEOSTART constant defines the value of the type property of the event object for a video_imageVideoStart event.
VIDEO_IMAGEVIDEOSTART — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.VIDEO_IMAGEVIDEOSTART constant defines the value of the type property of the event object for a video_imageVideoStart event.
video_stopAll — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.VIDEO_STOPALL constant defines the value of the type property of the event object for a video_stopAll event.
VIDEO_STOPALL — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.VIDEO_STOPALL constant defines the value of the type property of the event object for a video_stopAll event.
view — Property in class com.dwuser.ss4.ui.LayoutJumpButton
Specifies the ID value of the view which should be opened when the button is clicked.
view — Property in interface mx.collections.IViewCursor
A reference to the ICollectionView with which this cursor is associated.
viewableDepth — Style in class com.dwuser.ss4.ui.ImagesStarfield
Specifies the depth of the field of vision.
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.
ViewStack — Class in package mx.containers
A ViewStack navigator container consists of a collection of child containers stacked on top of each other, where only one child at a time is visible.
ViewStack() — Constructor in class mx.containers.ViewStack
Constructor.
visible — Property in class com.dwuser.ss4.ui.HoverCanvas
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.
visible_unprotected — Property in class mx.core.UIComponent
If setVisible_enableProtection is enabled, this allows access to determine what the pseudo-state is -- that is, what's been requested, regardless of any prevention of default behavior.
visitedStyleName — Style in class com.dwuser.ss4.ui.extras.GalleryBarButton
Specifies the name of the style node in the <styles> section of the XML configuration file which will be used for styling when the GalleryBarButton represents an already-opened gallery.
volume — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioGallery
Specifies the initial volume level for the gallery level audio.
volume — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioImage
Specifies the initial volume level for the image level audio.
volume — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro
Specifies the initial volume level for the intro/background level audio.
volumeChangeTime — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioGallery
Specifies the duration, in milliseconds, over which volume changes take place for gallery level audio.
volumeChangeTime — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioImage
Specifies the duration, in milliseconds, over which volume changes take place for image level audio.
volumeChangeTime — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro
Specifies the duration, in milliseconds, over which volume changes take place for intro/background level audio.
volumeEasingFunction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect
The easing function for the volume effect.
volumeEasingFunction — Property in class mx.effects.SoundEffect
The easing function for the volume effect.
volumeEasingFunction — Property in class mx.effects.effectClasses.SoundEffectInstance
The easing function for the volume effect.
volumeFrom — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect
Initial volume of the Sound object.
volumeFrom — Property in class mx.effects.SoundEffect
Initial volume of the Sound object.
volumeFrom — Property in class mx.effects.effectClasses.SoundEffectInstance
Initial volume of the Sound object.
volumeTo — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect
Final volume of the Sound object.
volumeTo — Property in class mx.effects.SoundEffect
Final volume of the Sound object.
volumeTo — Property in class mx.effects.effectClasses.SoundEffectInstance
Final volume of the Sound object.
VRule — Class in package mx.controls
The VRule control creates a single vertical line.
VRule() — Constructor in class mx.controls.VRule
Constructor.
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.
VScrollBarSkinDefaults — Class in package com.dwuser.ss4.skins
This class is used to hold static embed references to extra supported VScrollBar and HScrollBar skin image classes.
VScrollBarSkinDefaults() — Constructor in class com.dwuser.ss4.skins.VScrollBarSkinDefaults
VSlider — Class in package mx.controls
The VSlider control lets users select a value by moving a slider thumb between the end points of the slider track.
VSlider() — Constructor in class mx.controls.VSlider
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