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 — 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. |
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. |
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. |
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. |
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. |
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. |
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. |
| |
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. |
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. |
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. |
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. |
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. |
| |
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. |
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. |
HORIZONTAL — Constant Static Property, class feathers.layout.Direction |
|
The object will be oriented horizontally. |
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.Callout |
| The horizontal alignment of the callout, relative to the origin. |
| |
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 — 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. |
horizontalScrollBarFactory — Property, class feathers.controls.Scroller |
|
Creates the horizontal scroll bar. |
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. |
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 |
| |
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_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. |
| |
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 |