mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00

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>
14 lines
260 B
ABAP
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.
|