Skip to content

Commit

Permalink
Update Demo 000 to resolve Eclipse warnings (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Nov 19, 2024
1 parent 8112200 commit 3436498
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1131,19 +1131,22 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
subheader = 'Events & Visualization'
press = client->_event( 'Z2UI5_CL_DEMO_APP_048' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Action List Item'
press = client->_event( 'Z2UI5_CL_DEMO_APP_216' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Input List Item'
press = client->_event( 'Z2UI5_CL_DEMO_APP_219' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom').
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).

panel->generic_tile(
header = 'Standard List Item'
Expand Down Expand Up @@ -2179,5 +2182,4 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
ENDDO.

ENDMETHOD.

ENDCLASS.
ENDCLASS.

0 comments on commit 3436498

Please sign in to comment.