| Package | com.ithaca.timeline.skins |
| Class | public class IconTextSkin |
| Inheritance | IconTextSkin spark.components.supportClasses.Skin |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| container : BorderContainer | IconTextSkin | ||
| hostComponent : ObselSkin | IconTextSkin | ||
| icon : Image | IconTextSkin | ||
| obsel : Obsel | IconTextSkin | ||
| obselText : TextInput | IconTextSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | IconTextSkin | ||
styleChanged(styleProp:String):void [override] | IconTextSkin | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | IconTextSkin | ||
onObselChange(event:PropertyChangeEvent = null):void | IconTextSkin | ||
onTextChange(event:Event):void | IconTextSkin | ||
| container | property |
public var container:BorderContainerThis property can be used as the source for data binding.
| 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| obselText | property |
public var obselText:TextInputThis property can be used as the source for data binding.
| IconTextSkin | () | Constructor |
public function IconTextSkin()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| onObselChange | () | method |
protected function onObselChange(event:PropertyChangeEvent = null):voidParameters
event:PropertyChangeEvent (default = null) |
| onTextChange | () | method |
protected function onTextChange(event:Event):voidParameters
event:Event |
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |