Packagecom.ithaca.timeline.skins
Classpublic class ObselGenericEditDialog
InheritanceObselGenericEditDialog Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  labelPropGroup : VGroup
ObselGenericEditDialog
  obsel : ObselSkin
[write-only]
ObselGenericEditDialog
  selectorField : String = type
ObselGenericEditDialog
  selectorRegexp : String
ObselGenericEditDialog
  tiPropGroup : VGroup
ObselGenericEditDialog
  traceline : TraceLine
ObselGenericEditDialog
  tracelineSource : Number = 0
ObselGenericEditDialog
  tracelineTitle : String
ObselGenericEditDialog
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
ObselGenericEditDialog
Public Methods
 MethodDefined By
  
Constructor.
ObselGenericEditDialog
Property Detail
labelPropGroupproperty
public var labelPropGroup:VGroup

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

obselproperty 
obsel:ObselSkin  [write-only]


Implementation
    public function set obsel(value:ObselSkin):void
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
tiPropGroupproperty 
public var tiPropGroup:VGroup

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
ObselGenericEditDialog()Constructor
public function ObselGenericEditDialog()

Constructor.