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