| Package | com.ithaca.timeline.skins |
| Class | public class CommentEditDialog |
| Inheritance | CommentEditDialog mx.containers.TitleWindow |
| Implements | mx.binding.IBindingClient |
| Property | Defined By | ||
|---|---|---|---|
| cancelButton : Button | CommentEditDialog | ||
| commentText : String | CommentEditDialog | ||
| commentTextInput : TextArea | CommentEditDialog | ||
| confirm : Boolean = false | CommentEditDialog | ||
| okButton : Button | CommentEditDialog | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | CommentEditDialog | ||
| Method | Defined By | ||
|---|---|---|---|
creationCompleteHandler(event:FlexEvent):void | CommentEditDialog | ||
| cancelButton | property |
public var cancelButton:ButtonThis property can be used as the source for data binding.
| commentText | property |
public var commentText:StringThis property can be used as the source for data binding.
| commentTextInput | property |
public var commentTextInput:TextAreaThis property can be used as the source for data binding.
| confirm | property |
public var confirm:Boolean = false| okButton | property |
public var okButton:ButtonThis property can be used as the source for data binding.
| CommentEditDialog | () | Constructor |
public function CommentEditDialog()Constructor.
| creationCompleteHandler | () | method |
protected function creationCompleteHandler(event:FlexEvent):voidParameters
event:FlexEvent |