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  
backButtonHandler — Property, class feathers.controls.PanelScreen
Optional callback for the back hardware key.
backButtonHandler — Property, class feathers.controls.Screen
Optional callback for the back hardware key.
backButtonHandler — Property, class feathers.controls.ScrollScreen
Optional callback for the back hardware key.
background — Property, class feathers.controls.ScrollText
Specifies whether the text field has a background fill.
background — Property, class feathers.controls.text.TextFieldTextEditor
Specifies whether the text field has a background fill.
background — Property, class feathers.controls.text.TextFieldTextRenderer
Specifies whether the text field has a background fill.
backgroundColor — Property, class feathers.controls.ScrollText
The color of the text field background that is displayed if the background property is set to true.
backgroundColor — Property, class feathers.controls.text.TextFieldTextEditor
The color of the text field background that is displayed if the background property is set to true.
backgroundColor — Property, class feathers.controls.text.TextFieldTextRenderer
The color of the text field background that is displayed if the background property is set to true.
backgroundDisabledSkin — Property, class feathers.controls.Header
A background to display when the header is disabled.
backgroundDisabledSkin — Property, class feathers.controls.Label
A background to display when the label is disabled.
backgroundDisabledSkin — Property, class feathers.controls.LayoutGroup
The background to display behind all content when the layout group is disabled.
backgroundDisabledSkin — Property, class feathers.controls.ProgressBar
A background to display when the progress bar is disabled.
backgroundDisabledSkin — Property, class feathers.controls.Scroller
A background to display when the container is disabled.
backgroundDisabledSkin — Property, class feathers.controls.TextInput
The skin used for the input's disabled state.
backgroundDisabledSkin — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A background to display when the component is disabled.
backgroundEnabledSkin — Property, class feathers.controls.TextInput
The skin used for the input's enabled state.
backgroundFocusedSkin — Property, class feathers.controls.TextArea
A display object displayed behind the text area's content when it has focus.
backgroundFocusedSkin — Property, class feathers.controls.TextInput
The skin used for the input's focused state.
backgroundSkin — Property, class feathers.controls.Callout
The primary background to display.
backgroundSkin — Property, class feathers.controls.Header
A display object displayed behind the header's content.
backgroundSkin — Property, class feathers.controls.Label
The default background to display behind the label's text.
backgroundSkin — Property, class feathers.controls.LayoutGroup
The default background to display behind all content.
backgroundSkin — Property, class feathers.controls.ProgressBar
The primary background to display.
backgroundSkin — Property, class feathers.controls.Scroller
The default background to display.
backgroundSkin — Property, class feathers.controls.TextInput
The skin used when no other skin is defined for the current state.
backgroundSkin — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
A background to behind the component's content.
barCount — Property, class feathers.media.SpectrumBarGraphVisualizer
The number of bars displayed by the visualizer.
base — Property, interface feathers.core.IFeathersDisplayObject
The top-most object of the display tree that the display object is connected to.
BaseDefaultItemRenderer — class, package feathers.controls.renderers
An abstract class for item renderer implementations.
BaseDefaultItemRenderer() — Constructor, class feathers.controls.renderers.BaseDefaultItemRenderer
Constructor.
baseline — Property, class feathers.controls.Label
The baseline measurement of the text, in pixels.
baseline — Property, class feathers.controls.TextInput
The baseline measurement of the text, in pixels.
baseline — Property, class feathers.controls.text.BitmapFontTextRenderer
Returns the text baseline measurement, in pixels.
baseline — Property, class feathers.controls.text.StageTextTextEditor
Returns the text baseline measurement, in pixels.
baseline — Property, class feathers.controls.text.TextBlockTextRenderer
Returns the text baseline measurement, in pixels.
baseline — Property, class feathers.controls.text.TextFieldTextEditor
Returns the text baseline measurement, in pixels.
baseline — Property, class feathers.controls.text.TextFieldTextRenderer
Returns the text baseline measurement, in pixels.
baseline — Property, interface feathers.core.ITextBaselineControl
Returns the text baseline measurement, in pixels.
baselineFontDescription — Property, class feathers.controls.text.TextBlockTextRenderer
The font used to determine the baselines for all the lines created from the block, independent of their content.
baselineFontSize — Property, class feathers.controls.text.TextBlockTextRenderer
The font size used to calculate the baselines for the lines created from the block.
baselineZero — Property, class feathers.controls.text.TextBlockTextRenderer
Specifies which baseline is at y=0 for lines created from this block.
BaseMediaPlayer — class, package feathers.media
An abstract superclass for media players that should implement the feathers.media.IMediaPlayer interface.
BaseMediaPlayer() — Constructor, class feathers.media.BaseMediaPlayer
Constructor.
BaseScreenNavigator — class, package feathers.controls.supportClasses
A base class for screen navigator components that isn't meant to be instantiated directly.
BaseScreenNavigator() — Constructor, class feathers.controls.supportClasses.BaseScreenNavigator
Constructor.
BaseTimedMediaPlayer — class, package feathers.media
An abstract superclass for media players that should implement the feathers.media.ITimedMediaPlayer interface.
BaseTimedMediaPlayer() — Constructor, class feathers.media.BaseTimedMediaPlayer
Constructor.
beforeVirtualizedItemCount — Property, class feathers.layout.HorizontalLayout
Used internally by a component, such as List, to set the number of virtualized items that appear before the items passed to layout().
beforeVirtualizedItemCount — Property, class feathers.layout.HorizontalSpinnerLayout
Used internally by a component, such as List, to set the number of virtualized items that appear before the items passed to layout().
beforeVirtualizedItemCount — Property, interface feathers.layout.ITrimmedVirtualLayout
Used internally by a component, such as List, to set the number of virtualized items that appear before the items passed to layout().
beforeVirtualizedItemCount — Property, class feathers.layout.VerticalLayout
Used internally by a component, such as List, to set the number of virtualized items that appear before the items passed to layout().
beforeVirtualizedItemCount — Property, class feathers.layout.VerticalSpinnerLayout
Used internally by a component, such as List, to set the number of virtualized items that appear before the items passed to layout().
beginInteraction — Event, class feathers.controls.Drawers
Dispatched when the user starts dragging the content to open or close a drawer.
beginInteraction — Event, class feathers.controls.ScrollBar
Dispatched when the user starts interacting with the scroll bar's thumb, track, or buttons.
beginInteraction — Event, class feathers.controls.Scroller
Dispatched when the user starts dragging the scroller when INTERACTION_MODE_TOUCH is enabled or when the user starts interacting with the scroll bar.
beginInteraction — Event, class feathers.controls.SimpleScrollBar
Dispatched when the user starts dragging the scroll bar's thumb.
beginInteraction — Event, class feathers.controls.Slider
Dispatched when the user starts dragging the slider's thumb or track.
BEGIN_INTERACTION — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.BEGIN_INTERACTION event type is used by many UI controls where a drag or other interaction happens over time.
bidiLevel — Property, class feathers.controls.text.TextBlockTextRenderer
Specifies the bidirectional paragraph embedding level of the text block.
BitmapFontTextEditor — class, package feathers.controls.text
Renders text using starling.text.BitmapFont that may be edited at runtime by the user.
BitmapFontTextEditor() — Constructor, class feathers.controls.text.BitmapFontTextEditor
Constructor.
BitmapFontTextFormat — class, package feathers.text
Customizes a bitmap font for use by a BitmapFontTextRenderer.
BitmapFontTextFormat(font:Object, size:Number, color:uint, align:String) — Constructor, class feathers.text.BitmapFontTextFormat
Constructor.
BitmapFontTextRenderer — class, package feathers.controls.text
Renders text using starling.text.BitmapFont.
BitmapFontTextRenderer() — Constructor, class feathers.controls.text.BitmapFontTextRenderer
Constructor.
blendMode — Property, interface feathers.core.IFeathersDisplayObject
The blend mode used when rendering the display object.
border — Property, class feathers.controls.ScrollText
Specifies whether the text field has a border.
border — Property, class feathers.controls.text.TextFieldTextEditor
Specifies whether the text field has a border.
border — Property, class feathers.controls.text.TextFieldTextRenderer
Specifies whether the text field has a border.
borderColor — Property, class feathers.controls.ScrollText
The color of the text field border that is displayed if the border property is set to true.
borderColor — Property, class feathers.controls.text.TextFieldTextEditor
The color of the text field border that is displayed if the border property is set to true.
borderColor — Property, class feathers.controls.text.TextFieldTextRenderer
The color of the text field border that is displayed if the border property is set to true.
bottom — Property, class feathers.layout.AnchorLayoutData
The position, in pixels, of the bottom edge relative to the bottom anchor, or, if there is no bottom anchor, then the position is relative to the bottom edge of the parent container.
bottomAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData
The bottom edge of the layout object will be relative to this anchor.
bottomArrowGap — Property, class feathers.controls.Callout
The space, in pixels, between the bottom arrow skin and the background skin.
bottomArrowSkin — Property, class feathers.controls.Callout
The arrow skin to display on the bottom edge of the callout.
bottomCenter — Property, class feathers.textures.Scale9Textures
The texture for the region in the bottom center.
bottomDrawer — Property, class feathers.controls.Drawers
The drawer that appears below the primary content.
bottomDrawerDockMode — Property, class feathers.controls.Drawers
Determines if the bottom drawer is docked in all, some, or no stage orientations.
bottomDrawerToggleEventType — Property, class feathers.controls.Drawers
When this event is dispatched by the content event dispatcher, the bottom drawer will toggle open and closed.
bottomLeft — Property, class feathers.textures.Scale9Textures
The texture for the region in the bottom left.
bottomRight — Property, class feathers.textures.Scale9Textures
The texture for the region in the bottom right.
bounds — Property, interface feathers.core.IFeathersDisplayObject
The bounds of the display object in its local coordinate space.
button — Property, class feathers.controls.PickerList
The button sub-component.
Button — class, package feathers.controls
A push button control that may be triggered when pressed and released.
Button() — Constructor, class feathers.controls.Button
Constructor.
buttonFactory — Property, class feathers.controls.ButtonGroup
Creates a new button.
buttonFactory — Property, class feathers.controls.PickerList
A function used to generate the picker list's button sub-component.
buttonGap — Property, class feathers.controls.NumericStepper
The gap, in pixels, between the numeric stepper's increment and decrement buttons when they are both positioned on the same side.
ButtonGroup — class, package feathers.controls
A set of related buttons with layout, customized using a data provider.
ButtonGroup() — Constructor, class feathers.controls.ButtonGroup
Constructor.
buttonGroupFactory — Property, class feathers.controls.Alert
A function used to generate the alerts's button group sub-component.
buttonGroupFooter — Property, class feathers.controls.Alert
The button group sub-component.
buttonGroupProperties — Property, class feathers.controls.Alert
An object that stores properties for the alert's button group sub-component, and the properties will be passed down to the button group when the alert validates.
buttonInitializer — Property, class feathers.controls.ButtonGroup
Modifies a button, perhaps by changing its label and icons, based on the item from the data provider that the button is meant to represent.
buttonLayoutMode — Property, class feathers.controls.NumericStepper
How the buttons are positioned relative to the text input.
BUTTON_LAYOUT_MODE_RIGHT_SIDE_VERTICAL — Constant Static Property, class feathers.controls.NumericStepper
Both the decrement and increment button will be placed on the right side of the text input.
BUTTON_LAYOUT_MODE_SPLIT_HORIZONTAL — Constant Static Property, class feathers.controls.NumericStepper
The decrement button will be placed on the left side of the text input and the increment button will be placed on the right side of the text input.
BUTTON_LAYOUT_MODE_SPLIT_VERTICAL — Constant Static Property, class feathers.controls.NumericStepper
The decrement button will be placed below the text input and the increment button will be placed above the text input.
buttonName — Property, class feathers.controls.ButtonGroup
DEPRECATED: Replaced by buttonStyleName.
buttonName — Property, class feathers.controls.PickerList
DEPRECATED: Replaced by buttonStyleName.
buttonProperties — Property, class feathers.controls.ButtonGroup
An object that stores properties for all of the button group's buttons, and the properties will be passed down to every button when the button group validates.
buttonProperties — Property, class feathers.controls.PickerList
An object that stores properties for the picker's button sub-component, and the properties will be passed down to the button when the picker validates.
buttonsDataProvider — Property, class feathers.controls.Alert
The data provider of the alert's ButtonGroup.
buttonStyleName — Property, class feathers.controls.ButtonGroup
The value added to the styleNameList of the buttons.
buttonStyleName — Property, class feathers.controls.PickerList
The default value added to the styleNameList of the button.
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