File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,15 @@ CLASS z2ui5_dbl_cl_app_00 DEFINITION
1212ENDCLASS .
1313
1414
15- CLASS z2ui5_dbl_cl_app_00 IMPLEMENTATION .
1615
16+ CLASS Z2UI5_DBL_CL_APP_00 IMPLEMENTATION .
1717
18+
19+ * <SIGNATURE>---------------------------------------------------------------------------------------+
20+ * | Instance Public Method Z2UI5_DBL_CL_APP_00->Z2UI5_IF_APP~MAIN
21+ * +-------------------------------------------------------------------------------------------------+
22+ * | [--->] CLIENT TYPE REF TO Z2UI5_IF_CLIENT
23+ * +--------------------------------------------------------------------------------------</SIGNATURE>
1824 METHOD z2ui5_if_app ~main .
1925
2026 IF client->get( )-check_on_navigated = abap_true .
@@ -24,7 +30,11 @@ CLASS z2ui5_dbl_cl_app_00 IMPLEMENTATION.
2430 DATA (page ) = view->shell( )->page(
2531 title = 'abap2UI5 - Table Content Loader'
2632 navbuttonpress = client->_event( 'BACK' )
27- shownavbutton = abap_true ).
33+ shownavbutton = abap_true
34+ )->header_content(
35+ )->overflow_toolbar(
36+ )->link( text = 'Project on GitHub' target = '_blank' href = 'https://github.com/abap2ui5-apps/table_content_loader'
37+ )->get_parent( )->get_parent( ).
2838 page = page->vbox( ).
2939 page = page->hbox( ).
3040 page->generic_tile(
You can’t perform that action at this time.
0 commit comments