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 
gap — Property, class feathers.controls.popups.DropDownPopUpContentManager
The space, in pixels, between the source and the pop-up.
gap — Property, class feathers.layout.BaseLinearLayout
The space, in pixels, between items.
gap — Property, class feathers.layout.BaseTiledLayout
Quickly sets both horizontalGap and verticalGap to the same value.
gap — Property, class feathers.layout.FlowLayout
Quickly sets both horizontalGap and verticalGap to the same value.
gap — Property, class feathers.layout.HorizontalSpinnerLayout
The space, in pixels, between items.
gap — Property, class feathers.layout.VerticalSpinnerLayout
The space, in pixels, between items.
gap — Property, class feathers.layout.WaterfallLayout
Quickly sets both horizontalGap and verticalGap to the same value.
gap — style, class feathers.controls.TabBar
Space, in pixels, between tabs.
gap — style, class feathers.controls.Button
The space, in pixels, between the icon and the label.
gap — style, class feathers.controls.TextInput
The space, in pixels, between the icon and the text editor, if an icon exists.
gap — style, class feathers.controls.Header
Space, in pixels, between items.
gap — style, class feathers.controls.Toast
The space, in pixels, between the message text renderer and the actions button group.
gap — style, class feathers.controls.PageIndicator
The spacing, in pixels, between symbols.
gap — style, class feathers.controls.ButtonGroup
Space, in pixels, between buttons.
gap — style, class feathers.controls.Alert
The space, in pixels, between the alert's icon and its message text renderer.
gap — style, class feathers.media.SoundChannelPeakVisualizer
The gap, in pixels, between the bars.
gap — style, class feathers.media.SpectrumBarGraphVisualizer
The gap, in pixels, between the bars in the graph.
getAccessoryForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Gets the accessory to be used by the item renderer when the item renderer's currentState property matches the specified state value.
getAccessoryLabelFontStylesForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Gets the font styles to be used to display the item renderer's accessory label text when the item renderer's currentState property matches the specified state value.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, class feathers.core.FeathersControl
Feathers components use an optimized getBounds() implementation that may sometimes behave differently than regular Starling display objects.
getBounds(targetSpace:starling.display:DisplayObject, resultRect:flash.geom:Rectangle) — method, interface feathers.core.IFeathersDisplayObject
Gets the display object's bounds in the target coordinate space.
getClaim(touchID:int) — method, class feathers.events.ExclusiveTouch
Gets the display object that has claimed a touch with the specified ID.
getColorForState(state:String) — method, class feathers.skins.ImageSkin
Gets the color to be used by the skin when the context's currentState property matches the specified state value.
getDataForFormat(format:String) — method, class feathers.dragDrop.DragData
Returns data for the specified format.
getDisplayObjectDepthFromStage(target:starling.display:DisplayObject) — Package Function, feathers.utils.display
Calculates how many levels deep the target object is on the display list, starting from the Starling stage.
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.FlowLayout
Returns the index of the item if it were dropped at the specified location.
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, interface feathers.layout.IDragDropLayout
Returns the index of the item if it were dropped at the specified location.
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.TiledColumnsLayout
Returns the index of the item if it were dropped at the specified location.
getDropIndex(x:Number, y:Number, items:Vector$starling.display:DisplayObject, boundsX:Number, boundsY:Number, width:Number, height:Number) — method, class feathers.layout.TiledRowsLayout
Returns the index of the item if it were dropped at the specified location.
getElementFormatForState(state:String) — method, class feathers.controls.text.TextBlockTextRenderer
Gets the advanced ElementFormat font formatting passed in using setElementFormatForState() for the specified state.
getFocusManagerForStage(stage:starling.display:Stage) — Static Method , class feathers.core.FocusManager
Returns the active focus manager for the specified Starling stage.
getFontStylesForState(state:String) — method, class feathers.controls.Button
Gets the font styles to be used to display the button's text when the button's currentState property matches the specified state value.
getFontStylesForState(state:String) — method, class feathers.controls.TextArea
Gets the font styles to be used to display the text area's text when the text area's currentState property matches the specified state value.
getFontStylesForState(state:String) — method, class feathers.controls.TextInput
Gets the font styles to be used to display the input's text when the input's currentState property matches the specified state value.
getFooterRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList
Returns the footer renderer factory associated with a specific ID.
getFormatForState(state:String) — method, class feathers.text.FontStylesSet
Returns the TextFormat for a specific state, or null if the TextFormat has not been set for that state.
getHeaderRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList
Returns the header renderer factory associated with a specific ID.
getIconForState(state:String) — method, class feathers.controls.Button
Gets the icon to be used by the button when the button's currentState property matches the specified state value.
getIconForState(state:String) — method, class feathers.controls.TextInput
Gets the icon to be used by the text input when the input's currentState property matches the specified state value.
getIconLabelFontStylesForState(state:String) — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Gets the font styles to be used to display the item renderer's icon label text when the item renderer's currentState property matches the specified state value.
getItemAt(index:int) — method, class feathers.core.ToggleGroup
Returns the item at the specified index.
getItemAt(data:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Returns the item at the specified location in the data source.
getItemAt(index:int) — method, class feathers.data.ArrayCollection
Returns the item at the specified index in the collection.
getItemAt(index:int, ... rest) — method, class feathers.data.ArrayHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAt(data:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(index:int, ... rest) — method, class feathers.data.HierarchicalCollection
Returns the item at the specified location in the collection.
getItemAt(index:int, ... rest) — method, interface feathers.data.IHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAt(data:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Returns the item at the specified location in the data source.
getItemAt(index:int) — method, interface feathers.data.IListCollection
Returns the item at the specified index in the collection.
getItemAt(data:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(index:int) — method, class feathers.data.ListCollection
Returns the item at the specified index in the collection.
getItemAt(index:int) — method, class feathers.data.VectorCollection
Returns the item at the specified index in the collection.
getItemAt(index:int, ... rest) — method, class feathers.data.VectorHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAt(data:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(data:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(data:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(data:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAt(index:int) — method, class feathers.data.XMLListCollection
Returns the item at the specified index in the collection.
getItemAt(index:int, ... rest) — method, class feathers.data.XMLListHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAt(data:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor
Returns the item at the specified index in the data source.
getItemAtLocation(data:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Returns the item at the specified location in the data source.
getItemAtLocation(location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAtLocation(location:Vector$int) — method, class feathers.data.HierarchicalCollection
Returns the item at the specified location in the collection.
getItemAtLocation(location:Vector$int) — method, interface feathers.data.IHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAtLocation(data:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Returns the item at the specified location in the data source.
getItemAtLocation(location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection
Returns the item at the specified location in the collection.
getItemAtLocation(location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection
Returns the item at the specified location in the collection.
getItemIndex(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup
Returns the index of the specified item.
getItemIndex(item:Object) — method, class feathers.data.ArrayCollection
Determines which index the item appears at within the collection.
getItemIndex(data:Object, item:Object) — method, class feathers.data.ArrayListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(item:Object) — method, interface feathers.data.IListCollection
Determines which index the item appears at within the collection.
getItemIndex(data:Object, item:Object) — method, interface feathers.data.IListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(item:Object) — method, class feathers.data.ListCollection
Determines which index the item appears at within the collection.
getItemIndex(item:Object) — method, class feathers.data.VectorCollection
Determines which index the item appears at within the collection.
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorIntListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorNumberListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(data:Object, item:Object) — method, class feathers.data.VectorUintListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemIndex(item:Object) — method, class feathers.data.XMLListCollection
Determines which index the item appears at within the collection.
getItemIndex(data:Object, item:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor
Determines which index the item appears at within the data source.
getItemLocation(data:Object, item:Object, result:Vector$int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Determines which location the item appears at within the data source.
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection
Determines which location the item appears at within the collection.
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.HierarchicalCollection
Determines which location the item appears at within the collection.
getItemLocation(item:Object, result:Vector$int) — method, interface feathers.data.IHierarchicalCollection
Determines which location the item appears at within the collection.
getItemLocation(data:Object, item:Object, result:Vector$int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Determines which location the item appears at within the data source.
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.VectorHierarchicalCollection
Determines which location the item appears at within the collection.
getItemLocation(item:Object, result:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection
Determines which location the item appears at within the collection.
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.GroupedList
Returns the item renderer factory associated with a specific ID.
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.List
Returns the item renderer factory associated with a specific ID.
getItemRendererFactoryWithID(id:String) — method, class feathers.controls.Tree
Returns the item renderer factory associated with a specific ID.
getLength(data:Object, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
The number of items at the specified location in the data source.
getLength(... rest) — method, class feathers.data.ArrayHierarchicalCollection
The number of items at the specified location in the collection.
getLength(data:Object) — method, class feathers.data.ArrayListCollectionDataDescriptor
The number of items in the data source.
getLength(... rest) — method, class feathers.data.HierarchicalCollection
The number of items at the specified location in the collection.
getLength(... rest) — method, interface feathers.data.IHierarchicalCollection
The number of items at the specified location in the collection.
getLength(data:Object, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
The number of items at the specified location in the data source.
getLength(data:Object) — method, interface feathers.data.IListCollectionDataDescriptor
The number of items in the data source.
getLength(... rest) — method, class feathers.data.VectorHierarchicalCollection
The number of items at the specified location in the collection.
getLength(data:Object) — method, class feathers.data.VectorIntListCollectionDataDescriptor
The number of items in the data source.
getLength(data:Object) — method, class feathers.data.VectorListCollectionDataDescriptor
The number of items in the data source.
getLength(data:Object) — method, class feathers.data.VectorNumberListCollectionDataDescriptor
The number of items in the data source.
getLength(data:Object) — method, class feathers.data.VectorUintListCollectionDataDescriptor
The number of items in the data source.
getLength(... rest) — method, class feathers.data.XMLListHierarchicalCollection
The number of items at the specified location in the collection.
getLength(data:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor
The number of items in the data source.
getLengthAtLocation(data:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
The number of items at the specified location in the data source.
getLengthAtLocation(location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection
The number of items at the specified location in the collection.
getLengthAtLocation(location:Vector$int) — method, class feathers.data.HierarchicalCollection
The number of items at the specified location in the collection.
getLengthAtLocation(location:Vector$int) — method, interface feathers.data.IHierarchicalCollection
The number of items at the specified location in the collection.
getLengthAtLocation(data:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
The number of items at the specified location in the data source.
getLengthAtLocation(location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection
The number of items at the specified location in the collection.
getLengthAtLocation(location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection
The number of items at the specified location in the collection.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.AnchorLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.FlowLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, interface feathers.layout.ILayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.SlideShowLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getNearestScrollPositionForIndex(index:int, scrollX:Number, scrollY:Number, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout
Calculates the scroll position nearest to the current scroll position that will display the full bounds of the item within the view port.
getOffLabelFontStylesForState(state:String) — method, class feathers.controls.ToggleSwitch
Gets the font styles to be used to display the toggle switch's off label text when the toggle switch's currentState property matches the specified state value.
getOnLabelFontStylesForState(state:String) — method, class feathers.controls.ToggleSwitch
Gets the font styles to be used to display the toggle switch's on label text when the toggle switch's currentState property matches the specified state value.
getPromptFontStylesForState(state:String) — method, class feathers.controls.TextArea
Gets the font styles to be used to display the text area's prompt when the text area's currentState property matches the specified state value.
getPromptFontStylesForState(state:String) — method, class feathers.controls.TextInput
Gets the font styles to be used to display the input's prompt when the input's currentState property matches the specified state value.
getRawChildAt(index:int) — method, interface feathers.controls.IScrollContainer
Gets the direct child of the Scroller at a specific index rather than delegating the call to the view port.
getRawChildAt(index:int) — method, class feathers.controls.ScrollContainer
Gets the direct child of the Scroller at a specific index rather than delegating the call to the view port.
getRawChildByName(name:String) — method, interface feathers.controls.IScrollContainer
Gets the name of a direct child of the Scroller rather than delegating the call to the view port.
getRawChildByName(name:String) — method, class feathers.controls.ScrollContainer
Gets the name of a direct child of the Scroller rather than delegating the call to the view port.
getRawChildIndex(child:starling.display:DisplayObject) — method, interface feathers.controls.IScrollContainer
Gets the index of a direct child of the Scroller rather than delegating the call to the view port.
getRawChildIndex(child:starling.display:DisplayObject) — method, class feathers.controls.ScrollContainer
Gets the index of a direct child of the Scroller rather than delegating the call to the view port.
getRegisteredClasses(result:Vector$Class) — method, class feathers.skins.StyleProviderRegistry
Returns all classes that have been registered with a style provider.
getRetainCount(key:String) — method, class feathers.utils.textures.TextureCache
Returns how many times the texture associated with the specified key has currently been retained.
getScale(density:int) — method, class feathers.utils.display.ScreenDensityScaleCalculator
Returns the ideal contentScaleFactor value for the specified density.
getScaleForState(state:String) — method, class feathers.controls.Button
Gets the scale to be used by the button when the button's currentState property matches the specified state value.
getScreen(id:String) — method, class feathers.controls.ScreenNavigator
Returns the ScreenNavigatorItem instance with the specified identifier.
getScreen() — method, class feathers.controls.ScreenNavigatorItem
Returns a display object instance of this screen.
getScreen(id:String) — method, class feathers.controls.StackScreenNavigator
Returns the StackScreenNavigatorItem instance with the specified identifier.
getScreen() — method, class feathers.controls.StackScreenNavigatorItem
Returns a display object instance of this screen.
getScreen(id:String) — method, class feathers.controls.TabNavigator
Returns the TabNavigatorItem instance with the specified identifier.
getScreen() — method, class feathers.controls.TabNavigatorItem
Returns a display object instance of this screen.
getScreenIDs(result:Vector$String) — method, class feathers.controls.supportClasses.BaseScreenNavigator
Returns a list of the screen identifiers that have been added.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.AnchorLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.FlowLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, interface feathers.layout.ILayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.SlideShowLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout
Using the item dimensions, calculates a scroll position that will ensure that the item at a given index will be visible within the specified bounds.
getSelectedItems(result:Vector$Object) — method, class feathers.controls.DataGrid
Returns the selected items, with the ability to pass in an optional result vector.
getSelectedItems(result:Vector$Object) — method, class feathers.controls.List
Returns the selected items, with the ability to pass in an optional result vector.
getSelectedLocation(result:Vector$int) — method, class feathers.controls.Tree
Returns the currently selected location, or an empty Vector.<int>, if no item is currently selected.
getSkinForState(state:String) — method, class feathers.controls.BasicButton
Gets the skin to be used by the button when its currentState property matches the specified state value.
getSkinForState(state:String) — method, class feathers.controls.TextArea
Gets the skin to be used by the text area when its currentState property matches the specified state value.
getSkinForState(state:String) — method, class feathers.controls.TextInput
Gets the skin to be used by the text input when the input's currentState property matches the specified state value.
getStyleProvider(forClass:Class) — method, class feathers.skins.StyleProviderRegistry
Creates an IStyleProvider for the specified component class, or if it was already created, returns the existing registered style provider.
getStyleProviderForClass(type:Class) — method, class feathers.themes.StyleNameFunctionTheme
Returns a StyleNameFunctionStyleProvider to be passed to the specified class.
getTextFormatForState(state:String) — method, class feathers.controls.text.BitmapFontTextRenderer
Gets the advanced BitmapFontTextFormat font formatting passed in using setTextFormatForState() for the specified state.
getTextFormatForState(state:String) — method, class feathers.controls.text.TextFieldTextEditor
Gets the advanced flash.text.TextFormat font formatting passed in using setTextFormatForState() for the specified state.
getTextFormatForState(state:String) — method, class feathers.controls.text.TextFieldTextRenderer
Gets the advanced flash.text.TextFormat font formatting passed in using setTextFormatForState() for the specified state.
getTextFormatForTarget(target:feathers.core:IFeathersControl) — method, class feathers.text.FontStylesSet
Chooses the appropriate TextFormat to use based on the state of the text renderer passed in.
getTextureForState(state:String) — method, class feathers.skins.ImageSkin
Gets the texture to be used by the skin when the context's currentState property matches the specified state value.
getToolTipManagerForStage(stage:starling.display:Stage) — Static Method , class feathers.core.ToolTipManager
Returns the active tool tip manager for the specified Starling stage.
getTransformationMatrix(targetSpace:starling.display:DisplayObject, resultMatrix:flash.geom:Matrix) — method, interface feathers.core.IFeathersDisplayObject
Calculates a transformation matrix to convert values from the display object's coordinate space to a target coordinate space.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.FlowLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.HorizontalLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.HorizontalSpinnerLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, interface feathers.layout.IVirtualLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.SlideShowLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.TiledColumnsLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.TiledRowsLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.VerticalLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.VerticalSpinnerLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
getVisibleIndicesAtScrollPosition(scrollX:Number, scrollY:Number, width:Number, height:Number, itemCount:int, result:Vector$int) — method, class feathers.layout.WaterfallLayout
Used internally by a component, such as List, to determines which indices are visible with the specified view port bounds and scroll position.
globalStyleProvider — Static Property, class feathers.controls.Alert
The default IStyleProvider for all Alert components.
globalStyleProvider — Static Property, class feathers.controls.AutoComplete
The default IStyleProvider for all AutoComplete components.
globalStyleProvider — Static Property, class feathers.controls.BasicButton
The default IStyleProvider for all BasicButton components.
globalStyleProvider — Static Property, class feathers.controls.Button
The default IStyleProvider for all Button components.
globalStyleProvider — Static Property, class feathers.controls.ButtonGroup
The default IStyleProvider for all ButtonGroup components.
globalStyleProvider — Static Property, class feathers.controls.Callout
The default IStyleProvider for all Callout components.
globalStyleProvider — Static Property, class feathers.controls.Check
The default IStyleProvider for all Check components.
globalStyleProvider — Static Property, class feathers.controls.DataGrid
The default IStyleProvider for all List components.
globalStyleProvider — Static Property, class feathers.controls.DateTimeSpinner
The default IStyleProvider for all DateTimeSpinner components.
globalStyleProvider — Static Property, class feathers.controls.Drawers
The default IStyleProvider for all Drawers components.
globalStyleProvider — Static Property, class feathers.controls.GroupedList
The default IStyleProvider for all GroupedList components.
globalStyleProvider — Static Property, class feathers.controls.Header
The default IStyleProvider for all Header components.
globalStyleProvider — Static Property, class feathers.controls.ImageLoader
The default IStyleProvider for all ImageLoader components.
globalStyleProvider — Static Property, class feathers.controls.Label
The default IStyleProvider for all Label components.
globalStyleProvider — Static Property, class feathers.controls.LayoutGroup
The default IStyleProvider for all LayoutGroup components.
globalStyleProvider — Static Property, class feathers.controls.List
The default IStyleProvider for all List components.
globalStyleProvider — Static Property, class feathers.controls.NumericStepper
The default IStyleProvider for all NumericStepper components.
globalStyleProvider — Static Property, class feathers.controls.PageIndicator
The default IStyleProvider for all PageIndicator components.
globalStyleProvider — Static Property, class feathers.controls.Panel
The default IStyleProvider for all Panel components.
globalStyleProvider — Static Property, class feathers.controls.PanelScreen
The default IStyleProvider for all PanelScreen components.
globalStyleProvider — Static Property, class feathers.controls.PickerList
The default IStyleProvider for all PickerList components.
globalStyleProvider — Static Property, class feathers.controls.ProgressBar
The default IStyleProvider for all ProgressBar components.
globalStyleProvider — Static Property, class feathers.controls.Radio
The default IStyleProvider for all Radio components.
globalStyleProvider — Static Property, class feathers.controls.Screen
The default IStyleProvider for all Screen components.
globalStyleProvider — Static Property, class feathers.controls.ScreenNavigator
The default IStyleProvider for all ScreenNavigator components.
globalStyleProvider — Static Property, class feathers.controls.ScrollBar
The default IStyleProvider for all ScrollBar components.
globalStyleProvider — Static Property, class feathers.controls.ScrollContainer
The default IStyleProvider for all ScrollContainer components.
globalStyleProvider — Static Property, class feathers.controls.ScrollScreen
The default IStyleProvider for all ScrollScreen components.
globalStyleProvider — Static Property, class feathers.controls.ScrollText
The default IStyleProvider for all ScrollText components.
globalStyleProvider — Static Property, class feathers.controls.SimpleScrollBar
The default IStyleProvider for all SimpleScrollBar components.
globalStyleProvider — Static Property, class feathers.controls.Slider
The default IStyleProvider for all Slider components.
globalStyleProvider — Static Property, class feathers.controls.SpinnerList
The default IStyleProvider for all SpinnerList components.
globalStyleProvider — Static Property, class feathers.controls.StackScreenNavigator
The default IStyleProvider for all StackScreenNavigator components.
globalStyleProvider — Static Property, class feathers.controls.TabBar
The default IStyleProvider for all TabBar components.
globalStyleProvider — Static Property, class feathers.controls.TabNavigator
The default IStyleProvider for all TabNavigator components.
globalStyleProvider — Static Property, class feathers.controls.TextArea
The default IStyleProvider for all TextArea components.
globalStyleProvider — Static Property, class feathers.controls.TextCallout
The default IStyleProvider for all Label components.
globalStyleProvider — Static Property, class feathers.controls.TextInput
The default IStyleProvider for all TextInput components.
globalStyleProvider — Static Property, class feathers.controls.Toast
The default IStyleProvider for all Toast components.
globalStyleProvider — Static Property, class feathers.controls.ToggleButton
The default IStyleProvider for all ToggleButton components.
globalStyleProvider — Static Property, class feathers.controls.ToggleSwitch
The default IStyleProvider for all ToggleSwitch components.
globalStyleProvider — Static Property, class feathers.controls.Tree
The default IStyleProvider for all Tree components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultDataGridCellRenderer
The default IStyleProvider for all DefaultListItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultDataGridHeaderRenderer
The default IStyleProvider for all DefaultDataGridHeaderRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The default IStyleProvider for all DefaultGroupedListHeaderOrFooterRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The default IStyleProvider for all DefaultGroupedListItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultListItemRenderer
The default IStyleProvider for all DefaultListItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.DefaultTreeItemRenderer
The default IStyleProvider for all DefaultTreeItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupDataGridCellRenderer
The default IStyleProvider for all LayoutGroupDataGridCellRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer
The default IStyleProvider for all LayoutGroupGroupedListHeaderOrFooterRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer
The default IStyleProvider for all LayoutGroupGroupedListItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupListItemRenderer
The default IStyleProvider for all LayoutGroupListItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.renderers.LayoutGroupTreeItemRenderer
The default IStyleProvider for all LayoutGroupTreeItemRenderer components.
globalStyleProvider — Static Property, class feathers.controls.text.BitmapFontTextEditor
The default IStyleProvider for all BitmapFontTextEditor components.
globalStyleProvider — Static Property, class feathers.controls.text.BitmapFontTextRenderer
The default IStyleProvider for all BitmapFontTextRenderer components.
globalStyleProvider — Static Property, class feathers.controls.text.StageTextTextEditor
The default IStyleProvider for all StageTextTextEditor components.
globalStyleProvider — Static Property, class feathers.controls.text.TextBlockTextEditor
The default IStyleProvider for all TextBlockTextEditor components.
globalStyleProvider — Static Property, class feathers.controls.text.TextBlockTextRenderer
The default IStyleProvider for all TextBlockTextRenderer components.
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextEditor
The default IStyleProvider for all TextFieldTextEditor components.
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextEditorViewPort
The default IStyleProvider for all TextFieldTextEditorViewPort components.
globalStyleProvider — Static Property, class feathers.controls.text.TextFieldTextRenderer
The default IStyleProvider for all TextFieldTextRenderer components.
globalStyleProvider — Static Property, class feathers.media.FullScreenToggleButton
The default IStyleProvider for all FullScreenToggleButton components.
globalStyleProvider — Static Property, class feathers.media.MuteToggleButton
The default IStyleProvider for all MuteToggleButton components.
globalStyleProvider — Static Property, class feathers.media.PlayPauseToggleButton
The default IStyleProvider for all PlayPauseToggleButton components.
globalStyleProvider — Static Property, class feathers.media.SeekSlider
The default IStyleProvider for all SeekSlider components.
globalStyleProvider — Static Property, class feathers.media.SoundChannelPeakVisualizer
The default IStyleProvider for all SoundChannelPeakVisualizer components.
globalStyleProvider — Static Property, class feathers.media.SoundPlayer
The default IStyleProvider for all SoundPlayer components.
globalStyleProvider — Static Property, class feathers.media.SpectrumBarGraphVisualizer
The default IStyleProvider for all SpectrumBarGraphVisualizer components.
globalStyleProvider — Static Property, class feathers.media.TimeLabel
The default IStyleProvider for all TimeLabel components.
globalStyleProvider — Static Property, class feathers.media.VideoPlayer
The default IStyleProvider for all VideoPlayer components.
globalStyleProvider — Static Property, class feathers.media.VolumeSlider
The default IStyleProvider for all VolumeSlider components.
globalToLocal(globalPoint:flash.geom:Point, resultPoint:flash.geom:Point) — method, interface feathers.core.IFeathersDisplayObject
Converts a point from the stage's coordinate space to the display object's coordinate space.
gridFitType — Property, class feathers.controls.text.TextFieldTextEditor
Determines whether Flash Player forces strong horizontal and vertical lines to fit to a pixel or subpixel grid, or not at all using the constants defined in the flash.text.GridFitType class.
gridFitType — Property, class feathers.controls.text.TextFieldTextRenderer
Determines whether Flash Player forces strong horizontal and vertical lines to fit to a pixel or subpixel grid, or not at all using the constants defined in the flash.text.GridFitType class.
gridFitType — style, class feathers.controls.ScrollText
Determines whether Flash Player forces strong horizontal and vertical lines to fit to a pixel or subpixel grid, or not at all using the constants defined in the flash.text.GridFitType class.
GroupedList — class, package feathers.controls
Displays a list of items divided into groups or sections.
GroupedList() — Constructor, class feathers.controls.GroupedList
Constructor.
groupIndex — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The index of the group within the data provider of the grouped list.
groupIndex — Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The index of the item's parent group within the data provider of the grouped list.
groupIndex — Property, interface feathers.controls.renderers.IGroupedListFooterRenderer
The index of the group within the data provider of the grouped list.
groupIndex — Property, interface feathers.controls.renderers.IGroupedListHeaderRenderer
The index of the group within the data provider of the grouped list.
groupIndex — Property, interface feathers.controls.renderers.IGroupedListItemRenderer
The index of the item's parent group within the data provider of the grouped list.
groupIndex — Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer
The index of the group within the data provider of the grouped list.
groupIndex — Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer
The index of the item's parent group within the data provider of the grouped list.
groupToFooterData(group:Object) — method, class feathers.controls.GroupedList
Extracts footer data from a group object.
groupToHeaderData(group:Object) — method, class feathers.controls.GroupedList
Extracts header data from a group object.
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