Skip to content

Commit

Permalink
template tree deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 5, 2024
1 parent df0e6f1 commit 4770802
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -478,16 +478,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
).

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


panel->generic_tile(
header = 'Tree Table II'
header = 'Tree Table'
subheader = 'Popup Select Entry'
press = client->_event( 'Z2UI5_CL_DEMO_APP_068' )
mode = 'LineMode'
Expand Down Expand Up @@ -1294,6 +1285,14 @@ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

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


client->view_display( page->stringify( ) ).

ENDMETHOD.
Expand Down

0 comments on commit 4770802

Please sign in to comment.