Skip to content

Commit a21d369

Browse files
authored
added list w drag to overview (#436)
1 parent 66a8276 commit a21d369

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
11261126
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
11271127
).
11281128

1129+
panel->generic_tile(
1130+
header = 'Grid List with Drag&Drop'
1131+
subheader = 'Focus Handling'
1132+
press = client->_event( 'z2ui5_cl_demo_app_307' )
1133+
mode = 'LineMode'
1134+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1135+
).
1136+
11291137
panel = page->panel(
11301138
expandable = abap_false
11311139
expanded = abap_true

0 commit comments

Comments
 (0)