Packagecom.ithaca.timeline.skins
Classpublic class IconTextSkin
InheritanceIconTextSkin Inheritance spark.components.supportClasses.Skin

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  container : BorderContainer
IconTextSkin
  hostComponent : ObselSkin
IconTextSkin
  icon : Image
IconTextSkin
  obsel : Obsel
IconTextSkin
  obselText : TextInput
IconTextSkin
Public Methods
 MethodDefined By
  
Constructor.
IconTextSkin
  
styleChanged(styleProp:String):void
[override]
IconTextSkin
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:Event):void
IconTextSkin
  
onObselChange(event:PropertyChangeEvent = null):void
IconTextSkin
  
onTextChange(event:Event):void
IconTextSkin
Property Detail
containerproperty
public var container:BorderContainer

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:ObselSkin

This property can be used as the source for data binding.

iconproperty 
public var icon:Image

This property can be used as the source for data binding.

obselproperty 
public var obsel:Obsel

obselTextproperty 
public var obselText:TextInput

This property can be used as the source for data binding.

Constructor Detail
IconTextSkin()Constructor
public function IconTextSkin()

Constructor.

Method Detail
creationCompleteHandler()method
protected function creationCompleteHandler(event:Event):void

Parameters

event:Event

onObselChange()method 
protected function onObselChange(event:PropertyChangeEvent = null):void

Parameters

event:PropertyChangeEvent (default = null)

onTextChange()method 
protected function onTextChange(event:Event):void

Parameters

event:Event

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String