| Package | com.ithaca.timeline.skins |
| Class | public class CommentSkin |
| Inheritance | CommentSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Property | Defined By | ||
|---|---|---|---|
| currentCenterDraggingPoint : Point | CommentSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | CommentSkin | ||
updateWidth(event:Event):void | CommentSkin | ||
| Method | Defined 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 | ||
UpdateResizeGripHeight():void | CommentSkin | ||
zcDragging(e:MouseEvent):void | CommentSkin | ||
zcStartDrag(e:MouseEvent):void | CommentSkin | ||
zcStopDrag(e:MouseEvent):void | CommentSkin | ||
| commentLabel | property |
public var commentLabel:TextInputThis property can be used as the source for data binding.
| currentCenterDraggingPoint | property |
protected var currentCenterDraggingPoint:Point| cursor | property |
public var cursor:BorderContainerThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:ObselSkinThis property can be used as the source for data binding.
| icon | property |
public var icon:ImageThis property can be used as the source for data binding.
| leftGrip | property |
public var leftGrip:GroupThis property can be used as the source for data binding.
| maxX | property |
public var maxX:Number| minX | property |
public var minX:Number| obsel | property |
public var obsel:Obsel| rightGrip | property |
public var rightGrip:GroupThis property can be used as the source for data binding.
| CommentSkin | () | Constructor |
public function CommentSkin()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:Event):voidParameters
event:Event |
| EditComment | () | method |
protected function EditComment(e:MouseEvent):voidParameters
e:MouseEvent |
| GetNbCommentsOver | () | method |
protected function GetNbCommentsOver(x:int, width:int, beginIndex:int):intParameters
x:int | |
width:int | |
beginIndex:int |
int |
| onObselChange | () | method |
protected function onObselChange(event:PropertyChangeEvent):voidParameters
event:PropertyChangeEvent |
| UpdateResizeGripHeight | () | method |
protected function UpdateResizeGripHeight():void| updateWidth | () | method |
public function updateWidth(event:Event):voidParameters
event:Event |
| zcDragging | () | method |
protected function zcDragging(e:MouseEvent):voidParameters
e:MouseEvent |
| zcStartDrag | () | method |
protected function zcStartDrag(e:MouseEvent):voidParameters
e:MouseEvent |
| zcStopDrag | () | method |
protected function zcStopDrag(e:MouseEvent):voidParameters
e:MouseEvent |