@@ -82,7 +82,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
8282 page = page->panel(
8383 expandable = abap_true
8484 expanded = client->_bind_edit( ms_check_expanded-basics )
85- headertext = `Basics - Input, Output & Popups ` ).
85+ headertext = `General, Output, Input, Selection Screen ` ).
8686
8787 DATA (panel ) = page->panel(
8888 expandable = abap_false
@@ -233,10 +233,9 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
233233 panel = page->panel(
234234 expandable = abap_false
235235 expanded = abap_true
236- headertext = 'Input Handling '
236+ headertext = 'Input'
237237 ).
238238
239-
240239 panel->generic_tile(
241240 header = 'Data Types'
242241 subheader = 'Use of Integer, Decimals, Dates & Time'
@@ -356,7 +355,6 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
356355 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
357356 ).
358357
359-
360358 panel->generic_tile(
361359 header = 'Select-Options'
362360 subheader = 'Use multi inputs to create range tables'
@@ -379,11 +377,10 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
379377 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
380378).
381379
382-
383380 page = page2->panel(
384381 expandable = abap_true
385382 expanded = client->_bind_edit( ms_check_expanded-popups )
386- headertext = `Popup & Popvers` ).
383+ headertext = `Popup, Popvers` ).
387384
388385 panel = page->panel(
389386 expandable = abap_false
@@ -434,6 +431,27 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
434431 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
435432 ).
436433
434+ panel->generic_tile(
435+ header = 'Popup Input Value'
436+ press = client->_event( 'Z2UI5_CL_DEMO_APP_156' )
437+ mode = 'LineMode'
438+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
439+ ).
440+
441+ panel->generic_tile(
442+ header = 'Popup File Upload'
443+ press = client->_event( 'Z2UI5_CL_DEMO_APP_157' )
444+ mode = 'LineMode'
445+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
446+ ).
447+
448+ panel->generic_tile(
449+ header = 'Popup Display PDF'
450+ press = client->_event( 'Z2UI5_CL_DEMO_APP_158' )
451+ mode = 'LineMode'
452+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
453+ ).
454+
437455 panel = page->panel(
438456 expandable = abap_false
439457 expanded = abap_true
@@ -456,7 +474,6 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
456474 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
457475 ).
458476
459-
460477 panel->generic_tile(
461478 header = 'Popover with List'
462479 subheader = 'List to select in Popover'
@@ -484,7 +501,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
484501 page = page2->panel(
485502 expandable = abap_true
486503 expanded = client->_bind_edit( ms_check_expanded-more )
487- headertext = `More - Tables, Visualization & Layouts`
504+ headertext = `Tables, Visualization, Layouts`
488505 ).
489506
490507 panel = page->panel(
0 commit comments