-
Notifications
You must be signed in to change notification settings - Fork 27
/
proptestn.u.yaml
72 lines (72 loc) · 1.85 KB
/
proptestn.u.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: propTestN
title: Proportion Test (N Outcomes)
jus: '2.0'
compilerMode: tame
events:
update: './proptestn.events::update'
remoteDataChanged: './proptestn.events::onRemoteDataChanged'
children:
- type: VariableSupplier
persistentItems: false
stretchFactor: 1
children:
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: var
maxItemCount: 1
isTarget: true
events:
change: './proptestn.events::onChange_var'
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: counts
maxItemCount: 1
isTarget: true
- type: LayoutBox
margin: large
children:
- name: expected
type: CheckBox
- type: CollapseBox
label: Expected Proportions
collapsed: true
stretchFactor: 1
children:
- type: ListBox
name: ratio
showColumnHeaders: true
fullRowSelect: true
height: large
stretchFactor: 1
events:
change: './proptestn.events::onChange_ratio'
columns:
- name: level
label: Level
headerAlign: left
stretchFactor: 1
isVirtual: true
maxWidth: 300
selectable: false
template:
type: Label
- name: ratio
label: Ratio
maxWidth: 50
stretchFactor: 0.25
selectable: false
template:
type: TextBox
format: number
- name: proportion
label: Proportion
maxWidth: 100
headerAlign: right
isVirtual: true
stretchFactor: 0.5
selectable: false
template:
type: Label
horizontalAlignment: right