File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 32
32
<ObjectStatus text =" {
33
33
path: 'Status',
34
34
formatter: '.formatStateText'
35
- }"
36
- icon =" {
37
- path: 'Status',
38
- formatter: '.formatter.stateIcon'
39
- }"
40
- state =" {
41
- path: 'Status',
42
- formatter: '.formatter.state'
43
35
}" />
44
36
</statuses >
45
37
</ObjectHeader >
Original file line number Diff line number Diff line change 59
59
</Toolbar >
60
60
</infoToolbar >
61
61
<items >
62
- <!-- number="{-->
63
- <!-- path: 'EstimatedCost/Value',-->
64
- <!-- type: 'sap.ui.model.type.Currency',-->
65
- <!-- formatOptions: {-->
66
- <!-- source: {-->
67
- <!-- groupingSeparator: '',-->
68
- <!-- decimalSeparator: '.'-->
69
- <!-- }-->
70
- <!-- }-->
71
- <!-- }"-->
72
62
<ObjectListItem
73
63
type =" {= ${device>/system/phone} ? 'Active' : 'Inactive'}"
74
64
press =" onSelectionChange"
85
75
<ObjectStatus text =" {
86
76
path: 'Status',
87
77
formatter: '.formatStateText'
88
- }"
89
- icon =" {
90
- path: 'Status',
91
- formatter: '.formatter.stateIcon'
92
- }"
93
- state =" {
94
- path: 'Status',
95
- formatter: '.formatter.state'
96
78
}" />
97
79
</firstStatus >
98
80
</ObjectListItem >
You can’t perform that action at this time.
0 commit comments