| Package | com.ithaca.timeline |
| Class | public class ObselSkin |
| Inheritance | ObselSkin spark.components.supportClasses.SkinnableComponent |
There are two steps to assign a skin to an obsel:
obselsSelector section of the xml descriptor. Example: <obselSelector id='Document' selector="SelectorRegexp" selectorParams="type,Document" />
timeline|ObselSkin.Document { .... }
| Property | Defined By | ||
|---|---|---|---|
| dragArea : UIComponent
set drag area of the obsels
| ObselSkin | ||
| editable : Boolean
Specifies if the obsel is editable or not. | ObselSkin | ||
| obsel : Obsel [read-only]
| ObselSkin | ||
| traceline : TraceLine
The traceline that contains the obsel
| ObselSkin | ||
| Method | Defined By | ||
|---|---|---|---|
| ObselSkin | |||
editObsel(event:Event):void
Popup a generic edit dialog. | ObselSkin | ||
obselTooltip(o:Obsel = null):String | ObselSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | ObselSkin | ||
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
| Skin Part | Description | Defined By | ||
|---|---|---|---|---|
leftGrip:mx.core.UIComponent | Required: false Part Type: Static | ObselSkin | ||
rightGrip:mx.core.UIComponent | Required: false Part Type: Static | ObselSkin | ||
| dragArea | property |
dragArea:UIComponentset drag area of the obsels
public function get dragArea():UIComponent public function set dragArea(value:UIComponent):void| editable | property |
public var editable:BooleanSpecifies if the obsel is editable or not.
| obsel | property |
obsel:Obsel [read-only]
public function get obsel():Obsel| traceline | property |
public var traceline:TraceLineThe traceline that contains the obsel
| ObselSkin | () | Constructor |
public function ObselSkin(o:Obsel, tl:TraceLine)Parameters
o:Obsel — The obsel represented by the ObselSkin
| |
tl:TraceLine — The traceline that contains the obsel
|
| commitProperties | () | method |
override protected function commitProperties():void| editObsel | () | method |
public function editObsel(event:Event):voidPopup a generic edit dialog.
Parameters
event:Event |
| obselTooltip | () | method |
public function obselTooltip(o:Obsel = null):StringParameters
o:Obsel (default = null) |
String |