Lines Matching refs:eventTypeEnum

76 mxBpmnShape.prototype.eventTypeEnum = {   method in mxBpmnShape
120 …e(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.prototype.eventTypeEnum.NONE);
122 if (bg === mxBpmnShape.prototype.eventTypeEnum.GATEWAY)
138 …e(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.prototype.eventTypeEnum.NONE);
155 if (bg === mxBpmnShape.prototype.eventTypeEnum.GATEWAY)
188 …alue(this.style, mxBpmnShape.prototype.miscEnum.OUTLINE, mxBpmnShape.prototype.eventTypeEnum.NONE);
196 f.call(this, c, x, y, w, h, bg === mxBpmnShape.prototype.eventTypeEnum.GATEWAY);
202 if (bg === mxBpmnShape.prototype.eventTypeEnum.GATEWAY)
218 …alue(this.style, mxBpmnShape.prototype.miscEnum.OUTLINE, mxBpmnShape.prototype.eventTypeEnum.NONE);
304 …else if (o === mxBpmnShape.prototype.eventTypeEnum.THROWING || o === mxBpmnShape.prototype.eventTy…
317 …else if (o === mxBpmnShape.prototype.eventTypeEnum.THROWING || o === mxBpmnShape.prototype.eventTy…
835 mxShapeBpmnEvent.prototype.eventTypeEnum = { method in mxShapeBpmnEvent
881 …spName: 'Event Type', type: 'enum', defVal:mxShapeBpmnEvent.prototype.eventTypeEnum.START_STANDARD…
882 enumList: [{val: mxShapeBpmnEvent.prototype.eventTypeEnum.START_STANDARD, dispName: 'Standard'}, method in val
883 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.EVENT_SP_INT, dispName: 'Interrupting'}, method in val
884 … {val: mxShapeBpmnEvent.prototype.eventTypeEnum.EVENT_SP_NONINT, dispName: 'Non-Interrupting'}, method in val
885 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.CATCHING, dispName: 'Catching'}, method in val
886 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.BOUND_INT, dispName: 'Bound Interrupting'}, method in val
887 … {val: mxShapeBpmnEvent.prototype.eventTypeEnum.BOUND_NONINT, dispName: 'Bound Non-Interrupting'}, method in val
888 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.THROWING, dispName: 'Throwing'}, method in val
889 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.END, dispName: 'End'}, method in val
890 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.NONE, dispName: 'None'}] method in val
909 outline = mxUtils.getValue(this.style, this.miscEnum.OUTLINE, this.eventTypeEnum.NONE);
1022 else if (outline === this.eventTypeEnum.THROWING || outline === this.eventTypeEnum.END)
1035 else if (outline === this.eventTypeEnum.THROWING || outline === this.eventTypeEnum.END)
1378 mxShapeBpmnGateway.prototype.eventTypeEnum = mxShapeBpmnEvent.prototype.eventTypeEnum; method in mxShapeBpmnGateway
1566 mxShapeBpmn2Task.prototype.eventTypeEnum = mxShapeBpmnEvent.prototype.eventTypeEnum; method in mxShapeBpmn2Task