abapGit/src/ui/lib/zif_abapgit_gui_render_item.intf.abap
Alexander Tsybulsky a660f0114e
Modals unification, in-page, own page, better abstraction, on example of settings_remote page (#6277)
Co-authored-by: Marc Bernard <marc@marcbernardtools.com>
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
Co-authored-by: lars <larshp@hotmail.com>
2023-05-21 14:44:04 +02:00

14 lines
260 B
ABAP

INTERFACE zif_abapgit_gui_render_item
PUBLIC .
METHODS render
IMPORTING
iv_item TYPE any
iv_index TYPE i
RETURNING
VALUE(ri_html) TYPE REF TO zif_abapgit_html
RAISING
zcx_abapgit_exception .
ENDINTERFACE.