Packagecom.kapit.diagram
Classpublic class DiagramEvent
InheritanceDiagramEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  dataobjectid : String
DiagramEvent
  diagramelement : IDiagramElement
[read-only]
DiagramEvent
  idx : int
DiagramEvent
  oldvalue : *
DiagramEvent
  property : String
DiagramEvent
  shapeid : String
DiagramEvent
  value : *
DiagramEvent
Protected Properties
 PropertyDefined by
  _diagramelement : IDiagramElement = null
DiagramEvent
Public Methods
 MethodDefined by
  
DiagramEvent(type:String, del:IDiagramElement = null)
DiagramEvent
Public Constants
 ConstantDefined by
  COLUMN_CREATIONREQUEST : String = "columnCreationRequest"
[static] Dispatched when an asynchronous column creation request occurs.
DiagramEvent
  DIAGRAM_COLUMN_CAPTION_DOUBLE_CLICKED : String = "diagramColumnCaptionDoubleClicked"
[static] Dispatched when a column caption is double clicked.
DiagramEvent
  DIAGRAM_DEFAULT_MODE_SET : String = "diagramDefaultMode"
[static] Dispatched when default mode is set.
DiagramEvent
  DIAGRAM_GROUP_CREATED : String = "diagramGroupCreated"
[static] Dispatched when a group is created.
DiagramEvent
  DIAGRAM_GROUP_UNGROUPED : String = "diagramGroupUngrouped"
[static] Dispatched when a group is deleted.
DiagramEvent
  DIAGRAM_HAND_MODE_SET : String = "diagramHandMode"
[static] Dispatched when hand mode is set.
DiagramEvent
  DIAGRAM_LANE_CAPTION_DOUBLE_CLICKED : String = "diagramLaneCaptionDoubleClicked"
[static] Dispatched when a lane caption is double clicked.
DiagramEvent
  DIAGRAM_LINK_MODE_SET : String = "diagramLinkMode"
[static] Dispatched when link mode is set.
DiagramEvent
  DIAGRAM_MODIFIED : String = "diagramModified"
[static] Dispatched when the diagram is modified.
DiagramEvent
  DIAGRAM_PANEL_CAPTION_DOUBLE_CLICKED : String = "diagramPanelCaptionDoubleClicked"
[static] Dispatched when a panel caption is double clicked.
DiagramEvent
  DIAGRAM_TRANSFORM_MODE_SET : String = "diagramTransformMode"
[static] Dispatched when transform mode is set.
DiagramEvent
  DIAGRAM_ZOOM_MODE_SET : String = "diagramZoomMode"
[static] Dispatched when zoom mode is set.
DiagramEvent
  ELEMENT_AFFILATED : String = "elementaffilated"
[static] Dispatched when an element is affilated to another sprite.
DiagramEvent
  ELEMENT_CREATED : String = "elementCreated"
[static] Dispatched when an element is added to the diagram.
DiagramEvent
  ELEMENT_LOADED : String = "elementLoaded"
[static] Dispatched when an element is loaded from XML into the diagrammer.
DiagramEvent
  ELEMENT_MOVED : String = "elementMoved"
[static] Dispatched when an element of the diagram is moved.
DiagramEvent
  ELEMENT_PROPERTY_CHANGED : String = "elementPropertyChanged"
[static] Dispatched when an element property is modified.
DiagramEvent
  ELEMENT_REMOVED : String = "elementRemoved"
[static] Dispatched when an element is remove from the diagram.
DiagramEvent
  ELEMENT_RESIZE_FINISHED : String = "elementResizeFinished"
[static] Dispatched when the user has finished resizing an element.
DiagramEvent
  ELEMENT_RESIZE_PROGRESS : String = "elementResizeProgress"
[static] Dispatched while an element is resized.
DiagramEvent
  ELEMENT_RESIZE_STARTED : String = "elementResizeStarted"
[static] Dispatched when an element start to be resized by the user.
DiagramEvent
  LANE_CREATIONREQUEST : String = "laneCreationRequest"
[static] Dispatched when an asynchronouslane creation request occurs.
DiagramEvent
  LINK_SCOPECHANGED : String = "linkScopeChanged"
[static] Dispatched when a link scope changed.
DiagramEvent
  PANEL_CREATIONREQUEST : String = "panelCreationRequest"
[static] Dispatched when an asynchronous panel creation request occurs.
DiagramEvent
  SELECTION_CHANGED : String = "selectionChanged"
[static] Dispatched when the selection of objects in the diagram changed.
DiagramEvent
  SELECTION_REMOVED : String = "selectionRemoved"
[static] Dispatched when the whole selection is removed from the diagram.
DiagramEvent
  SPRITE_COLUMNCHANGED : String = "columnChanged"
[static] Dispatched when a sprite is moved from one column to another.
DiagramEvent
  SPRITE_LANECHANGED : String = "spriteLaneChanged"
[static] Dispatched when a sprite is moved from one lane to another.
DiagramEvent
Property detail
dataobjectidproperty
public var dataobjectid:String
_diagramelementproperty 
protected var _diagramelement:IDiagramElement = null
diagramelementproperty 
diagramelement:IDiagramElement  [read-only]Implementation
    public function get diagramelement():IDiagramElement
idxproperty 
public var idx:int
oldvalueproperty 
public var oldvalue:*
propertyproperty 
public var property:String
shapeidproperty 
public var shapeid:String
valueproperty 
public var value:*
Constructor detail
DiagramEvent()constructor
public function DiagramEvent(type:String, del:IDiagramElement = null)Parameters
type:String
 
del:IDiagramElement (default = null)
Constant detail
COLUMN_CREATIONREQUESTconstant
public static const COLUMN_CREATIONREQUEST:String = "columnCreationRequest"

Dispatched when an asynchronous column creation request occurs.

DIAGRAM_COLUMN_CAPTION_DOUBLE_CLICKEDconstant 
public static const DIAGRAM_COLUMN_CAPTION_DOUBLE_CLICKED:String = "diagramColumnCaptionDoubleClicked"

Dispatched when a column caption is double clicked.

DIAGRAM_DEFAULT_MODE_SETconstant 
public static const DIAGRAM_DEFAULT_MODE_SET:String = "diagramDefaultMode"

Dispatched when default mode is set.

DIAGRAM_GROUP_CREATEDconstant 
public static const DIAGRAM_GROUP_CREATED:String = "diagramGroupCreated"

Dispatched when a group is created.

DIAGRAM_GROUP_UNGROUPEDconstant 
public static const DIAGRAM_GROUP_UNGROUPED:String = "diagramGroupUngrouped"

Dispatched when a group is deleted.

DIAGRAM_HAND_MODE_SETconstant 
public static const DIAGRAM_HAND_MODE_SET:String = "diagramHandMode"

Dispatched when hand mode is set.

DIAGRAM_LANE_CAPTION_DOUBLE_CLICKEDconstant 
public static const DIAGRAM_LANE_CAPTION_DOUBLE_CLICKED:String = "diagramLaneCaptionDoubleClicked"

Dispatched when a lane caption is double clicked.

DIAGRAM_LINK_MODE_SETconstant 
public static const DIAGRAM_LINK_MODE_SET:String = "diagramLinkMode"

Dispatched when link mode is set.

DIAGRAM_MODIFIEDconstant 
public static const DIAGRAM_MODIFIED:String = "diagramModified"

Dispatched when the diagram is modified.

DIAGRAM_PANEL_CAPTION_DOUBLE_CLICKEDconstant 
public static const DIAGRAM_PANEL_CAPTION_DOUBLE_CLICKED:String = "diagramPanelCaptionDoubleClicked"

Dispatched when a panel caption is double clicked.

DIAGRAM_TRANSFORM_MODE_SETconstant 
public static const DIAGRAM_TRANSFORM_MODE_SET:String = "diagramTransformMode"

Dispatched when transform mode is set.

DIAGRAM_ZOOM_MODE_SETconstant 
public static const DIAGRAM_ZOOM_MODE_SET:String = "diagramZoomMode"

Dispatched when zoom mode is set.

ELEMENT_AFFILATEDconstant 
public static const ELEMENT_AFFILATED:String = "elementaffilated"

Dispatched when an element is affilated to another sprite.

ELEMENT_CREATEDconstant 
public static const ELEMENT_CREATED:String = "elementCreated"

Dispatched when an element is added to the diagram.

ELEMENT_LOADEDconstant 
public static const ELEMENT_LOADED:String = "elementLoaded"

Dispatched when an element is loaded from XML into the diagrammer.

ELEMENT_MOVEDconstant 
public static const ELEMENT_MOVED:String = "elementMoved"

Dispatched when an element of the diagram is moved.

ELEMENT_PROPERTY_CHANGEDconstant 
public static const ELEMENT_PROPERTY_CHANGED:String = "elementPropertyChanged"

Dispatched when an element property is modified.

ELEMENT_REMOVEDconstant 
public static const ELEMENT_REMOVED:String = "elementRemoved"

Dispatched when an element is remove from the diagram.

ELEMENT_RESIZE_FINISHEDconstant 
public static const ELEMENT_RESIZE_FINISHED:String = "elementResizeFinished"

Dispatched when the user has finished resizing an element.

ELEMENT_RESIZE_PROGRESSconstant 
public static const ELEMENT_RESIZE_PROGRESS:String = "elementResizeProgress"

Dispatched while an element is resized.

ELEMENT_RESIZE_STARTEDconstant 
public static const ELEMENT_RESIZE_STARTED:String = "elementResizeStarted"

Dispatched when an element start to be resized by the user.

LANE_CREATIONREQUESTconstant 
public static const LANE_CREATIONREQUEST:String = "laneCreationRequest"

Dispatched when an asynchronouslane creation request occurs.

LINK_SCOPECHANGEDconstant 
public static const LINK_SCOPECHANGED:String = "linkScopeChanged"

Dispatched when a link scope changed.

PANEL_CREATIONREQUESTconstant 
public static const PANEL_CREATIONREQUEST:String = "panelCreationRequest"

Dispatched when an asynchronous panel creation request occurs.

SELECTION_CHANGEDconstant 
public static const SELECTION_CHANGED:String = "selectionChanged"

Dispatched when the selection of objects in the diagram changed.

SELECTION_REMOVEDconstant 
public static const SELECTION_REMOVED:String = "selectionRemoved"

Dispatched when the whole selection is removed from the diagram.

SPRITE_COLUMNCHANGEDconstant 
public static const SPRITE_COLUMNCHANGED:String = "columnChanged"

Dispatched when a sprite is moved from one column to another.

SPRITE_LANECHANGEDconstant 
public static const SPRITE_LANECHANGED:String = "spriteLaneChanged"

Dispatched when a sprite is moved from one lane to another.