Packagecom.ithaca.timeline.skins
Classpublic class CommentEditDialog
InheritanceCommentEditDialog Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cancelButton : Button
CommentEditDialog
  commentText : String
CommentEditDialog
  commentTextInput : TextArea
CommentEditDialog
  confirm : Boolean = false
CommentEditDialog
  okButton : Button
CommentEditDialog
Public Methods
 MethodDefined By
  
Constructor.
CommentEditDialog
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:FlexEvent):void
CommentEditDialog
Property Detail
cancelButtonproperty
public var cancelButton:Button

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

commentTextproperty 
public var commentText:String

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

commentTextInputproperty 
public var commentTextInput:TextArea

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

confirmproperty 
public var confirm:Boolean = false

okButtonproperty 
public var okButton:Button

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

Constructor Detail
CommentEditDialog()Constructor
public function CommentEditDialog()

Constructor.

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

Parameters

event:FlexEvent