Package | ardisia.components.paneNavigators.tabPaneNavigator.themes.london.skins |
Class | public class TabPaneNavigatorSkin |
Inheritance | TabPaneNavigatorSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect background | TabPaneNavigatorSkin | ||
bgFill : SolidColor | TabPaneNavigatorSkin | ||
border : Rect border | TabPaneNavigatorSkin | ||
contentGroup : Group | TabPaneNavigatorSkin | ||
stroke : SolidColorStroke | TabPaneNavigatorSkin | ||
tabBarPart : TabBar possibly leave some room to the right for docking | TabPaneNavigatorSkin |
Property | Defined By | ||
---|---|---|---|
_backgroundAlpha : Number | TabPaneNavigatorSkin | ||
_backgroundColor : uint | TabPaneNavigatorSkin | ||
_borderAlpha : Number | TabPaneNavigatorSkin | ||
_borderColor : uint | TabPaneNavigatorSkin | ||
_borderVisible : Boolean | TabPaneNavigatorSkin | ||
stylesDirty : Boolean | TabPaneNavigatorSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TabPaneNavigatorSkin | ||
styleChanged(styleProp:String):void [override] | TabPaneNavigatorSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | TabPaneNavigatorSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TabPaneNavigatorSkin |
_backgroundAlpha | property |
protected var _backgroundAlpha:Number
_backgroundColor | property |
protected var _backgroundColor:uint
_borderAlpha | property |
protected var _borderAlpha:Number
_borderColor | property |
protected var _borderColor:uint
_borderVisible | property |
protected var _borderVisible:Boolean
background | property |
public var background:Rect
background
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
contentGroup | property |
public var contentGroup:Group
This property can be used as the source for data binding.
stroke | property |
public var stroke:SolidColorStroke
This property can be used as the source for data binding.
stylesDirty | property |
protected var stylesDirty:Boolean
tabBarPart | property |
public var tabBarPart:TabBar
possibly leave some room to the right for docking
This property can be used as the source for data binding.
TabPaneNavigatorSkin | () | Constructor |
public function TabPaneNavigatorSkin()
Constructor.
commitProperties | () | method |
override protected function commitProperties():void
styleChanged | () | method |
override public function styleChanged(styleProp:String):void
Parameters
styleProp:String |
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |