Packagecom.ithaca.timeline.skins
Classpublic class CommentSkin
InheritanceCommentSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  commentLabel : TextInput
CommentSkin
  cursor : BorderContainer
CommentSkin
  hostComponent : ObselSkin
CommentSkin
  icon : Image
CommentSkin
  leftGrip : Group
CommentSkin
  maxX : Number
CommentSkin
  minX : Number
CommentSkin
  obsel : Obsel
CommentSkin
  rightGrip : Group
CommentSkin
Protected Properties
 PropertyDefined By
  currentCenterDraggingPoint : Point
CommentSkin
Public Methods
 MethodDefined By
  
Constructor.
CommentSkin
  
updateWidth(event:Event):void
CommentSkin
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:Event):void
CommentSkin
  
EditComment(e:MouseEvent):void
CommentSkin
  
GetNbCommentsOver(x:int, width:int, beginIndex:int):int
CommentSkin
  
onObselChange(event:PropertyChangeEvent):void
CommentSkin
  
CommentSkin
  
zcDragging(e:MouseEvent):void
CommentSkin
  
zcStartDrag(e:MouseEvent):void
CommentSkin
  
zcStopDrag(e:MouseEvent):void
CommentSkin
Property Detail
commentLabelproperty
public var commentLabel:TextInput

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

currentCenterDraggingPointproperty 
protected var currentCenterDraggingPoint:Point

cursorproperty 
public var cursor:BorderContainer

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

hostComponentproperty 
public var hostComponent:ObselSkin

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

iconproperty 
public var icon:Image

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

leftGripproperty 
public var leftGrip:Group

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

maxXproperty 
public var maxX:Number

minXproperty 
public var minX:Number

obselproperty 
public var obsel:Obsel

rightGripproperty 
public var rightGrip:Group

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

Constructor Detail
CommentSkin()Constructor
public function CommentSkin()

Constructor.

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

Parameters

event:Event

EditComment()method 
protected function EditComment(e:MouseEvent):void

Parameters

e:MouseEvent

GetNbCommentsOver()method 
protected function GetNbCommentsOver(x:int, width:int, beginIndex:int):int

Parameters

x:int
 
width:int
 
beginIndex:int

Returns
int
onObselChange()method 
protected function onObselChange(event:PropertyChangeEvent):void

Parameters

event:PropertyChangeEvent

UpdateResizeGripHeight()method 
protected function UpdateResizeGripHeight():void

updateWidth()method 
public function updateWidth(event:Event):void

Parameters

event:Event

zcDragging()method 
protected function zcDragging(e:MouseEvent):void

Parameters

e:MouseEvent

zcStartDrag()method 
protected function zcStartDrag(e:MouseEvent):void

Parameters

e:MouseEvent

zcStopDrag()method 
protected function zcStopDrag(e:MouseEvent):void

Parameters

e:MouseEvent