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. |
ready — Event, class feathers.media.VideoPlayer |
|
Dispatched when the video texture is ready to be rendered. |
refresh() — method, class feathers.data.ArrayCollection |
|
Refreshes the collection using the filterFunction
or sortCompareFunction without passing in a new values
for these properties. |
refresh() — method, interface feathers.data.IListCollection |
|
Refreshes the collection using the filterFunction
or sortCompareFunction without passing in a new values
for these properties. |
refresh() — method, class feathers.data.ListCollection |
|
Refreshes the collection using the filterFunction
or sortCompareFunction without passing in a new values
for these properties. |
refresh() — method, class feathers.data.VectorCollection |
| |
refresh() — method, class feathers.data.XMLListCollection |
|
Refreshes the collection using the filterFunction
or sortCompareFunction without passing in a new values
for these properties. |
refreshBackgroundSkin() — method, class feathers.controls.DateTimeSpinner |
|
Choose the appropriate background skin based on the control's current
state. |
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.BasicButton |
|
Sets the currentSkin property. |
refreshViewPortBounds() — method, class feathers.controls.LayoutGroup |
|
Refreshes the values in the viewPortBounds variable that
is passed to the layout. |
RelativeDepth — class, package feathers.layout |
|
Constants for positioning an item at a depth relative to another item's
depth in a layout. |
RelativePosition — class, package feathers.layout |
|
Constants for positioning an item relative to another item in a layout. |
releaseTexture(key:String) — method, class feathers.utils.textures.TextureCache |
|
Releases a retained texture. |
reload() — method, class feathers.controls.WebView |
|
Reloads the currently loaded page. |
REMAINING_TIME — Constant Static Property, class feathers.media.MediaTimeMode |
|
The label displays only the remaining time of the media content. |
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() — method, class feathers.data.ArrayCollection |
|
Removes all items from the collection. |
removeAll() — method, class feathers.data.ArrayHierarchicalCollection |
|
Removes all items from the collection. |
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() — method, interface feathers.data.IHierarchicalCollection |
|
Removes all items from the collection. |
removeAll(data:Object) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Removes all items from the data source. |
removeAll() — method, interface feathers.data.IListCollection |
|
Removes all items from the collection. |
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() — method, class feathers.data.VectorCollection |
|
Removes all items from the collection. |
removeAll() — method, class feathers.data.VectorHierarchicalCollection |
|
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() — method, class feathers.data.XMLListCollection |
|
Removes all items from the collection. |
removeAll() — method, class feathers.data.XMLListHierarchicalCollection |
|
Removes all items from the collection. |
removeAll(data:Object) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Removes all items from the data source. |
REMOVE_ALL — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when all items are removed from the collection. |
removeAllItems() — method, class feathers.core.ToggleGroup |
|
Removes all toggles from the group. |
removeAllPopUps(dispose:Boolean) — method, class feathers.core.DefaultPopUpManager |
|
Removes all pop-ups from the stage. |
removeAllPopUps(dispose:Boolean) — method, interface feathers.core.IPopUpManager |
|
Removes all pop-ups from the stage. |
removeAllPopUps(dispose:Boolean) — Static Method , class feathers.core.PopUpManager |
|
Removes all pop-ups from the stage. |
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. |
removeFromParentWithEffect(effect:Function, dispose:Boolean) — method, class feathers.core.FeathersControl |
|
Plays an effect before removing the component from its parent. |
removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.BaseVariableVirtualLayout |
|
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.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, interface feathers.layout.IVariableVirtualLayout |
|
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.ArrayCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.ArrayCollection |
|
Removes a specific item from the collection. |
removeItem — Event, class feathers.data.ArrayHierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.ArrayHierarchicalCollection |
|
Removes a specific item from the collection. |
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, interface feathers.data.IHierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, interface feathers.data.IHierarchicalCollection |
|
Removes a specific item from the collection. |
removeItem — Event, interface feathers.data.IListCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, interface feathers.data.IListCollection |
|
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. |
removeItem — Event, class feathers.data.VectorCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.VectorCollection |
|
Removes a specific item from the collection. |
removeItem — Event, class feathers.data.VectorHierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.VectorHierarchicalCollection |
|
Removes a specific item from the collection. |
removeItem — Event, class feathers.data.XMLListCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.XMLListCollection |
|
Removes a specific item from the collection. |
removeItem — Event, class feathers.data.XMLListHierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
removeItem(item:Object) — method, class feathers.data.XMLListHierarchicalCollection |
|
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(index:int) — method, class feathers.data.ArrayCollection |
|
Removes the item at the specified index from the collection and
returns it. |
removeItemAt(index:int, ... rest) — method, class feathers.data.ArrayHierarchicalCollection |
|
Removes the item at the specified location from the collection 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(index:int, ... rest) — method, interface feathers.data.IHierarchicalCollection |
|
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(index:int) — method, interface feathers.data.IListCollection |
|
Removes the item at the specified index from the collection 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(index:int) — method, class feathers.data.VectorCollection |
|
Removes the item at the specified index from the collection and
returns it. |
removeItemAt(index:int, ... rest) — method, class feathers.data.VectorHierarchicalCollection |
|
Removes the item at the specified location 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(index:int) — method, class feathers.data.XMLListCollection |
|
Removes the item at the specified index from the collection and
returns it. |
removeItemAt(index:int, ... rest) — method, class feathers.data.XMLListHierarchicalCollection |
|
Removes the item at the specified location from the collection 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. |
removeItemAtLocation(data:Object, location:Vector$int) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
removeItemAtLocation(location:Vector$int) — method, class feathers.data.ArrayHierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemAtLocation(location:Vector$int) — method, class feathers.data.HierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemAtLocation(location:Vector$int) — method, interface feathers.data.IHierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemAtLocation(data:Object, location:Vector$int) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
removeItemAtLocation(location:Vector$int) — method, class feathers.data.VectorHierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemAtLocation(location:Vector$int) — method, class feathers.data.XMLListHierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
removeItemWithEffect(item:Object, effect:Function) — method, class feathers.controls.List |
|
Removes an item from the data provider after
animating its item renderer using an effect. |
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. |
removeScaleForDensity(density:int) — method, class feathers.utils.display.ScreenDensityScaleCalculator |
|
Removes a scale that was added with
addScaleForDensity(). |
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(). |
removeScreen(id:String) — method, class feathers.controls.TabNavigator |
|
Removes an existing screen using the identifier assigned to it in the
call to addScreen() or addScreenAt(). |
removeScreenAt(index:int) — method, class feathers.controls.TabNavigator |
|
Removes an existing screen using the identifier assigned to it in the
call to addScreen(). |
removeTexture(key:String, dispose:Boolean) — method, class feathers.utils.textures.TextureCache |
|
Removes a specific key from the cache, and optionally disposes the
texture associated with the key. |
render(painter:starling.rendering:Painter) — 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. |
rendererAdd — Event, class feathers.controls.Tree |
|
Dispatched when an item renderer is added to the tree. |
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. |
rendererRemove — Event, class feathers.controls.Tree |
|
Dispatched when an item renderer is removed from the tree. |
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. |
reorderColumns — Property, class feathers.controls.DataGrid |
|
Determines if the data grid's columns may be reordered using drag
and drop. |
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. |
repeatItems — Property, class feathers.layout.HorizontalSpinnerLayout |
|
If set to true, the layout will repeat the items
infinitely, if there are enough items to allow this behavior. |
repeatItems — Property, class feathers.layout.VerticalSpinnerLayout |
|
If set to true, the layout will repeat the items
infinitely, if there are enough items to allow this behavior. |
replaceEvents — Property, class feathers.controls.StackScreenNavigatorItem |
|
A set of key-value pairs representing actions that should be
triggered when events are dispatched by the screen when it is shown. |
replaceItem — Event, class feathers.data.ArrayCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.ArrayHierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, interface feathers.data.IHierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, interface feathers.data.IListCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.VectorCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.VectorHierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.XMLListCollection |
|
Dispatched when an item is replaced in the collection. |
replaceItem — Event, class feathers.data.XMLListHierarchicalCollection |
|
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. |
replaceScreen(id:String, transition:Function) — method, class feathers.controls.StackScreenNavigator |
|
Replaces the current screen on the top of the stack with a new
screen. |
requestedColumnCount — Property, class feathers.layout.BaseTiledLayout |
|
Requests that the layout uses a specific number of columns in a row,
if possible. |
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, 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.BaseTiledLayout |
|
Requests that the layout uses a specific number of rows, 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. |
requiresLayoutOnScroll — Property, class feathers.layout.AnchorLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.BaseTiledLayout |
|
Determines if the container calls layout() when the
scroll position changes. |
requiresLayoutOnScroll — Property, class feathers.layout.BaseVariableVirtualLayout |
|
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.SlideShowLayout |
|
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. |
requiresMeasurementOnScroll — Property, interface feathers.controls.supportClasses.IViewPort |
| |
reset — Event, class feathers.data.ArrayCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset(collection:feathers.data:IListCollection) — method, class feathers.data.ArrayCollection |
|
Replaces the collection's data with data from another collection. |
reset — Event, class feathers.data.ArrayHierarchicalCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
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, interface feathers.data.IHierarchicalCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset — Event, interface feathers.data.IListCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset(collection:feathers.data:IListCollection) — method, interface feathers.data.IListCollection |
|
Replaces the collection's data with data from another collection. |
reset — Event, class feathers.data.ListCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset(collection:feathers.data:IListCollection) — method, class feathers.data.ListCollection |
|
Replaces the collection's data with data from another collection. |
reset — Event, class feathers.data.VectorCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset(collection:feathers.data:IListCollection) — method, class feathers.data.VectorCollection |
|
Replaces the collection's data with data from another collection. |
reset — Event, class feathers.data.VectorHierarchicalCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset — Event, class feathers.data.XMLListCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
reset(collection:feathers.data:IListCollection) — method, class feathers.data.XMLListCollection |
|
Replaces the collection's data with data from another collection. |
reset — Event, class feathers.data.XMLListHierarchicalCollection |
|
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. |
resetDelay — Property, class feathers.core.DefaultToolTipManager |
|
The time, in seconds, after hiding a tool tip before the
showDelay is required to show a new tool tip for another
component. |
resetFluidChildDimensionsForMeasurement(child:starling.display:DisplayObject, parentExplicitWidth:Number, parentExplicitHeight:Number, parentExplicitMinWidth:Number, parentExplicitMinHeight:Number, parentExplicitMaxWidth:Number, parentExplicitMaxHeight:Number, childExplicitWidth:Number, childExplicitHeight:Number, childExplicitMinWidth:Number, childExplicitMinHeight:Number, childExplicitMaxWidth:Number, childExplicitMaxHeight:Number) — Package Function, feathers.utils.skins |
|
Updates the dimensions of a component's for measurement if the child
should fill the entire width and height of its parent. |
resetScrollOnFocusOut — Property, class feathers.controls.text.TextFieldTextEditor |
|
Indicates of the text editor resets its current scroll position to
0 on focus out. |
resetStyleProvider() — method, class feathers.core.FeathersControl |
|
Resets the styleProvider property to its default value,
which is usually the global style provider for the component. |
resetStyleProvider() — method, interface feathers.core.IFeathersControl |
|
Resets the styleProvider property to its default value,
which is usually the global style provider for the component. |
resetTypicalItemDimensionsOnMeasure — Property, class feathers.layout.BaseLinearLayout |
|
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.BaseTiledLayout |
|
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.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.BaseVariableVirtualLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, class feathers.layout.FlowLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCache() — method, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for all virtualized indices. |
resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.BaseVariableVirtualLayout |
|
Clears the cached dimensions for one specific virtualized index. |
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, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for one specific virtualized index. |
resizable — Property, class feathers.controls.DataGridColumn |
|
Indicates if the column may be resized by dragging from its right edge. |
resizableColumns — Property, class feathers.controls.DataGrid |
|
Determines if the data grid's columns may be resized. |
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 — class, package feathers.motion |
|
An effect that animates a component's width and
height dimensions. |
RESIZE — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RESIZE event type is meant to
be used when an IFeathersControl has resized. |
resizeEffect — Property, class feathers.core.FeathersControl |
|
An optional effect that is activated when the component is resized
with new dimensions. |
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 |
| |
restrict — Property, class feathers.controls.text.StageTextTextEditor |
| |
restrict — Property, class feathers.controls.text.TextBlockTextEditor |
| |
restrict — Property, class feathers.controls.text.TextFieldTextEditor |
| |
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. |
resumeEffects() — method, class feathers.core.FeathersControl |
|
Indicates that effects should be re-activated after being suspended. |
resumeEffects() — method, interface feathers.core.IFeathersControl |
|
Indicates that effects should be re-activated after being suspended. |
retainTexture(key:String) — method, class feathers.utils.textures.TextureCache |
|
Gets the texture associated with the specified key, and increments
the retain count for the texture. |
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 transitions for screen navigators that slide a display
object out of view, by animating the x or y
property, while revealing an existing display object that
remains stationary below. |
revealScrollBars() — method, class feathers.controls.Scroller |
|
If the scroll bars are floating, briefly show them as a hint to the
user. |
revealScrollBarsDuration — style, 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. |
RIGHT — Constant Static Property, class feathers.layout.HorizontalAlign |
|
The items in the layout will be horizontally aligned to the right of
the bounds. |
RIGHT — Constant Static Property, class feathers.layout.RelativePosition |
|
The item will be positioned to the right of another item. |
rightAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData |
|
The right edge of the layout object will be relative to this anchor. |
rightArrowGap — style, class feathers.controls.Callout |
| The space, in pixels, between the right arrow skin and the background skin. |
| |
rightArrowSkin — style, class feathers.controls.Callout |
| The arrow skin to display on the right edge of the callout. |
| |
RIGHT_BASELINE — Constant Static Property, class feathers.layout.RelativePosition |
|
The item will be positioned to the right of another item, and the
baselines will be aligned to match. |
rightDrawer — Property, class feathers.controls.Drawers |
|
The drawer that appears to the right of the primary content. |
rightDrawerDivider — style, class feathers.controls.Drawers |
| The divider between the right drawer and the content when the right drawer is docked. |
| |
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. |
rightPullView — Property, class feathers.controls.Scroller |
|
A view that is displayed to the right of the scroller's view port
when dragging to the left. |
rightPullViewDisplayMode — Property, class feathers.controls.Scroller |
|
Indicates whether the right pull view may be dragged with the
content, or if its position is fixed to the edge of the scroller. |
RIGHT_SIDE_VERTICAL — Constant Static Property, class feathers.controls.StepperButtonLayoutMode |
|
Both the decrement and increment button will be placed on the right
side of the text input. |
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, 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. |
rowIndex — Property, class feathers.controls.renderers.DefaultDataGridCellRenderer |
|
The index (numeric position, starting from zero) of the item within
the data grid's data provider. |
rowIndex — Property, interface feathers.controls.renderers.IDataGridCellRenderer |
|
The index (numeric position, starting from zero) of the item within
the data grid's data provider. |
rowIndex — Property, class feathers.controls.renderers.LayoutGroupDataGridCellRenderer |
|
The index (numeric position, starting from zero) of the item within
the data grid's data provider. |
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 |