Lines Matching refs:dispName
42 {name: 'symbol', dispName: 'Event', type: 'enum', defVal:'general',
43 enumList: [{val: 'general', dispName: 'General'}, property
44 {val: 'message', dispName: 'Message'}, property
45 {val: 'timer', dispName: 'Timer'}, property
46 {val: 'escalation', dispName: 'Escalation'}, property
47 {val: 'conditional', dispName: 'Conditional'}, property
48 {val: 'link', dispName: 'Link'}, property
49 {val: 'error', dispName: 'Error'}, property
50 {val: 'cancel', dispName: 'Cancel'}, property
51 {val: 'compensation', dispName: 'Compensation'}, property
52 {val: 'signal', dispName: 'Signal'}, property
53 {val: 'multiple', dispName: 'Multiple'}, property
54 {val: 'parallelMultiple', dispName: 'Parallel Multiple'}, property
55 {val: 'terminate', dispName: 'Terminate'}, property
56 {val: 'exclusiveGw', dispName: 'Exclusive Gw'}, property
57 {val: 'parallelGw', dispName: 'Parallel Gw'}, property
58 {val: 'complexGw', dispName: 'Complex Gw'}] property
60 {name: 'outline', dispName: 'Event Type', type: 'enum', defVal:'standard',
61 enumList: [{val: 'standard', dispName: 'Standard'}, property
62 {val: 'eventInt', dispName: 'Interrupting'}, property
63 {val: 'eventNonint', dispName: 'Non-Interrupting'}, property
64 {val: 'catching', dispName: 'Catching'}, property
65 {val: 'boundInt', dispName: 'Bound Interrupting'}, property
66 {val: 'boundNonint', dispName: 'Bound Non-Interrupting'}, property
67 {val: 'throwing', dispName: 'Throwing'}, property
68 {val: 'end', dispName: 'End'}, property
69 {val: 'none', dispName: 'None'}] property
71 {name: 'background', dispName: 'Background', type: 'enum', defVal:'none',
72 enumList: [{val: 'gateway', dispName: 'Gateway'}, property
73 {val: 'none', dispName: 'None'}] property
866 …{name: mxShapeBpmnEvent.prototype.miscEnum.SYMBOL, dispName: 'Event', type: 'enum', defVal:mxShape…
867 enumList: [{val: mxShapeBpmnEvent.prototype.eventEnum.GENERAL, dispName: 'General'},
868 {val: mxShapeBpmnEvent.prototype.eventEnum.MESSAGE, dispName: 'Message'},
869 {val: mxShapeBpmnEvent.prototype.eventEnum.TIMER, dispName: 'Timer'},
870 {val: mxShapeBpmnEvent.prototype.eventEnum.ESCALATION, dispName: 'Escalation'},
871 {val: mxShapeBpmnEvent.prototype.eventEnum.CONDITIONAL, dispName: 'Conditional'},
872 {val: mxShapeBpmnEvent.prototype.eventEnum.LINK, dispName: 'Link'},
873 {val: mxShapeBpmnEvent.prototype.eventEnum.ERROR, dispName: 'Error'},
874 {val: mxShapeBpmnEvent.prototype.eventEnum.CANCEL, dispName: 'Cancel'},
875 {val: mxShapeBpmnEvent.prototype.eventEnum.COMPENSATION, dispName: 'Compensation'},
876 {val: mxShapeBpmnEvent.prototype.eventEnum.SIGNAL, dispName: 'Signal'},
877 {val: mxShapeBpmnEvent.prototype.eventEnum.MULTIPLE, dispName: 'Multiple'},
878 {val: mxShapeBpmnEvent.prototype.eventEnum.PAR_MULTI, dispName: 'Parallel Multiple'},
879 {val: mxShapeBpmnEvent.prototype.eventEnum.TERMINATE, dispName: 'Terminate'}]
881 …{name: mxShapeBpmnEvent.prototype.miscEnum.OUTLINE, dispName: 'Event Type', type: 'enum', defVal:m…
882 enumList: [{val: mxShapeBpmnEvent.prototype.eventTypeEnum.START_STANDARD, dispName: 'Standard'},
883 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.EVENT_SP_INT, dispName: 'Interrupting'},
884 … {val: mxShapeBpmnEvent.prototype.eventTypeEnum.EVENT_SP_NONINT, dispName: 'Non-Interrupting'},
885 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.CATCHING, dispName: 'Catching'},
886 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.BOUND_INT, dispName: 'Bound Interrupting'},
887 … {val: mxShapeBpmnEvent.prototype.eventTypeEnum.BOUND_NONINT, dispName: 'Bound Non-Interrupting'},
888 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.THROWING, dispName: 'Throwing'},
889 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.END, dispName: 'End'},
890 {val: mxShapeBpmnEvent.prototype.eventTypeEnum.NONE, dispName: 'None'}]
1383 {name: 'gwType', dispName: 'Gateway type', type: 'enum', defVal:'event',
1384 enumList: [{val: 'event', dispName: 'Event-based'},
1385 {val: 'exclusive', dispName: 'Exclusive'},
1386 {val: 'parallel', dispName: 'Parallel'},
1387 {val: 'complex', dispName: 'Complex'}]});
1538 {name: 'bpmnShapeType', dispName: 'Type', defVal: 'task', type: 'enum',
1539 enumList: [{val: 'task', dispName: 'Task'}, property
1540 {val: 'transaction', dispName: 'Transaction'}, property
1541 {val: 'call', dispName: 'Call'}, property
1542 {val: 'subprocess', dispName: 'Sub-Process'}]}, property
1543 {name: 'taskMarker', dispName: 'Task Marker', defVal: 'abstract', type: 'enum',
1544 enumList: [{val: 'abstract', dispName: 'Abstract'}, property
1545 {val: 'service', dispName: 'Service'}, property
1546 {val: 'send', dispName: 'Send'}, property
1547 {val: 'receive', dispName: 'Receive'}, property
1548 {val: 'user', dispName: 'User'}, property
1550 {val: 'nime', dispName: 'Non-Interrupting Message Event'}, property
1552 {val: 'manual', dispName: 'Manual'}, property
1553 {val: 'businessRule', dispName: 'Business Rule'}, property
1554 {val: 'script', dispName: 'Script'}]}, property
1555 {name: 'isLoopSub', dispName: 'Subprocess', type: 'bool'},
1556 {name: 'isLoopStandard', dispName: 'Standard Loop', type: 'bool'},
1557 {name: 'isLoopMultiParallel', dispName: 'Multi-Instance Parallel Loop', type: 'bool'},
1558 {name: 'isLoopMultiSeq', dispName: 'Multi-Instance Sequential Loop', type: 'bool'},
1559 {name: 'isLoopComp', dispName: 'Compensation Loop', type: 'bool'},
1560 {name: 'isAdHoc', dispName: 'Ad Hoc', type: 'bool'}
1841 {name: 'bpmnTransferType', dispName: 'Transfer Type', defVal: 'none', type: 'enum',
1842 enumList: [{val: 'none', dispName: 'None'}, property
1843 {val: 'input', dispName: 'Input'}, property
1844 {val: 'output', dispName: 'Output'}]}, property
1845 {name: 'isCollection', dispName: 'Collection', type: 'bool'}
1945 {name: 'isCollection', dispName: 'Collection', type: 'bool'}
2002 {name: 'bpmnConversationType', dispName: 'Type', defVal: 'conv', type: 'enum',
2003 enumList: [{val: 'conv', dispName: 'Conversation'}, property
2004 {val: 'call', dispName: 'Call'}]}, property
2005 {name: 'isLoopSub', dispName: 'Subprocess', type: 'bool'}