@@ -576,8 +576,8 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
576576 ).
577577
578578 panel->generic_tile(
579- header = 'Popover on Nested View '
580- subheader = ''
579+ header = 'Popover'
580+ subheader = 'Call from Nested Views & Popup '
581581 press = client->_event( 'z2ui5_cl_demo_app_147' )
582582 mode = 'LineMode'
583583 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
@@ -586,14 +586,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
586586 page = page2->panel(
587587 expandable = abap_true
588588 expanded = client->_bind_edit( ms_check_expanded-features )
589- headertext = `Features I `
589+ headertext = `More Controls `
590590 ).
591591
592592
593593 panel = page->panel(
594594 expandable = abap_false
595595 expanded = abap_true
596- headertext = `More Controls `
596+ headertext = `Visualization `
597597 ).
598598
599599 panel->generic_tile(
@@ -700,22 +700,6 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
700700 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
701701).
702702
703- panel = page->panel(
704- expandable = abap_false
705- expanded = abap_true
706- headertext = `S-RTTI - Dynamic Typing`
707- ).
708-
709-
710- panel->generic_tile(
711- header = 'Dynamic Types'
712- subheader = 'Use S-RTTI to send tables to the frontend'
713- press = client->_event( 'Z2UI5_CL_DEMO_APP_061' )
714- mode = 'LineMode'
715- class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
716- ).
717-
718-
719703 panel = page->panel(
720704 expandable = abap_false
721705 expanded = abap_true
@@ -741,7 +725,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
741725 page = page2->panel(
742726 expandable = abap_true
743727 expanded = client->_bind_edit( ms_check_expanded-custom_controls )
744- headertext = `Features II `
728+ headertext = `Features`
745729 ).
746730
747731
@@ -776,6 +760,21 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
776760 ).
777761
778762
763+ panel = page->panel(
764+ expandable = abap_false
765+ expanded = abap_true
766+ headertext = `S-RTTI - Dynamic Typing`
767+ ).
768+
769+
770+ panel->generic_tile(
771+ header = 'Dynamic Types'
772+ subheader = 'Use S-RTTI to send tables to the frontend'
773+ press = client->_event( 'Z2UI5_CL_DEMO_APP_061' )
774+ mode = 'LineMode'
775+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
776+ ).
777+
779778 panel = page->panel(
780779 expandable = abap_false
781780 expanded = abap_true
@@ -1157,7 +1156,7 @@ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
11571156 page = page2->panel(
11581157 expandable = abap_true
11591158 expanded = client->_bind_edit( ms_check_expanded-version )
1160- headertext = `UI5 Version Specific`
1159+ headertext = `UI5 Version Specific & WIP `
11611160 ).
11621161
11631162 panel = page->panel(
@@ -1334,6 +1333,20 @@ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
13341333 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
13351334 ).
13361335
1336+ panel = page->panel(
1337+ expandable = abap_false
1338+ expanded = abap_true
1339+ headertext = `Work in Progress`
1340+ ).
1341+ panel->message_strip( `Give it a try....` ).
1342+
1343+ panel->generic_tile(
1344+ header = 'Gantt Chart with Relationships'
1345+ subheader = ``
1346+ press = client->_event( 'Z2UI5_CL_DEMO_APP_179' )
1347+ mode = 'LineMode'
1348+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1349+ ).
13371350
13381351 client->view_display( page->stringify( ) ).
13391352
0 commit comments