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 |
ABOVE — Constant Static Property, class feathers.layout.RelativeDepth |
|
The item will be positioned above another item. |
acceptButtonIndex — Property, class feathers.controls.Alert |
|
The index of the button in the buttonsDataProvider to
trigger when Keyboard.ENTER is pressed. |
acceptDrag(target:feathers.dragDrop:IDropTarget) — Static Method , class feathers.dragDrop.DragDropManager |
|
Tells the drag and drop manager if the target will accept the current
drop. |
accessoryField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The field in the item that contains a display object to be positioned
in the accessory position of the renderer. |
accessoryFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A function that returns a display object to be positioned in the
accessory position of the renderer. |
accessoryGap — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| The space, in pixels, between the accessory and the other child it is positioned relative to. |
| |
accessoryLabelDisabledFontStyles — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| The font styles used to display the item renderer's accessory label text when the item renderer is disabled. |
| |
accessoryLabelFactory — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A function that generates ITextRenderer that uses the result
of accessoryLabelField or accessoryLabelFunction. |
accessoryLabelField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The field in the item that contains a string to be displayed in a
renderer-managed ITextRenderer in the accessory position
of the renderer. |
accessoryLabelFontStyles — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| The font styles used to display the item renderer's accessory label text. |
| |
accessoryLabelFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A function that returns a string to be displayed in a
renderer-managed ITextRenderer in the accessory position
of the renderer. |
accessoryLabelProperties — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
An object that stores properties for the accessory label text
renderer sub-component (if using accessoryLabelField or
accessoryLabelFunction), and the properties will be
passed down to the text renderer when this component validates. |
accessoryLabelSelectedFontStyles — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| The font styles used to display the item renderer's accessory label text when the item renderer is selected. |
| |
accessoryLabelStyleName — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The value added to the styleNameList of the accessory
label text renderer, if it exists. |
accessoryLoaderFactory — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A function that generates an ImageLoader that uses the result
of accessorySourceField or accessorySourceFunction. |
accessoryLoaderStyleName — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The value added to the styleNameList of the accessory
loader, if it exists. |
accessoryOffsetX — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| Offsets the x position of the accessory by a certain number of pixels. |
| |
accessoryOffsetY — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| Offsets the y position of the accessory by a certain number of pixels. |
| |
accessoryPosition — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| The location of the accessory, relative to one of the other children. |
| |
accessorySourceField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A field in the item that contains a starling.textures.Texture
or a URL that points to a bitmap to be used as the item renderer's
accessory. |
accessorySourceFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
A function that generates a starling.textures.Texture
or a URL that points to a bitmap to be used as the item renderer's
accessory. |
actions — Property, class feathers.controls.Toast |
|
The data provider of the toast's ButtonGroup. |
actionsFactory — Property, class feathers.controls.Toast |
|
A function used to generate the toast's button group sub-component. |
actionsGroup — Property, class feathers.controls.Toast |
|
The actions button group sub-component. |
actionsStyleName — Property, class feathers.controls.Toast |
|
The value added to the styleNameList of the toast's
actions button group. |
activeScreen — Property, class feathers.controls.supportClasses.BaseScreenNavigator |
|
A reference to the currently active screen. |
activeScreenID — Property, class feathers.controls.supportClasses.BaseScreenNavigator |
|
The string identifier for the currently active screen. |
actualHeight — Property, class feathers.core.FeathersControl |
|
The final height value that should be used for layout. |
actualMinHeight — Property, class feathers.core.FeathersControl |
|
The final minimum height value that should be used for layout. |
actualMinWidth — Property, class feathers.core.FeathersControl |
|
The final minimum width value that should be used for layout. |
actualWidth — Property, class feathers.core.FeathersControl |
|
The final width value that should be used for layout. |
add(name:String) — method, class feathers.core.TokenList |
|
Adds a token to the list. |
addAll(collection:feathers.data:IListCollection) — method, class feathers.data.ArrayCollection |
|
Adds all items from another collection. |
addAll(collection:feathers.data:IListCollection) — method, interface feathers.data.IListCollection |
|
Adds all items from another collection. |
addAll(collection:feathers.data:IListCollection) — method, class feathers.data.ListCollection |
|
Adds all items from another collection. |
addAll(collection:feathers.data:IListCollection) — method, class feathers.data.VectorCollection |
|
Adds all items from another collection. |
addAll(collection:feathers.data:IListCollection) — method, class feathers.data.XMLListCollection |
|
Adds all items from another collection. |
addAllAt(collection:feathers.data:IListCollection, index:int) — method, class feathers.data.ArrayCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
addAllAt(collection:feathers.data:IListCollection, index:int) — method, interface feathers.data.IListCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
addAllAt(collection:feathers.data:IListCollection, index:int) — method, class feathers.data.ListCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
addAllAt(collection:feathers.data:IListCollection, index:int) — method, class feathers.data.VectorCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
addAllAt(collection:feathers.data:IListCollection, index:int) — method, class feathers.data.XMLListCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
addedEffect — Property, class feathers.core.FeathersControl |
|
An optional effect that is activated when the component is added to
the stage. |
addEventListener(type:String, listener:Function) — method, interface feathers.core.IFeathersEventDispatcher |
|
Adds a listener for an event type. |
addItem(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup |
|
Adds a toggle to the group. |
addItem — Event, class feathers.data.ArrayCollection |
|
Dispatched when an item is added to the collection. |
addItem(item:Object) — method, class feathers.data.ArrayCollection |
|
Adds an item to the end of the collection. |
addItem — Event, class feathers.data.ArrayHierarchicalCollection |
|
Dispatched when an item is added to the collection. |
addItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is added to the collection. |
addItem — Event, interface feathers.data.IHierarchicalCollection |
|
Dispatched when an item is added to the collection. |
addItem — Event, interface feathers.data.IListCollection |
|
Dispatched when an item is added to the collection. |
addItem(item:Object) — method, interface feathers.data.IListCollection |
|
Adds an item to the end of the collection. |
addItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is added to the collection. |
addItem(item:Object) — method, class feathers.data.ListCollection |
|
Adds an item to the end of the collection. |
addItem — Event, class feathers.data.VectorCollection |
|
Dispatched when an item is added to the collection. |
addItem(item:Object) — method, class feathers.data.VectorCollection |
|
Adds an item to the end of the collection. |
addItem — Event, class feathers.data.VectorHierarchicalCollection |
|
Dispatched when an item is added to the collection. |
addItem — Event, class feathers.data.XMLListCollection |
|
Dispatched when an item is added to the collection. |
addItem(item:Object) — method, class feathers.data.XMLListCollection |
|
Adds an item to the end of the collection. |
addItem — Event, class feathers.data.XMLListHierarchicalCollection |
|
Dispatched when an item is added to the collection. |
ADD_ITEM — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when an item is added to the collection. |
addItemAt(data:Object, item:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Adds an item to the data source, at the specified location. |
addItemAt(item:Object, index:int) — method, class feathers.data.ArrayCollection |
|
Adds an item to the collection, at the specified index. |
addItemAt(item:Object, index:int, ... rest) — method, class feathers.data.ArrayHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(item:Object, index:int, ... rest) — method, class feathers.data.HierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAt(item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAt(data:Object, item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Adds an item to the data source, at the specified location. |
addItemAt(item:Object, index:int) — method, interface feathers.data.IListCollection |
|
Adds an item to the collection, at the specified index. |
addItemAt(data:Object, item:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(item:Object, index:int) — method, class feathers.data.ListCollection |
|
Adds an item to the collection, at the specified index. |
addItemAt(item:Object, index:int) — method, class feathers.data.VectorCollection |
|
Adds an item to the collection, at the specified index. |
addItemAt(item:Object, index:int, ... rest) — method, class feathers.data.VectorHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAt(item:Object, index:int) — method, class feathers.data.XMLListCollection |
|
Adds an item to the collection, at the specified index. |
addItemAt(item:Object, index:int, ... rest) — method, class feathers.data.XMLListHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAt(data:Object, item:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
addItemAtLocation(data:Object, item:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Adds an item to the data source, at the specified location. |
addItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.HierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAtLocation(item:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAtLocation(data:Object, item:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Adds an item to the data source, at the specified location. |
addItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemAtLocation(item:Object, location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection |
|
Adds an item to the collection, at the specified location. |
addItemWithEffect(item:Object, index:int, effect:Function) — method, class feathers.controls.List |
|
Adds an item from the data provider and animates its item renderer
using an effect. |
addOnChangeCallback(callback:Function) — method, class feathers.core.PropertyProxy |
|
Adds a callback to react to property changes. |
addOnFunction — Property, class feathers.skins.AddOnFunctionStyleProvider |
|
A function to call after applying the original style provider's
styles. |
AddOnFunctionStyleProvider — class, package feathers.skins |
|
Wraps an existing style provider to call an additional function before or
after the existing style provider applies its styles. |
AddOnFunctionStyleProvider(originalStyleProvider:feathers.skins:IStyleProvider, addOnFunction:Function) — Constructor, class feathers.skins.AddOnFunctionStyleProvider |
|
Constructor. |
addPopEvent(eventType:String) — method, class feathers.controls.StackScreenNavigatorItem |
|
Specifies an event dispatched by the screen that will cause the
StackScreenNavigator to pop the screen off the top of
the stack and return to the previous screen. |
addPopToRootEvent(eventType:String) — method, class feathers.controls.StackScreenNavigatorItem |
|
Specifies an event dispatched by the screen that will cause the
StackScreenNavigator to pop the screen off the top of
the stack and return to the previous screen. |
addPopUp(popUp:starling.display:DisplayObject, isModal:Boolean, isCentered:Boolean, customOverlayFactory:Function) — method, class feathers.core.DefaultPopUpManager |
|
Adds a pop-up to the stage. |
addPopUp(popUp:starling.display:DisplayObject, isModal:Boolean, isCentered:Boolean, customOverlayFactory:Function) — method, interface feathers.core.IPopUpManager |
|
Adds a pop-up to the stage. |
addPopUp(popUp:starling.display:DisplayObject, isModal:Boolean, isCentered:Boolean, customOverlayFactory:Function) — Static Method , class feathers.core.PopUpManager |
|
Adds a pop-up to the stage. |
addRawChild(child:starling.display:DisplayObject) — method, interface feathers.controls.IScrollContainer |
|
Adds a child to the Scroller rather than delegating the
call to the view port. |
addRawChild(child:starling.display:DisplayObject) — method, class feathers.controls.ScrollContainer |
|
Adds a child to the Scroller rather than delegating the
call to the view port. |
addRawChildAt(child:starling.display:DisplayObject, index:int) — method, interface feathers.controls.IScrollContainer |
|
Adds a child to the Scroller at a specific index rather
than delegating the call to the view port. |
addRawChildAt(child:starling.display:DisplayObject, index:int) — method, class feathers.controls.ScrollContainer |
|
Adds a child to the Scroller at a specific index rather
than delegating the call to the view port. |
addScaleForDensity(density:int, scale:Number) — method, class feathers.utils.display.ScreenDensityScaleCalculator |
|
Adds a new scale for the specified density. |
addScreen(id:String, item:feathers.controls:ScreenNavigatorItem) — method, class feathers.controls.ScreenNavigator |
|
Registers a new screen with a string identifier that can be used
to reference the screen in other calls, like removeScreen()
or showScreen(). |
addScreen(id:String, item:feathers.controls:StackScreenNavigatorItem) — method, class feathers.controls.StackScreenNavigator |
|
Registers a new screen with a string identifier that can be used
to reference the screen in other calls, like removeScreen()
or pushScreen(). |
addScreen(id:String, item:feathers.controls:TabNavigatorItem) — method, class feathers.controls.TabNavigator |
|
Registers a new screen with a string identifier that can be used
to reference the screen in other calls, like removeScreen()
or showScreen(). |
addScreenAt(id:String, item:feathers.controls:TabNavigatorItem, index:int) — method, class feathers.controls.TabNavigator |
|
Registers a new screen with a string identifier that can be used
to reference the screen in other calls, like removeScreen()
or showScreen(). |
addTabListeners(tab:feathers.controls:ToggleButton) — method, class feathers.controls.TabBar |
| |
addTexture(key:String, texture:starling.textures:Texture, retainTexture:Boolean) — method, class feathers.utils.textures.TextureCache |
|
Saves a texture, and associates it with a specific key. |
addToVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.BaseVariableVirtualLayout |
|
Inserts an item in to the cache at the specified index, pushing the
old cached value at that index, and all following values, up one
index. |
addToVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.FlowLayout |
|
Inserts an item in to the cache at the specified index, pushing the
old cached value at that index, and all following values, up one
index. |
addToVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, interface feathers.layout.IVariableVirtualLayout |
|
Inserts an item in to the cache at the specified index, pushing the
old cached value at that index, and all following values, up one
index. |
afterVirtualizedItemCount — Property, class feathers.layout.BaseLinearLayout |
| |
afterVirtualizedItemCount — Property, class feathers.layout.HorizontalSpinnerLayout |
|
Used internally by a component, such as List, to set the
number of virtualized items that appear after the items passed to
layout(). |
afterVirtualizedItemCount — Property, interface feathers.layout.ITrimmedVirtualLayout |
|
Used internally by a component, such as List, to set the
number of virtualized items that appear after the items passed to
layout(). |
afterVirtualizedItemCount — Property, class feathers.layout.SlideShowLayout |
|
Used internally by a component, such as List, to set the
number of virtualized items that appear after the items passed to
layout(). |
afterVirtualizedItemCount — Property, class feathers.layout.VerticalSpinnerLayout |
|
Used internally by a component, such as List, to set the
number of virtualized items that appear after the items passed to
layout(). |
Alert — class, package feathers.controls |
|
Displays a message in a modal pop-up with a title and a set of buttons. |
Alert() — Constructor, class feathers.controls.Alert |
|
Constructor. |
alertFactory — Static Property, class feathers.controls.Alert |
|
Returns a new Alert instance when Alert.show()
is called. |
align — Property, class feathers.text.BitmapFontTextFormat |
|
Determines the alignment of the text, either left, center, or right. |
allowMultipleSelection — Property, class feathers.controls.DataGrid |
|
If true multiple items may be selected at a time. |
allowMultipleSelection — Property, class feathers.controls.List |
|
If true multiple items may be selected at a time. |
allowMultipleSelection — Property, class feathers.controls.SpinnerList |
|
SpinnerList requires that the allowMultipleSelection
property is set to false. |
alpha — Property, interface feathers.core.IFeathersDisplayObject |
|
The opacity of the display object. |
ALTERNATE_CHILD_STYLE_NAME_INSET_FIRST_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use for item renderers to give them an inset
style. |
ALTERNATE_CHILD_STYLE_NAME_INSET_FOOTER_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use with footer renderers to give them an inset
style. |
ALTERNATE_CHILD_STYLE_NAME_INSET_HEADER_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use with header renderers to give them an inset
style. |
ALTERNATE_CHILD_STYLE_NAME_INSET_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use with item renderers to give them an inset
style. |
ALTERNATE_CHILD_STYLE_NAME_INSET_LAST_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use for item renderers to give them an inset
style. |
ALTERNATE_CHILD_STYLE_NAME_INSET_SINGLE_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate name to use for item renderers to give them an inset
style. |
ALTERNATE_STYLE_NAME_BACK_BUTTON — Constant Static Property, class feathers.controls.Button |
|
An alternate style name to use with Button to allow a
theme to give it a "back button" style, perhaps with an arrow
pointing backward. |
ALTERNATE_STYLE_NAME_CALL_TO_ACTION_BUTTON — Constant Static Property, class feathers.controls.Button |
|
An alternate style name to use with Button to allow a
theme to give it a more prominent, "call-to-action" style. |
ALTERNATE_STYLE_NAME_CHECK — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "check" style. |
ALTERNATE_STYLE_NAME_CHECK — Constant Static Property, class feathers.controls.renderers.DefaultDataGridCellRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "check" style. |
ALTERNATE_STYLE_NAME_CHECK — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "check" style. |
ALTERNATE_STYLE_NAME_CHECK — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "check" style. |
ALTERNATE_STYLE_NAME_DANGER_BUTTON — Constant Static Property, class feathers.controls.Button |
|
An alternate style name to use with Button to allow a
theme to give it a highly prominent, "danger" style. |
ALTERNATE_STYLE_NAME_DETAIL — Constant Static Property, class feathers.controls.Label |
|
An alternate style name to use with Label to allow a
theme to give it a smaller style meant for less-important details. |
ALTERNATE_STYLE_NAME_DRILL_DOWN — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "drill-down" style. |
ALTERNATE_STYLE_NAME_DRILL_DOWN — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "drill-down" style. |
ALTERNATE_STYLE_NAME_DRILL_DOWN — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
An alternate style name to use with the default item renderer to
allow a theme to give it a "drill-down" style. |
ALTERNATE_STYLE_NAME_FORWARD_BUTTON — Constant Static Property, class feathers.controls.Button |
|
An alternate style name to use with Button to allow a
theme to give it a "forward" button style, perhaps with an arrow
pointing forward. |
ALTERNATE_STYLE_NAME_HEADING — Constant Static Property, class feathers.controls.Label |
|
An alternate style name to use with Label to allow a
theme to give it a larger style meant for headings. |
ALTERNATE_STYLE_NAME_INSET_GROUPED_LIST — Constant Static Property, class feathers.controls.GroupedList |
|
An alternate style name to use with GroupedList to allow
a theme to give it an inset style. |
ALTERNATE_STYLE_NAME_OVERLAY_PLAY_PAUSE_TOGGLE_BUTTON — Constant Static Property, class feathers.media.PlayPauseToggleButton |
|
An alternate style name to use with
PlayPauseToggleButton to allow a theme to give it an
appearance of an overlay above video. |
ALTERNATE_STYLE_NAME_QUIET_BUTTON — Constant Static Property, class feathers.controls.Button |
|
An alternate style name to use with Button to allow a
theme to give it a less prominent, "quiet" style. |
ALTERNATE_STYLE_NAME_SEARCH_TEXT_INPUT — Constant Static Property, class feathers.controls.TextInput |
|
An alternate style name to use with TextInput to allow a
theme to give it a search input style. |
ALTERNATE_STYLE_NAME_TOOLBAR — Constant Static Property, class feathers.controls.LayoutGroup |
|
An alternate style name to use with LayoutGroup to
allow a theme to give it a toolbar style. |
ALTERNATE_STYLE_NAME_TOOLBAR — Constant Static Property, class feathers.controls.ScrollContainer |
|
An alternate style name to use with ScrollContainer to
allow a theme to give it a toolbar style. |
ALTERNATE_STYLE_NAME_TOOL_TIP — Constant Static Property, class feathers.controls.Label |
|
An alternate style name to use with Label to allow a
theme to give it a tool tip style for use with the tool tip manager. |
alwaysShowSelection — Property, class feathers.controls.text.TextFieldTextEditor |
|
When set to true and the text field is not in focus,
Flash Player highlights the selection in the text field in gray. |
AnchorLayout — class, package feathers.layout |
|
Positions and sizes items by anchoring their edges (or center points)
to their parent container or to other items. |
AnchorLayout() — Constructor, class feathers.layout.AnchorLayout |
|
Constructor. |
AnchorLayoutData — class, package feathers.layout |
|
Extra, optional data used by an AnchorLayout instance to
position and size a display object. |
AnchorLayoutData(top:Number, right:Number, bottom:Number, left:Number, horizontalCenter:Number, verticalCenter:Number) — Constructor, class feathers.layout.AnchorLayoutData |
|
Constructor. |
antiAliasType — style, class feathers.controls.ScrollText |
| The type of anti-aliasing used for this text field, defined as constants in the flash.text.AntiAliasType class. |
| |
antiAliasType — Property, class feathers.controls.text.TextFieldTextEditor |
|
The type of anti-aliasing used for this text field, defined as
constants in the flash.text.AntiAliasType class. |
antiAliasType — Property, class feathers.controls.text.TextFieldTextRenderer |
|
The type of anti-aliasing used for this text field, defined as
constants in the flash.text.AntiAliasType class. |
applyNonLinearFontScaling — Property, class feathers.controls.text.TextBlockTextRenderer |
|
Specifies that you want to enhance screen appearance at the expense
of what-you-see-is-what-you-get (WYSIWYG) print fidelity. |
applyStyles(target:feathers.core:IFeathersControl) — method, class feathers.skins.AddOnFunctionStyleProvider |
|
Applies styles to a specific Feathers UI component, unless that
component has been excluded. |
applyStyles(target:feathers.core:IFeathersControl) — method, class feathers.skins.FunctionStyleProvider |
|
Applies styles to a specific Feathers UI component, unless that
component has been excluded. |
applyStyles(target:feathers.core:IFeathersControl) — method, interface feathers.skins.IStyleProvider |
|
Applies styles to a specific Feathers UI component, unless that
component has been excluded. |
applyStyles(target:feathers.core:IFeathersControl) — method, class feathers.skins.StyleNameFunctionStyleProvider |
|
Applies styles to a specific Feathers UI component, unless that
component has been excluded. |
ArrayChildrenHierarchicalCollectionDataDescriptor — class, package feathers.data |
|
A hierarchical data descriptor where children are defined as arrays in a
property defined on each branch. |
ArrayChildrenHierarchicalCollectionDataDescriptor() — Constructor, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Constructor. |
ArrayCollection — class, package feathers.data |
|
Wraps an Array in the common IListCollection
API used by many Feathers UI controls, including List and
TabBar. |
ArrayCollection(data:Array) — Constructor, class feathers.data.ArrayCollection |
|
Constructor
|
arrayData — Property, class feathers.data.ArrayCollection |
|
The Array data source for this collection. |
arrayData — Property, class feathers.data.ArrayHierarchicalCollection |
|
The Array data source for this collection. |
ArrayHierarchicalCollection — class, package feathers.data |
|
Wraps an Array data source with a common API for use with
UI controls that support hierarchical data. |
ArrayHierarchicalCollection(arrayData:Array) — Constructor, class feathers.data.ArrayHierarchicalCollection |
|
Constructor. |
ArrayListCollectionDataDescriptor — class, package feathers.data |
|
An IListCollectionDataDescriptor implementation for Arrays. |
ArrayListCollectionDataDescriptor() — Constructor, class feathers.data.ArrayListCollectionDataDescriptor |
|
Constructor. |
arrowOffset — style, class feathers.controls.Callout |
| The offset, in pixels, of the arrow skin from the horizontal center or vertical middle of the background skin, depending on the position of the arrow (which side it is on). |
| |
arrowPosition — style, class feathers.controls.Callout |
| The position of the callout's arrow relative to the callout's background. |
| |
ASCENDING — Constant Static Property, class feathers.data.SortOrder |
|
Indicates that items are sorted in ascending order. |
assignFocus() — method, class feathers.text.StageTextField |
| |
asyncTextureUpload — Property, class feathers.controls.ImageLoader |
|
Determines if textures loaded from URLs are uploaded asynchronously
or not. |
AUTO — Constant Static Property, class feathers.controls.ScrollPolicy |
|
The scroller may scroll if the content is larger than the
view port's bounds. |
autoCapitalize — Property, class feathers.controls.text.StageTextTextEditor |
|
Controls how a device applies auto capitalization to user input. |
autoCapitalize — Property, class feathers.text.StageTextField |
| |
AutoComplete — class, package feathers.controls |
|
A text input that provides a pop-up list with suggestions as you type. |
AutoComplete() — Constructor, class feathers.controls.AutoComplete |
|
Constructor. |
autoCompleteDelay — Property, class feathers.controls.AutoComplete |
|
The time, in seconds, after the text has changed before requesting
suggestions from the IAutoCompleteSource. |
autoCorrect — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates whether a device auto-corrects user input for spelling or
punctuation mistakes. |
autoCorrect — Property, class feathers.text.StageTextField |
| |
autoHideBackground — style, class feathers.controls.Scroller |
| If true, the background's visible property will be set to false when the scroll position is greater than or equal to the minimum scroll position and less than or equal to the maximum scroll position. |
| |
autoPlay — Property, class feathers.media.SoundPlayer |
|
Determines if the sound starts playing immediately when the
soundSource property is set. |
autoPlay — Property, class feathers.media.VideoPlayer |
|
Determines if the video starts playing immediately when the
videoSource property is set. |
autoSizeIfNeeded() — method, class feathers.controls.BasicButton |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Callout |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.DataGrid |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Drawers |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Header |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.ImageLoader |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Label |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.NumericStepper |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Panel |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.PickerList |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.ProgressBar |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.ScrollBar |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Scroller |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.SimpleScrollBar |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Slider |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.TextInput |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.Toast |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.ToggleSwitch |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.WebView |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.renderers.DefaultDataGridHeaderRenderer |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.supportClasses.BaseScreenNavigator |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.text.StageTextTextEditor |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.text.TextBlockTextRenderer |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.text.TextFieldTextEditor |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeIfNeeded() — method, class feathers.controls.text.TextFieldTextRenderer |
|
If the component's dimensions have not been set explicitly, it will
measure its content and determine an ideal size for itself. |
autoSizeMode — Property, class feathers.controls.Drawers |
|
Determines how the drawers container will set its own size when its
dimensions (width and height) aren't set explicitly. |
autoSizeMode — Property, class feathers.controls.LayoutGroup |
|
Determines how the layout group will set its own size when its
dimensions (width and height) aren't set explicitly. |
autoSizeMode — Property, class feathers.controls.ScrollContainer |
|
Determines how the container will set its own size when its
dimensions (width and height) aren't set explicitly. |
autoSizeMode — Property, class feathers.controls.supportClasses.BaseScreenNavigator |
|
Determines how the screen navigator will set its own size when its
dimensions (width and height) aren't set explicitly. |
AutoSizeMode — class, package feathers.controls |
|
Constants that determine how a component should automatically calculate
its own dimensions when no explicit dimensions are provided. |
|
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 |