| Property | Defined By |
---|
|  | autoSizeMode : String
Determines how the layout group will set its own size when its
dimensions (width and height) aren't set explicitly. | LayoutGroup |
|  | backgroundDisabledSkin : DisplayObject
The background to display behind all content when the layout group is
disabled. | LayoutGroup |
|  | backgroundSkin : DisplayObject
The default background to display behind all content. | LayoutGroup |
|  | clipContent : Boolean
If true, the group will be clipped to its bounds. | LayoutGroup |
|  | defaultTextEditorFactory : Function [static]
A function used by all UI controls that support text editor to
create an ITextEditor instance. | FeathersControl |
|  | defaultTextRendererFactory : Function [static]
A function used by all UI controls that support text renderers to
create an ITextRenderer instance. | FeathersControl |
|  | depth : int [read-only]
The component's depth in the display list, relative to the stage. | FeathersControl |
|  | focusIndicatorSkin : DisplayObject
If this component supports focus, this optional skin will be
displayed above the component when showFocus() is
called. | FeathersControl |
|  | focusManager : IFocusManager | FeathersControl |
|  | focusOwner : IFocusDisplayObject | FeathersControl |
|  | focusPadding : Number
Quickly sets all focus padding properties to the same value. | FeathersControl |
|  | focusPaddingBottom : Number
The minimum space, in pixels, between the object's bottom edge and the
bottom edge of the focus indicator skin. | FeathersControl |
|  | focusPaddingLeft : Number
The minimum space, in pixels, between the object's left edge and the
left edge of the focus indicator skin. | FeathersControl |
|  | focusPaddingRight : Number
The minimum space, in pixels, between the object's right edge and the
right edge of the focus indicator skin. | FeathersControl |
|  | focusPaddingTop : Number
The minimum space, in pixels, between the object's top edge and the
top edge of the focus indicator skin. | FeathersControl |
|  | globalStyleProvider : IStyleProvider [static]
The default IStyleProvider for all LayoutGroup
components. | LayoutGroup |
|  | height : Number [override]
The height of the component, in pixels. | FeathersControl |
|  | includeInLayout : Boolean
Determines if the ILayout should use this object or ignore it. | FeathersControl |
|  | isCreated : Boolean [read-only]
Determines if the component has been initialized and validated for
the first time. | FeathersControl |
|  | isEnabled : Boolean
Indicates whether the control is interactive or not. | FeathersControl |
|  | isFocusEnabled : Boolean | FeathersControl |
|  | isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | FeathersControl |
|  | isQuickHitAreaEnabled : Boolean
Similar to mouseChildren on the classic display list. | FeathersControl |
|  | layout : ILayout
Controls the way that the group's children are positioned and sized. | LayoutGroup |
|  | layoutData : ILayoutData
Extra parameters associated with this display object that will be
used by the layout algorithm. | FeathersControl |
|  | maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | FeathersControl |
|  | maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | FeathersControl |
|  | minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | FeathersControl |
|  | minTouchHeight : Number
If using isQuickHitAreaEnabled, and the hit area's
height is smaller than this value, it will be expanded. | FeathersControl |
|  | minTouchWidth : Number
If using isQuickHitAreaEnabled, and the hit area's
width is smaller than this value, it will be expanded. | FeathersControl |
|  | minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | FeathersControl |
|  | nextTabFocus : IFocusDisplayObject | FeathersControl |
|  | previousTabFocus : IFocusDisplayObject | FeathersControl |
|  | styleName : String
The concatenated styleNameList, with values separated
by spaces. | FeathersControl |
|  | styleNameList : TokenList [read-only]
Contains a list of all "styles" assigned to this control. | FeathersControl |
|  | styleProvider : IStyleProvider
When a component initializes, a style provider may be used to set
properties that affect the component's visual appearance. | FeathersControl |
|  | width : Number [override]
The width of the component, in pixels. | FeathersControl |