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 |
Radio — class, package feathers.controls |
|
A toggleable control that exists in a set that requires a single,
exclusive toggled item. |
Radio() — Constructor, class feathers.controls.Radio |
|
Constructor. |
readjustLayout() — method, class feathers.controls.LayoutGroup |
|
Readjusts the layout of the group according to its current content. |
readjustLayout() — method, class feathers.controls.ScrollContainer |
|
Readjusts the layout of the container according to its current
content. |
readjustSize() — method, class feathers.display.Scale3Image |
|
Readjusts the dimensions of the image according to its current
textures. |
readjustSize() — method, class feathers.display.Scale9Image |
|
Readjusts the dimensions of the image according to its current
textures. |
ready — Event, class feathers.media.VideoPlayer |
|
Dispatched when the video texture is ready to be rendered. |
refreshBackgroundSkin() — method, class feathers.controls.Label |
|
Choose the appropriate background skin based on the control's current
state. |
refreshBackgroundSkin() — method, class feathers.controls.LayoutGroup |
|
Choose the appropriate background skin based on the control's current
state. |
refreshBackgroundSkin() — method, class feathers.controls.Scroller |
|
Choose the appropriate background skin based on the control's current
state. |
refreshBackgroundSkin() — method, class feathers.controls.TextInput |
|
Sets the currentBackground property. |
refreshFocusIndicator() — method, class feathers.core.FeathersControl |
|
Updates the focus indicator skin by showing or hiding it and
adjusting its position and dimensions. |
refreshIcon() — method, class feathers.controls.Button |
|
Sets the currentIcon property. |
refreshIcon() — method, class feathers.controls.TextInput |
|
Sets the currentIcon property. |
refreshSkin() — method, class feathers.controls.Button |
|
Sets the currentSkin property. |
refreshViewPortBounds() — method, class feathers.controls.LayoutGroup |
|
Refreshes the values in the viewPortBounds variable that
is passed to the layout. |
reload() — method, class feathers.controls.WebView |
|
Reloads the currently loaded page. |
remove(name:String) — method, class feathers.core.TokenList |
|
Removes a token from the list, if the token is in the list. |
removeAll(data:Object) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll() — method, class feathers.data.HierarchicalCollection |
|
Removes all items from the collection. |
removeAll(data:Object) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll() — method, class feathers.data.ListCollection |
|
Removes all items from the collection. |
removeAll(data:Object) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll(data:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAllItems() — method, class feathers.core.ToggleGroup |
|
Removes all toggles from the group. |
removeAllScreens() — method, class feathers.controls.supportClasses.BaseScreenNavigator |
|
Removes all screens that were added with addScreen(). |
removeClaim(touchID:int) — method, class feathers.events.ExclusiveTouch |
|
Removes a claim to the touch with the specified ID. |
removeEventListener(type:String, listener:Function) — method, interface feathers.core.IFeathersEventDispatcher |
|
Removes a listener for an event type. |
removeEventListeners(type:String) — method, interface feathers.core.IFeathersEventDispatcher |
|
Removes all listeners for an event type. |
removeFocusManager(manager:feathers.core:IFocusManager) — Static Method , class feathers.core.FocusManager |
|
Removes the specified focus manager from the stack. |
removeFromParent(dispose:Boolean) — method, interface feathers.core.IFeathersDisplayObject |
|
Removes a display object from its parent. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.FlowLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.HorizontalLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, interface feathers.layout.IVariableVirtualLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.VerticalLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.WaterfallLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
removeItem(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup |
|
Removes a toggle from the group. |
removeItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.HierarchicalCollection |
|
Removes a specific item from the collection. |
removeItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.ListCollection |
|
Removes a specific item from the collection. |
REMOVE_ITEM — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when an item is removed from the collection. |
removeItemAt(data:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(index:int, ... rest) — method, class feathers.data.HierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemAt(data:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(index:int) — method, class feathers.data.ListCollection |
|
Removes the item at the specified index from the collection and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeItemAt(data:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
removeOnChangeCallback(callback:Function) — method, class feathers.core.PropertyProxy |
|
Removes a callback. |
removePopEvent(eventType:String) — method, class feathers.controls.StackScreenNavigatorItem |
|
Removes an event that would cause the StackScreenNavigator
to remove this screen from the top of the stack. |
removePopToRootEvent(eventType:String) — method, class feathers.controls.StackScreenNavigatorItem |
|
Removes an event that would have cause the StackScreenNavigator
to clear its stack to show the first screen added to the stack. |
removePopUp(popUp:starling.display:DisplayObject, dispose:Boolean) — method, class feathers.core.DefaultPopUpManager |
|
Removes a pop-up from the stage. |
removePopUp(popUp:starling.display:DisplayObject, dispose:Boolean) — method, interface feathers.core.IPopUpManager |
|
Removes a pop-up from the stage. |
removePopUp(popUp:starling.display:DisplayObject, dispose:Boolean) — Static Method , class feathers.core.PopUpManager |
|
Removes a pop-up from the stage. |
removeRawChild(child:starling.display:DisplayObject, dispose:Boolean) — method, interface feathers.controls.IScrollContainer |
|
Removes a child from the Scroller rather than delegating
the call to the view port. |
removeRawChild(child:starling.display:DisplayObject, dispose:Boolean) — method, class feathers.controls.ScrollContainer |
|
Removes a child from the Scroller rather than delegating
the call to the view port. |
removeRawChildAt(index:int, dispose:Boolean) — method, interface feathers.controls.IScrollContainer |
|
Removes a child from the Scroller at a specific index
rather than delegating the call to the view port. |
removeRawChildAt(index:int, dispose:Boolean) — method, class feathers.controls.ScrollContainer |
|
Removes a child from the Scroller at a specific index
rather than delegating the call to the view port. |
removeScreen(id:String) — method, class feathers.controls.ScreenNavigator |
|
Removes an existing screen using the identifier assigned to it in the
call to addScreen(). |
removeScreen(id:String) — method, class feathers.controls.StackScreenNavigator |
|
Removes an existing screen using the identifier assigned to it in the
call to addScreen(). |
removeStarling(starling:starling.core:Starling) — method, class feathers.themes.MultiStarlingStyleNameFunctionTheme |
|
Removes a Starling instance from the theme. |
render(support:starling.core:RenderSupport, parentAlpha:Number) — method, interface feathers.core.IFeathersDisplayObject |
|
Renders the display object. |
RenderDelegate — class, package feathers.display |
|
Passes rendering to another display object, but provides its own separate
transformation. |
RenderDelegate(target:starling.display:DisplayObject) — Constructor, class feathers.display.RenderDelegate |
|
Constructor. |
rendererAdd — Event, class feathers.controls.GroupedList |
|
Dispatched when an item renderer is added to the list. |
rendererAdd — Event, class feathers.controls.List |
|
Dispatched when an item renderer is added to the list. |
RENDERER_ADD — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RENDERER_ADD event type is used by
Feathers components with item renderers to indicate when a new
renderer has been added. |
rendererRemove — Event, class feathers.controls.GroupedList |
|
Dispatched when an item renderer is removed from the list. |
rendererRemove — Event, class feathers.controls.List |
|
Dispatched when an item renderer is removed from the list. |
RENDERER_REMOVE — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RENDERER_REMOVE event type is used
by Feathers controls with item renderers to indicate when a renderer
is removed. |
repeatDelay — Property, class feathers.controls.NumericStepper |
|
The time, in seconds, before actions are repeated. |
repeatDelay — Property, class feathers.controls.ScrollBar |
|
The time, in seconds, before actions are repeated. |
repeatDelay — Property, class feathers.controls.SimpleScrollBar |
|
The time, in seconds, before actions are repeated. |
repeatDelay — Property, class feathers.controls.Slider |
|
The time, in seconds, before actions are repeated. |
replaceItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is replaced in the collection. |
REPLACE_ITEM — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when an item is replaced in the collection with a
different item. |
requestedColumnCount — Property, class feathers.layout.HorizontalLayout |
|
Requests that the layout set the view port dimensions to display a
specific number of columns (plus gaps and padding), if possible. |
requestedColumnCount — Property, class feathers.layout.HorizontalSpinnerLayout |
|
Requests that the layout set the view port dimensions to display a
specific number of columns (plus gaps and padding), if possible. |
requestedColumnCount — Property, class feathers.layout.TiledColumnsLayout |
|
Requests that the layout uses a specific number of columns in a row,
if possible. |
requestedColumnCount — Property, class feathers.layout.TiledRowsLayout |
|
Requests that the layout uses a specific number of columns in a row,
if possible. |
requestedColumnCount — Property, class feathers.layout.WaterfallLayout |
|
Requests that the layout uses a specific number of columns, if
possible. |
requestedRowCount — Property, class feathers.layout.TiledColumnsLayout |
|
Requests that the layout uses a specific number of rows in a column,
if possible. |
requestedRowCount — Property, class feathers.layout.TiledRowsLayout |
|
Requests that the layout uses a specific number of rows, if possible. |
requestedRowCount — Property, class feathers.layout.VerticalLayout |
|
Requests that the layout set the view port dimensions to display a
specific number of rows (plus gaps and padding), if possible. |
requestedRowCount — Property, class feathers.layout.VerticalSpinnerLayout |
|
Requests that the layout set the view port dimensions to display a
specific number of rows (plus gaps and padding), if possible. |
requiredBaseClass — Property, class feathers.core.DisplayListWatcher |
|
The minimum base class required before the AddedWatcher will check
to see if a particular display object has any initializers. |
requiresLayoutOnScroll — Property, class feathers.layout.AnchorLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.FlowLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.HorizontalLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.HorizontalSpinnerLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, interface feathers.layout.ILayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.TiledColumnsLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.TiledRowsLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.VerticalLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.VerticalSpinnerLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.WaterfallLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
reset — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset — Event, class feathers.data.ListCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
RESET — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when the data provider's source is completely replaced. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.HorizontalLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.HorizontalSpinnerLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.TiledColumnsLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.TiledRowsLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.VerticalLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.VerticalSpinnerLayout |
|
If set to true, the width and height of the
typicalItem will be reset to typicalItemWidth
and typicalItemHeight, respectively, whenever the
typical item needs to be measured. |
resetVariableVirtualCache() — method, class feathers.layout.FlowLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, class feathers.layout.HorizontalLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, class feathers.layout.VerticalLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, class feathers.layout.WaterfallLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.FlowLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.HorizontalLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.VerticalLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.WaterfallLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resize — Event, class feathers.core.FeathersControl |
|
Dispatched when the width or height of the control changes. |
resize — Event, interface feathers.core.IFeathersControl |
|
Dispatched when the width or height of the control changes. |
RESIZE — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RESIZE event type is meant to
be used when an IFeathersControl has resized. |
restrict — Property, class feathers.controls.TextArea |
|
Limits the set of characters that may be entered. |
restrict — Property, class feathers.controls.TextInput |
|
Limits the set of characters that may be entered. |
restrict — Property, class feathers.controls.text.BitmapFontTextEditor |
|
Restricts the set of characters that a user can enter into the text
field. |
restrict — Property, class feathers.controls.text.StageTextTextEditor |
|
Restricts the set of characters that a user can enter into the text
field. |
restrict — Property, class feathers.controls.text.TextBlockTextEditor |
|
Restricts the set of characters that a user can enter into the text
field. |
restrict — Property, class feathers.controls.text.TextFieldTextEditor |
|
Indicates the set of characters that a user can enter into the text
field. |
restrict — Property, interface feathers.core.ITextEditor |
|
Limits the set of characters that may be entered. |
restrict — Property, class feathers.text.StageTextField |
| |
restrict — Property, class feathers.utils.text.TextInputRestrict |
|
Indicates the set of characters that a user can input. |
returnKeyLabel — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates the label on the Return key for devices that feature a soft
keyboard. |
returnKeyLabel — Property, class feathers.text.StageTextField |
| |
Reveal — class, package feathers.motion |
|
Creates animated effects, like transitions for screen navigators, that
slides a display object out of view, animating the `x` or `y` property,
to reveal the content below it. |
revealScrollBars() — method, class feathers.controls.Scroller |
|
If the scroll bars are floating, briefly show them as a hint to the
user. |
revealScrollBarsDuration — Property, class feathers.controls.Scroller |
|
The duration, in seconds, that the scroll bars will be shown when
calling revealScrollBars()
|
right — Property, class feathers.layout.AnchorLayoutData |
|
The position, in pixels, of the right edge relative to the right
anchor, or, if there is no right anchor, then the position is relative
to the right edge of the parent container. |
rightAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData |
|
The right edge of the layout object will be relative to this anchor. |
rightArrowGap — Property, class feathers.controls.Callout |
|
The space, in pixels, between the right arrow skin and the background
skin. |
rightArrowSkin — Property, class feathers.controls.Callout |
|
The arrow skin to display on the right edge of the callout. |
rightDrawer — Property, class feathers.controls.Drawers |
|
The drawer that appears to the right of the primary content. |
rightDrawerDockMode — Property, class feathers.controls.Drawers |
|
Determines if the right drawer is docked in all, some, or no stage
orientations. |
rightDrawerToggleEventType — Property, class feathers.controls.Drawers |
|
When this event is dispatched by the content event dispatcher, the
right drawer will toggle open and closed. |
rightItems — Property, class feathers.controls.Header |
|
The UI controls that appear in the right region of the header. |
root — Property, class feathers.core.DefaultFocusManager |
|
The top-level container of the focus manager. |
root — Property, class feathers.core.DefaultPopUpManager |
|
The container where pop-ups are added. |
root — Property, class feathers.core.DisplayListWatcher |
|
The root of the display list that is watched for added children. |
root — Property, interface feathers.core.IFeathersDisplayObject |
| |
root — Property, interface feathers.core.IFocusManager |
|
The top-level container of the focus manager. |
root — Property, interface feathers.core.IPopUpManager |
|
The container where pop-ups are added. |
root — Static Property, class feathers.core.PopUpManager |
|
The container where pop-ups are added. |
rootScreenID — Property, class feathers.controls.StackScreenNavigator |
|
Sets the first screen at the bottom of the stack, or the root screen. |
rotation — Property, interface feathers.core.IFeathersDisplayObject |
|
The rotation of the display object, in radians. |
roundDownToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number down to the nearest multiple of an input. |
roundToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number to the nearest multiple of an input. |
roundToPrecision(number:Number, precision:int) — Package Function, feathers.utils.math |
|
Rounds a number to a certain level of precision. |
roundUpToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number up to the nearest multiple of an input. |
rowVerticalAlign — Property, class feathers.layout.FlowLayout |
|
If the height of an item is less than the height of a row, it can be
aligned vertically. |
|
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 |