Lines Matching defs:eventEnum
88 mxBpmnShape.prototype.eventEnum = { method in mxBpmnShape
846 mxShapeBpmnEvent.prototype.eventEnum = { method in mxShapeBpmnEvent
867 enumList: [{val: mxShapeBpmnEvent.prototype.eventEnum.GENERAL, dispName: 'General'}, method in val
868 {val: mxShapeBpmnEvent.prototype.eventEnum.MESSAGE, dispName: 'Message'}, method in val
869 {val: mxShapeBpmnEvent.prototype.eventEnum.TIMER, dispName: 'Timer'}, method in val
870 {val: mxShapeBpmnEvent.prototype.eventEnum.ESCALATION, dispName: 'Escalation'}, method in val
871 {val: mxShapeBpmnEvent.prototype.eventEnum.CONDITIONAL, dispName: 'Conditional'}, method in val
872 {val: mxShapeBpmnEvent.prototype.eventEnum.LINK, dispName: 'Link'}, method in val
873 {val: mxShapeBpmnEvent.prototype.eventEnum.ERROR, dispName: 'Error'}, method in val
874 {val: mxShapeBpmnEvent.prototype.eventEnum.CANCEL, dispName: 'Cancel'}, method in val
875 {val: mxShapeBpmnEvent.prototype.eventEnum.COMPENSATION, dispName: 'Compensation'}, method in val
876 {val: mxShapeBpmnEvent.prototype.eventEnum.SIGNAL, dispName: 'Signal'}, method in val
877 {val: mxShapeBpmnEvent.prototype.eventEnum.MULTIPLE, dispName: 'Multiple'}, method in val
878 {val: mxShapeBpmnEvent.prototype.eventEnum.PAR_MULTI, dispName: 'Parallel Multiple'}, method in val
879 {val: mxShapeBpmnEvent.prototype.eventEnum.TERMINATE, dispName: 'Terminate'}] method in val
1379 mxShapeBpmnGateway.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum; method in mxShapeBpmnGateway
1567 mxShapeBpmn2Task.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum; method in mxShapeBpmn2Task