Packagecom.ithaca.timeline.skins
Classpublic class TraceLineEditDialog
InheritanceTraceLineEditDialog Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
TraceLineEditDialog
Public Methods
 MethodDefined By
  
Constructor.
TraceLineEditDialog
  
TraceLineEditDialog
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:FlexEvent):void
TraceLineEditDialog
Property Detail
fieldITproperty
public var fieldIT:TextInput

This property can be used as the source for data binding.

regexpITproperty 
public var regexpIT:TextInput

This property can be used as the source for data binding.

selectorFieldproperty 
public var selectorField:String = type

This property can be used as the source for data binding.

selectorRegexpproperty 
public var selectorRegexp:String

This property can be used as the source for data binding.

skinPartsproperty 
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
sourceDDLproperty 
public var sourceDDL:DropDownList

This property can be used as the source for data binding.

titleITproperty 
public var titleIT:TextInput

This property can be used as the source for data binding.

tracelineproperty 
public var traceline:TraceLine

tracelineSourceproperty 
public var tracelineSource:Number = 0

This property can be used as the source for data binding.

tracelineTitleproperty 
public var tracelineTitle:String

This property can be used as the source for data binding.

Constructor Detail
TraceLineEditDialog()Constructor
public function TraceLineEditDialog()

Constructor.

Method Detail
creationCompleteHandler()method
protected function creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent

setTraceLine()method 
public function setTraceLine(tl:TraceLine):void

Parameters

tl:TraceLine