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  
offLabelFactory — Property, class feathers.controls.ToggleSwitch
A function used to instantiate the toggle switch's off label text renderer sub-component.
offLabelName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by offLabelStyleName.
offLabelProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "off" label text renderer, and the properties will be passed down to the text renderer when the toggle switch validates.
offLabelStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off label text renderer.
offText — Property, class feathers.controls.ToggleSwitch
The text to display in the OFF label.
offTextRenderer — Property, class feathers.controls.ToggleSwitch
The "off" text renderer sub-component.
offTrack — Property, class feathers.controls.ToggleSwitch
The "off" track sub-component.
offTrackFactory — Property, class feathers.controls.ToggleSwitch
A function used to generate the toggle switch's "off" track sub-component.
offTrackName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by offTrackStyleName.
offTrackProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "off" track, and the properties will be passed down to the "off" track when the toggle switch validates.
offTrackStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off track.
OldFadeNewSlideTransitionManager — class, package feathers.motion.transitions
A transition for ScreenNavigator that fades out the old screen and slides in the new screen from an edge.
OldFadeNewSlideTransitionManager(navigator:feathers.controls:ScreenNavigator, quickStackScreenClass:Class, quickStackScreenID:String) — Constructor, class feathers.motion.transitions.OldFadeNewSlideTransitionManager
Constructor.
onLabelFactory — Property, class feathers.controls.ToggleSwitch
A function used to instantiate the toggle switch's on label text renderer sub-component.
onLabelName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by onLabelStyleName.
onLabelProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "on" label text renderer, and the properties will be passed down to the text renderer when the toggle switch validates.
onLabelStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the off label text renderer.
onText — Property, class feathers.controls.ToggleSwitch
The text to display in the ON label.
onTextRenderer — Property, class feathers.controls.ToggleSwitch
The "on" text renderer sub-component.
onTrack — Property, class feathers.controls.ToggleSwitch
The "on" track sub-component.
onTrackFactory — Property, class feathers.controls.ToggleSwitch
A function used to generate the toggle switch's "on" track sub-component.
onTrackName — Property, class feathers.controls.ToggleSwitch
DEPRECATED: Replaced by onTrackStyleName.
onTrackProperties — Property, class feathers.controls.ToggleSwitch
An object that stores properties for the toggle switch's "on" track, and the properties will be passed down to the "on" track when the toggle switch validates.
onTrackStyleName — Property, class feathers.controls.ToggleSwitch
The value added to the styleNameList of the on track.
onTransition(oldScreen:starling.display:DisplayObject, newScreen:starling.display:DisplayObject, onComplete:Function) — method, class feathers.motion.transitions.OldFadeNewSlideTransitionManager
The function passed to the transition property of the ScreenNavigator.
onTransition(oldScreen:starling.display:DisplayObject, newScreen:starling.display:DisplayObject, onComplete:Function) — method, class feathers.motion.transitions.ScreenFadeTransitionManager
The function passed to the transition property of the ScreenNavigator.
onTransition(oldScreen:starling.display:DisplayObject, newScreen:starling.display:DisplayObject, onComplete:Function) — method, class feathers.motion.transitions.ScreenSlidingStackTransitionManager
The function passed to the transition property of the ScreenNavigator.
onTransition(oldScreen:starling.display:DisplayObject, newScreen:starling.display:DisplayObject, onComplete:Function) — method, class feathers.motion.transitions.TabBarSlideTransitionManager
The function passed to the transition property of the ScreenNavigator.
open — Event, class feathers.controls.AutoComplete
Dispatched when the pop-up list is opened.
open — Event, class feathers.controls.Drawers
Dispatched when a drawer has completed opening.
open — Event, class feathers.controls.PickerList
Dispatched when the pop-up list is opened.
open — Event, class feathers.controls.popups.CalloutPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.CalloutPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.controls.popups.DropDownPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.DropDownPopUpContentManager
Displays the pop-up content.
open — Event, interface feathers.controls.popups.IPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, interface feathers.controls.popups.IPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Dispatched when the pop-up content opens.
open(content:starling.display:DisplayObject, source:starling.display:DisplayObject) — method, class feathers.controls.popups.VerticalCenteredPopUpContentManager
Displays the pop-up content.
open — Event, class feathers.media.MuteToggleButton
Dispatched when the pop-up volume slider is opened.
openGesture — Property, class feathers.controls.Drawers
An optional touch gesture used to open a drawer.
OPEN_GESTURE_DRAG_CONTENT — Constant Static Property, class feathers.controls.Drawers
A drawer will open by dragging the content from any location in the appropriate direction.
OPEN_GESTURE_DRAG_CONTENT_EDGE — Constant Static Property, class feathers.controls.Drawers
A drawer will open by dragging the content starting from a certain physical distance (in inches) from the nearest edge of the content.
openGestureEdgeSize — Property, class feathers.controls.Drawers
The minimum physical distance (in inches) that a touch must move before a drag gesture begins.
OPEN_GESTURE_NONE — Constant Static Property, class feathers.controls.Drawers
The drawers container will only open using the toggle event types dispatched by the content.
openList() — method, class feathers.controls.AutoComplete
Opens the pop-up list, if it isn't already open.
openList() — method, class feathers.controls.PickerList
Opens the pop-up list, if it isn't already open.
openOrCloseDuration — Property, class feathers.controls.Drawers
The duration, in seconds, of the animation when a drawer opens or closes.
openOrCloseEase — Property, class feathers.controls.Drawers
The easing function used for opening or closing the drawers.
openPopUp() — method, class feathers.media.MuteToggleButton
Opens the pop-up list, if it isn't already open.
origin — Property, class feathers.controls.Callout
A callout may be positioned relative to another display object, known as the callout's origin.
originalSourceHeight — Property, class feathers.controls.ImageLoader
The original height of the source content, in pixels.
originalSourceWidth — Property, class feathers.controls.ImageLoader
The original width of the source content, in pixels.
originalStyleProvider — Property, class feathers.skins.AddOnFunctionStyleProvider
The addOnFunction will be called after the original style provider applies its styles.
outerPadding — Property, class feathers.controls.Panel
Quickly sets all outer padding properties to the same value.
outerPaddingBottom — Property, class feathers.controls.Panel
The minimum space, in pixels, between the panel's bottom edge and the panel's footer.
outerPaddingLeft — Property, class feathers.controls.Panel
The minimum space, in pixels, between the panel's left edge and the panel's header, middle content, and footer.
outerPaddingRight — Property, class feathers.controls.Panel
The minimum space, in pixels, between the panel's right edge and the panel's header, middle content, and footer.
outerPaddingTop — Property, class feathers.controls.Panel
The minimum space, in pixels, between the panel's top edge and the panel's header.
overlayFactory — Static Property, class feathers.controls.Alert
Returns an overlay to display with a alert that is modal.
overlayFactory — Property, class feathers.controls.popups.DropDownPopUpContentManager
If isModal is true, this function may be used to customize the modal overlay displayed by the pop-up manager.
overlayFactory — Property, class feathers.core.DefaultPopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlayFactory — Property, interface feathers.core.IPopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlayFactory — Static Property, class feathers.core.PopUpManager
A function that returns a display object to use as an overlay for modal pop-ups.
overlaySkin — Property, class feathers.controls.Drawers
An optional display object that appears above the content when a drawer is open.
owner — Property, interface feathers.controls.IScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.PanelScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.Screen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.ScrollScreen
The screen navigator that is currently displaying this screen.
owner — Property, class feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer
The grouped list that contains this header or footer renderer.
owner — Property, class feathers.controls.renderers.DefaultGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, class feathers.controls.renderers.DefaultListItemRenderer
The list that contains this item renderer.
owner — Property, interface feathers.controls.renderers.IGroupedListHeaderOrFooterRenderer
The grouped list that contains this header or footer renderer.
owner — Property, interface feathers.controls.renderers.IGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, interface feathers.controls.renderers.IListItemRenderer
The list that contains this item renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupGroupedListHeaderOrFooterRenderer
The grouped list that contains this header or footer renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupGroupedListItemRenderer
The grouped list that contains this item renderer.
owner — Property, class feathers.controls.renderers.LayoutGroupListItemRenderer
The list that contains this item renderer.
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