Lines Matching refs:eventEnum

88 mxBpmnShape.prototype.eventEnum = {   method in mxBpmnShape
220 if (s === mxBpmnShape.prototype.eventEnum.MESSAGE)
226 else if (s === mxBpmnShape.prototype.eventEnum.TIMER)
232 else if (s === mxBpmnShape.prototype.eventEnum.ESCALATION)
238 else if (s === mxBpmnShape.prototype.eventEnum.CONDITIONAL)
244 else if (s === mxBpmnShape.prototype.eventEnum.LINK)
250 else if (s === mxBpmnShape.prototype.eventEnum.ERROR)
256 else if (s === mxBpmnShape.prototype.eventEnum.CANCEL)
262 else if (s === mxBpmnShape.prototype.eventEnum.COMPENSATION)
268 else if (s === mxBpmnShape.prototype.eventEnum.SIGNAL)
274 else if (s === mxBpmnShape.prototype.eventEnum.MULTIPLE)
280 else if (s === mxBpmnShape.prototype.eventEnum.PAR_MULTI)
286 else if (s === mxBpmnShape.prototype.eventEnum.TERMINATE)
292 else if (s === mxBpmnShape.prototype.eventEnum.GW_EXCLUSIVE)
846 mxShapeBpmnEvent.prototype.eventEnum = { method in mxShapeBpmnEvent
866 …Enum.SYMBOL, dispName: 'Event', type: 'enum', defVal:mxShapeBpmnEvent.prototype.eventEnum.GENERAL,
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
938 if (symbol === this.eventEnum.MESSAGE)
944 else if (symbol === this.eventEnum.TIMER)
950 else if (symbol === this.eventEnum.ESCALATION)
956 else if (symbol === this.eventEnum.CONDITIONAL)
962 else if (symbol === this.eventEnum.LINK)
968 else if (symbol === this.eventEnum.ERROR)
974 else if (symbol === this.eventEnum.CANCEL)
980 else if (symbol === this.eventEnum.COMPENSATION)
986 else if (symbol === this.eventEnum.SIGNAL)
992 else if (symbol === this.eventEnum.MULTIPLE)
998 else if (symbol === this.eventEnum.PAR_MULTI)
1004 else if (symbol === this.eventEnum.TERMINATE)
1010 else if (symbol === this.eventEnum.GW_EXCLUSIVE)
1379 mxShapeBpmnGateway.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum; method in mxShapeBpmnGateway
1567 mxShapeBpmn2Task.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum; method in mxShapeBpmn2Task