mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
rename annotation uri (#1635)
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
build_frontend_classic / build_frontend_classic (push) Waiting to run
build_frontend_cloud / build_frontend_cloud (push) Waiting to run
js_transform / Code-Cleanup (push) Waiting to run
ui5lint / test (push) Waiting to run
* rename annotation uri * Update src/02/z2ui5_if_client.intf.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> * Update src/02/z2ui5_if_client.intf.abap Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com> --------- Co-authored-by: oblomov-dev@outlook.com <> Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
375135463f
commit
fc18b6c1e0
|
@ -292,7 +292,7 @@ CLASS z2ui5_cl_core_client IMPLEMENTATION.
|
|||
METHOD z2ui5_if_client~view_display.
|
||||
|
||||
mo_action->ms_next-s_set-s_view-xml = val.
|
||||
mo_action->ms_next-s_set-s_view-switchDefaultModelAnnoURI = switchDefaultModelAnnoURI.
|
||||
mo_action->ms_next-s_set-s_view-switchDefaultModelAnnoURI = switch_default_model_anno_uri.
|
||||
mo_action->ms_next-s_set-s_view-switch_default_model_path = switch_default_model_path.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
|
@ -218,7 +218,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
IMPORTING
|
||||
ns TYPE clike OPTIONAL
|
||||
link TYPE clike OPTIONAL
|
||||
ID type CLIKE optional
|
||||
ID type CLIKE optional
|
||||
CLASS type CLIKE optional
|
||||
CURRENTLOCATIONTEXT type CLIKE optional
|
||||
SEPARATORSTYLE type CLIKE optional
|
||||
|
|
|
@ -32,9 +32,9 @@ INTERFACE z2ui5_if_client
|
|||
|
||||
METHODS view_display
|
||||
IMPORTING
|
||||
val TYPE clike
|
||||
switchDefaultModelAnnoURI TYPE string OPTIONAL
|
||||
switch_default_model_path TYPE string OPTIONAL.
|
||||
val TYPE clike
|
||||
switch_default_model_anno_uri TYPE string OPTIONAL
|
||||
switch_default_model_path TYPE string OPTIONAL.
|
||||
|
||||
METHODS view_model_update.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user