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.
hasAttribute(attrName:String) — method, class starling.rendering.VertexData
Indicates if the VertexData instances contains an attribute with the specified name.
hasAttribute(attrName:String) — method, class starling.rendering.VertexDataFormat
Indicates if the format contains an attribute with the given name.
hasChars(text:String) — method, class starling.text.BitmapFont
Checks whether a provided string can be displayed with the font.
hasDataForFormat(format:String) — method, class feathers.dragDrop.DragData
Determines if the specified data format is available.
_hasDegenerates — Property, class starling.display.graphics.Stroke
hasElasticEdges — Style, class feathers.controls.Scroller
Determines if the scrolling can go beyond the edges of the viewport.
hasEventListener(type:String, listener:Function) — method, interface feathers.core.IFeathersEventDispatcher
Checks if a listener has been added for the specified event type.
hasEventListener(type:String, listener:Function) — method, class starling.events.EventDispatcher
If called with one argument, figures out if there are any listeners registered for the given 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.
hasFocus — Property, interface feathers.core.IAdvancedNativeFocusOwner
Determines if nativeFocus currently has focus.
hasItem(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup
Determines if the group includes the specified item.
hasItemAt(index:Vector$int) — method, class feathers.extensions.tree.Tree
Indicates whether an item exist.
hasLabelTextRenderer — Style, 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.
hasProgram(name:String) — method, class starling.rendering.Painter
Indicates if a program is registered under a certain name.
hasScreen(id:String) — method, class feathers.controls.supportClasses.BaseScreenNavigator
Determines if the specified screen identifier has been added with addScreen().
hasStyleProvider(forClass:Class) — method, class feathers.skins.StyleProviderRegistry
Determines if an IStyleProvider for the specified component class has been created.
hasTexture(key:String) — method, class feathers.utils.textures.TextureCache
Indicates if a texture is associated with the specified key.
hasValidatedGeometry — Property, class starling.display.graphics.Graphic
hasValidatedGeometry — Property, class starling.display.graphics.Graphic_bak
hasVariableItemDimensions — Property, class feathers.layout.BaseVariableVirtualLayout
When the layout is virtualized, and this value is true, the items may have variable dimensions.
hasVariableItemDimensions — Property, interface feathers.layout.IVariableVirtualLayout
When the layout is virtualized, and this value is true, the items may have variable dimensions.
head — Property, class starling.display.graphics.VertexList
header — Property, class feathers.controls.Panel
The header sub-component.
header — Property, class feathers.extensions.dataGrid.DataGrid
The header of the datagrid.
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.
headerBackgroundDisabledSkin — Style, class feathers.controls.DataGrid
A background to display in the data grid's header when the container is disabled.
headerBackgroundSkin — Style, class feathers.controls.DataGrid
The default background to display in the data grid's header.
headerBackgroundSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
headerBackgroundSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
headerDataToHeaderRenderer(headerData:Object) — method, class feathers.controls.GroupedList
Returns the current header renderer used to render specific header data.
headerDividerFactory — Style, class feathers.controls.DataGrid
A function that returns new dividers that separate each of the data grid's header renderers.
headerFactory — Property, class feathers.controls.Panel
A function used to generate the panel's header sub-component.
headerFactoryIDFunction — Property, class feathers.controls.GroupedList
When a list requires multiple header renderer types, this function is used to determine which type of header renderer is required for a specific header (or group index).
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.
headerIndices — Property, interface feathers.layout.IGroupedLayout
Used internally by a component with grouped data to indicate which indices are headers for a group.
headerIndices — Property, class feathers.layout.VerticalLayout
Used internally by a component with grouped data to indicate which indices are headers for a group.
headerPopupBackgroundSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
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.DataGrid
Specifies a default factory for header renderers that will be used if the headerRendererFactory from a DataGridColumn is null.
headerRendererFactory — Property, class feathers.controls.DataGridColumn
A function called that is expected to return a new header renderer.
headerRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new header renderer.
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.
headerScrollPositionVerticalAlign — Property, class feathers.layout.VerticalLayout
When the scroll position is calculated for a header (specified by a GroupedList or another component with the headerIndicies property, an attempt will be made to align the header to this position.
HEADER_SKIN_TEXTURE_REGION — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
HEADER_SKIN_TEXTURE_REGION — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
headerStyleName — Property, class feathers.controls.Panel
The default value added to the styleNameList of the header.
headerText — Property, class feathers.controls.DataGridColumn
The text to display in the column's 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.controls.text.MeasureTextResult
The measured height of the text.
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.
height — Property, class starling.display.DisplayObject
The height of the object in pixels.
height — Property, class starling.display.graphics.RoundedRectangle
height — Property, class starling.events.ResizeEvent
The updated height of the player.
height — Property, class starling.events.Touch
Height of the contact area.
height — Property, class starling.text.BitmapChar
The height of the character in points.
height — Property, class starling.text.TextField
The height of the object in pixels.
height — Property, class starling.textures.AtfData
The height of the texture in pixels.
height — Property, class starling.textures.ConcreteTexture
The height of the texture in points.
height — Property, class starling.textures.SubTexture
The height of the texture in points.
height — Property, class starling.textures.Texture
The height of the texture in points.
hexValue — Property, class feathers.extensions.color.ColorPicker
The string value of the current color selection.
hideEffect — Property, class feathers.core.FeathersControl
An optional effect that is activated when the component is hidden.
hideFocus() — method, class feathers.core.FeathersControl
hideFocus() — method, interface feathers.core.IFocusDisplayObject
If the visual indicator of focus has been displayed by showFocus(), call this function to hide it.
hideHeader — Property, class feathers.extensions.dataGrid.DataGrid
Hide the header.
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 — Style, class feathers.controls.Scroller
The duration, in seconds, of the animation when a scroll bar fades out.
hideScrollBarAnimationEase — Style, class feathers.controls.Scroller
The easing function used for hiding the scroll bars, if applicable.
hideSelectionOverlayUnlessFocused — Style, class feathers.controls.SpinnerList
Determines if the selectionOverlaySkin is hidden when the list is not focused.
hideTabBar() — method, class feathers.extensions.tabbedApplication.TabbedViewNavigator
Hide the tab bar.
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
Constructor.
historyBack() — method, class feathers.controls.WebView
Navigates to the previous page in the browsing history.
historyDataUpdate() — method, class feathers.extensions.tabbedApplication.ViewNavigator
Update data in a view.
historyForward() — method, class feathers.controls.WebView
Navigates to the next page in the browsing history.
hitTest(localPoint:flash.geom:Point) — method, interface feathers.core.IFeathersDisplayObject
Determines if a point exists within the display object's bounds.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Canvas
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.DisplayObject
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.DisplayObjectContainer
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Mesh
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Quad
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Sprite3D
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.Stage
Returns the object that is found topmost beneath a point in stage coordinates, or the stage itself if nothing else is found.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.graphics.Graphic
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.display.graphics.Graphic_bak
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTest(localPoint:flash.geom:Point) — method, class starling.text.TextField
Returns the object that is found topmost beneath a point in local coordinates, or nil if the test fails.
hitTestMask(localPoint:flash.geom:Point) — method, class starling.display.DisplayObject
Checks if a certain point is inside the display object's mask.
horizontal — Property, class starling.utils.Padding
The sum of left and right padding.
HORIZONTAL — Constant Static Property, class feathers.layout.Direction
The object will be oriented horizontally.
HORIZONTAL — Constant Static Property, class starling.text.TextFieldAutoSize
The text field will grow/shrink sidewards; no line-breaks will be added.
horizontalAlign — Property, class feathers.layout.BaseLinearLayout
The alignment of the items horizontally, on the x-axis.
horizontalAlign — Property, class feathers.layout.BaseTiledLayout
If the total row width is less than the bounds, the items in the row can be aligned horizontally.
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, on the x-axis.
horizontalAlign — Property, class feathers.layout.HorizontalSpinnerLayout
The alignment of the items horizontally, on the x-axis.
horizontalAlign — Property, class feathers.layout.SlideShowLayout
The alignment of each item horizontally, on the x-axis.
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.
horizontalAlign — Style, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The location where the renderer's content is aligned horizontally (on the x-axis).
horizontalAlign — Style, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
The location where the header renderer's content is aligned horizontally (on the x-axis).
horizontalAlign — Style, class feathers.controls.TabBar
Determines how the tabs are horizontally aligned within the bounds of the tab bar (on the x-axis).
horizontalAlign — Style, class feathers.controls.Button
The location where the button's content is aligned horizontally (on the x-axis).
horizontalAlign — Style, class feathers.controls.PageIndicator
The alignment of the symbols on the horizontal axis.
horizontalAlign — Style, class feathers.controls.ButtonGroup
Determines how the buttons are horizontally aligned within the bounds of the button group (on the x-axis).
horizontalAlign — Style, 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 — Style, class feathers.controls.Callout
The horizontal alignment of the callout, relative to the origin.
horizontalAlign — Property, class starling.text.TextFormat
The horizontal alignment of the text.
HorizontalAlign — class, package feathers.layout
Constants for horizontal alignment of items in a layout.
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.BaseTiledLayout
The horizontal space, in pixels, between tiles.
horizontalGap — Property, class feathers.layout.FlowLayout
The horizontal space, in pixels, between items.
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.
horizontalScrollBarDecrementButtonDisabledIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarDecrementButtonDisabledSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarDecrementButtonDownSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarDecrementButtonIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarDecrementButtonUpSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarFactory — Property, class feathers.controls.Scroller
Creates the horizontal scroll bar.
horizontalScrollBarIncrementButtonDisabledIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarIncrementButtonDisabledSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarIncrementButtonDownSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarIncrementButtonIconTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarIncrementButtonUpSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
horizontalScrollBarPosition — Style, class feathers.controls.Scroller
Determines where the horizontal scroll bar will be positioned.
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.
HORIZONTAL_SCROLL_BAR_THUMB_SCALE_9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksDesktopTheme
HORIZONTAL_SCROLL_BAR_THUMB_SCALE9_GRID — Constant Static Property, class feathers.themes.BaseMetalWorksMobileTheme
horizontalScrollBarThumbSkinTexture — Property, class feathers.themes.BaseMetalWorksMobileTheme
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, interface feathers.controls.supportClasses.IViewPort
horizontalScrollStep — Property, class feathers.controls.Scroller
The number of pixels the horizontal scroll position can be adjusted by a "step".
horizontalScrollStep — Property, interface feathers.controls.supportClasses.IViewPort
horizontalScrollStep — Property, class feathers.extensions.dataGrid.DataGrid
The number of pixels the horizontal scroll position can be adjusted by a "step".
horizontalSimpleScrollBarThumbSkinTexture — Property, class feathers.themes.BaseMetalWorksDesktopTheme
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.
HOVER — Constant Static Property, class feathers.controls.ButtonState
The hover state, when the mouse is over the component.
HOVER — Constant Static Property, class starling.events.TouchPhase
Only available for mouse input: the cursor hovers over an object without a pressed button.
HOVER_AND_SELECTED — Constant Static Property, class feathers.controls.ButtonState
Same as the hover state, but the component is also selected.
hoverIcon — Style, class feathers.controls.Button
The icon used for the button's hover state.
hoverLineColor — Property, class feathers.extensions.tree.Tree
The default color of lines when the mouse is hover.
hoverSelector — Property, class feathers.extensions.tree.Tree
Determines if the item highlighting when the mouse is hover.
hoverSkin — Style, class feathers.controls.BasicButton
The skin used for the button's hover state.
hoverState — Property, class feathers.utils.touch.TouchToState
The value for the "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