mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:16:15 +08:00
refactor switchDefaultModel to switchDefaultModelP (#1620)
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
be06c973b3
commit
c2b476481e
|
@ -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-switchDefaultModel = switchDefaultModel.
|
||||
mo_action->ms_next-s_set-s_view-switchDefaultModelPath = switchDefaultModelPath.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ INTERFACE z2ui5_if_core_types
|
|||
BEGIN OF ty_s_next_frontend,
|
||||
BEGIN OF s_view,
|
||||
xml TYPE string,
|
||||
switchDefaultModel TYPE string,
|
||||
switchdefaultmodelpath TYPE string,
|
||||
check_destroy TYPE abap_bool,
|
||||
check_update_model TYPE abap_bool,
|
||||
END OF s_view,
|
||||
|
|
|
@ -33,7 +33,7 @@ INTERFACE z2ui5_if_client
|
|||
METHODS view_display
|
||||
IMPORTING
|
||||
val TYPE clike
|
||||
switchDefaultModel TYPE string OPTIONAL.
|
||||
switchDefaultModelPath TYPE string OPTIONAL.
|
||||
|
||||
METHODS view_model_update.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user