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 |
factoryID — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer |
|
The ID of the factory used to create this footer renderer. |
factoryID — Property, interface feathers.controls.renderers.IGroupedListFooterRenderer |
|
The ID of the factory used to create this footer renderer. |
factoryID — Property, interface feathers.controls.renderers.IGroupedListHeaderRenderer |
|
The ID of the factory used to create this header renderer. |
factoryID — Property, interface feathers.controls.renderers.IGroupedListItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, interface feathers.controls.renderers.IListItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, interface feathers.controls.renderers.ITreeItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer |
|
The ID of the factory used to create this footer renderer. |
factoryID — Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, class feathers.controls.renderers.LayoutGroupListItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryID — Property, class feathers.controls.renderers.LayoutGroupTreeItemRenderer |
|
The ID of the factory used to create this item renderer. |
factoryIDFunction — Property, class feathers.controls.GroupedList |
|
When a list requires multiple item renderer types, this function is
used to determine which type of item renderer is required for a
specific item (or index). |
factoryIDFunction — Property, class feathers.controls.List |
|
When a list requires multiple item renderer types, this function is
used to determine which type of item renderer is required for a
specific item (or index). |
factoryIDFunction — Property, class feathers.controls.Tree |
|
When a tree requires multiple item renderer types, this function is
used to determine which type of item renderer is required for a
specific item (or index). |
Fade — class, package feathers.motion |
|
Creates effects for Feathers components and transitions for screen
navigators, that animate the alpha property of a display
object to make it fade in or out. |
falseStyleProvider — Property, class feathers.skins.ConditionalStyleProvider |
|
A call to applyStyles() is passed to this style provider
when the conditionalFunction returns false. |
FAST — Constant Static Property, class feathers.controls.DecelerationRate |
|
Decelerates a bit faster than the normal amount. |
feathers — package |
| |
FeathersControl — class, package feathers.core |
|
Base class for all UI controls. |
FeathersControl() — Constructor, class feathers.core.FeathersControl |
|
Constructor. |
feathers.controls — package |
| User interface controls and containers. |
feathers.controls.popups — package |
| Managers for the display of pop-up sub-components. |
feathers.controls.renderers — package |
| Data renderers for list controls. |
feathers.controls.supportClasses — package |
| Supporting classes and interfaces used by Feathers user interface components. |
feathers.controls.text — package |
| Text rendering sub-components. |
feathers.core — package |
| Base classes and interfaces used by Feathers. |
feathers.data — package |
| Collections used by Feathers to display data. |
feathers.display — package |
| A variety of custom Starling display objects. |
feathers.dragDrop — package |
| Classes related to drag and drop operations. |
feathers.events — package |
| Contains classes to related to Feathers events. |
FeathersEventType — class, package feathers.events |
|
Event type constants for Feathers controls. |
feathers.layout — package |
| A variety of layout algorithms used to customize Feathers controls and containers. |
feathers.media — package |
| User interface controls for media playback. |
feathers.motion — package |
| Classes related to motion, tweens, and animation. |
feathers.motion.effectClasses — package |
| Supporting classes and interfaces used by effects. |
feathers.skins — package |
| Classes related to skinning and themes in Feathers. |
feathers.system — package |
| Higher level queries for system-level capabilities. |
feathers.text — package |
| Contains classes for working with text. |
feathers.themes — package |
| Classes related to theming and styling components. |
feathers.utils — package |
| Utility classes and function. |
feathers.utils.display — package |
| Utilities for working with display objects. |
feathers.utils.focus — package |
| Utilities for focus management. |
feathers.utils.geom — package |
| Utilities for working with geometrical calculations. |
feathers.utils.keyboard — package |
| Utilities for working with the keyboard. |
feathers.utils.math — package |
| Utilities for common mathematical calculations. |
feathers.utils.skins — package |
| Utilities for skinning. |
feathers.utils.text — package |
| Utilities for text components. |
feathers.utils.textures — package |
| Utilities for working with textures. |
feathers.utils.touch — package |
| Utilities for working with touches. |
feathers.utils.xml — package |
| Utilities for working with XML and E4X. |
FEATHERS_VERSION — Package Constant Property, feathers |
|
The current version of Feathers. |
fillDisabledSkin — style, class feathers.controls.ProgressBar |
| A fill to display when the progress bar is disabled. |
| |
fillSkin — style, class feathers.controls.ProgressBar |
| The primary fill to display in the progress bar. |
| |
filter — Property, interface feathers.core.IFeathersDisplayObject |
|
The filter used when rendering the display object. |
filterChange — Event, class feathers.data.ArrayCollection |
|
Dispatched when the filterFunction property changes or the
refresh() function is called on the IListCollection. |
filterChange — Event, interface feathers.data.IListCollection |
|
Dispatched when the filterFunction property changes or the
refresh() function is called on the IListCollection. |
filterChange — Event, class feathers.data.ListCollection |
|
Dispatched when the filterFunction property changes or the
refresh() function is called on the IListCollection. |
filterChange — Event, class feathers.data.VectorCollection |
|
Dispatched when the filterFunction property changes or the
refresh() function is called on the IListCollection. |
filterChange — Event, class feathers.data.XMLListCollection |
|
Dispatched when the filterFunction property changes or the
refresh() function is called on the IListCollection. |
FILTER_CHANGE — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when a filter has been applied to or removed from the
collection. |
filterFunction — Property, class feathers.data.ArrayCollection |
|
A function to determine if each item in the collection should be
included or excluded from visibility through APIs like
length and getItemAt(). |
filterFunction — Property, interface feathers.data.IListCollection |
|
A function to determine if each item in the collection should be
included or excluded from visibility through APIs like
length and getItemAt(). |
filterFunction — Property, class feathers.data.ListCollection |
|
A function to determine if each item in the collection should be
included or excluded from visibility through APIs like
length and getItemAt(). |
filterFunction — Property, class feathers.data.VectorCollection |
|
A function to determine if each item in the collection should be
included or excluded from visibility through APIs like
length and getItemAt(). |
filterFunction — Property, class feathers.data.XMLListCollection |
|
A function to determine if each item in the collection should be
included or excluded from visibility through APIs like
length and getItemAt(). |
filterText(value:String) — method, class feathers.utils.text.TextInputRestrict |
|
Accepts a string of characters and filters out characters that are
not allowed. |
findCurrentWordEndIndex(text:String, selectionEndIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation |
|
Finds the end index of the word that starts with the current
selection. |
findCurrentWordStartIndex(text:String, selectionStartIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation |
|
Finds the start index of the word that starts with the current
selection. |
findNextWordStartIndex(text:String, selectionEndIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation |
|
Finds the start index of the next word that starts after the
selection. |
findPreviousWordStartIndex(text:String, selectionStartIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation |
|
Finds the start index of the word that starts before the selection. |
firstButtonFactory — Property, class feathers.controls.ButtonGroup |
|
If not null, creates the first button. |
firstButtonStyleName — Property, class feathers.controls.ButtonGroup |
|
The value added to the styleNameList of the first button. |
firstGap — Property, class feathers.layout.BaseLinearLayout |
|
The space, in pixels, between the first and second items. |
firstGap — style, class feathers.controls.TabBar |
| Space, in pixels, between the first two tabs. |
| |
firstGap — style, class feathers.controls.ButtonGroup |
| Space, in pixels, between the first two buttons. |
| |
firstHorizontalGap — Property, class feathers.layout.FlowLayout |
|
The space, in pixels, between the first and second items. |
firstItemRendererFactory — Property, class feathers.controls.GroupedList |
|
A function called that is expected to return a new item renderer for
the first item in a group. |
firstItemRendererType — Property, class feathers.controls.GroupedList |
|
The class used to instantiate the item renderer for the first item in
a group. |
firstTabFactory — Property, class feathers.controls.TabBar |
|
If not null, creates the first tab. |
firstTabStyleName — Property, class feathers.controls.TabBar |
|
The value added to the styleNameList of the first tab. |
fitContentMinWidthToOrigin — Property, class feathers.controls.popups.DropDownPopUpContentManager |
|
If enabled, the pop-up content's minWidth property will
be set to the width property of the origin, if it is
smaller. |
FIXED — Constant Static Property, class feathers.controls.PullViewDisplayMode |
|
The pull view is fixed to the edge of the the scroller's view port. |
FIXED — Constant Static Property, class feathers.controls.ScrollBarDisplayMode |
|
The scroll bars are always visible and appear next to the scroller's
view port, making the view port smaller than the scroller. |
FIXED_FLOAT — Constant Static Property, class feathers.controls.ScrollBarDisplayMode |
|
The scroll bars appear above the scroller's view port, overlapping
the content, but they do not fade out when not in use. |
fixedThumbSize — style, class feathers.controls.SimpleScrollBar |
| Determines if the scroll bar's thumb will be resized based on the scrollable range, or if it will be rendered at its preferred size. |
| |
fixedThumbSize — style, class feathers.controls.ScrollBar |
| Determines if the scroll bar's thumb will be resized based on the scrollable range, or if it will be rendered at its preferred size. |
| |
Flip — class, package feathers.motion |
|
Creates animated transitions for screen navigators that position display
objects in 3D space is if they are printed on opposite sides of a
postcard. |
FLOAT — Constant Static Property, class feathers.controls.ScrollBarDisplayMode |
|
The scroll bars appear above the scroller's view port, overlapping
the content, and they fade out when not in use. |
FlowLayout — class, package feathers.layout |
|
Positions items of different dimensions from left to right in multiple
rows. |
FlowLayout() — Constructor, class feathers.layout.FlowLayout |
|
Constructor. |
focus — Property, class feathers.core.DefaultFocusManager |
|
The object that currently has focus. |
focus — Static Property, class feathers.core.FocusManager |
|
The object that currently has focus on Starling.current.stage. |
focus — Property, interface feathers.core.IFocusManager |
|
The object that currently has focus. |
FOCUSED — Constant Static Property, class feathers.controls.TextInputState |
|
The focused state, when the input is currently in focus and the user
can interact with it. |
FOCUSED_AND_SELECTED — Constant Static Property, class feathers.controls.ButtonState |
|
Same as the focused state, but the component is also selected. |
focusedIcon — style, class feathers.controls.TextInput |
| The icon used for the input's focused state. |
| |
focusExtrasAfter — Property, class feathers.controls.Panel |
|
Extra display objects that are not accessible through standard
display list functions like getChildAt(), but should
appear after those children in the focus order. |
focusExtrasAfter — Property, interface feathers.core.IFocusExtras |
|
Extra display objects that are not accessible through standard
display list functions like getChildAt(), but should
appear after those children in the focus order. |
focusExtrasBefore — Property, class feathers.controls.Panel |
|
Extra display objects that are not accessible through standard
display list functions like getChildAt(), but should
appear before those children in the focus order. |
focusExtrasBefore — Property, interface feathers.core.IFocusExtras |
|
Extra display objects that are not accessible through standard
display list functions like getChildAt(), but should
appear before those children in the focus order. |
focusIn — Event, class feathers.controls.Scroller |
|
Dispatched when the component receives focus. |
focusIn — Event, class feathers.controls.TextInput |
|
Dispatched when the text input receives focus. |
focusIn — Event, class feathers.controls.text.BitmapFontTextEditor |
|
Dispatched when the text editor receives focus. |
focusIn — Event, class feathers.controls.text.StageTextTextEditor |
|
Dispatched when the text editor receives focus. |
focusIn — Event, class feathers.controls.text.TextBlockTextEditor |
|
Dispatched when the text editor receives focus. |
focusIn — Event, class feathers.controls.text.TextFieldTextEditor |
|
Dispatched when the text editor receives focus. |
focusIn — Event, interface feathers.core.IFocusDisplayObject |
|
Dispatched when the display object receives focus. |
focusIn — Event, interface feathers.core.ITextEditor |
|
Dispatched when the text editor receives focus. |
FOCUS_IN — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.FOCUS_IN event type is used by
Feathers components to indicate when they have received focus. |
focusIndicatorSkin — style, class feathers.core.FeathersControl |
| If this component supports focus, this optional skin will be displayed above the component when showFocus() is called. |
| |
focusInEffect — Property, class feathers.core.FeathersControl |
|
An optional effect that is activated when the component receives
focus. |
focusInHandler(event:starling.events:Event) — method, class feathers.core.FeathersControl |
|
Default event handler for FeathersEventType.FOCUS_IN
that may be overridden in subclasses to perform additional actions
when the component receives focus. |
focusManager — Property, class feathers.core.FeathersControl |
| |
focusManager — Property, interface feathers.core.IFocusDisplayObject |
|
The current focus manager for this component. |
FocusManager — class, package feathers.core |
|
Manages touch and keyboard focus. |
focusManagerFactory — Static Property, class feathers.core.FocusManager |
|
A function that creates a focus manager. |
focusOut — Event, class feathers.controls.Scroller |
|
Dispatched when the component loses focus. |
focusOut — Event, class feathers.controls.TextInput |
|
Dispatched when the text input loses focus. |
focusOut — Event, class feathers.controls.text.BitmapFontTextEditor |
|
Dispatched when the text editor loses focus. |
focusOut — Event, class feathers.controls.text.StageTextTextEditor |
|
Dispatched when the text editor loses focus. |
focusOut — Event, class feathers.controls.text.TextBlockTextEditor |
|
Dispatched when the text editor loses focus. |
focusOut — Event, class feathers.controls.text.TextFieldTextEditor |
|
Dispatched when the text editor loses focus. |
focusOut — Event, interface feathers.core.IFocusDisplayObject |
|
Dispatched when the display object loses focus. |
focusOut — Event, interface feathers.core.ITextEditor |
|
Dispatched when the text editor loses focus. |
FOCUS_OUT — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.FOCUS_OUT event type is used by
Feathers components to indicate when they have lost focus. |
focusOutEffect — Property, class feathers.core.FeathersControl |
|
An optional effect that is activated when the component loses focus. |
focusOutHandler(event:starling.events:Event) — method, class feathers.core.FeathersControl |
|
Default event handler for FeathersEventType.FOCUS_OUT
that may be overridden in subclasses to perform additional actions
when the component loses focus. |
focusOwner — Property, class feathers.core.FeathersControl |
| |
focusOwner — Property, interface feathers.core.IFocusDisplayObject |
|
Used for associating focusable display objects that are not direct
children with an "owner" focusable display object, such as pop-ups. |
focusPadding — style, class feathers.core.FeathersControl |
| Quickly sets all focus padding properties to the same value. |
| |
focusPaddingBottom — style, class feathers.core.FeathersControl |
| The minimum space, in pixels, between the object's bottom edge and the bottom edge of the focus indicator skin. |
| |
focusPaddingLeft — style, class feathers.core.FeathersControl |
| The minimum space, in pixels, between the object's left edge and the left edge of the focus indicator skin. |
| |
focusPaddingRight — style, class feathers.core.FeathersControl |
| The minimum space, in pixels, between the object's right edge and the right edge of the focus indicator skin. |
| |
focusPaddingTop — style, class feathers.core.FeathersControl |
| The minimum space, in pixels, between the object's top edge and the top edge of the focus indicator skin. |
| |
font — Property, class feathers.text.BitmapFontTextFormat |
|
The BitmapFont instance to use. |
fontFamily — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates the name of the current font family. |
fontFamily — Property, class feathers.text.StageTextField |
| |
fontName — Property, class feathers.text.BitmapFontTextFormat |
|
The name of the font. |
fontPosture — Property, class feathers.controls.text.StageTextTextEditor |
|
Specifies the font posture, using constants defined in the
flash.text.engine.FontPosture class. |
fontPosture — Property, class feathers.text.StageTextField |
| |
fontSize — Property, class feathers.controls.text.StageTextTextEditor |
|
The size in pixels for the current font family. |
fontSize — Property, class feathers.text.StageTextField |
| |
fontStyles — Property, class feathers.controls.text.BaseTextRenderer |
|
The internal font styles used to render the text that are passed down
from the parent component. |
fontStyles — Property, class feathers.core.BaseTextEditor |
|
The internal font styles used to render the text that are passed down
from the parent component. |
fontStyles — Property, interface feathers.core.ITextEditor |
|
The internal font styles used to render the text that are passed down
from the parent component. |
fontStyles — Property, interface feathers.core.ITextRenderer |
|
The internal font styles used to render the text that are passed down
from the parent component. |
fontStyles — style, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer |
| The font styles used to display the content label's text. |
| |
fontStyles — style, class feathers.controls.renderers.DefaultDataGridHeaderRenderer |
| The font styles used to display the header renderer's text. |
| |
fontStyles — style, class feathers.controls.TextArea |
| The font styles used to display the text area's text. |
| |
fontStyles — style, class feathers.controls.Label |
| The font styles used to display the label's text. |
| |
fontStyles — style, class feathers.controls.Button |
| The font styles used to display the button's text. |
| |
fontStyles — style, class feathers.controls.TextInput |
| The font styles used to display the input's text. |
| |
fontStyles — style, class feathers.controls.TextCallout |
| The font styles used to display the callout's text. |
| |
fontStyles — style, class feathers.controls.Header |
| The font styles used to display the title's text. |
| |
fontStyles — style, class feathers.controls.Toast |
| The font styles used to display the toast's message. |
| |
fontStyles — style, class feathers.controls.Alert |
| The font styles used to display the alert's message text. |
| |
fontStyles — style, class feathers.controls.ScrollText |
| The font styles used to display the label's text. |
| |
FontStylesSet — class, package feathers.text |
|
Used internally by ITextRenderer implementations to pass
around sets of TextFormat objects for a component's
different states. |
FontStylesSet() — Constructor, class feathers.text.FontStylesSet |
|
Constructor. |
fontWeight — Property, class feathers.controls.text.StageTextTextEditor |
|
Specifies the font weight, using constants defined in the
flash.text.engine.FontWeight class. |
fontWeight — Property, class feathers.text.StageTextField |
| |
footer — Property, class feathers.controls.Panel |
|
The footer sub-component. |
footerDataToFooterRenderer(footerData:Object) — method, class feathers.controls.GroupedList |
|
Returns the current footer renderer used to render specific footer
data. |
footerFactory — Property, class feathers.controls.Panel |
|
A function used to generate the panel's footer sub-component. |
footerFactoryIDFunction — Property, class feathers.controls.GroupedList |
|
When a list requires multiple footer renderer types, this function is
used to determine which type of footer renderer is required for a
specific footer (or group index). |
footerField — Property, class feathers.controls.GroupedList |
|
The field in a group that contains the data for a footer. |
footerFunction — Property, class feathers.controls.GroupedList |
|
A function used to generate footer data for a specific group. |
footerProperties — Property, class feathers.controls.Panel |
|
An object that stores properties for the container's footer
sub-component, and the properties will be passed down to the footer
when the container validates. |
footerRendererFactory — Property, class feathers.controls.GroupedList |
|
A function called that is expected to return a new footer renderer. |
footerRendererProperties — Property, class feathers.controls.GroupedList |
|
An object that stores properties for all of the list's footer
renderers, and the properties will be passed down to every footer
renderer when the list validates. |
footerRendererType — Property, class feathers.controls.GroupedList |
|
The class used to instantiate footer renderers. |
footerStyleName — Property, class feathers.controls.Panel |
|
The default value added to the styleNameList of the
footer. |
format — Property, class feathers.text.FontStylesSet |
|
The default font format used to display the text. |
forStage(stage:starling.display:Stage) — Static Method , class feathers.events.ExclusiveTouch |
|
Retrieves the exclusive touch manager for the specified stage. |
forStarling(starling:starling.core:Starling) — Static Method , class feathers.core.PopUpManager |
|
Returns the IPopUpManager associated with the specified
Starling instance. |
fromObject(source:Object, onChangeCallback:Function) — Static Method , class feathers.core.PropertyProxy |
|
Creates a PropertyProxy from a regular old Object. |
fullScreenDisplayState — Property, class feathers.media.VideoPlayer |
|
When the video player is displayed full-screen, determines the value
of the native stage's displayState property. |
FullScreenToggleButton — class, package feathers.media |
|
A specialized toggle button that controls whether a media player is
displayed normally or in full-screen mode. |
FullScreenToggleButton() — Constructor, class feathers.media.FullScreenToggleButton |
|
Constructor. |
FunctionStyleProvider — class, package feathers.skins |
|
Sets styles on a Feathers UI component by passing the component to a
function when the style provider's applyStyles() is called. |
FunctionStyleProvider(skinFunction:Function) — Constructor, class feathers.skins.FunctionStyleProvider |
|
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 |