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  
handlePendingScroll() — method, class feathers.controls.Scroller
Scrolls to a pending scroll position, if required.
hasDataForFormat(format:String) — method, class feathers.dragDrop.DragData
Determines if the specified data format is available.
hasElasticEdges — Property, class feathers.controls.Scroller
Determines if the scrolling can go beyond the edges of the viewport.
hasEventListener(type:String) — method, interface feathers.core.IFeathersEventDispatcher
Checks if a listener has been added for the specified event type.
hasFocus — Property, class feathers.controls.TextArea
When the FocusManager isn't enabled, hasFocus can be used instead of FocusManager.focus == textArea to determine if the text area has focus.
hasFocus — Property, class feathers.controls.TextInput
When the FocusManager isn't enabled, hasFocus can be used instead of FocusManager.focus == textInput to determine if the text input has focus.
hasItem(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup
Determines if the group includes the specified item.
hasLabelTextRenderer — Property, class feathers.controls.Button
Determines if the button's label text renderer is created or not.
hasPendingHorizontalPageIndex — Property, class feathers.controls.Scroller
A flag that indicates if the scroller should scroll to a new page when it validates.
hasPendingVerticalPageIndex — Property, class feathers.controls.Scroller
A flag that indicates if the scroller should scroll to a new page when it validates.
hasScreen(id:String) — method, class feathers.controls.supportClasses.BaseScreenNavigator
Determines if the specified screen identifier has been added with addScreen().
hasVariableItemDimensions — Property, class feathers.layout.FlowLayout
When the layout is virtualized, and this value is true, the items may have variable width and height values.
hasVariableItemDimensions — Property, class feathers.layout.HorizontalLayout
When the layout is virtualized, and this value is true, the items may have variable width values.
hasVariableItemDimensions — Property, interface feathers.layout.IVariableVirtualLayout
When the layout is virtualized, and this value is true, the items may have variable dimensions.
hasVariableItemDimensions — Property, class feathers.layout.VerticalLayout
When the layout is virtualized, and this value is true, the items may have variable height values.
hasVariableItemDimensions — Property, class feathers.layout.WaterfallLayout
When the layout is virtualized, and this value is true, the items may have variable height values.
hasVisibleArea — Property, interface feathers.core.IFeathersDisplayObject
Determines if the display object should be rendered or not.
header — Property, class feathers.controls.Panel
The header sub-component.
Header — class, package feathers.controls
A header that displays an optional title along with a horizontal regions on the sides for additional UI controls.
Header() — Constructor, class feathers.controls.Header
Constructor.
headerFactory — Property, class feathers.controls.Panel
A function used to generate the panel's header sub-component.
headerField — Property, class feathers.controls.GroupedList
The field in a group that contains the data for a header.
headerFunction — Property, class feathers.controls.GroupedList
A function used to generate header data for a specific group.
headerHeader — Property, class feathers.controls.Alert
The header sub-component.
headerName — Property, class feathers.controls.Panel
DEPRECATED: Replaced by headerStyleName.
headerProperties — Property, class feathers.controls.Panel
An object that stores properties for the container's header sub-component, and the properties will be passed down to the header when the container validates.
headerRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new header renderer.
headerRendererName — Property, class feathers.controls.GroupedList
DEPRECATED: Replaced by customHeaderRendererStyleName.
headerRendererProperties — Property, class feathers.controls.GroupedList
An object that stores properties for all of the list's header renderers, and the properties will be passed down to every header renderer when the list validates.
headerRendererType — Property, class feathers.controls.GroupedList
The class used to instantiate header renderers.
headerStyleName — Property, class feathers.controls.Panel
The default value added to the styleNameList of the header.
headerTitleField — Property, class feathers.controls.Panel
A property of the header that should be used to display the panel's title.
height — Property, class feathers.core.FeathersControl
The height of the component, in pixels.
height — Property, interface feathers.core.IFeathersDisplayObject
The height of the display object in the parent's coordinate space.
hideFocus() — method, class feathers.core.FeathersControl
If the visual indicator of focus has been displayed by showFocus(), call this function to hide it.
hideFocus() — method, interface feathers.core.IFocusDisplayObject
If the visual indicator of focus has been displayed by showFocus(), call this function to hide it.
hideRootWhenFullScreen — Property, class feathers.media.VideoPlayer
Determines if the Starling root display object is hidden when the video player switches to full screen mode.
hideScrollBarAnimationDuration — Property, class feathers.controls.Scroller
The duration, in seconds, of the animation when a scroll bar fades out.
hideScrollBarAnimationEase — Property, class feathers.controls.Scroller
The easing function used for hiding the scroll bars, if applicable.
HierarchicalCollection — class, package feathers.data
Wraps a two-dimensional data source with a common API for use with UI controls that support this type of data.
HierarchicalCollection(data:Object) — Constructor, class feathers.data.HierarchicalCollection
historyBack() — method, class feathers.controls.WebView
Navigates to the previous page in the browsing history.
historyForward() — method, class feathers.controls.WebView
Navigates to the next page in the browsing history.
hitTest(localPoint:flash.geom:Point, forTouch:Boolean) — method, interface feathers.core.IFeathersDisplayObject
Determines if a point exists within the display object's bounds.
horizontalAlign — Property, class feathers.controls.Button
The location where the button's content is aligned horizontally (on the x-axis).
horizontalAlign — Property, class feathers.controls.ButtonGroup
Determines how the buttons are horizontally aligned within the bounds of the button group (on the x-axis).
horizontalAlign — Property, class feathers.controls.ImageLoader
The location where the content is aligned horizontally (on the x-axis) when its width is larger or smaller than the width of the ImageLoader.
horizontalAlign — Property, class feathers.controls.PageIndicator
The alignment of the symbols on the horizontal axis.
horizontalAlign — Property, class feathers.controls.TabBar
Determines how the tabs are horizontally aligned within the bounds of the tab bar (on the x-axis).
horizontalAlign — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The location where the renderer's content is aligned horizontally (on the x-axis).
horizontalAlign — Property, class feathers.layout.FlowLayout
If the total row width is less than the bounds, the items in the row can be aligned horizontally.
horizontalAlign — Property, class feathers.layout.HorizontalLayout
If the total item width is less than the bounds, the positions of the items can be aligned horizontally.
horizontalAlign — Property, class feathers.layout.TiledColumnsLayout
If the total row width is less than the bounds, the items in the row can be aligned horizontally.
horizontalAlign — Property, class feathers.layout.TiledRowsLayout
If the total row width is less than the bounds, the items in the row can be aligned horizontally.
horizontalAlign — Property, class feathers.layout.VerticalLayout
The alignment of the items horizontally, on the x-axis.
horizontalAlign — Property, class feathers.layout.VerticalSpinnerLayout
The alignment of the items horizontally, on the x-axis.
horizontalAlign — Property, class feathers.layout.WaterfallLayout
The alignment of the items horizontally, on the x-axis.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.Button
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.ButtonGroup
The buttons will be aligned horizontally to the center of the button group.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.Check
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.ImageLoader
The content will be aligned horizontally to the center of the ImageLoader.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.PageIndicator
The symbols will be horizontally aligned to the center.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.Radio
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.TabBar
The tabs will be aligned horizontally to the center of the tab bar.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The content will be aligned horizontally to the center of the renderer.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer
The icon and label will be aligned horizontally to the center of the button.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.FlowLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the center.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.HorizontalLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the center.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.TiledColumnsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the center.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.TiledRowsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the center.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.VerticalLayout
The items will be aligned to the center of the bounds.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.VerticalSpinnerLayout
The items will be aligned to the center of the bounds.
HORIZONTAL_ALIGN_CENTER — Constant Static Property, class feathers.layout.WaterfallLayout
The items will be aligned to the center of the bounds.
HORIZONTAL_ALIGN_JUSTIFY — Constant Static Property, class feathers.controls.ButtonGroup
If the direction is vertical, each button will fill the entire width of the button group, and if the direction is horizontal, the alignment will behave the same as HORIZONTAL_ALIGN_LEFT.
HORIZONTAL_ALIGN_JUSTIFY — Constant Static Property, class feathers.controls.TabBar
If the direction is vertical, each tab will fill the entire width of the tab bar, and if the direction is horizontal, the alignment will behave the same as HORIZONTAL_ALIGN_LEFT.
HORIZONTAL_ALIGN_JUSTIFY — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The content will be justified horizontally, filling the entire width of the renderer, minus padding.
HORIZONTAL_ALIGN_JUSTIFY — Constant Static Property, class feathers.layout.VerticalLayout
The items will fill the width of the bounds.
HORIZONTAL_ALIGN_JUSTIFY — Constant Static Property, class feathers.layout.VerticalSpinnerLayout
The items will fill the width of the bounds.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.Button
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.ButtonGroup
The buttons will be aligned horizontally to the left edge of the button group.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.Check
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.ImageLoader
The content will be aligned horizontally to the left edge of the ImageLoader.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.PageIndicator
The symbols will be horizontally aligned to the left.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.Radio
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.TabBar
The tabs will be aligned horizontally to the left edge of the tab bar.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The content will be aligned horizontally to the left edge of the renderer.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer
The icon and label will be aligned horizontally to the left edge of the button.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.FlowLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the left.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.HorizontalLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the left.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.TiledColumnsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the left.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.TiledRowsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the left.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.VerticalLayout
The items will be aligned to the left of the bounds.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.VerticalSpinnerLayout
The items will be aligned to the left of the bounds.
HORIZONTAL_ALIGN_LEFT — Constant Static Property, class feathers.layout.WaterfallLayout
The items will be aligned to the left of the bounds.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.Button
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.ButtonGroup
The buttons will be aligned horizontally to the right edge of the button group.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.Check
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.ImageLoader
The content will be aligned horizontally to the right edge of the ImageLoader.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.PageIndicator
The symbols will be horizontally aligned to the right.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.Radio
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.TabBar
The tabs will be aligned horizontally to the right edge of the tab bar.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The content will be aligned horizontally to the right edge of the renderer.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer
The icon and label will be aligned horizontally to the right edge of the button.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.FlowLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the right.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.HorizontalLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the right.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.TiledColumnsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the right.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.TiledRowsLayout
If the total item width is smaller than the width of the bounds, the items will be aligned to the right.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.VerticalLayout
The items will be aligned to the right of the bounds.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.VerticalSpinnerLayout
The items will be aligned to the right of the bounds.
HORIZONTAL_ALIGN_RIGHT — Constant Static Property, class feathers.layout.WaterfallLayout
The items will be aligned to the right of the bounds.
horizontalCenter — Property, class feathers.layout.AnchorLayoutData
The position, in pixels, of the horizontal center relative to the horizontal center anchor, or, if there is no horizontal center anchor, then the position is relative to the horizontal center of the parent container.
horizontalCenterAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData
The horizontal center of the layout object will be relative to this anchor.
horizontalGap — Property, class feathers.layout.FlowLayout
The horizontal space, in pixels, between items.
horizontalGap — Property, class feathers.layout.TiledColumnsLayout
The horizontal space, in pixels, between tiles.
horizontalGap — Property, class feathers.layout.TiledRowsLayout
The horizontal space, in pixels, between tiles.
horizontalGap — Property, class feathers.layout.WaterfallLayout
The horizontal space, in pixels, between columns.
HorizontalLayout — class, package feathers.layout
Positions items from left to right in a single row.
HorizontalLayout() — Constructor, class feathers.layout.HorizontalLayout
Constructor.
HorizontalLayoutData — class, package feathers.layout
Extra, optional data used by an HorizontalLayout instance to position and size a display object.
HorizontalLayoutData(percentWidth:Number, percentHeight:Number) — Constructor, class feathers.layout.HorizontalLayoutData
Constructor.
horizontalPageCount — Property, class feathers.controls.Scroller
The number of horizontal pages, if snapping is enabled.
horizontalPageIndex — Property, class feathers.controls.Scroller
The index of the horizontal page, if snapping is enabled.
horizontalScrollBar — Property, class feathers.controls.Scroller
The horizontal scrollbar instance.
horizontalScrollBarFactory — Property, class feathers.controls.Scroller
Creates the horizontal scroll bar.
horizontalScrollBarName — Property, class feathers.controls.Scroller
DEPRECATED: Replaced by horizontalScrollBarStyleName.
horizontalScrollBarProperties — Property, class feathers.controls.Scroller
An object that stores properties for the container's horizontal scroll bar, and the properties will be passed down to the horizontal scroll bar when the container validates.
horizontalScrollBarStyleName — Property, class feathers.controls.Scroller
The value added to the styleNameList of the horizontal scroll bar.
horizontalScrollPolicy — Property, class feathers.controls.Scroller
Determines whether the scroller may scroll horizontally (on the x-axis) or not.
horizontalScrollPosition — Property, class feathers.controls.Scroller
The number of pixels the container has been scrolled horizontally (on the x-axis).
horizontalScrollPosition — Property, class feathers.controls.text.TextFieldTextEditorViewPort
horizontalScrollStep — Property, class feathers.controls.Scroller
The number of pixels the horizontal scroll position can be adjusted by a "step".
horizontalScrollStep — Property, class feathers.controls.text.TextFieldTextEditorViewPort
HorizontalSpinnerLayout — class, package feathers.layout
For use with the SpinnerList component, positions items from left to right in a single row and repeats infinitely.
HorizontalSpinnerLayout() — Constructor, class feathers.layout.HorizontalSpinnerLayout
Constructor.
hoverIcon — Property, class feathers.controls.Button
The icon used for the button's hover state.
hoverLabelProperties — Property, class feathers.controls.Button
An object that stores properties for the button's label text renderer when the button is in the Button.STATE_HOVER state, and the properties will be passed down to the label text renderer when the button validates.
hoverSkin — Property, class feathers.controls.Button
The skin used for the button's hover state.
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