Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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