This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
sormas-ui/src/main/java/de/symeda/sormas/ui/statistics Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ public StatisticsFilterResidenceElement(int rowIndex) {
3131 addStyleName (CssStyles .LAYOUT_MINIMAL );
3232 setWidth (100 , Unit .PERCENTAGE );
3333
34- // HorizontalLayout regionDistrictCommunityLayout = new HorizontalLayout();
35-
3634 VerticalLayout firstColumnLayout = new VerticalLayout ();
3735 VerticalLayout secondColumnLayout = new VerticalLayout ();
3836
@@ -65,19 +63,9 @@ public StatisticsFilterResidenceElement(int rowIndex) {
6563
6664 firstColumnLayout .addComponent (postcodeElement );
6765
68- // regionDistrictCommunityLayout.addComponent(firstColumnLayout);
69- // regionDistrictCommunityLayout.addComponent(secondColumnLayout);
70-
71- // HorizontalLayout cityPostcodeAddressLayout = new HorizontalLayout();
72- //
73- // cityPostcodeAddressLayout.addComponent(new VerticalLayout(cityElement));
74- // cityPostcodeAddressLayout.addComponent(new VerticalLayout(postcodeElement));
75-
7666 addComponent (firstColumnLayout );
7767 addComponent (secondColumnLayout );
7868
79- // addComponent(new VerticalLayout(regionDistrictCommunityLayout, cityPostcodeAddressLayout));
80-
8169 regionElement .setValueChangeListener (e -> {
8270 districtElement .updateDropdownContent ();
8371 // Remove values from district token field if the respective region is no longer selected
You can’t perform that action at this time.
0 commit comments