File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -107,37 +107,37 @@ CLASS z2ui5_cl_sample_tree DEFINITION PUBLIC CREATE PUBLIC.
107107ENDCLASS.
108108
109109CLASS z2ui5_cl_sample_tree IMPLEMENTATION.
110- METHOD z2ui5_if_app~main.
110+ METHOD z2ui5_if_app~main.
111111
112- prodh_nodes = VALUE #( (
112+ prodh_nodes = VALUE #( (
113113 text = 'Machines'
114114 prodh = '00100'
115115 nodes = VALUE #( (
116- text = 'Pumps'
117- prodh = '0010000100'
118- nodes = VALUE #( (
119- text = 'Pump 001'
120- prodh = '001000010000000100' ) (
121- text = 'Pump 002'
122- prodh = '001000010000000105' ) )
116+ text = 'Pumps'
117+ prodh = '0010000100'
118+ nodes = VALUE #( (
119+ text = 'Pump 001'
120+ prodh = '001000010000000100' ) (
121+ text = 'Pump 002'
122+ prodh = '001000010000000105' ) )
123123 ) ) ) (
124124 text = 'Paints'
125125 prodh = '00110'
126126 nodes = VALUE #( (
127- text = 'Gloss paints'
128- prodh = '0011000105'
129- nodes = VALUE #( (
130- text = 'Paint 001'
131- prodh = '001100010500000100' ) (
132- text = 'Paint 002'
133- prodh = '001100010500000105' )
127+ text = 'Gloss paints'
128+ prodh = '0011000105'
129+ nodes = VALUE #( (
130+ text = 'Paint 001'
131+ prodh = '001100010500000100' ) (
132+ text = 'Paint 002'
133+ prodh = '001100010500000105' )
134134 ) ) ) ) ).
135135
136- DATA(tree) = z2ui5_cl_xml_view=>factory( )->page(
137- )->tree( items = client->_bind_edit( prodh_nodes )
138- )->items( )->standard_tree_item(
139- selected = '{IS_SELECTED}'
140- title = '{TEXT}' ).
136+ DATA(tree) = z2ui5_cl_xml_view=>factory( )->page(
137+ )->tree( items = client->_bind_edit( prodh_nodes )
138+ )->items( )->standard_tree_item(
139+ selected = '{IS_SELECTED}'
140+ title = '{TEXT}' ).
141141
142142 client->view_display( tree ).
143143
You can’t perform that action at this time.
0 commit comments