| Package | com.ithaca.timeline |
| Class | public class PlayPauseButton |
| Inheritance | PlayPauseButton spark.components.Group |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| playPauseButton : Button | PlayPauseButton | ||
| timeline : Timeline | PlayPauseButton | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | PlayPauseButton | ||
onCurrentTimeChange(event:TimelineEvent):void | PlayPauseButton | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:Event):void | PlayPauseButton | ||
| playPauseButton | property |
public var playPauseButton:ButtonThis property can be used as the source for data binding.
| timeline | property |
public var timeline:Timeline| PlayPauseButton | () | Constructor |
public function PlayPauseButton()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| onCurrentTimeChange | () | method |