Skip to content

Commit

Permalink
Object Page Header with Header Container (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwildt authored Nov 12, 2024
1 parent 9747b8d commit 5fc669a
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -486,12 +486,21 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
).

panel->generic_tile(
header = 'Object Header - with Circle-shaped Image'
header = 'Object Header'
subheader = 'with Circle-shaped Image'
press = client->_event( 'Z2UI5_CL_DEMO_APP_272' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Object Page Header'
subheader = 'with Header Container'
press = client->_event( 'Z2UI5_CL_DEMO_APP_303' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Object Marker in a table'
press = client->_event( 'Z2UI5_CL_DEMO_APP_289' )
Expand Down
Loading

0 comments on commit 5fc669a

Please sign in to comment.