Skip to content

Commit fd69b71

Browse files
authored
renaming fixes (#462)
1 parent 3ae8265 commit fd69b71

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/z2ui5_cl_demo_app_313.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ CLASS z2ui5_cl_demo_app_313 IMPLEMENTATION.
6868
enableautobinding = abap_true
6969
).
7070

71-
client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
71+
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
7272

7373
ENDIF.
7474

src/z2ui5_cl_demo_app_314.clas.abap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
4949
page->input( description = `device model` value = `{device>/resize/width}` enabled = abap_false ).
5050

5151
mv_val = `input value with http model`.
52-
page->input( client->_bind_edit( val = mv_val switchdefaultmodel = abap_true ) ).
52+
page->input( client->_bind_edit( val = mv_val switch_default_model = abap_true ) ).
5353

54-
DATA(tab) = page->table( client->_bind_edit( val = t_tab switchdefaultmodel = abap_true ) ).
54+
DATA(tab) = page->table( client->_bind_edit( val = t_tab switch_default_model = abap_true ) ).
5555

5656
tab->header_toolbar(
5757
)->toolbar(
@@ -100,7 +100,7 @@ CLASS z2ui5_cl_demo_app_314 IMPLEMENTATION.
100100
)->text( '{CurrencyCode}'
101101
).
102102

103-
client->view_display( val = view->stringify( ) switchdefaultmodelpath = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
103+
client->view_display( val = view->stringify( ) switch_default_model_path = `/sap/opu/odata/DMO/API_TRAVEL_U_V2/` ).
104104

105105
ENDIF.
106106

src/z2ui5_cl_demo_app_315.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CLASS z2ui5_cl_demo_app_315 IMPLEMENTATION.
6666
)->text( '{FLIGHT>City}'
6767
)->text( '{FLIGHT>CountryCode}' ).
6868

69-
client->view_display( val = view->stringify( ) switchdefaultmodelpath = `` ).
69+
client->view_display( val = view->stringify( ) switch_default_model_path = `` ).
7070

7171
client->follow_up_action( client->_event_client(
7272
val = z2ui5_if_client=>cs_event-set_odata_model

src/z2ui5_cl_demo_app_317.clas.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<VSEOCLASS>
66
<CLSNAME>Z2UI5_CL_DEMO_APP_317</CLSNAME>
77
<LANGU>E</LANGU>
8-
<DESCRIPT>tab -different odata models</DESCRIPT>
8+
<DESCRIPT>tree - drag &amp; drop</DESCRIPT>
99
<STATE>1</STATE>
1010
<CLSCCINCL>X</CLSCCINCL>
1111
<FIXPT>X</FIXPT>

0 commit comments

Comments
 (0)