mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
Add method "tiles" (#1349)
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
25fe147354
commit
59d0bed18a
|
@ -3528,6 +3528,9 @@ CLASS z2ui5_cl_xml_view DEFINITION
|
||||||
class TYPE clike OPTIONAL
|
class TYPE clike OPTIONAL
|
||||||
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||||
|
|
||||||
|
METHODS tiles
|
||||||
|
RETURNING VALUE(result) TYPE REF TO z2ui5_cl_xml_view.
|
||||||
|
|
||||||
METHODS busy_indicator
|
METHODS busy_indicator
|
||||||
IMPORTING !id TYPE clike OPTIONAL
|
IMPORTING !id TYPE clike OPTIONAL
|
||||||
!class TYPE clike OPTIONAL
|
!class TYPE clike OPTIONAL
|
||||||
|
@ -10010,4 +10013,9 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
||||||
( n = `liveChange` v = liveChange ) ) ).
|
( n = `liveChange` v = liveChange ) ) ).
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
|
METHOD tiles.
|
||||||
|
result = _generic( `tiles` ).
|
||||||
|
ENDMETHOD.
|
||||||
ENDCLASS.
|
ENDCLASS.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user