Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 | 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_gui_render_item.intf.abap class zif_abapgit_gui_render_item { static INTERNAL_TYPE = 'INTF'; static INTERNAL_NAME = 'ZIF_ABAPGIT_GUI_RENDER_ITEM'; static ATTRIBUTES = {}; static METHODS = {"RENDER": {"visibility": "U", "parameters": {"RI_HTML": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_HTML", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_HTML"});}, "is_optional": " ", "parm_kind": "R", "type_name": "ObjectReferenceType"}, "IV_ITEM": {"type": () => {return new abap.types.Character(4);}, "is_optional": " ", "parm_kind": "I", "type_name": "AnyType"}, "IV_INDEX": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}}}}; } abap.Classes['ZIF_ABAPGIT_GUI_RENDER_ITEM'] = zif_abapgit_gui_render_item; export {zif_abapgit_gui_render_item}; |