| Package | com.ithaca.timeline.skins |
| Class | public class IconSkin |
| Inheritance | IconSkin spark.components.supportClasses.Skin |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| hostComponent : ObselSkin | IconSkin | ||
| icon : Image | IconSkin | ||
| obsel : Obsel | IconSkin | ||
| Method | Defined By | ||
|---|---|---|---|
IconSkin() Constructor. | IconSkin | ||
styleChanged(styleProp:String):void [override] | IconSkin | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | IconSkin | ||
onObselChange(event:PropertyChangeEvent = null):void | IconSkin | ||
| hostComponent | property |
public var hostComponent:ObselSkinThis property can be used as the source for data binding.
| icon | property |
public var icon:ImageThis property can be used as the source for data binding.
| obsel | property |
public var obsel:Obsel| IconSkin | () | Constructor |
public function IconSkin()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| onObselChange | () | method |
protected function onObselChange(event:PropertyChangeEvent = null):voidParameters
event:PropertyChangeEvent (default = null) |
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |