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  
Scale3Image — class, package feathers.display
Scales an image like a "pill" shape with three regions, either horizontally or vertically.
Scale3Image(textures:feathers.textures:Scale3Textures, textureScale:Number) — Constructor, class feathers.display.Scale3Image
Constructor.
Scale3Textures — final class, package feathers.textures
Slices a Starling Texture into three regions to be used by Scale3Image.
Scale3Textures(texture:starling.textures:Texture, firstRegionSize:Number, secondRegionSize:Number, direction:String) — Constructor, class feathers.textures.Scale3Textures
Constructor.
scale3TextureValueTypeHandler(value:feathers.textures:Scale3Textures, oldDisplayObject:starling.display:DisplayObject) — Static Method , class feathers.skins.SmartDisplayObjectStateValueSelector
The value type handler for type feathers.textures.Scale3Textures.
scale9Grid — Property, class feathers.textures.Scale9Textures
The grid representing the nine sub-regions of the texture.
Scale9Image — class, package feathers.display
Scales an image with nine regions to maintain the aspect ratio of the corners regions.
Scale9Image(textures:feathers.textures:Scale9Textures, textureScale:Number) — Constructor, class feathers.display.Scale9Image
Constructor.
Scale9ImageStateValueSelector — class, package feathers.skins
Values for each state are Scale9Textures instances, and the manager attempts to reuse the existing Scale9Image instance that is passed in to getValueForState() as the old value by swapping the textures.
Scale9ImageStateValueSelector() — Constructor, class feathers.skins.Scale9ImageStateValueSelector
Constructor.
Scale9Textures — final class, package feathers.textures
Slices a Starling Texture into nine regions to be used by Scale9Image.
Scale9Textures(texture:starling.textures:Texture, scale9Grid:flash.geom:Rectangle) — Constructor, class feathers.textures.Scale9Textures
Constructor.
scale9TextureValueTypeHandler(value:feathers.textures:Scale9Textures, oldDisplayObject:starling.display:DisplayObject) — Static Method , class feathers.skins.SmartDisplayObjectStateValueSelector
The value type handler for type feathers.textures.Scale9Textures.
scaleContent — Property, class feathers.controls.ImageLoader
Determines if the content will be scaled if the dimensions of the ImageLoader are changed.
scaleMode — Property, class feathers.controls.ImageLoader
Determines how the texture is scaled if scaleContent and maintainAspectRatio are both set to true.
scaleWhenDown — Property, class feathers.controls.Button
The button renders at this scale in the down state.
scaleWhenHovering — Property, class feathers.controls.Button
The button renders at this scale in the hover state.
scaleX — Property, interface feathers.core.IFeathersDisplayObject
This horizontal scale factor.
scaleY — Property, interface feathers.core.IFeathersDisplayObject
The vertical scale factor.
screen — Property, class feathers.controls.ScreenNavigatorItem
The screen to be displayed by the ScreenNavigator.
screen — Property, class feathers.controls.StackScreenNavigatorItem
The screen to be displayed by the ScreenNavigator.
Screen — class, package feathers.controls
A basic screen to be displayed by ScreenNavigator.
Screen() — Constructor, class feathers.controls.Screen
Constructor.
ScreenDensityScaleFactorManager — class, package feathers.utils
Automatically manages the Starling view port and stage dimensions to create an appropriate contentScaleFactor value for the current mobile device using the screen density (sometimes referred to as DPI or PPI).
ScreenDensityScaleFactorManager(starling:starling.core:Starling) — Constructor, class feathers.utils.ScreenDensityScaleFactorManager
Constructor.
ScreenFadeTransitionManager — class, package feathers.motion.transitions
A transition for ScreenNavigator that fades out the old screen and fades in the new screen.
ScreenFadeTransitionManager(navigator:feathers.controls:ScreenNavigator) — Constructor, class feathers.motion.transitions.ScreenFadeTransitionManager
Constructor.
screenID — Property, interface feathers.controls.IScreen
The identifier for the screen.
screenID — Property, class feathers.controls.PanelScreen
The identifier for the screen.
screenID — Property, class feathers.controls.Screen
The identifier for the screen.
screenID — Property, class feathers.controls.ScrollScreen
The identifier for the screen.
screenInchesX(stage:flash.display:Stage) — Static Method , class feathers.system.DeviceCapabilities
The physical width of the device, in inches.
screenInchesY(stage:flash.display:Stage) — Static Method , class feathers.system.DeviceCapabilities
The physical height of the device, in inches.
ScreenNavigator — class, package feathers.controls
A "view stack"-like container that supports navigation between screens (any display object) through events.
ScreenNavigator() — Constructor, class feathers.controls.ScreenNavigator
Constructor.
SCREEN_NAVIGATOR_CONTENT_EVENT_DISPATCHER_FIELD — Constant Static Property, class feathers.controls.Drawers
The field used to access the "content event dispatcher" of a ScreenNavigator component, which happens to be the currently active screen.
ScreenNavigatorItem — class, package feathers.controls
Data for an individual screen that will be displayed by a ScreenNavigator component.
ScreenNavigatorItem(screen:Object, events:Object, properties:Object) — Constructor, class feathers.controls.ScreenNavigatorItem
Constructor.
screenPixelHeight — Static Property, class feathers.system.DeviceCapabilities
A custom height, in pixels, to use for calculations of the device's physical screen size.
screenPixelWidth — Static Property, class feathers.system.DeviceCapabilities
A custom width, in pixels, to use for calculations of the device's physical screen size.
ScreenSlidingStackTransitionManager — class, package feathers.motion.transitions
A transition for ScreenNavigator that slides out the old screen and slides in the new screen at the same time.
ScreenSlidingStackTransitionManager(navigator:feathers.controls:ScreenNavigator, quickStackScreenClass:Class, quickStackScreenID:String) — Constructor, class feathers.motion.transitions.ScreenSlidingStackTransitionManager
Constructor.
scroll — Event, class feathers.controls.Scroller
Dispatched when the scroller scrolls in either direction or when the view port's scrolling bounds have changed.
scroll — Event, class feathers.layout.HorizontalLayout
Dispatched when the layout would like to adjust the container's scroll position.
scroll — Event, interface feathers.layout.IVariableVirtualLayout
Dispatched when the layout would like to adjust the container's scroll position.
scroll — Event, class feathers.layout.VerticalLayout
Dispatched when the layout would like to adjust the container's scroll position.
ScrollBar — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over a physical range or by using step buttons.
ScrollBar() — Constructor, class feathers.controls.ScrollBar
Constructor.
scrollBarDisplayMode — Property, class feathers.controls.Scroller
Determines how the scroll bars are displayed.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.GroupedList
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.List
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.Panel
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.PanelScreen
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.ScrollContainer
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.ScrollScreen
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.ScrollText
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.Scroller
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED — Constant Static Property, class feathers.controls.TextArea
The scroll bars are always visible and appear next to the scroller's view port, making the view port smaller than the scroller.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.GroupedList
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.List
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.ScrollContainer
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.ScrollText
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.Scroller
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FIXED_FLOAT — Constant Static Property, class feathers.controls.TextArea
The scroll bars appear above the scroller's view port, overlapping the content, but they do not fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.GroupedList
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.List
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.Panel
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.PanelScreen
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.ScrollContainer
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.ScrollScreen
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.ScrollText
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.Scroller
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_FLOAT — Constant Static Property, class feathers.controls.TextArea
The scroll bars appear above the scroller's view port, overlapping the content, and they fade out when not in use.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.GroupedList
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.List
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.Panel
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.PanelScreen
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.ScrollContainer
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.ScrollScreen
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.ScrollText
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.Scroller
The scroll bars are never visible.
SCROLL_BAR_DISPLAY_MODE_NONE — Constant Static Property, class feathers.controls.TextArea
The scroll bars are never visible.
scrollComplete — Event, class feathers.controls.Scroller
Dispatched when the scroller finishes scrolling in either direction as a result of either user interaction or animation.
SCROLL_COMPLETE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SCROLL_COMPLETE event type is used when a control finishes scrolling in either direction as a result of either user interaction or animation.
ScrollContainer — class, package feathers.controls
A generic container that supports layout, scrolling, and a background skin.
ScrollContainer() — Constructor, class feathers.controls.ScrollContainer
Constructor.
Scroller — class, package feathers.controls
Allows horizontal and vertical scrolling of a view port.
Scroller() — Constructor, class feathers.controls.Scroller
Constructor.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.GroupedList
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.List
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.Panel
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.PanelScreen
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.ScrollContainer
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.ScrollScreen
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.ScrollText
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.Scroller
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_AUTO — Constant Static Property, class feathers.controls.TextArea
The scroller may scroll if the view port is larger than the scroller's bounds.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.GroupedList
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.List
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.Panel
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.PanelScreen
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.ScrollContainer
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.ScrollScreen
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.ScrollText
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.Scroller
The scroller does not scroll at all.
SCROLL_POLICY_OFF — Constant Static Property, class feathers.controls.TextArea
The scroller does not scroll at all.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.GroupedList
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.List
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.Panel
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.PanelScreen
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.ScrollContainer
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.ScrollScreen
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.ScrollText
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.Scroller
The scroller will always scroll.
SCROLL_POLICY_ON — Constant Static Property, class feathers.controls.TextArea
The scroller will always scroll.
scrollPositionHorizontalAlign — Property, class feathers.layout.HorizontalLayout
When the scroll position is calculated for an item, an attempt will be made to align the item to this position.
scrollPositionVerticalAlign — Property, class feathers.layout.VerticalLayout
When the scroll position is calculated for an item, an attempt will be made to align the item to this position.
ScrollScreen — class, package feathers.controls
A screen for use with ScreenNavigator, based on ScrollContainer in order to provide scrolling and layout.
ScrollScreen() — Constructor, class feathers.controls.ScrollScreen
Constructor.
scrollStart — Event, class feathers.controls.Scroller
Dispatched when the scroller starts scrolling in either direction as a result of either user interaction or animation.
SCROLL_START — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SCROLL_START event type is used when a control starts scrolling in either direction as a result of either user interaction or animation.
ScrollText — class, package feathers.controls
Displays long passages of text in a scrollable container using the runtime's software-based flash.text.TextField as an overlay above Starling content on the classic display list.
ScrollText() — Constructor, class feathers.controls.ScrollText
Constructor.
scrollToDisplayIndex(groupIndex:int, itemIndex:int, animationDuration:Number) — method, class feathers.controls.GroupedList
After the next validation, scrolls the list so that the specified item is visible.
scrollToDisplayIndex(index:int, animationDuration:Number) — method, class feathers.controls.List
Scrolls the list so that the specified item is visible.
scrollToPageIndex(horizontalPageIndex:int, verticalPageIndex:int, animationDuration:Number) — method, class feathers.controls.Scroller
After the next validation, animates the scroll position to a specific page index.
scrollToPosition(horizontalScrollPosition:Number, verticalScrollPosition:Number, animationDuration:Number) — method, class feathers.controls.Scroller
After the next validation, animates the scroll positions to a specific location.
scrollX — Property, class feathers.layout.ViewPortBounds
The horizontal scroll position of the view port, in pixels.
scrollY — Property, class feathers.layout.ViewPortBounds
The vertical scroll position of the view port, in pixels.
searchButtonHandler — Property, class feathers.controls.PanelScreen
Optional callback for the search hardware key.
searchButtonHandler — Property, class feathers.controls.Screen
Optional callback for the search hardware key.
searchButtonHandler — Property, class feathers.controls.ScrollScreen
Optional callback for the search hardware key.
second — Property, class feathers.textures.Scale3Textures
The texture for the second region.
secondRegionSize — Property, class feathers.textures.Scale3Textures
The size of the second region, in pixels.
securityError — Event, class feathers.controls.ImageLoader
Dispatched if a security error occurs while loading the source content.
securityError — Event, class feathers.media.SoundPlayer
Dispatched when the flash.media.Sound object dispatches flash.events.SecurityErrorEvent.SECURITY_ERROR.
seek(seconds:Number) — method, class feathers.media.BaseTimedMediaPlayer
Seeks the media content to a specific position, in seconds.
seek(seconds:Number) — method, interface feathers.media.ITimedMediaPlayer
Seeks the media content to a specific position, in seconds.
seekMedia(seconds:Number) — method, class feathers.media.BaseTimedMediaPlayer
Internal function that seeks the media content to a specific playhead time, in seconds.
SeekSlider — class, package feathers.media
A specialized slider that displays and controls the current position of the playhead of a media player.
SeekSlider() — Constructor, class feathers.media.SeekSlider
Constructor.
selectableField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that determines if the item renderer can be selected, if the list allows selection.
selectableFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to determine if a specific item is selectable.
selectedDisabledIcon — Property, class feathers.controls.ToggleButton
The icon used for the button's disabled state when the button is selected.
selectedDisabledLabelProperties — Property, class feathers.controls.ToggleButton
An object that stores properties for the button's label text renderer when the button is in the Button.STATE_DISABLED state (and the button's isSelected property is true), and the properties will be passed down to the label text renderer when the button validates.
selectedDisabledSkin — Property, class feathers.controls.ToggleButton
The skin used for the button's disabled state when the button is selected.
selectedDownIcon — Property, class feathers.controls.ToggleButton
The icon used for the button's down state when the button is selected.
selectedDownLabelProperties — Property, class feathers.controls.ToggleButton
An object that stores properties for the button's label text renderer when the button is in the Button.STATE_DOWN state (and the button's isSelected property is true), and the properties will be passed down to the label text renderer when the button validates.
selectedDownSkin — Property, class feathers.controls.ToggleButton
The skin used for the button's down state when the button is selected.
selectedGroupIndex — Property, class feathers.controls.GroupedList
The group index of the currently selected item.
selectedHoverIcon — Property, class feathers.controls.ToggleButton
The icon used for the button's hover state when the button is selected.
selectedHoverLabelProperties — Property, class feathers.controls.ToggleButton
An object that stores properties for the button's label text renderer when the button is in the Button.STATE_HOVER state (and the button's isSelected property is true), and the properties will be passed down to the label text renderer when the button validates.
selectedHoverSkin — Property, class feathers.controls.ToggleButton
The skin used for the button's hover state when the button is selected.
selectedIndex — Property, class feathers.controls.List
The index of the currently selected item.
selectedIndex — Property, class feathers.controls.PageIndicator
The currently selected index.
selectedIndex — Property, class feathers.controls.PickerList
The index of the currently selected item.
selectedIndex — Property, class feathers.controls.TabBar
The index of the currently selected tab.
selectedIndex — Property, class feathers.core.ToggleGroup
The index of the currently selected toggle.
selectedIndices — Property, class feathers.controls.List
The indices of the currently selected items.
selectedItem — Property, class feathers.controls.GroupedList
The currently selected item.
selectedItem — Property, class feathers.controls.List
The currently selected item.
selectedItem — Property, class feathers.controls.PickerList
The currently selected item.
selectedItem — Property, class feathers.controls.TabBar
The currently selected item from the data provider.
selectedItem — Property, class feathers.core.ToggleGroup
The currently selected toggle.
selectedItemIndex — Property, class feathers.controls.GroupedList
The item index of the currently selected item.
selectedItems — Property, class feathers.controls.List
The currently selected item.
selectedSymbolFactory — Property, class feathers.controls.PageIndicator
A function used to create a selected symbol.
selectedUpIcon — Property, class feathers.controls.ToggleButton
The icon used for the button's up state when the button is selected.
selectedUpLabelProperties — Property, class feathers.controls.ToggleButton
An object that stores properties for the button's label text renderer when the button is in the Button.STATE_UP state (and the button's isSelected property is true), and the properties will be passed down to the label text renderer when the button validates.
selectedUpSkin — Property, class feathers.controls.ToggleButton
The skin used for the button's up state when the button is selected.
selectionActiveIndex — Property, class feathers.text.StageTextField
selectionAnchorIndex — Property, class feathers.text.StageTextField
selectionBeginIndex — Property, class feathers.controls.TextInput
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.BitmapFontTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.StageTextTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, class feathers.controls.text.TextFieldTextEditor
The index of the first character of the selection.
selectionBeginIndex — Property, interface feathers.core.ITextEditor
The index of the first character of the selection.
selectionEndIndex — Property, class feathers.controls.TextInput
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.BitmapFontTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.StageTextTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.TextBlockTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, class feathers.controls.text.TextFieldTextEditor
The index of the last character of the selection.
selectionEndIndex — Property, interface feathers.core.ITextEditor
The index of the last character of the selection.
selectionOverlaySkin — Property, class feathers.controls.SpinnerList
An optional skin to display in the horizontal or vertical center of the list to highlight the currently selected item.
selectionSkin — Property, class feathers.controls.text.BitmapFontTextEditor
selectionSkin — Property, class feathers.controls.text.TextBlockTextEditor
selectRange(startIndex:int, endIndex:int) — method, class feathers.controls.TextArea
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.TextInput
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.BitmapFontTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.StageTextTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.TextBlockTextEditor
Sets the range of selected characters.
selectRange(beginIndex:int, endIndex:int) — method, class feathers.controls.text.TextFieldTextEditor
Sets the range of selected characters.
selectRange(startIndex:int, endIndex:int) — method, interface feathers.core.ITextEditor
Sets the range of selected characters.
selectRange(anchorIndex:int, activeIndex:int) — method, class feathers.text.StageTextField
setDataForFormat(format:String, data:any) — method, class feathers.dragDrop.DragData
Saves data for the specified format.
setEnabledForStage(stage:starling.display:Stage, isEnabled:Boolean) — Static Method , class feathers.core.FocusManager
Enables or disables focus management on the specified Starling stage.
setFocus() — method, class feathers.controls.TextArea
Focuses the text area control so that it may be edited.
setFocus() — method, class feathers.controls.TextInput
Focuses the text input control so that it may be edited.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.BitmapFontTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.StageTextTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.TextBlockTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextEditor
Gives focus to the text editor.
setFocus(position:flash.geom:Point) — method, interface feathers.core.ITextEditor
Gives focus to the text editor.
setFunctionForEvent(eventType:String, action:Function) — method, class feathers.controls.ScreenNavigatorItem
Specifies a function to call when an event is dispatched by the screen.
setFunctionForPushEvent(eventType:String, action:Function) — method, class feathers.controls.StackScreenNavigatorItem
Specifies a function to call when an event is dispatched by the screen.
setFunctionForStyleName(styleName:String, styleFunction:Function) — method, class feathers.skins.StyleNameFunctionStyleProvider
The target Feathers UI component is passed to this function when applyStyles() is called and the component's styleNameList contains the specified style name.
setInitializerForClass(type:Class, initializer:Function, withName:String) — method, class feathers.core.DisplayListWatcher
Sets the initializer for a specific class.
setInitializerForClassAndSubclasses(type:Class, initializer:Function) — method, class feathers.core.DisplayListWatcher
Sets an initializer for a specific class and any subclasses.
setInvalidationFlag(flag:String) — method, class feathers.core.FeathersControl
Sets an invalidation flag.
setItemAt(data:Object, item:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int, ... rest) — method, class feathers.data.HierarchicalCollection
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor
Replaces the item at the specified location with a new item.
setItemAt(data:Object, item:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(item:Object, index:int) — method, class feathers.data.ListCollection
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemAt(data:Object, item:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor
Replaces the item at the specified index with a new item.
setItemIndex(item:feathers.core:IToggle, index:int) — method, class feathers.core.ToggleGroup
Changes the index of a specified item.
setRawChildIndex(child:starling.display:DisplayObject, index:int) — method, interface feathers.controls.IScrollContainer
Sets the index of a direct child of the Scroller rather than delegating the call to the view port.
setRawChildIndex(child:starling.display:DisplayObject, index:int) — method, class feathers.controls.ScrollContainer
Sets the index of a direct child of the Scroller rather than delegating the call to the view port.
setScreenIDForEvent(eventType:String, screenID:String) — method, class feathers.controls.ScreenNavigatorItem
Specifies another screen to navigate to when an event is dispatched by this screen.
setScreenIDForPushEvent(eventType:String, screenID:String) — method, class feathers.controls.StackScreenNavigatorItem
Specifies another screen to push on the stack when an event is dispatched by this screen.
setSelectedLocation(groupIndex:int, itemIndex:int) — method, class feathers.controls.GroupedList
Sets the selected group and item index.
setSelectionWithAnimation(isSelected:Boolean) — method, class feathers.controls.ToggleSwitch
Changes the isSelected property, but animates the thumb to the new position, as if the user tapped the toggle switch.
setSize(width:Number, height:Number) — method, class feathers.core.FeathersControl
Sets both the width and the height of the control in a single function call.
setSize(width:Number, height:Number) — method, interface feathers.core.IFeathersControl
Sets both the width and the height of the control in a single function call.
setSize(width:Number, height:Number) — method, class feathers.display.TiledImage
Set both the width and height in one call.
setSizeInternal(width:Number, height:Number, canInvalidate:Boolean) — method, class feathers.core.FeathersControl
Sets the width and height of the control, with the option of invalidating or not.
setStarlingData(starling:starling.core:Starling, data:Object) — method, class feathers.themes.MultiStarlingStyleNameFunctionTheme
Stores data associated with the specified Starling instance.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.BitmapFontTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.StageTextTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.TextBlockTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, class feathers.controls.text.TextFieldTextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setTouchFocusOnEndedPhase — Property, interface feathers.core.ITextEditor
Determines if the owner should call setFocus() on TouchPhase.ENDED or on TouchPhase.BEGAN.
setValueForState(value:Object, state:Object) — method, class feathers.skins.StateValueSelector
Stores a value for a specified state to be returned from getValueForState().
setValueForState(value:Object, state:Object, isSelected:Boolean) — method, class feathers.skins.StateWithToggleValueSelector
Stores a value for a specified state to be returned from getValueForState().
setValueTypeHandler(type:Class, handler:Function) — method, class feathers.skins.SmartDisplayObjectStateValueSelector
Sets a function to handle updating a value of a specific type.
sharpness — Property, class feathers.controls.ScrollText
The sharpness of the glyph edges in this text field.
sharpness — Property, class feathers.controls.text.TextFieldTextEditor
The sharpness of the glyph edges in this text field.
sharpness — Property, class feathers.controls.text.TextFieldTextRenderer
The sharpness of the glyph edges in this text field.
shift() — method, class feathers.data.ListCollection
Removed the item from the beginning of the collection and returns it.
show(message:String, title:String, buttons:feathers.data:ListCollection, icon:starling.display:DisplayObject, isModal:Boolean, isCentered:Boolean, customAlertFactory:Function, customOverlayFactory:Function) — Static Method , class feathers.controls.Alert
Creates an alert, sets common properties, and adds it to the PopUpManager with the specified modal and centering options.
show(content:starling.display:DisplayObject, origin:starling.display:DisplayObject, supportedDirections:String, isModal:Boolean, customCalloutFactory:Function, customOverlayFactory:Function) — Static Method , class feathers.controls.Callout
Creates a callout, and then positions and sizes it automatically based on an origin rectangle and the specified direction relative to the original.
showFocus() — method, class feathers.controls.TextArea
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
showFocus() — method, class feathers.controls.TextInput
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
showFocus() — method, class feathers.core.FeathersControl
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
showFocus() — method, interface feathers.core.IFocusDisplayObject
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
showLabels — Property, class feathers.controls.ToggleSwitch
Determines if the labels should be drawn.
showScreen(id:String, transition:Function) — method, class feathers.controls.ScreenNavigator
Displays a screen and returns a reference to it.
showThumb — Property, class feathers.controls.Slider
Determines if the thumb should be displayed.
showThumb — Property, class feathers.controls.ToggleSwitch
Determines if the thumb should be displayed.
showVolumeSliderOnHover — Property, class feathers.media.MuteToggleButton
Determines if a VolumeSlider component is displayed as a pop-up when hovering over the toggle button.
SimpleScrollBar — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over a physical range.
SimpleScrollBar() — Constructor, class feathers.controls.SimpleScrollBar
Constructor.
singleItemRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new item renderer for an item in a group with no other items.
singleItemRendererName — Property, class feathers.controls.GroupedList
DEPRECATED: Replaced by customLastItemRendererStyleName.
singleItemRendererType — Property, class feathers.controls.GroupedList
The class used to instantiate the item renderer for an item in a group with no other items.
size — Property, class feathers.text.BitmapFontTextFormat
The size at which to display the bitmap font.
skewX — Property, interface feathers.core.IFeathersDisplayObject
The horizontal skew, in radians.
skewY — Property, interface feathers.core.IFeathersDisplayObject
The vertical skew, in radians.
skinField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that contains a display object to be displayed as a background skin.
skinFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to generate a background skin for a specific item.
skinLoaderFactory — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function that generates an ImageLoader that uses the result of skinSourceField or skinSourceFunction.
skinSourceField — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
The field in the item that contains a starling.textures.Texture or a URL that points to a bitmap to be used as the item renderer's skin.
skinSourceFunction — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
A function used to generate a starling.textures.Texture or a URL that points to a bitmap to be used as the item renderer's skin.
skipNextTransition — Property, class feathers.motion.transitions.OldFadeNewSlideTransitionManager
Determines if the next transition should be skipped.
skipNextTransition — Property, class feathers.motion.transitions.ScreenFadeTransitionManager
Determines if the next transition should be skipped.
skipNextTransition — Property, class feathers.motion.transitions.ScreenSlidingStackTransitionManager
Determines if the next transition should be skipped.
skipNextTransition — Property, class feathers.motion.transitions.TabBarSlideTransitionManager
Determines if the next transition should be skipped.
Slide — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that slides a display object from off-stage.
Slider — class, package feathers.controls
Select a value between a minimum and a maximum by dragging a thumb over the bounds of a track.
Slider() — Constructor, class feathers.controls.Slider
Constructor.
SmartDisplayObjectStateValueSelector — class, package feathers.skins
Values for each state are textures or colors, and the manager attempts to reuse the existing display object that is passed in to getValueForState() as the old value, if possible.
SmartDisplayObjectStateValueSelector() — Constructor, class feathers.skins.SmartDisplayObjectStateValueSelector
Constructor.
smoothing — Property, class feathers.controls.ImageLoader
The smoothing value to use on the internal Image.
smoothing — Property, class feathers.controls.text.BitmapFontTextRenderer
A smoothing value passed to each character image.
smoothing — Property, class feathers.display.Scale3Image
The smoothing value to pass to the images.
smoothing — Property, class feathers.display.Scale9Image
The smoothing value to pass to the images.
smoothing — Property, class feathers.display.TiledImage
The smoothing value to pass to the tiled images.
snapInterval — Property, class feathers.layout.HorizontalSpinnerLayout
The interval, in pixels, between snapping points.
snapInterval — Property, interface feathers.layout.ISpinnerLayout
The interval, in pixels, between snapping points.
snapInterval — Property, class feathers.layout.VerticalSpinnerLayout
The interval, in pixels, between snapping points.
snapScrollPositionsToPixels — Property, class feathers.controls.Scroller
If enabled, the scroll position will always be adjusted to whole pixels.
snapToPages — Property, class feathers.controls.Scroller
Determines if scrolling will snap to the nearest page.
snapToPages — Property, class feathers.controls.SpinnerList
SpinnerList requires that the snapToPages property is set to true.
snapToPixels — Property, class feathers.controls.ImageLoader
Determines if the image should be snapped to the nearest global whole pixel when rendered.
snapToPixels — Property, class feathers.controls.text.BitmapFontTextRenderer
Determines if the position of the text should be snapped to the nearest whole pixel when rendered.
snapToPixels — Property, class feathers.controls.text.TextBlockTextRenderer
Determines if the text should be snapped to the nearest whole pixel when rendered.
snapToPixels — Property, class feathers.controls.text.TextFieldTextRenderer
Determines if the text should be snapped to the nearest whole pixel when rendered.
softKeyboardActivate — Event, class feathers.controls.TextInput
Dispatched when the soft keyboard is activated by the text editor.
softKeyboardActivate — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the soft keyboard is activated.
softKeyboardActivate — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the soft keyboard is activated.
softKeyboardActivate — Event, interface feathers.core.ITextEditor
Dispatched when the soft keyboard is activated.
SOFT_KEYBOARD_ACTIVATE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SOFT_KEYBOARD_ACTIVATE event type is used by Feathers text editors when they activate a device's soft keyboard.
softKeyboardDeactivate — Event, class feathers.controls.TextInput
Dispatched when the soft keyboard is deactivated by the text editor.
softKeyboardDeactivate — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the soft keyboard is deactivated.
softKeyboardDeactivate — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the soft keyboard is deactivated.
SOFT_KEYBOARD_DEACTIVATE — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.SOFT_KEYBOARD_DEACTIVATE event type is used by Feathers text editors when they deactivate a device's soft keyboard.
softKeyboardDectivate — Event, interface feathers.core.ITextEditor
Dispatched when the soft keyboard is deactivated.
softKeyboardType — Property, class feathers.controls.text.StageTextTextEditor
Controls the appearance of the soft keyboard.
softKeyboardType — Property, class feathers.text.StageTextField
sortRawChildren(compareFunction:Function) — method, interface feathers.controls.IScrollContainer
Sorts the children of the Scroller rather than delegating the call to the view port.
sortRawChildren(compareFunction:Function) — method, class feathers.controls.ScrollContainer
Sorts the children of the Scroller rather than delegating the call to the view port.
sound — Property, class feathers.media.SoundPlayer
The flash.media.Sound object that has loaded the content specified by soundSource.
soundChannel — Property, class feathers.media.SoundPlayer
The currently playing flash.media.SoundChannel.
SoundChannelPeakVisualizer — class, package feathers.media
A visualization of the left and right peaks of the flash.media.SoundChannel from a SoundPlayer component.
SoundChannelPeakVisualizer() — Constructor, class feathers.media.SoundChannelPeakVisualizer
Constructor.
SoundPlayer — class, package feathers.media
Controls playback of audio with a flash.media.Sound object.
SoundPlayer() — Constructor, class feathers.media.SoundPlayer
Constructor.
soundSource — Property, class feathers.media.SoundPlayer
A URL specified as a String representing a URL, a flash.net.URLRequest, or a flash.media.Sound object.
soundTransform — Property, interface feathers.media.IAudioPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransform — Property, class feathers.media.SoundPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransform — Property, class feathers.media.VideoPlayer
Controls properties of the currently playing audio, like volume and panning.
soundTransformChange — Event, interface feathers.media.IAudioPlayer
Dispatched when the media player's sound transform changes.
soundTransformChange — Event, class feathers.media.SoundPlayer
Dispatched when the media player's sound transform changes.
soundTransformChange — Event, class feathers.media.VideoPlayer
Dispatched when the media player's sound transform changes.
SOUND_TRANSFORM_CHANGE — Constant Static Property, class feathers.events.MediaPlayerEventType
Dispatched when a media player's sound transform is changed.
source — Property, class feathers.controls.AutoComplete
The source of the suggestions that appear in the pop-up list.
source — Property, class feathers.controls.ImageLoader
The Texture to display, or a URL pointing to an image file.
SpectrumBarGraphVisualizer — class, package feathers.media
A visualization of the audio spectrum of the runtime's currently playing audio content.
SpectrumBarGraphVisualizer() — Constructor, class feathers.media.SpectrumBarGraphVisualizer
Constructor
SpinnerList — class, package feathers.controls
A customized List component where scrolling updates the the selected item.
SpinnerList() — Constructor, class feathers.controls.SpinnerList
Constructor.
StackScreenNavigator — class, package feathers.controls
A "view stack"-like container that supports navigation between screens (any display object) through events.
StackScreenNavigator() — Constructor, class feathers.controls.StackScreenNavigator
Constructor.
StackScreenNavigatorItem — class, package feathers.controls
Data for an individual screen that will be displayed by a StackScreenNavigator component.
StackScreenNavigatorItem(screen:Object, pushEvents:Object, popEvent:String, properties:Object) — Constructor, class feathers.controls.StackScreenNavigatorItem
Constructor.
stage — Property, interface feathers.core.IFeathersDisplayObject
The stage that the display object is connected to, or null if it is not connected to a stage.
stage — Property, class feathers.text.StageTextField
stagePadding — Static Property, class feathers.controls.Callout
Quickly sets all stage padding properties to the same value.
stagePaddingBottom — Static Property, class feathers.controls.Callout
The padding between a callout and the bottom edge of the stage when the callout is positioned automatically.
stagePaddingLeft — Static Property, class feathers.controls.Callout
The margin between a callout and the top edge of the stage when the callout is positioned automatically.
stagePaddingRight — Static Property, class feathers.controls.Callout
The padding between a callout and the right edge of the stage when the callout is positioned automatically.
stagePaddingTop — Static Property, class feathers.controls.Callout
The padding between a callout and the top edge of the stage when the callout is positioned automatically.
stageText — Property, class feathers.controls.text.StageTextTextEditor
The StageText instance.
StageTextField — final class, package feathers.text
A StageText replacement for Flash Player with matching properties, since StageText is only available in AIR.
StageTextField(initOptions:Object) — Constructor, class feathers.text.StageTextField
Constructor.
StageTextTextEditor — class, package feathers.controls.text
A Feathers text editor that uses the native flash.text.StageText class in Adobe AIR, and the custom feathers.text.StageTextField class (that simulates StageText using flash.text.TextField) in Adobe Flash Player.
StageTextTextEditor() — Constructor, class feathers.controls.text.StageTextTextEditor
Constructor.
stageToStarling(stage:starling.display:Stage) — Package Function, feathers.utils.display
Finds the Starling instance that controls a particular starling.display.Stage.
stageWebView_completeHandler(event:flash.events:Event) — method, class feathers.controls.WebView
StandardIcons — class, package feathers.skins
A set of icon textures, expected to be populated by the current theme.
startDrag(source:feathers.dragDrop:IDragSource, touch:starling.events:Touch, data:feathers.dragDrop:DragData, dragAvatar:starling.display:DisplayObject, dragAvatarOffsetX:Number, dragAvatarOffsetY:Number) — Static Method , class feathers.dragDrop.DragDropManager
Starts a new drag.
startScroll() — method, class feathers.controls.Scroller
If scrolling hasn't already started, prepares the scroller to scroll and dispatches FeathersEventType.SCROLL_START.
STATE_DISABLED — Constant Static Property, class feathers.controls.Button
Identifier for the button's disabled state.
STATE_DISABLED — Constant Static Property, class feathers.controls.Check
Identifier for the button's disabled state.
STATE_DISABLED — Constant Static Property, class feathers.controls.Radio
Identifier for the button's disabled state.
STATE_DISABLED — Constant Static Property, class feathers.controls.TextArea
The TextArea is disabled.
STATE_DISABLED — Constant Static Property, class feathers.controls.TextInput
The TextInput is disabled.
STATE_DOWN — Constant Static Property, class feathers.controls.Button
Identifier for the button's down state.
STATE_DOWN — Constant Static Property, class feathers.controls.Check
Identifier for the button's down state.
STATE_DOWN — Constant Static Property, class feathers.controls.Radio
Identifier for the button's down state.
STATE_ENABLED — Constant Static Property, class feathers.controls.TextArea
The TextArea is enabled and does not have focus.
STATE_ENABLED — Constant Static Property, class feathers.controls.TextInput
The TextInput is enabled and does not have focus.
STATE_FOCUSED — Constant Static Property, class feathers.controls.TextArea
The TextArea is enabled and has focus.
STATE_FOCUSED — Constant Static Property, class feathers.controls.TextInput
The TextInput is enabled and has focus.
STATE_HOVER — Constant Static Property, class feathers.controls.Button
Identifier for the button's hover state.
STATE_HOVER — Constant Static Property, class feathers.controls.Check
Identifier for the button's hover state.
STATE_HOVER — Constant Static Property, class feathers.controls.Radio
Identifier for the button's hover state.
stateNames — Property, class feathers.controls.Button
A list of all valid touch state names for use with currentState.
stateNames — Property, class feathers.controls.TextArea
A list of all valid state names for use with currentState.
stateNames — Property, class feathers.controls.TextInput
A list of all valid state names for use with currentState.
stateToIconFunction — Property, class feathers.controls.Button
Returns an icon for the current state.
stateToIconFunction — Property, class feathers.controls.TextInput
Returns an icon for the current state.
stateToLabelPropertiesFunction — Property, class feathers.controls.Button
Returns a text format for the current state.
stateToSkinFunction — Property, class feathers.controls.Button
Returns a skin for the current state.
stateToSkinFunction — Property, class feathers.controls.TextArea
Returns a skin for the current state.
stateToSkinFunction — Property, class feathers.controls.TextInput
Returns a skin for the current state.
STATE_UP — Constant Static Property, class feathers.controls.Button
Identifier for the button's up state.
STATE_UP — Constant Static Property, class feathers.controls.Check
Identifier for the button's up state.
STATE_UP — Constant Static Property, class feathers.controls.Radio
Identifier for the button's up state.
StateValueSelector — class, package feathers.skins
Maps a component's states to values, perhaps for one of the component's properties such as a skin or text format.
StateValueSelector() — Constructor, class feathers.skins.StateValueSelector
Constructor.
StateWithToggleValueSelector — class, package feathers.skins
Maps a component's states to values, perhaps for one of the component's properties such as a skin or text format.
StateWithToggleValueSelector() — Constructor, class feathers.skins.StateWithToggleValueSelector
Constructor.
step — Property, interface feathers.controls.IRange
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.NumericStepper
As the numeric stepper's buttons are pressed, the value is snapped to a multiple of the step.
step — Property, class feathers.controls.ScrollBar
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.SimpleScrollBar
The amount the value must change to increment or decrement.
step — Property, class feathers.controls.Slider
As the slider's thumb is dragged, the value is snapped to a multiple of the step.
stop() — method, class feathers.controls.WebView
Stops the current page from loading.
stop() — method, class feathers.media.BaseTimedMediaPlayer
Stops the media content and returns the playhead to the beginning.
stop() — method, interface feathers.media.ITimedMediaPlayer
Stops the media content and returns the playhead to the beginning.
stopScrolling() — method, class feathers.controls.Scroller
If the user is scrolling with touch or if the scrolling is animated, calling stopScrolling() will cause the scroller to ignore the drag and stop animations.
stopScrollingOnAccessoryTouch — Property, class feathers.controls.renderers.BaseDefaultItemRenderer
If enabled, calls owner.stopScrolling() when TouchEvents are dispatched by the accessory.
styleFunction — Property, class feathers.skins.FunctionStyleProvider
The target Feathers UI component is passed to this function when applyStyles() is called.
styleName — Property, class feathers.core.FeathersControl
The concatenated styleNameList, with values separated by spaces.
styleName — Property, interface feathers.core.IFeathersControl
The concatenated styleNameList, with values separated by spaces.
StyleNameFunctionStyleProvider — class, package feathers.skins
Similar to FunctionStyleProvider, sets styles on a Feathers UI component by passing it to a function, but also provides a way to define alternate functions that may be called based on the contents of the component's styleNameList.
StyleNameFunctionStyleProvider(styleFunction:Function) — Constructor, class feathers.skins.StyleNameFunctionStyleProvider
Constructor.
StyleNameFunctionTheme — class, package feathers.themes
Base class for themes that pass a StyleNameFunctionStyleProvider to each component class.
StyleNameFunctionTheme() — Constructor, class feathers.themes.StyleNameFunctionTheme
Constructor.
styleNameList — Property, class feathers.core.FeathersControl
Contains a list of all "styles" assigned to this control.
styleNameList — Property, interface feathers.core.IFeathersControl
Contains a list of all "styles" assigned to this control.
styleProvider — Property, class feathers.core.FeathersControl
When a component initializes, a style provider may be used to set properties that affect the component's visual appearance.
styleProvider — Property, interface feathers.core.IFeathersControl
When a component initializes, a style provider may be used to set properties that affect the component's visual appearance.
StyleProviderRegistry — class, package feathers.skins
Used by themes to create and manage style providers for component classes.
StyleProviderRegistry(registerGlobally:Boolean, styleProviderFactory:Function) — Constructor, class feathers.skins.StyleProviderRegistry
Constructor.
styleSheet — Property, class feathers.controls.ScrollText
The StyleSheet object to pass to the TextField.
styleSheet — Property, class feathers.controls.text.TextFieldTextRenderer
The StyleSheet object to pass to the TextField.
supportedDirections — Property, class feathers.controls.Callout
The directions that the callout may be positioned, relative to its origin.
swapRawChildren(child1:starling.display:DisplayObject, child2:starling.display:DisplayObject) — method, interface feathers.controls.IScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildren(child1:starling.display:DisplayObject, child2:starling.display:DisplayObject) — method, class feathers.controls.ScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildrenAt(index1:int, index2:int) — method, interface feathers.controls.IScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
swapRawChildrenAt(index1:int, index2:int) — method, class feathers.controls.ScrollContainer
Swaps the children of the Scroller rather than delegating the call to the view port.
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