Skip to content

Commit

Permalink
Refactoring (#328)
Browse files Browse the repository at this point in the history
* refactoring

* refactoring

* refactoring samples
  • Loading branch information
oblomov-dev authored Aug 26, 2024
1 parent 8948e0c commit a49a17e
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 459 deletions.
14 changes: 7 additions & 7 deletions src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -1041,13 +1041,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
* headertext = `Popups (ABAP for Cloud WIP)`
* ).

panel->generic_tile(
header = 'Popup with F4 Help'
subheader = '(ABAP for Cloud WIP)'
press = client->_event( 'z2ui5_cl_demo_app_204' )
mode = 'LineMode'
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
).
* panel->generic_tile(
* header = 'Popup with F4 Help'
* subheader = '(ABAP for Cloud WIP)'
* press = client->_event( 'z2ui5_cl_demo_app_204' )
* mode = 'LineMode'
* class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
* ).

* panel->generic_tile(
* header = 'Popup to Select Transport Requests'
Expand Down
6 changes: 1 addition & 5 deletions src/z2ui5_cl_demo_app_075.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ CLASS Z2UI5_CL_DEMO_APP_075 IMPLEMENTATION.

ui5_view_main_display( ).

* client->view_display( Z2UI5_cl_xml_view=>factory( client
* )->_z2ui5( )->timer( client->_event( `START` )
* )->_generic( ns = `html` name = `script` )->_cc_plain_xml( z2ui5_cl_cc_file_uploader=>get_js( )
* )->stringify( ) ).

ENDMETHOD.


Expand Down Expand Up @@ -113,6 +108,7 @@ CLASS Z2UI5_CL_DEMO_APP_075 IMPLEMENTATION.
value = client->_bind_edit( mv_value )
path = client->_bind_edit( mv_path )
placeholder = 'filepath here...'
* enabled = abap_false
upload = client->_event( 'UPLOAD' ) ).

client->view_display( view->stringify( ) ).
Expand Down
189 changes: 0 additions & 189 deletions src/z2ui5_cl_demo_app_174.clas.abap

This file was deleted.

16 changes: 0 additions & 16 deletions src/z2ui5_cl_demo_app_174.clas.xml

This file was deleted.

125 changes: 0 additions & 125 deletions src/z2ui5_cl_demo_app_204.clas.abap

This file was deleted.

16 changes: 0 additions & 16 deletions src/z2ui5_cl_demo_app_204.clas.xml

This file was deleted.

Loading

0 comments on commit a49a17e

Please sign in to comment.