| Package | com.ithaca.timeline.skins |
| Class | public class DurativeSkin |
| Inheritance | DurativeSkin spark.components.supportClasses.Skin |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| durative : BorderContainer | DurativeSkin | ||
| hostComponent : ObselSkin | DurativeSkin | ||
| obsel : Obsel | DurativeSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | DurativeSkin | ||
styleChanged(styleProp:String):void [override] | DurativeSkin | ||
updateWidth(event:Event):void | DurativeSkin | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | DurativeSkin | ||
onObselChange(event:PropertyChangeEvent = null):void | DurativeSkin | ||
| durative | property |
public var durative: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.
| obsel | property |
public var obsel:Obsel| DurativeSkin | () | Constructor |
public function DurativeSkin()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 |
| updateWidth | () | method |
public function updateWidth(event:Event):voidParameters
event:Event |