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  
cacheAsBitmap — Property, class feathers.controls.ScrollText
If set to true, an internal bitmap representation of the TextField on the classic display list is cached by the runtime.
calculateScaleRatioToFill(originalWidth:Number, originalHeight:Number, targetWidth:Number, targetHeight:Number) — Package Function, feathers.utils.display
Calculates a scale value to maintain aspect ratio and fill the required bounds (with the possibility of cutting of the edges a bit).
calculateScaleRatioToFit(originalWidth:Number, originalHeight:Number, targetWidth:Number, targetHeight:Number) — Package Function, feathers.utils.display
Calculates a scale value to maintain aspect ratio and fit inside the required bounds (with the possibility of a bit of empty space on the edges).
calculateScrollPositionForIndex(index:int, items:Vector$starling.display:DisplayObject, x:Number, y:Number, width:Number, height:Number, result:flash.geom:Point, nearest:Boolean, scrollX:Number, scrollY:Number) — method, class feathers.layout.TiledRowsLayout
callBeforeOriginalStyleProvider — Property, class feathers.skins.AddOnFunctionStyleProvider
Determines if the add on function should be called before the original style provider is applied, or after.
Callout — class, package feathers.controls
A pop-up container that points at (or calls out) a specific region of the application (typically a specific control that triggered it).
Callout() — Constructor, class feathers.controls.Callout
Constructor.
calloutFactory — Static Property, class feathers.controls.Callout
Returns a new Callout instance when Callout.show() is called with isModal set to true.
calloutFactory — Property, class feathers.controls.popups.CalloutPopUpContentManager
The factory used to create the Callout instance.
calloutOverlayFactory — Static Property, class feathers.controls.Callout
Returns an overlay to display with a callout that is modal.
CalloutPopUpContentManager — class, package feathers.controls.popups
Displays pop-up content (such as the List in a PickerList) in a Callout.
CalloutPopUpContentManager() — Constructor, class feathers.controls.popups.CalloutPopUpContentManager
Constructor.
cancelDrag() — Static Method , class feathers.dragDrop.DragDropManager
Immediately cancels the current drag.
canDispose — Property, class feathers.controls.ScreenNavigatorItem
Determines if a display object returned by getScreen() can be disposed or not when a screen is no longer active.
canDispose — Property, class feathers.controls.StackScreenNavigatorItem
Determines if a display object returned by getScreen() can be disposed or not when a screen is no longer active.
centerItems — Property, class feathers.controls.Header
The UI controls that appear in the center region of the header.
centerPopUp(popUp:starling.display:DisplayObject) — method, class feathers.core.DefaultPopUpManager
Centers a pop-up on the stage.
centerPopUp(popUp:starling.display:DisplayObject) — method, interface feathers.core.IPopUpManager
Centers a pop-up on the stage.
centerPopUp(popUp:starling.display:DisplayObject) — Static Method , class feathers.core.PopUpManager
Centers a pop-up on the stage.
change — Event, class feathers.controls.GroupedList
Dispatched when the selected item changes.
change — Event, interface feathers.controls.IRange
Dispatched when the value changes.
change — Event, interface feathers.controls.IScrollBar
Dispatched when the scroll bar's value changes.
change — Event, class feathers.controls.List
Dispatched when the selected item changes.
change — Event, class feathers.controls.NumericStepper
Dispatched when the stepper's value changes.
change — Event, class feathers.controls.PageIndicator
Dispatched when the selected item changes.
change — Event, class feathers.controls.PickerList
Dispatched when the selected item changes.
change — Event, class feathers.controls.ScrollBar
Dispatched when the scroll bar's value changes.
change — Event, class feathers.controls.ScrollContainer
Dispatched when the container is scrolled.
change — Event, class feathers.controls.SimpleScrollBar
Dispatched when the scroll bar's value changes.
change — Event, class feathers.controls.Slider
Dispatched when the slider's value changes.
change — Event, class feathers.controls.TabBar
Dispatched when the selected tab changes.
change — Event, class feathers.controls.TextArea
Dispatched when the text area's text property changes.
change — Event, class feathers.controls.TextInput
Dispatched when the text input's text property changes.
change — Event, class feathers.controls.ToggleButton
Dispatched when the button is selected or deselected either programmatically or as a result of user interaction.
change — Event, class feathers.controls.ToggleSwitch
Dispatched when the selection changes.
change — Event, class feathers.controls.supportClasses.BaseScreenNavigator
Dispatched when the active screen changes.
change — Event, class feathers.controls.text.BitmapFontTextEditor
Dispatched when the text property changes.
change — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the text property changes.
change — Event, class feathers.controls.text.TextBlockTextEditor
Dispatched when the text property changes.
change — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the text property changes.
change — Event, interface feathers.core.ITextEditor
Dispatched when the text property changes.
change — Event, interface feathers.core.IToggle
Dispatched when the selection changes.
change — Event, class feathers.core.ToggleGroup
Dispatched when the selection changes.
change — Event, class feathers.core.TokenList
Dispatched when a token is added, removed, or toggled or if all tokens have been replaced by setting the value property.
change — Event, class feathers.data.HierarchicalCollection
Dispatched when the underlying data source changes and the ui will need to redraw the data.
change — Event, class feathers.data.ListCollection
Dispatched when the underlying data source changes and the ui will need to redraw the data.
change — Event, class feathers.events.ExclusiveTouch
Dispatched when a touch ID is claimed or a claim is removed.
change — Event, class feathers.layout.AnchorLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.AnchorLayoutData
change — Event, class feathers.layout.FlowLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.HorizontalLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.HorizontalLayoutData
change — Event, class feathers.layout.HorizontalSpinnerLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, interface feathers.layout.ILayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, interface feathers.layout.ILayoutData
Dispatched when a property of the layout data changes.
change — Event, class feathers.layout.TiledColumnsLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.TiledRowsLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.VerticalLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.VerticalLayoutData
change — Event, class feathers.layout.VerticalSpinnerLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
change — Event, class feathers.layout.WaterfallLayout
Dispatched when a property of the layout changes, indicating that a redraw is probably needed.
changeStarling(starling:starling.core:Starling, data:Object) — method, class feathers.themes.MultiStarlingStyleNameFunctionTheme
Subclasses must override this function to switch assets to the specified Starling instance.
Check — class, package feathers.controls
A toggle control that contains a label and a box that may be checked or not to indicate selection.
Check() — Constructor, class feathers.controls.Check
Constructor.
childrenField — Property, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
The field used to access the Array of a branch's children.
claimTouch(touchID:int, target:starling.display:DisplayObject) — method, class feathers.events.ExclusiveTouch
Allows a display object to claim a touch by its ID.
clamp(value:Number, minimum:Number, maximum:Number) — Package Function, feathers.utils.math
Forces a numeric value into a specified range.
clampToRange — Property, class feathers.controls.SimpleScrollBar
Determines if the value should be clamped to the range between the minimum and maximum.
clear — Event, class feathers.controls.supportClasses.BaseScreenNavigator
Dispatched when the current screen is removed and there is no active screen.
CLEAR — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.CLEAR event type is a generic event type for when something is "cleared".
clearDataForFormat(format:String) — method, class feathers.dragDrop.DragData
Removes all data for the specified format.
clearEvent(eventType:String) — method, class feathers.controls.ScreenNavigatorItem
Cancels the action previously registered to be triggered when the screen dispatches an event.
clearFocus() — method, class feathers.controls.TextArea
Manually removes focus from the text input control.
clearFocus() — method, class feathers.controls.TextInput
Manually removes focus from the text input control.
clearFocus() — method, class feathers.controls.text.BitmapFontTextEditor
Removes focus from the text editor.
clearFocus() — method, class feathers.controls.text.StageTextTextEditor
Removes focus from the text editor.
clearFocus() — method, class feathers.controls.text.TextBlockTextEditor
Removes focus from the text editor.
clearFocus() — method, class feathers.controls.text.TextFieldTextEditor
Removes focus from the text editor.
clearFocus() — method, interface feathers.core.ITextEditor
Removes focus from the text editor.
clearInitializerForClass(type:Class, withName:String) — method, class feathers.core.DisplayListWatcher
If an initializer exists for a specific class, it will be removed completely.
clearInitializerForClassAndSubclasses(type:Class) — method, class feathers.core.DisplayListWatcher
If an initializer exists for a specific class and its subclasses, the initializer will be removed completely.
clearInvalidationFlag(flag:String) — method, class feathers.core.FeathersControl
Clears an invalidation flag.
clearPushEvent(eventType:String) — method, class feathers.controls.StackScreenNavigatorItem
Cancels the action previously registered to be triggered when the screen dispatches an event.
clearScreen(transition:Function) — method, class feathers.controls.ScreenNavigator
Removes the current screen, leaving the ScreenNavigator empty.
clearStack() — method, class feathers.motion.transitions.OldFadeNewSlideTransitionManager
Removes all saved classes from the stack that are used to determine which side of the ScreenNavigator the new screen will slide in from.
clearStack() — method, class feathers.motion.transitions.ScreenSlidingStackTransitionManager
Removes all saved classes from the stack that are used to determine which side of the ScreenNavigator the new screen will slide in from.
clearStyleProvider(forClass:Class) — method, class feathers.skins.StyleProviderRegistry
Removes the style provider for the specified component class.
clearValueForState(state:Object) — method, class feathers.skins.StateValueSelector
Clears the value stored for a specific state.
clearValueForState(state:Object, isSelected:Boolean) — method, class feathers.skins.StateWithToggleValueSelector
Clears the value stored for a specific state.
clearValueTypeHandler(type:Class) — method, class feathers.skins.SmartDisplayObjectStateValueSelector
Clears a value type handler.
clipContent — Property, class feathers.controls.LayoutGroup
If true, the group will be clipped to its bounds.
clipContent — Property, class feathers.controls.Scroller
If true, the viewport will be clipped to the scroller's bounds.
clipContent — Property, class feathers.controls.supportClasses.BaseScreenNavigator
Determines if the navigator's content should be clipped to the width and height.
clipDrawers — Property, class feathers.controls.Drawers
Determines if the drawers are clipped while opening or closing.
close — Event, class feathers.controls.Alert
Dispatched when the alert is closed.
close — Event, class feathers.controls.AutoComplete
Dispatched when the pop-up list is closed.
close — Event, class feathers.controls.Callout
Dispatched when the callout is closed.
close(dispose:Boolean) — method, class feathers.controls.Callout
Closes the callout.
close — Event, class feathers.controls.Drawers
Dispatched when a drawer has completed closing.
close — Event, class feathers.controls.PickerList
Dispatched when the pop-up list is closed.
close — Event, class feathers.controls.popups.CalloutPopUpContentManager
Dispatched when the pop-up content closes.
close() — method, class feathers.controls.popups.CalloutPopUpContentManager
Closes the pop-up content.
close — Event, class feathers.controls.popups.DropDownPopUpContentManager
Dispatched when the pop-up content closes.
close() — method, class feathers.controls.popups.DropDownPopUpContentManager
Closes the pop-up content.
close — Event, interface feathers.controls.popups.IPopUpContentManager
Dispatched when the pop-up content closes.
close() — method, interface feathers.controls.popups.IPopUpContentManager
Closes the pop-up content.
close — Event, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Dispatched when the pop-up content closes.
close() — method, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Closes the pop-up content.
close — Event, class feathers.media.MuteToggleButton
Dispatched when the pop-up volume slider is closed.
closeList() — method, class feathers.controls.AutoComplete
Closes the pop-up list, if it is open.
closeList() — method, class feathers.controls.PickerList
Closes the pop-up list, if it is open.
closeOnKeys — Property, class feathers.controls.Callout
The callout will be closed if any of these keys are pressed.
closeOnTouchBeganOutside — Property, class feathers.controls.Callout
Determines if the callout is automatically closed if a touch in the TouchPhase.BEGAN phase happens outside of the callout's bounds.
closeOnTouchEndedOutside — Property, class feathers.controls.Callout
Determines if the callout is automatically closed if a touch in the TouchPhase.ENDED phase happens outside of the callout's bounds.
closePopUp() — method, class feathers.media.MuteToggleButton
Closes the pop-up list, if it is open.
CollectionEventType — class, package feathers.events
Event type constants for collections.
color — Property, class feathers.controls.ImageLoader
The tint value to use on the internal Image.
color — Property, class feathers.controls.text.StageTextTextEditor
Specifies text color as a number containing three 8-bit RGB components.
color — Property, class feathers.display.Scale3Image
The color value to pass to the images.
color — Property, class feathers.display.Scale9Image
The color value to pass to the images.
color — Property, class feathers.display.TiledImage
The color value to pass to the tiled images.
color — Property, class feathers.media.SpectrumBarGraphVisualizer
The color of the bars.
color — Property, class feathers.text.BitmapFontTextFormat
The color used to tint the bitmap font's texture when rendered.
color — Property, class feathers.text.StageTextField
ColorFade — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that fade a display object to a solid color.
commitData() — method, class feathers.controls.renderers.BaseDefaultItemRenderer
Updates the renderer to display the item's data.
commitData() — method, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer
Updates the renderer to display the item's data.
commitData() — method, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer
Updates the renderer to display the item's data.
commitData() — method, class feathers.controls.renderers.LayoutGroupListItemRenderer
Updates the renderer to display the item's data.
compareFunction — Property, class feathers.data.LocalAutoCompleteSource
A function used to compare items from the data provider with the string passed to the load() function in order to generate a list of suggestions.
complete — Event, class feathers.controls.ImageLoader
Dispatched when the source finishes loading, if the source is a URL.
complete — Event, class feathers.controls.WebView
Dispatched when a URL has finished loading with loadURL() or a string has finished loading with loadString().
complete — Event, interface feathers.data.IAutoCompleteSource
Dispatched when the suggestions finish loading.
complete — Event, class feathers.data.LocalAutoCompleteSource
Dispatched when the suggestions finish loading.
complete — Event, class feathers.data.URLAutoCompleteSource
Dispatched when the suggestions finish loading.
complete — Event, class feathers.media.BaseTimedMediaPlayer
Dispatched when the media completes playback because the current time has reached the total time.
complete — Event, interface feathers.media.ITimedMediaPlayer
Dispatched when the media has played to its end.
completeScroll() — method, class feathers.controls.Scroller
Prepares the scroller for normal interaction and dispatches FeathersEventType.SCROLL_COMPLETE.
condenseWhite — Property, class feathers.controls.ScrollText
A boolean value that specifies whether extra white space (spaces, line breaks, and so on) in a text field with HTML text is removed.
condenseWhite — Property, class feathers.controls.text.TextFieldTextRenderer
A boolean value that specifies whether extra white space (spaces, line breaks, and so on) in a text field with HTML text is removed.
contains(name:String) — method, class feathers.core.TokenList
Determines if the specified token is in the list.
contains(item:Object) — method, class feathers.data.ListCollection
Determines if the specified item is in the collection.
content — Property, class feathers.controls.Callout
The display object that will be presented by the callout.
content — Property, class feathers.controls.Drawers
The primary content displayed in the center of the container.
content — Property, class feathers.controls.text.TextBlockTextRenderer
Sets the contents of the TextBlock to a complex value that is more than simple text.
contentEventDispatcher — Property, class feathers.controls.Drawers
The event dispatcher that controls opening and closing drawers with events.
contentEventDispatcherChangeEventType — Property, class feathers.controls.Drawers
The event dispatched by the content to indicate that the content event dispatcher has changed.
contentEventDispatcherField — Property, class feathers.controls.Drawers
A property of the content that references an event dispatcher that dispatches events to toggle drawers open and closed.
contentEventDispatcherFunction — Property, class feathers.controls.Drawers
A function that returns an event dispatcher that dispatches events to toggle drawers open and closed.
contentField — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The field in the item that contains a display object to be positioned in the content position of the renderer.
contentFunction — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A function that returns a display object to be positioned in the content position of the renderer.
contentHeight — Property, class feathers.layout.LayoutBoundsResult
The height of the content.
contentLabelFactory — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A function that generates an ITextRenderer that uses the result of contentLabelField or contentLabelFunction.
contentLabelField — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The field in the item that contains a string to be displayed in a renderer-managed Label in the content position of the renderer.
contentLabelFunction — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A function that returns a string to be displayed in a renderer-managed Label in the content position of the renderer.
contentLabelName — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
DEPRECATED: Replaced by contentLabelStyleName.
contentLabelProperties — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
An object that stores properties for the content label text renderer sub-component, and the properties will be passed down to the text renderer when this component validates.
contentLabelStyleName — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The value added to the styleNameList of the content label text renderer.
contentLoaderFactory — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A function that generates an ImageLoader that uses the result of contentSourceField or contentSourceFunction.
contentSourceField — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The field in the data that contains a starling.textures.Texture or a URL that points to a bitmap to be used as the renderer's content.
contentSourceFunction — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A function used to generate a starling.textures.Texture or a URL that points to a bitmap to be used as the renderer's content.
contentToContentEventDispatcher() — method, class feathers.controls.Drawers
Uses the content event dispatcher fields and functions to generate a content event dispatcher icon for the content.
contentWidth — Property, class feathers.layout.LayoutBoundsResult
The width of the content.
contentX — Property, class feathers.controls.text.TextFieldTextEditorViewPort
contentX — Property, class feathers.layout.LayoutBoundsResult
The starting position of the view port's content on the x axis.
contentY — Property, class feathers.controls.text.TextFieldTextEditorViewPort
contentY — Property, class feathers.layout.LayoutBoundsResult
The starting position of the view port's content on the y axis.
Cover — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that slide a display object into view, animating the `x` or `y` property, to cover the content below it.
createBlackFadeTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.ColorFade
Creates a transition function for a screen navigator that hides the old screen as a solid black color fades in over it.
createButton() — method, class feathers.controls.PickerList
Creates and adds the button sub-component and removes the old instance, if one exists.
createButtonGroup() — method, class feathers.controls.Alert
Creates and adds the buttonGroupFooter sub-component and removes the old instance, if one exists.
createColorFadeTransition(color:uint, duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.ColorFade
Creates a transition function for a screen navigator that hides the old screen as a customizable solid color fades in over it.
createCoverDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cover
Creates a transition function for a screen navigator that slides the new screen down into view, animating the `y` property, to cover up the old screen, which remains stationary.
createCoverLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cover
Creates a transition function for a screen navigator that slides the new screen into view to the left, animating the `x` property, to cover up the old screen, which remains stationary.
createCoverRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cover
Creates a transition function for a screen navigator that slides the new screen into view to the right, animating the `x` property, to cover up the old screen, which remains stationary.
createCoverUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cover
Creates a transition function for a screen navigator that slides the new screen up into view, animating the `y` property, to cover up the old screen, which remains stationary.
createCrossfadeTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Fade
Creates a transition function for a screen navigator that crossfades the screens.
createCubeDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cube
Creates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates down around the y-axis.
createCubeLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cube
Creates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates left around the y-axis.
createCubeRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cube
Creates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates right around the y-axis.
createCubeUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Cube
Creates a transition function for a screen navigator that positions the screens in 3D space as if they are on two adjacent sides of a cube, and the cube rotates up around the x-axis.
createDecrementButton() — method, class feathers.controls.NumericStepper
Creates and adds the decrementButton sub-component and removes the old instance, if one exists.
createDecrementButton() — method, class feathers.controls.ScrollBar
Creates and adds the decrementButton sub-component and removes the old instance, if one exists.
createFadeInTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Fade
Creates a transition function for a screen navigator that fades in the new screen by animating the `alpha` property from `0.0` to `1.0`, while the old screen remains fully opaque at a lower depth.
createFadeOutTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Fade
Creates a transition function for a screen navigator that fades out the old screen by animating the `alpha` property from `1.0` to `0.0`, while the new screen remains fully opaque at a lower depth.
createFlipDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Flip
Creates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates down, around its x-axis, to reveal the new screen on the back side.
createFlipLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Flip
Creates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates left, around its y-axis, to reveal the new screen on the back side.
createFlipRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Flip
Creates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates right, around its y-axis, to reveal the new screen on the back side.
createFlipUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Flip
Creates a transition function for a screen navigator that positions the screens in 3D space is if they are printed on opposite sides of a postcard, and the card rotates up, around its x-axis, to reveal the new screen on the back side.
createFooter() — method, class feathers.controls.Panel
Creates and adds the footer sub-component and removes the old instance, if one exists.
createHeader() — method, class feathers.controls.Alert
Creates and adds the header sub-component and removes the old instance, if one exists.
createHeader() — method, class feathers.controls.Panel
Creates and adds the header sub-component and removes the old instance, if one exists.
createIncrementButton() — method, class feathers.controls.NumericStepper
Creates and adds the incrementButton sub-component and removes the old instance, if one exists.
createIncrementButton() — method, class feathers.controls.ScrollBar
Creates and adds the incrementButton sub-component and removes the old instance, if one exists.
createIrisCloseTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Iris
Creates a transition function for a screen navigator that hides a screen by masking it with a shrinking circle in the center.
createIrisCloseTransitionAt(x:Number, y:Number, duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Iris
Creates a transition function for a screen navigator that hides a screen by masking it with a shrinking circle at a specific position.
createIrisOpenTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Iris
Creates a transition function for a screen navigator that shows a screen by masking it with a growing circle in the center.
createIrisOpenTransitionAt(x:Number, y:Number, duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Iris
Creates a transition function for a screen navigator that shows a screen by masking it with a growing circle at a specific position.
createLabel() — method, class feathers.controls.Button
Creates the label text renderer sub-component and removes the old instance, if one exists.
createList() — method, class feathers.controls.AutoComplete
Creates and adds the list sub-component and removes the old instance, if one exists.
createList() — method, class feathers.controls.PickerList
Creates and adds the list sub-component and removes the old instance, if one exists.
createMaximumTrack() — method, class feathers.controls.ScrollBar
Creates and adds the maximumTrack sub-component and removes the old instance, if one exists.
createMaximumTrack() — method, class feathers.controls.Slider
Creates and adds the maximumTrack sub-component and removes the old instance, if one exists.
createMessage() — method, class feathers.controls.Alert
Creates and adds the messageTextRenderer sub-component and removes the old instance, if one exists.
createMinimumTrack() — method, class feathers.controls.ScrollBar
Creates and adds the minimumTrack sub-component and removes the old instance, if one exists.
createMinimumTrack() — method, class feathers.controls.Slider
Creates and adds the minimumTrack sub-component and removes the old instance, if one exists.
createOffTrack() — method, class feathers.controls.ToggleSwitch
Creates and adds the offTrack sub-component and removes the old instance, if one exists.
createOnTrack() — method, class feathers.controls.ToggleSwitch
Creates and adds the onTrack sub-component and removes the old instance, if one exists.
createRevealDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Reveal
Creates a transition function for a screen navigator that slides the old screen down out of view, animating the `y` property, to reveal the new screen under it.
createRevealLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Reveal
Creates a transition function for a screen navigator that slides the old screen out of view to the left, animating the `x` property, to reveal the new screen under it.
createRevealRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Reveal
Creates a transition function for a screen navigator that slides the old screen out of view to the right, animating the `x` property, to reveal the new screen under it.
createRevealUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Reveal
Creates a transition function for a screen navigator that slides the old screen up out of view, animating the `y` property, to reveal the new screen under it.
createScrollBars() — method, class feathers.controls.Scroller
Creates and adds the horizontalScrollBar and verticalScrollBar sub-components and removes the old instances, if they exist.
createSlideDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Slide
Creates a transition function for a screen navigator that that slides the new screen down from off-stage, pushing the old screen in the same direction.
createSlideLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Slide
Creates a transition function for a screen navigator that slides the new screen to the left from off-stage, pushing the old screen in the same direction.
createSlideRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Slide
Creates a transition function for a screen navigator that that slides the new screen to the right from off-stage, pushing the old screen in the same direction.
createSlideUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Slide
Creates a transition function for a screen navigator that that slides the new screen up from off-stage, pushing the old screen in the same direction.
createStageText() — method, class feathers.controls.text.StageTextTextEditor
Creates and adds the stageText instance.
createStageWebView() — method, class feathers.controls.WebView
Creates the StageWebView instance.
createTextEditor() — method, class feathers.controls.TextArea
Creates and adds the textEditorViewPort sub-component and removes the old instance, if one exists.
createTextEditor() — method, class feathers.controls.TextInput
Creates and adds the textEditor sub-component and removes the old instance, if one exists.
createTextInput() — method, class feathers.controls.NumericStepper
Creates and adds the textInput sub-component and removes the old instance, if one exists.
createTextRenderer() — method, class feathers.controls.Label
Creates and adds the textRenderer sub-component and removes the old instance, if one exists.
createThumb() — method, class feathers.controls.ScrollBar
Creates and adds the thumb sub-component and removes the old instance, if one exists.
createThumb() — method, class feathers.controls.SimpleScrollBar
Creates and adds the thumb sub-component and removes the old instance, if one exists.
createThumb() — method, class feathers.controls.Slider
Creates and adds the thumb sub-component and removes the old instance, if one exists.
createThumb() — method, class feathers.controls.ToggleSwitch
Creates and adds the thumb sub-component and removes the old instance, if one exists.
createTitle() — method, class feathers.controls.Header
Creates and adds the titleTextRenderer sub-component and removes the old instance, if one exists.
createVolumeSlider() — method, class feathers.media.MuteToggleButton
Creates and adds the list sub-component and removes the old instance, if one exists.
createWhiteFadeTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.ColorFade
Creates a transition function for a screen navigator that hides the old screen as a solid white color fades in over it.
createWipeDownTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Wipe
Creates a transition function for a screen navigator that wipes the old screen down, animating the y and height properties of a clipRect, to reveal the new screen under it.
createWipeLeftTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Wipe
Creates a transition function for a screen navigator that wipes the old screen out of view to the left, animating the width property of a clipRect, to reveal the new screen under it.
createWipeRightTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Wipe
Creates a transition function for a screen navigator that wipes the old screen out of view to the right, animating the x and width properties of a clipRect, to reveal the new screen under it.
createWipeUpTransition(duration:Number, ease:Object, tweenProperties:Object) — Static Method , class feathers.motion.Wipe
Creates a transition function for a screen navigator that wipes the old screen up, animating the height property of a clipRect, to reveal the new screen under it.
creationComplete — Event, class feathers.core.FeathersControl
Dispatched after the component has validated for the first time.
creationComplete — Event, interface feathers.core.IFeathersControl
Dispatched after the component has validated for the first time.
CREATION_COMPLETE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.CREATION_COMPLETE event type is meant to be used when an IFeathersControl has finished validating for the first time.
Cube — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that positions a display object in 3D space as if it is on a side of a cube, and the cube may rotate up or down around the x-axis, or it may rotate left or right around the y-axis..
currentBackground — Property, class feathers.controls.TextInput
The currently selected background, based on state.
currentIcon — Property, class feathers.controls.Button
The currently visible icon.
currentIcon — Property, class feathers.controls.TextInput
The currently visible icon.
currentSkin — Property, class feathers.controls.Button
The currently visible skin.
currentState — Property, class feathers.controls.Button
The current touch state of the button.
currentState — Property, class feathers.controls.TextArea
The current state of the input.
currentState — Property, class feathers.controls.TextInput
The current state of the input.
currentTime — Property, class feathers.media.BaseTimedMediaPlayer
The current position of the playhead, in seconds.
currentTime — Property, interface feathers.media.ITimedMediaPlayer
The current position of the playhead, in seconds.
currentTimeChange — Event, class feathers.media.BaseTimedMediaPlayer
Dispatched when the media player's current playhead time changes.
currentTimeChange — Event, interface feathers.media.ITimedMediaPlayer
Dispatched when the media player's current playhead time changes.
CURRENT_TIME_CHANGE — Constant Static Property, class feathers.events.MediaPlayerEventType
Dispatched when a media player's current playhead time changes.
cursorSkin — Property, class feathers.controls.text.BitmapFontTextEditor
cursorSkin — Property, class feathers.controls.text.TextBlockTextEditor
customButtonGroupName — Property, class feathers.controls.Alert
DEPRECATED: Replaced by customButtonGroupStyleName.
customButtonGroupStyleName — Property, class feathers.controls.Alert
A style name to add to the alert's button group sub-component.
customButtonName — Property, class feathers.controls.ButtonGroup
DEPRECATED: Replaced by customButtonStyleName.
customButtonName — Property, class feathers.controls.PickerList
DEPRECATED: Replaced by customButtonStyleName.
customButtonStyleName — Property, class feathers.controls.ButtonGroup
A style name to add to all buttons in this button group.
customButtonStyleName — Property, class feathers.controls.PickerList
A style name to add to the picker list's button sub-component.
customDecrementButtonName — Property, class feathers.controls.NumericStepper
DEPRECATED: Replaced by customDecrementButtonStyleName.
customDecrementButtonName — Property, class feathers.controls.ScrollBar
DEPRECATED: Replaced by customDecrementButtonStyleName.
customDecrementButtonStyleName — Property, class feathers.controls.NumericStepper
A style name to add to the numeric stepper's decrement button sub-component.
customDecrementButtonStyleName — Property, class feathers.controls.ScrollBar
A style name to add to the scroll bar's decrement button sub-component.
customFirstButtonName — Property, class feathers.controls.ButtonGroup
DEPRECATED: Replaced by customFirstButtonStyleName.
customFirstButtonStyleName — Property, class feathers.controls.ButtonGroup
A style name to add to the first button in this button group.
customFirstItemRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all item renderers in this grouped list that are the first item in a group.
customFirstTabName — Property, class feathers.controls.TabBar
DEPRECATED: Replaced by customFirstTabStyleName.
customFirstTabStyleName — Property, class feathers.controls.TabBar
A style name to add to the first tab in this tab bar.
customFooterName — Property, class feathers.controls.Panel
DEPRECATED: Replaced by customFooterStyleName.
customFooterRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all footer renderers in this grouped list.
customFooterStyleName — Property, class feathers.controls.Panel
A style name to add to the panel's footer sub-component.
customHeaderName — Property, class feathers.controls.Panel
DEPRECATED: Replaced by customHeaderStyleName.
customHeaderRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all header renderers in this grouped list.
customHeaderStyleName — Property, class feathers.controls.Panel
A style name to add to the panel's header sub-component.
customHorizontalScrollBarName — Property, class feathers.controls.Scroller
DEPRECATED: Replaced by customHorizontalScrollBarName.
customHorizontalScrollBarStyleName — Property, class feathers.controls.Scroller
A style name to add to the container's horizontal scroll bar sub-component.
customIncrementButtonName — Property, class feathers.controls.NumericStepper
DEPRECATED: Replaced by customIncrementButtonStyleName.
customIncrementButtonName — Property, class feathers.controls.ScrollBar
DEPRECATED: Replaced by customIncrementButtonStyleName.
customIncrementButtonStyleName — Property, class feathers.controls.NumericStepper
A style name to add to the numeric stepper's increment button sub-component.
customIncrementButtonStyleName — Property, class feathers.controls.ScrollBar
A style name to add to the scroll bar's increment button sub-component.
customItemRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all item renderers in this list.
customItemRendererStyleName — Property, class feathers.controls.List
A style name to add to all item renderers in this list.
customLastButtonName — Property, class feathers.controls.ButtonGroup
DEPRECATED: Replaced by customLastButtonStyleName.
customLastButtonStyleName — Property, class feathers.controls.ButtonGroup
A style name to add to the last button in this button group.
customLastItemRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all item renderers in this grouped list that are the last item in a group.
customLastTabName — Property, class feathers.controls.TabBar
DEPRECATED: Replaced by customLastTabStyleName.
customLastTabStyleName — Property, class feathers.controls.TabBar
A style name to add to the last tab in this tab bar.
customListName — Property, class feathers.controls.PickerList
DEPRECATED: Replaced by customListStyleName.
customListStyleName — Property, class feathers.controls.AutoComplete
A style name to add to the list sub-component of the AutoComplete.
customListStyleName — Property, class feathers.controls.PickerList
A style name to add to the picker list's list sub-component.
customMaximumTrackName — Property, class feathers.controls.ScrollBar
DEPRECATED: Replaced by customMaximumTrackStyleName.
customMaximumTrackName — Property, class feathers.controls.Slider
DEPRECATED: Replaced by customMaximumTrackStyleName.
customMaximumTrackStyleName — Property, class feathers.controls.ScrollBar
A style name to add to the scroll bar's maximum track sub-component.
customMaximumTrackStyleName — Property, class feathers.controls.Slider
A style name to add to the slider's maximum track sub-component.
customMessageStyleName — Property, class feathers.controls.Alert
A style name to add to the alert's message text renderer sub-component.
customMinimumTrackName — Property, class feathers.controls.ScrollBar
DEPRECATED: Replaced by customMinimumTrackStyleName.
customMinimumTrackName — Property, class feathers.controls.Slider
DEPRECATED: Replaced by customMinimumTrackStyleName.
customMinimumTrackStyleName — Property, class feathers.controls.ScrollBar
A style name to add to the scroll bar's minimum track sub-component.
customMinimumTrackStyleName — Property, class feathers.controls.Slider
A style name to add to the slider's minimum track sub-component.
customOffTrackName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by customOffTrackStyleName.
customOffTrackStyleName — Property, class feathers.controls.ToggleSwitch
A style name to add to the toggle switch's off track sub-component.
customOnTrackName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by customOnTrackStyleName.
customOnTrackStyleName — Property, class feathers.controls.ToggleSwitch
A style name to add to the toggle switch's on track sub-component.
customSingleItemRendererStyleName — Property, class feathers.controls.GroupedList
A style name to add to all item renderers in this grouped list that are a single item in a group with no other items.
customTabName — Property, class feathers.controls.TabBar
DEPRECATED: Replaced by customTabStyleName.
customTabStyleName — Property, class feathers.controls.TabBar
A style name to add to all tabs in this tab bar.
customTextInputName — Property, class feathers.controls.NumericStepper
DEPRECATED: Replaced by customTextInputStyleName.
customTextInputStyleName — Property, class feathers.controls.NumericStepper
A style name to add to the numeric stepper's text input sub-component.
customThumbName — Property, class feathers.controls.ScrollBar
DEPRECATED: Replaced by customThumbStyleName.
customThumbName — Property, class feathers.controls.SimpleScrollBar
DEPRECATED: Replaced by customThumbStyleName.
customThumbName — Property, class feathers.controls.Slider
DEPRECATED: Replaced by customThumbStyleName.
customThumbName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by customThumbStyleName.
customThumbStyleName — Property, class feathers.controls.ScrollBar
A style name to add to the scroll bar's thumb sub-component.
customThumbStyleName — Property, class feathers.controls.SimpleScrollBar
A style name to add to the scroll bar's thumb sub-component.
customThumbStyleName — Property, class feathers.controls.Slider
A style name to add to the slider's thumb sub-component.
customThumbStyleName — Property, class feathers.controls.ToggleSwitch
A style name to add to the toggle switch's thumb sub-component.
customVerticalScrollBarName — Property, class feathers.controls.Scroller
DEPRECATED: Replaced by customVerticalScrollBarStyleName.
customVerticalScrollBarStyleName — Property, class feathers.controls.Scroller
A style name to add to the container's vertical scroll bar sub-component.
customVolumeSliderStyleName — Property, class feathers.media.MuteToggleButton
A style name to add to the button's volume slider sub-component.
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