mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 15:26:16 +08:00
Properties for Spot (#1596)
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
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
782a45742e
commit
f9375fba19
|
@ -4063,6 +4063,7 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
||||||
image TYPE clike OPTIONAL
|
image TYPE clike OPTIONAL
|
||||||
icon TYPE clike OPTIONAL
|
icon TYPE clike OPTIONAL
|
||||||
click TYPE clike OPTIONAL
|
click TYPE clike OPTIONAL
|
||||||
|
text TYPE clike OPTIONAL
|
||||||
RETURNING
|
RETURNING
|
||||||
VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||||
|
|
||||||
|
@ -9163,6 +9164,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
||||||
( n = `tooltip` v = tooltip )
|
( n = `tooltip` v = tooltip )
|
||||||
( n = `image` v = image )
|
( n = `image` v = image )
|
||||||
( n = `icon` v = icon )
|
( n = `icon` v = icon )
|
||||||
|
( n = `text` v = text )
|
||||||
( n = `click` v = click ) ) ).
|
( n = `click` v = click ) ) ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user