Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev committed Mar 5, 2024
1 parent edcc2b8 commit c2efd84
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_007.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CLASS Z2UI5_CL_DEMO_APP_007 IMPLEMENTATION.
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1673320288983842820`
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 78 in src/z2ui5_cl_demo_app_007.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_015.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLASS Z2UI5_CL_DEMO_APP_015 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->toolbar_spacer(
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 45 in src/z2ui5_cl_demo_app_015.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent(
)->vbox( 'sapUiSmallMargin'
)->link(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_033.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CLASS z2ui5_cl_demo_app_033 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = `https://twitter.com/abap2UI5/status/1647175810917318657`
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 35 in src/z2ui5_cl_demo_app_033.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).
page->link( text = 'Documentation' target = '_blank' href = `https://openui5.hana.ondemand.com/api/sap.m.IllustratedMessageType#properties` ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_038.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CLASS Z2UI5_CL_DEMO_APP_038 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = `https://twitter.com/abap2UI5/status/1647246029828268032`
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 114 in src/z2ui5_cl_demo_app_038.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).
* page->button( text = 'Messages in Popup' press = client->_event( 'POPUP' ) ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_045.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CLASS Z2UI5_CL_DEMO_APP_045 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 74 in src/z2ui5_cl_demo_app_045.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_046.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CLASS Z2UI5_CL_DEMO_APP_046 IMPLEMENTATION.
)->button( text = 'Display List' press = client->_event( 'LIST' )
)->button( text = 'Display Table' press = client->_event( 'TABLE' )
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 67 in src/z2ui5_cl_demo_app_046.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_048.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CLASS Z2UI5_CL_DEMO_APP_048 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = `https://twitter.com/abap2UI5/status/1657279838586109953`
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 73 in src/z2ui5_cl_demo_app_048.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_054.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ CLASS Z2UI5_CL_DEMO_APP_054 IMPLEMENTATION.
* shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
* )->header_content(
* )->link(
* text = 'Source_Code' target = '_blank'
*

Check failure on line 71 in src/z2ui5_cl_demo_app_054.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
* href = Z2UI5_CL_XML_VIEW=>hlp_get_source_code_url( app = me )
* )->get_parent( ).
*
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_055.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CLASS Z2UI5_CL_DEMO_APP_055 IMPLEMENTATION.
* shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
* )->header_content(
* )->link(
* text = 'Source_Code' target = '_blank'
*

Check failure on line 75 in src/z2ui5_cl_demo_app_055.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
* href = Z2UI5_CL_XML_VIEW=>hlp_get_source_code_url( app = me )
* )->get_parent( ).
*
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_065.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CLASS Z2UI5_CL_DEMO_APP_065 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 31 in src/z2ui5_cl_demo_app_065.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_066.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CLASS z2ui5_cl_demo_app_066 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 107 in src/z2ui5_cl_demo_app_066.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_068.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ CLASS Z2UI5_CL_DEMO_APP_068 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1680261069535584259`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 86 in src/z2ui5_cl_demo_app_068.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

client->view_display( page->button( text = 'Open Popup here...' press = client->_event( 'POPUP_TREE' ) )->stringify( ) ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_069.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ CLASS Z2UI5_CL_DEMO_APP_069 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1680907265891618817`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 114 in src/z2ui5_cl_demo_app_069.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(lr_master) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' )->begin_column_pages( ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_071.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ CLASS Z2UI5_CL_DEMO_APP_071 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 109 in src/z2ui5_cl_demo_app_071.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = 'TwoColumnsBeginExpanded' id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_085.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ CLASS Z2UI5_CL_DEMO_APP_085 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1691003695654133760`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 301 in src/z2ui5_cl_demo_app_085.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(lr_master) = page->flexible_column_layout( layout = lv_layout id ='Detail' )->begin_column_pages( ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_097.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CLASS Z2UI5_CL_DEMO_APP_097 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 91 in src/z2ui5_cl_demo_app_097.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = client->_bind_edit( mv_layout ) id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_098.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ CLASS Z2UI5_CL_DEMO_APP_098 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 130 in src/z2ui5_cl_demo_app_098.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = client->_bind_edit( mv_layout ) id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_099.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ CLASS Z2UI5_CL_DEMO_APP_099 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 205 in src/z2ui5_cl_demo_app_099.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_100.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CLASS Z2UI5_CL_DEMO_APP_100 IMPLEMENTATION.
shownavbutton = abap_true
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 102 in src/z2ui5_cl_demo_app_100.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_103.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CLASS z2ui5_cl_demo_app_103 IMPLEMENTATION.
shownavbutton = abap_true ).

page->header_content(
)->link( text = 'Source_Code' target = '_blank' ).
)->link( ).

page->responsive_splitter( defaultpane = `default`
)->pane_container(
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_104.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CLASS Z2UI5_CL_DEMO_APP_104 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 133 in src/z2ui5_cl_demo_app_104.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(col_layout) = page->flexible_column_layout( layout = client->_bind_edit( mv_layout ) id ='test' ).
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_108.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CLASS Z2UI5_CL_DEMO_APP_108 IMPLEMENTATION.
shownavbutton = abap_true ).

page->header_content(
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 79 in src/z2ui5_cl_demo_app_108.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

DATA(side_panel) = page->side_panel( sidepanelposition = `Left`
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_118.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CLASS Z2UI5_CL_DEMO_APP_118 IMPLEMENTATION.

page->header_content(
)->link( text = 'Demo' target = '_blank' href = `https://twitter.com/abap2UI5/status/1628701535222865922`
)->link( text = 'Source_Code' target = '_blank'
)->link(

Check failure on line 41 in src/z2ui5_cl_demo_app_118.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end
)->get_parent( ).

page->vbox( height = `100%` justifycontent = `Center` alignitems = `Center`
Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_135.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CLASS z2ui5_cl_demo_app_135 IMPLEMENTATION.
text = 'Demo' target = '_blank'
href = `https://twitter.com/abap2UI5/status/1647246029828268032`
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 82 in src/z2ui5_cl_demo_app_135.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_160.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CLASS z2ui5_cl_demo_app_160 IMPLEMENTATION.
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
)->header_content(
)->link(
text = 'Source_Code' target = '_blank'

Check failure on line 120 in src/z2ui5_cl_demo_app_160.clas.abap

View check run for this annotation

abaplint / abaplint

Remove whitespace at end of line

https://rules.abaplint.org/whitespace_end

)->get_parent( ).

Expand Down

0 comments on commit c2efd84

Please sign in to comment.