Package | com.swfwire.debugger.flex.ui |
Class | public class BreadCrumb |
Inheritance | BreadCrumb ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
buttonRepeater : Repeater | BreadCrumb | ||
history : Array | BreadCrumb |
Method | Defined By | ||
---|---|---|---|
Constructor. | BreadCrumb |
Method | Defined By | ||
---|---|---|---|
button1_clickHandler(event:MouseEvent):void | BreadCrumb |
buttonRepeater | property |
public var buttonRepeater:Repeater
This property can be used as the source for data binding.
history | property |
public var history:Array
This property can be used as the source for data binding.
BreadCrumb | () | Constructor |
public function BreadCrumb()
Constructor.
button1_clickHandler | () | method |
protected function button1_clickHandler(event:MouseEvent):void
Parameters
event:MouseEvent |