Package | ardisia.components.iconButton.themes.spark.skins |
Class | public class IconButtonBlackSkin |
Inheritance | IconButtonBlackSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
flyoutLabelFactoryPart : ClassFactory | IconButtonBlackSkin | ||
iconDisplay : BitmapImage | IconButtonBlackSkin |
Property | Defined By | ||
---|---|---|---|
_iconOffsetX : Number = 0 | IconButtonBlackSkin | ||
_iconOffsetY : Number = 0 | IconButtonBlackSkin | ||
stylesDirty : Boolean | IconButtonBlackSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | IconButtonBlackSkin | ||
styleChanged(styleProp:String):void [override] | IconButtonBlackSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | IconButtonBlackSkin | ||
updateDisplayList(width:Number, height:Number):void [override] | IconButtonBlackSkin |
_iconOffsetX | property |
protected var _iconOffsetX:Number = 0
_iconOffsetY | property |
protected var _iconOffsetY:Number = 0
flyoutLabelFactoryPart | property |
public var flyoutLabelFactoryPart:ClassFactory
This property can be used as the source for data binding.
iconDisplay | property |
public var iconDisplay:BitmapImage
This property can be used as the source for data binding.
stylesDirty | property |
protected var stylesDirty:Boolean
IconButtonBlackSkin | () | Constructor |
public function IconButtonBlackSkin()
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(width:Number, height:Number):void
Parameters
width:Number | |
height:Number |