| 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 |
| HaloColors — Class in package mx.skins.halo |
|
Defines the colors used by components that support the Halo theme. |
| handleClick(event) — Method in class com.dwuser.ss4.ui.controls.PlayPauseButton |
|
Simulates a click on the button and performs the associated actions. |
| hasBackgroundImage — Property in interface mx.core.IRectangularBorder |
|
Contains true if the RectangularBorder instance
contains a background image. |
| hasBackgroundImage — Property in class mx.skins.RectangularBorder |
|
Contains true if the RectangularBorder instance
contains a background image. |
| hasChildren(node, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Determines if the node actually has children. |
| hasChildren(node, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Determines if the node actually has children. |
| hasChildren(node, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Tests for the existence of children in a non-terminating node. |
| hasChildren — Property in class mx.controls.treeClasses.TreeListData |
|
Contains true if the node has children. |
| hasEventListener(type) — Method in class mx.collections.ListCollectionView |
|
|
| hasEventListener(type) — Method in class mx.utils.ObjectProxy |
|
Checks whether there are any event listeners registered
for a specific type of event. |
| hasFocusableContent — Property in interface mx.managers.IFocusManagerComplexComponent |
|
A flag that indicates whether the component currently has internal
focusable targets
|
| hasFormat(format) — Method in class mx.core.DragSource |
|
Returns true if the data source contains
the requested format; otherwise, it returns false. |
| hasMetadata(obj, propName, metadataName, excludes, options) — Static method in class mx.utils.ObjectUtil |
|
Uses getClassInfo and examines the metadata information to
determine whether a property on a given object has the specified
metadata. |
| hasMutualTrustBetweenParentAndChild(bp:mx.core:ISWFBridgeProvider) — Static method in class mx.utils.SecurityUtil |
|
Tests if there is mutual trust between the parent and child of the specified bridge. |
| hasRoot — Property in class mx.controls.Tree |
|
Indicates that the current dataProvider has a root item; for example,
a single top node in a hierarchical structure. |
| HBox — Class in package mx.containers |
|
The HBox container lays out its children in a single horizontal row. |
| HBox() — Constructor in class mx.containers.HBox |
|
Constructor. |
| HDividedBox — Class in package mx.containers |
|
The HDividedBox container lays out its children horizontally
in the same way as HBox container, but it inserts
a draggable divider in the gap between each child. |
| HDividedBox() — Constructor in class mx.containers.HDividedBox |
|
Constructor. |
| headerColors — Style in class mx.containers.Panel |
|
Array of two colors used to draw the header. |
| headerHeight — Style in class mx.containers.Accordion |
|
Height of each accordion header, in pixels. |
| headerHeight — Style in class mx.containers.Panel |
|
Height of the header. |
| headerRenderer — Property in class mx.containers.Accordion |
|
A factory used to create the navigation buttons for each child. |
| HEADER_SHIFT — Constant static property in class mx.events.IndexChangedEvent |
|
The IndexChangedEvent.HEADER_SHIFT constant defines the value of the
type property of the event object for a headerShift event,
which indicates that a header has changed its index, as when a user drags
a DataGrid column to a new position. |
| headerStyleName — Style in class mx.containers.Accordion |
|
Name of the CSS style declaration that specifies styles for the accordion
headers (tabs). |
| height — Property in class mx.containers.utilityClasses.ConstraintRow |
|
Number that specifies the height of the ConstraintRow instance, in pixels,
in the parent's coordinates. |
| height — Property in class mx.controls.listClasses.ListRowInfo |
|
The height of the row including margins. |
| height — Property in interface mx.core.IFlexDisplayObject |
|
|
| height — Property in class mx.core.UIComponent |
|
Number that specifies the height of the component, in pixels,
in the parent's coordinates. |
| height — Property in class mx.managers.SystemManager |
|
The height of this object. |
| heightBy — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Resize |
|
Number of pixels by which to modify the height of the component. |
| heightBy — Property in class mx.effects.Resize |
|
Number of pixels by which to modify the height of the component. |
| heightBy — Property in class mx.effects.effectClasses.ResizeInstance |
|
Number of pixels by which to modify the height of the component. |
| heightFrom — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Resize |
|
Initial height, in pixels. |
| heightFrom — Property in class mx.effects.Resize |
|
Initial height, in pixels. |
| heightFrom — Property in class mx.effects.effectClasses.ResizeInstance |
|
Initial height. |
| heightTo — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Resize |
|
Final height, in pixels. |
| heightTo — Property in class mx.effects.Resize |
|
Final height, in pixels. |
| heightTo — Property in class mx.effects.effectClasses.ResizeInstance |
|
Final height, in pixels. |
| HEX_COLOR_STRING — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats |
|
Hexadecimal color strings (in HTML format) are automatically converted to their native numerical equivalent. |
| HFlowBox — Class in package com.dwuser.ss4.containers |
|
The HFlowBox container lays out its children in a single horizontal row. |
| HFlowBox() — Constructor in class com.dwuser.ss4.containers.HFlowBox |
|
Constructor. |
| hide — Event in class mx.controls.ProgressBar |
|
Dispatched when an object's state changes from visible to invisible. |
| hide — Event in class mx.core.UIComponent |
|
Dispatched when an object's state changes from visible to invisible. |
| HIDE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.HIDE constant defines the value of the
type property of the event object for a hide event. |
| hideChildrenTargets — Property in class mx.effects.Resize |
|
An Array of Panel containers. |
| hideChildrenTargets — Property in class mx.effects.effectClasses.ResizeInstance |
|
An Array of Panels. |
| hideCursor() — Static method in class mx.managers.CursorManager |
|
Makes the cursor invisible. |
| hideDelay — Style in class com.dwuser.ss4.managers.ToolTipAppearanceManager |
|
Specifies how long tooltips will appear before automatically hiding. |
| hideDelay — Style in class com.dwuser.ss4.ui.HoverCanvas |
|
Specifies the duration, in milliseconds, of inactivity which is required before the HoverCanvas hides itself. |
| hideDelay — Static property in class mx.managers.ToolTipManager |
|
The amount of time, in milliseconds, that Flex waits
to hide the ToolTip after it appears. |
| hideDropFeedback(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase |
|
Hides the drop indicator under the mouse pointer that indicates that a
drag and drop operation is allowed. |
| hideEffect — Style in class com.dwuser.ss4.managers.ToolTipAppearanceManager |
|
Specifies the effect used to hide all tooltips. |
| hideEffect — Effect in class mx.core.UIComponent |
|
Played when the component becomes invisible. |
| hideEffect — Static property in class mx.managers.ToolTipManager |
|
The effect that plays when a ToolTip is hidden,
or null if the ToolTip should disappear with no effect. |
| hideEffectSpeed — Style in class com.dwuser.ss4.ui.HoverSlideCanvas |
|
Specifies the duration, in milliseconds, of the show/hide sliding effect. |
| hideFocus() — Method in class mx.managers.FocusManager |
|
Sets showFocusIndicator to false
and removes the visual focus indicator from the focused object, if any. |
| hideFocus() — Method in interface mx.managers.IFocusManager |
|
Sets showFocusIndicator to false
and removes the visual focus indicator from the focused object, if any. |
| hideFocusRing — Property in class mx.effects.Effect |
|
Determines whether the effect should hide the focus ring
when starting the effect. |
| hideFocusRing — Property in class mx.effects.EffectInstance |
|
Determines whether the effect should hide
the focus ring when starting the effect. |
| hideFocusRing — Property in interface mx.effects.IEffect |
|
Determines whether the effect should hide the focus ring
when starting the effect. |
| hideFocusRing — Property in interface mx.effects.IEffectInstance |
|
Determines whether the effect should hide
the focus ring when starting the effect. |
| hideFocusRing — Property in class mx.effects.Rotate |
| |
| HIDE_MODAL_WINDOW_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Hides a modal window. |
| HIDE_MOUSE_CURSOR_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Requests that the mouse cursor should be hidden
when over this application. |
| hideOnSelection — Style in class com.dwuser.ss4.ui.GallerySelector |
|
Specifies if the default internal galleryItemClick handler should hide the actual GallerySelector element when a gallery item is clicked. |
| HideShowEffectTargetFilter — Class in package mx.effects.effectClasses |
|
HideShowEffectTargetFilter is a subclass of EffectTargetFilter
that handles the logic for filtering targets that have been shown or hidden
by modifying their visible property. |
| HideShowEffectTargetFilter() — Constructor in class mx.effects.effectClasses.HideShowEffectTargetFilter |
|
Constructor. |
| hideSide — Style in class com.dwuser.ss4.ui.HoverSlideCanvas |
|
Specifies the side of the box in which the container hides itself when not visible. |
| hideWhenEmpty — Style in class com.dwuser.ss4.ui.Caption |
|
Specifies whether the Caption element should automatically hide itself when the dynamic text specified in the hideWhenEmptyValue parameter evaluates to an empty string. |
| hideWhenEmpty — Style in class com.dwuser.ss4.ui.DynamicScrollableText |
|
Specifies whether the DynamicScrollableText element should automatically hide itself when the dynamic text evaluates to an empty string. |
| hideWhenEmpty — Style in class com.dwuser.ss4.ui.DynamicText |
|
Specifies whether the DynamicScrollableText element should automatically hide itself when the dynamic text evaluates to an empty string. |
| hideWhenEmptyValue — Style in class com.dwuser.ss4.ui.Caption |
|
If hideWhenEmpty is enabled, specifies the dynamic text string which must be empty for the element to be automatically hidden. |
| HIGH — Constant static property in class mx.managers.CursorManagerPriority |
|
Constant that specifies the highest cursor priority when passed
as the priority argument to setCursor(). |
| highlightAlphas — Style in class mx.containers.Panel |
|
Alphas used for the highlight fill of the header. |
| highlightAlphas — Style in class mx.controls.Button |
|
Alpha transparencies used for the highlight fill of controls. |
| highlightAlphas — Style in class mx.controls.scrollClasses.ScrollBar |
|
Alpha transparencies used for the highlight fill of controls. |
| highlightIndicator — Property in class mx.controls.listClasses.ListBase |
|
The DisplayObject that contains the graphics that indicates
which renderer is highlighted. |
| highlightItemRenderer — Property in class mx.controls.listClasses.ListBase |
|
The renderer that is currently rolled over or under the caret. |
| highlightUID — Property in class mx.controls.listClasses.ListBase |
|
The UID of the item that is current rolled over or under the caret. |
| hiliteSelectedNavItem(index) — Method in class mx.controls.NavBar |
|
Highlights the selected navigator item. |
| historyManagementEnabled — Property in class mx.containers.Accordion |
|
If set to true, this property enables history management
within this Accordion container. |
| historyManagementEnabled — Property in class mx.containers.ViewStack |
|
If true, enables history management
within this ViewStack container. |
| HistoryManager — Class in package mx.managers |
|
History management lets users navigate through a Flex application
using the web browser's Back and Forward navigation commands. |
| hitArea — Property in interface mx.core.IContainer |
|
|
| hitTestObject(obj) — Method in interface mx.core.IFlexDisplayObject |
|
|
| hitTestPoint(x, y, shapeFlag) — Method in interface mx.core.IFlexDisplayObject |
|
|
| HORIZONTAL — Constant static property in class mx.containers.BoxDirection |
|
Specifies that children of the Box container are laid out horizontally. |
| HORIZONTAL — Constant static property in class mx.containers.TileDirection |
|
Specifies that the children of the Tile container are laid out
horizontally; that is, starting with the first row. |
| HORIZONTAL — Constant static property in class mx.controls.listClasses.TileBaseDirection |
|
Arrange children horizontally. |
| HORIZONTAL — Constant static property in class mx.controls.scrollClasses.ScrollBarDirection |
|
Specifies that a ScrollBar control is for horizontal scrolling. |
| HORIZONTAL — Constant static property in class mx.controls.sliderClasses.SliderDirection |
|
Specifies to display a horizontal slider. |
| HORIZONTAL — Constant static property in class mx.core.ContainerLayout |
|
Use horizontal layout for the contents of this container. |
| HORIZONTAL — Constant static property in class mx.events.ScrollEventDirection |
|
The user scrolled horizontally. |
| horizontalAlign — Style in class com.dwuser.ss4.containers.HFlowBox |
|
The alignment of each row of children in the container. |
| horizontalAlign — Style in class com.dwuser.ss4.ui.IndividualSlide |
|
Specifies the horizontal alignment of the image if the dimensions of the available display area differ from those of the image (as determined by the scaleMode parameter). |
| horizontalAlign — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies the horizontal alignment of the image if the dimensions of the available display area differ from those of the image (as determined by the scaleMode parameter). |
| horizontalAlign — Style in class mx.containers.Box |
|
Horizontal alignment of children in the container. |
| horizontalAlign — Style in class mx.containers.Panel |
|
Horizontal alignment of children in the container. |
| horizontalAlign — Style in class mx.containers.TabNavigator |
|
Horizontal positioning of tabs at the top of this TabNavigator container. |
| horizontalAlign — Style in class mx.containers.Tile |
|
Horizontal alignment of each child inside its tile cell. |
| horizontalAlign — Style in class mx.controls.ButtonBar |
|
Horizontal alignment of all buttons within the ButtonBar. |
| horizontalAlign — Style in class mx.controls.SWFLoader |
|
The horizontal alignment of the content when it does not have
a one-to-one aspect ratio. |
| horizontalAlign — Style in class mx.controls.TabBar |
|
Horizontal alignment of all tabs within the TabBar. |
| horizontalAlign — Style in class mx.core.LayoutContainer |
|
Horizontal alignment of children in the container. |
| horizontalCenter — Style in class mx.core.UIComponent |
|
The horizontal distance in pixels from the center of the component's
content area to the center of the component. |
| horizontalDividerCursor — Style in class mx.containers.DividedBox |
|
The cursor skin for a horizontal DividedBox. |
| horizontalGap — Style in class com.dwuser.ss4.containers.HFlowBox |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class com.dwuser.ss4.ui.PagingControlHolder |
|
Specifies the horizontal gap (spacing) between each of the tiles. |
| horizontalGap — Style in class com.dwuser.ss4.ui.loaders.UILoader |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.Accordion |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.Box |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.Panel |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.TabNavigator |
|
Separation between tabs, in pixels. |
| horizontalGap — Style in class mx.containers.Tile |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.ViewStack |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.containers.dividedBoxClasses.BoxDivider |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.controls.Button |
|
Gap between the label and icon, when the labelPlacement property
is set to left or right. |
| horizontalGap — Style in class mx.controls.ButtonBar |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.controls.ProgressBar |
|
Number of pixels between children in the horizontal direction. |
| horizontalGap — Style in class mx.controls.TabBar |
|
Number of pixels between tab navigation items in the horizontal direction. |
| horizontalGap — Style in class mx.core.LayoutContainer |
|
Number of pixels between children in the horizontal direction. |
| horizontalGradientMatrix(x, y, width, height) — Method in class mx.core.UIComponent |
|
Returns a box Matrix which can be passed to the
drawRoundRect() method
as the rot parameter when drawing a horizontal gradient. |
| horizontalGradientMatrix(x, y, width, height) — Method in class mx.skins.ProgrammaticSkin |
|
Utility function to create a horizontal gradient matrix. |
| horizontalLayoutAlign — 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 horizontal alignment of those tiles. |
| horizontalLineScrollSize — Property in class mx.core.Container |
|
Number of pixels to move when the left- or right-arrow
button in the horizontal scroll bar is pressed. |
| horizontalPageScrollSize — Property in class mx.core.Container |
|
Number of pixels to move when the track in the
horizontal scroll bar is pressed. |
| horizontalScrollBar — Property in class mx.core.Container |
|
The horizontal scrollbar used in this container. |
| horizontalScrollBar — Property in class mx.core.ScrollControlBase |
|
The horizontal scroll bar. |
| horizontalScrollBarStyleName — Style in class mx.core.Container |
|
The name of the horizontal scrollbar style. |
| horizontalScrollBarStyleName — Style in class mx.core.ScrollControlBase |
|
Style name for horizontal scrollbar. |
| horizontalScrollPolicy — Property in class mx.controls.TextArea |
|
Specifies whether the horizontal scroll bar is
always on (ScrollPolicy.ON),
always off (ScrollPolicy.OFF),
or turns on when needed (ScrollPolicy.AUTO). |
| horizontalScrollPolicy — Property in class mx.core.Container |
|
Specifies whether the horizontal scroll bar is always present,
always absent, or automatically added when needed. |
| horizontalScrollPolicy — Property in class mx.core.ScrollControlBase |
|
A property that indicates whether the horizontal scroll
bar is always on, always off,
or automatically changes based on the parameters passed to the
setScrollBarProperties() method. |
| horizontalScrollPosition — Property in class mx.controls.TextArea |
|
Pixel position in the content area of the leftmost pixel
that is currently displayed. |
| horizontalScrollPosition — Property in class mx.controls.TextInput |
|
Pixel position in the content area of the leftmost pixel
that is currently displayed. |
| horizontalScrollPosition — Property in class mx.core.Container |
|
The current position of the horizontal scroll bar. |
| horizontalScrollPosition — Property in interface mx.core.IContainer |
|
The current position of the horizontal scroll bar. |
| horizontalScrollPosition — Property in class mx.core.ScrollControlBase |
|
The offset into the content from the left edge. |
| horizontalSpacing — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies the horizontal spacing between each thumbnail tile on the 3D wall. |
| horizontalSpacing — Style in class com.dwuser.ss4.ui.ImagesCoverFlow |
|
Specifies the horizontal spacing between each slide in the coverflow. |
| HoverCanvas — Class in package com.dwuser.ss4.ui |
|
The HoverCanvas element is a Canvas which automatically disappears after a specified period of inactivity, then re-appears when the user moves the cursor. |
| HoverCanvas() — Constructor in class com.dwuser.ss4.ui.HoverCanvas |
| |
| hoverRect — Style in class com.dwuser.ss4.ui.HoverCanvas |
|
Optionally specifies the rectangular area which, when the mouse moves within it, will make the HoverCanvas unhide / become visible. |
| hoverScrollEnabled — Property in class com.dwuser.ss4.ui.PagingControlHolder |
|
Specifies if hover-based scrolling is enabled (only works if usePagedScrolling is set to false). |
| hoverScrollStyle — Property in class com.dwuser.ss4.ui.PagingControlHolder |
|
When hover scrolling is enabled, specifies the type of hover navigation effect. |
| HoverSlideCanvas — Class in package com.dwuser.ss4.ui |
|
The HoverSlideCanvas element is a special type of HoverCanvas which hides/shows itself by sliding out of view. |
| HoverSlideCanvas() — Constructor in class com.dwuser.ss4.ui.HoverSlideCanvas |
| |
| hoverStyleName — 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 is hovered over. |
| hoverTarget — Style in class com.dwuser.ss4.ui.HoverCanvas |
|
Specifies the hover target which, when the mouse moves within it, will make the HoverCanvas unhide / become visible. |
| HRule — Class in package mx.controls |
|
The HRule control creates a single horizontal line. |
| HRule() — Constructor in class mx.controls.HRule |
|
Constructor. |
| HScrollBar — Class in package mx.controls |
|
The HScrollBar (horizontal ScrollBar) control lets you control
the portion of data that is displayed when there is too much data
to fit in a display area. |
| HScrollBar() — Constructor in class mx.controls.HScrollBar |
|
Constructor. |
| HSlider — Class in package mx.controls |
|
The HSlider control lets users select a value by moving
a slider thumb between the end points of the slider track. |
| HSlider() — Constructor in class mx.controls.HSlider |
|
Constructor. |
| htmlText — Property in class mx.controls.Label |
|
Specifies the text displayed by the Label control, including HTML markup that
expresses the styles of that text. |
| htmlText — Property in class mx.controls.TextArea |
|
Specifies the text displayed by the TextArea control, including HTML markup that
expresses the styles of that text. |
| htmlText — Property in class mx.controls.TextInput |
|
Specifies the text displayed by the TextInput control, including HTML markup that
expresses the styles of that text. |
| htmlText — Property in interface mx.core.IUITextField |
|
|
| HTMLToolTip — Class in package com.dwuser.ss4.ui.extras |
|
The HTMLToolTip class is the default tooltip renderer; it is special because it enables support for HTML in the toolTip property on various UI elements. |
| HTMLToolTip() — Constructor in class com.dwuser.ss4.ui.extras.HTMLToolTip |
| |
| httpStatus — Event in class mx.controls.SWFLoader |
|
Dispatched when a network request is made over HTTP
and Flash Player or AIR can detect the HTTP status code. |
| hue — Style in class mx.core.UIComponent |
|
The color hue of the component. |
|
| 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 |