| Package | com.swfwire.debugger.flex.ui |
| Class | public class BreadCrumb |
| Inheritance | BreadCrumb mx.containers.HBox |
| 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:RepeaterThis property can be used as the source for data binding.
| history | property |
public var history:ArrayThis 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):voidParameters
event:MouseEvent |