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 |
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 — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The space, in pixels, between the accessory and the other child it is
positioned relative to. |
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. |
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. |
accessoryLabelName — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
DEPRECATED: Replaced by accessoryLabelStyleName. |
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. |
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. |
accessoryOffsetX — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
Offsets the x position of the accessory by a certain number of pixels. |
accessoryOffsetY — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
Offsets the y position of the accessory by a certain number of pixels. |
accessoryPosition — Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The location of the accessory, relative to one of the other children. |
ACCESSORY_POSITION_BOTTOM — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The accessory will be positioned below its origin. |
ACCESSORY_POSITION_BOTTOM — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The accessory will be positioned below its origin. |
ACCESSORY_POSITION_BOTTOM — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The accessory will be positioned below its origin. |
ACCESSORY_POSITION_LEFT — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The accessory will be positioned to the left of its origin. |
ACCESSORY_POSITION_LEFT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The accessory will be positioned to the left of its origin. |
ACCESSORY_POSITION_LEFT — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The accessory will be positioned to the left of its origin. |
ACCESSORY_POSITION_MANUAL — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The accessory will be positioned manually with no relation to another
child. |
ACCESSORY_POSITION_MANUAL — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The accessory will be positioned manually with no relation to another
child. |
ACCESSORY_POSITION_MANUAL — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The accessory will be positioned manually with no relation to another
child. |
ACCESSORY_POSITION_RIGHT — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The accessory will be positioned to the right of its origin. |
ACCESSORY_POSITION_RIGHT — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The accessory will be positioned to the right of its origin. |
ACCESSORY_POSITION_RIGHT — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The accessory will be positioned to the right of its origin. |
ACCESSORY_POSITION_TOP — Constant Static Property, class feathers.controls.renderers.BaseDefaultItemRenderer |
|
The accessory will be positioned above its origin. |
ACCESSORY_POSITION_TOP — Constant Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer |
|
The accessory will be positioned above its origin. |
ACCESSORY_POSITION_TOP — Constant Static Property, class feathers.controls.renderers.DefaultListItemRenderer |
|
The accessory will be positioned above its origin. |
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. |
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. |
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:ListCollection) — method, class feathers.data.ListCollection |
|
Adds all items from another collection. |
addAllAt(collection:feathers.data:ListCollection, index:int) — method, class feathers.data.ListCollection |
|
Adds all items from another collection, placing the items at a
specific index in this collection. |
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.HierarchicalCollection |
|
Dispatched when an item is added to 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. |
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(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(data:Object, item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Adds an item to the data source, at the specified location. |
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(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(data:Object, item:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Adds an item to the data source, at the specified index. |
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 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. |
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(). |
addStarling(starling:starling.core:Starling) — method, class feathers.themes.MultiStarlingStyleNameFunctionTheme |
|
Adds a Starling instance to the theme. |
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, class feathers.layout.HorizontalLayout |
|
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. |
addToVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.VerticalLayout |
|
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.WaterfallLayout |
|
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.HorizontalLayout |
|
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.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.VerticalLayout |
|
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.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_NAME_INSET_FIRST_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_FIRST_ITEM_RENDERER. |
ALTERNATE_CHILD_NAME_INSET_FOOTER_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_FOOTER_RENDERER. |
ALTERNATE_CHILD_NAME_INSET_HEADER_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_HEADER_RENDERER. |
ALTERNATE_CHILD_NAME_INSET_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_ITEM_RENDERER. |
ALTERNATE_CHILD_NAME_INSET_LAST_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_LAST_ITEM_RENDERER. |
ALTERNATE_CHILD_NAME_INSET_SINGLE_ITEM_RENDERER — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_CHILD_STYLE_NAME_INSET_SINGLE_ITEM_RENDERER. |
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_NAME_BACK_BUTTON — Constant Static Property, class feathers.controls.Button |
|
DEPRECATED: Replaced by Button.ALTERNATE_STYLE_NAME_BACK_BUTTON. |
ALTERNATE_NAME_CALL_TO_ACTION_BUTTON — Constant Static Property, class feathers.controls.Button |
|
DEPRECATED: Replaced by Button.ALTERNATE_STYLE_NAME_CALL_TO_ACTION_BUTTON. |
ALTERNATE_NAME_DANGER_BUTTON — Constant Static Property, class feathers.controls.Button |
|
DEPRECATED: Replaced by Button.ALTERNATE_STYLE_NAME_DANGER_BUTTON. |
ALTERNATE_NAME_DETAIL — Constant Static Property, class feathers.controls.Label |
|
DEPRECATED: Replaced by Label.ALTERNATE_STYLE_NAME_DETAIL. |
ALTERNATE_NAME_FORWARD_BUTTON — Constant Static Property, class feathers.controls.Button |
|
DEPRECATED: Replaced by Button.ALTERNATE_STYLE_NAME_FORWARD_BUTTON. |
ALTERNATE_NAME_HEADING — Constant Static Property, class feathers.controls.Label |
|
DEPRECATED: Replaced by Label.ALTERNATE_STYLE_NAME_HEADING. |
ALTERNATE_NAME_INSET_GROUPED_LIST — Constant Static Property, class feathers.controls.GroupedList |
|
DEPRECATED: Replaced by GroupedList.ALTERNATE_STYLE_NAME_INSET_GROUPED_LIST. |
ALTERNATE_NAME_QUIET_BUTTON — Constant Static Property, class feathers.controls.Button |
|
DEPRECATED: Replaced by Button.ALTERNATE_STYLE_NAME_QUIET_BUTTON. |
ALTERNATE_NAME_SEARCH_TEXT_INPUT — Constant Static Property, class feathers.controls.TextInput |
|
DEPRECATED: Replaced by TextInput.ALTERNATE_STYLE_NAME_SEARCH_TEXT_INPUT. |
ALTERNATE_NAME_TOOLBAR — Constant Static Property, class feathers.controls.ScrollContainer |
|
DEPRECATED: Replaced by ScrollContainer.ALTERNATE_STYLE_NAME_TOOLBAR. |
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_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_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. |
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 — Property, 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. |
ArrayListCollectionDataDescriptor — class, package feathers.data |
|
An IListCollectionDataDescriptor implementation for Arrays. |
ArrayListCollectionDataDescriptor() — Constructor, class feathers.data.ArrayListCollectionDataDescriptor |
|
Constructor. |
arrowOffset — Property, 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 — Property, class feathers.controls.Callout |
|
The position of the callout's arrow relative to the callout's
background. |
ARROW_POSITION_BOTTOM — Constant Static Property, class feathers.controls.Callout |
|
The arrow will appear on the bottom side of the callout. |
ARROW_POSITION_LEFT — Constant Static Property, class feathers.controls.Callout |
|
The arrow will appear on the left side of the callout. |
ARROW_POSITION_RIGHT — Constant Static Property, class feathers.controls.Callout |
|
The arrow will appear on the right side of the callout. |
ARROW_POSITION_TOP — Constant Static Property, class feathers.controls.Callout |
|
The arrow will appear on the top side of the callout. |
assignFocus() — method, class feathers.text.StageTextField |
| |
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 — Property, 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.Button |
|
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.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.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.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. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.Drawers |
|
The drawers container will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.LayoutGroup |
|
The layout group will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.Panel |
|
The container will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.PanelScreen |
|
The container will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.Screen |
|
The layout group will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.ScreenNavigator |
|
The screen navigator will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.ScrollContainer |
|
The container will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.ScrollScreen |
|
The container will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.StackScreenNavigator |
|
The screen navigator will auto size itself to fit its content. |
AUTO_SIZE_MODE_CONTENT — Constant Static Property, class feathers.controls.supportClasses.BaseScreenNavigator |
|
The screen navigator will auto size itself to fit its content. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.Drawers |
|
The drawers container will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.LayoutGroup |
|
The layout group will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.Panel |
|
The container will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.PanelScreen |
|
The container will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.Screen |
|
The layout group will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.ScreenNavigator |
|
The screen navigator will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.ScrollContainer |
|
The container will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.ScrollScreen |
|
The container will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.StackScreenNavigator |
|
The screen navigator will auto size itself to fill the entire stage. |
AUTO_SIZE_MODE_STAGE — Constant Static Property, class feathers.controls.supportClasses.BaseScreenNavigator |
|
The screen navigator will auto size itself to fill the entire stage. |
|
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 |