Skip to content

Commit

Permalink
delete deprecated samples (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Sep 7, 2024
1 parent 1df17be commit 15f6b1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.
22 changes: 0 additions & 22 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -2071,28 +2071,6 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel = page->panel(
expandable = abap_false
expanded = abap_true
headertext = `Deprecated`
).
panel->message_strip( `Running out of maintenance....` ).

panel->generic_tile(
header = 'Message Manager & Validation'
subheader = `Constraints & Format Options`
press = client->_event( 'Z2UI5_CL_DEMO_APP_084' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Tree Table with Template'
press = client->_event( 'Z2UI5_CL_DEMO_APP_007' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel = page->panel(
expandable = abap_false
expanded = abap_true
Expand Down
101 changes: 0 additions & 101 deletions src/z2ui5_cl_demo_app_007.clas.abap

This file was deleted.

16 changes: 0 additions & 16 deletions src/z2ui5_cl_demo_app_007.clas.xml

This file was deleted.

0 comments on commit 15f6b1d

Please sign in to comment.