| Package | com.ithaca.timeline.skins |
| Class | public class TraceLineEditDialog |
| Inheritance | TraceLineEditDialog spark.components.TitleWindow |
| Implements | mx.binding.IBindingClient |
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| fieldIT : TextInput | TraceLineEditDialog | ||
| regexpIT : TextInput | TraceLineEditDialog | ||
| selectorField : String = type | TraceLineEditDialog | ||
| selectorRegexp : String | TraceLineEditDialog | ||
| sourceDDL : DropDownList | TraceLineEditDialog | ||
| titleIT : TextInput | TraceLineEditDialog | ||
| traceline : TraceLine | TraceLineEditDialog | ||
| tracelineSource : Number = 0 | TraceLineEditDialog | ||
| tracelineTitle : String | TraceLineEditDialog | ||
| Property | Defined By | ||
|---|---|---|---|
| skinParts : Object [override] [read-only] | TraceLineEditDialog | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TraceLineEditDialog | ||
setTraceLine(tl:TraceLine):void | TraceLineEditDialog | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:FlexEvent):void | TraceLineEditDialog | ||
| fieldIT | property |
public var fieldIT:TextInputThis property can be used as the source for data binding.
| regexpIT | property |
public var regexpIT:TextInputThis property can be used as the source for data binding.
| selectorField | property |
public var selectorField:String = typeThis property can be used as the source for data binding.
| selectorRegexp | property |
public var selectorRegexp:StringThis property can be used as the source for data binding.
| skinParts | property |
skinParts:Object [read-only] [override] protected function get skinParts():Object| sourceDDL | property |
public var sourceDDL:DropDownListThis property can be used as the source for data binding.
| titleIT | property |
public var titleIT:TextInputThis property can be used as the source for data binding.
| traceline | property |
public var traceline:TraceLine| tracelineSource | property |
public var tracelineSource:Number = 0This property can be used as the source for data binding.
| tracelineTitle | property |
public var tracelineTitle:StringThis property can be used as the source for data binding.
| TraceLineEditDialog | () | Constructor |
public function TraceLineEditDialog()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):voidParameters
event:FlexEvent |
| setTraceLine | () | method |