Packagecom.anychartstock.events
Classpublic class AnnotationEvent
InheritanceAnnotationEvent Inheritance flash.events.Event
SubclassesAnnotationDrawingProgressEvent, AnnotationRemoveEvent



Public Properties
 PropertyDefined by
  id : String
[read-only]
AnnotationEvent
Public Methods
 MethodDefined by
  
AnnotationEvent(type:String, id:String)
AnnotationEvent
Public Constants
 ConstantDefined by
  ANNOTATION_DESELECT : String = "annotationDeselect"
[static] The AnnotationEvent.ANNOTATION_DESELECT dispatched when an annotation is deselected.
AnnotationEvent
  ANNOTATION_DRAWING_FINISHED : String = "annotationDrawingFinish"
[static] The AnnotationEvent.ANNOTATION_DRAWING_FINISHED dispatched when a user finishes to draw an annotation.
AnnotationEvent
  ANNOTATION_DRAWING_STARTED : String = "annotationDrawingStart"
[static] The AnnotationEvent.ANNOTATION_DRAWING_STARTED dispatched when an annotation drawing is started startDrawingAnnotation() method.
AnnotationEvent
  ANNOTATION_EDITING_FINISHED : String = "annotationEditingFinish"
[static] The AnnotationEvent.ANNOTATION_EDITING_FINISHED dispatched when the user finishes editing an annotation.
AnnotationEvent
  ANNOTATION_EDITING_PROGRESS : String = "annotationEditingProgress"
[static] The AnnotationEvent.ANNOTATION_EDITING_PROGRESS dispatched repeatedly when the user is editing an annotation.
AnnotationEvent
  ANNOTATION_EDITING_STARTED : String = "annotationEditingStart"
[static] The AnnotationEvent.ANNOTATION_EDITING_STARTED dispatched when an annotation editing is started.
AnnotationEvent
  ANNOTATION_REMOVE : String = "annotationRemove"
[static] The AnnotationEvent.ANNOTATION_REMOVE dispatched when a user removes an annotation by DELETE button pressing while the annotation is selected.
AnnotationEvent
  ANNOTATION_SELECT : String = "annotationSelect"
[static] The AnnotationEvent.ANNOTATION_SELECT dispatched when an annotation is selected.
AnnotationEvent
Property detail
idproperty
id:String  [read-only]Implementation
    public function get id():String
Constructor detail
AnnotationEvent()constructor
public function AnnotationEvent(type:String, id:String)Parameters
type:String
 
id:String
Constant detail
ANNOTATION_DESELECTconstant
public static const ANNOTATION_DESELECT:String = "annotationDeselect"

The AnnotationEvent.ANNOTATION_DESELECT dispatched when an annotation is deselected.

ANNOTATION_DRAWING_FINISHEDconstant 
public static const ANNOTATION_DRAWING_FINISHED:String = "annotationDrawingFinish"

The AnnotationEvent.ANNOTATION_DRAWING_FINISHED dispatched when a user finishes to draw an annotation.

ANNOTATION_DRAWING_STARTEDconstant 
public static const ANNOTATION_DRAWING_STARTED:String = "annotationDrawingStart"

The AnnotationEvent.ANNOTATION_DRAWING_STARTED dispatched when an annotation drawing is started startDrawingAnnotation() method.

ANNOTATION_EDITING_FINISHEDconstant 
public static const ANNOTATION_EDITING_FINISHED:String = "annotationEditingFinish"

The AnnotationEvent.ANNOTATION_EDITING_FINISHED dispatched when the user finishes editing an annotation.

ANNOTATION_EDITING_PROGRESSconstant 
public static const ANNOTATION_EDITING_PROGRESS:String = "annotationEditingProgress"

The AnnotationEvent.ANNOTATION_EDITING_PROGRESS dispatched repeatedly when the user is editing an annotation.

ANNOTATION_EDITING_STARTEDconstant 
public static const ANNOTATION_EDITING_STARTED:String = "annotationEditingStart"

The AnnotationEvent.ANNOTATION_EDITING_STARTED dispatched when an annotation editing is started. startDrawingAnnotation() method.

ANNOTATION_REMOVEconstant 
public static const ANNOTATION_REMOVE:String = "annotationRemove"

The AnnotationEvent.ANNOTATION_REMOVE dispatched when a user removes an annotation by DELETE button pressing while the annotation is selected.

ANNOTATION_SELECTconstant 
public static const ANNOTATION_SELECT:String = "annotationSelect"

The AnnotationEvent.ANNOTATION_SELECT dispatched when an annotation is selected.