mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Add "class" and "press" to method "feed_content" (#1346)
Some checks are pending
build_downport / build_downport (push) Waiting to run
Some checks are pending
build_downport / build_downport (push) Waiting to run
This commit is contained in:
parent
77de686bbc
commit
2f82cf972c
|
@ -2611,6 +2611,8 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
|||
IMPORTING contenttext TYPE clike OPTIONAL
|
||||
subheader TYPE clike OPTIONAL
|
||||
value TYPE clike OPTIONAL
|
||||
class TYPE clike OPTIONAL
|
||||
press TYPE clike OPTIONAL
|
||||
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||
|
||||
METHODS news_content
|
||||
|
@ -9883,7 +9885,9 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
name = `FeedContent`
|
||||
t_prop = VALUE #( ( n = `contentText` v = contenttext )
|
||||
( n = `subheader` v = subheader )
|
||||
( n = `value` v = value ) ) ).
|
||||
( n = `value` v = value )
|
||||
( n = `class` v = class )
|
||||
( n = `press` v = press ) ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user