• <bdo id='TqFLN'></bdo><ul id='TqFLN'></ul>

      1. <legend id='TqFLN'><style id='TqFLN'><dir id='TqFLN'><q id='TqFLN'></q></dir></style></legend>
        <i id='TqFLN'><tr id='TqFLN'><dt id='TqFLN'><q id='TqFLN'><span id='TqFLN'><b id='TqFLN'><form id='TqFLN'><ins id='TqFLN'></ins><ul id='TqFLN'></ul><sub id='TqFLN'></sub></form><legend id='TqFLN'></legend><bdo id='TqFLN'><pre id='TqFLN'><center id='TqFLN'></center></pre></bdo></b><th id='TqFLN'></th></span></q></dt></tr></i><div id='TqFLN'><tfoot id='TqFLN'></tfoot><dl id='TqFLN'><fieldset id='TqFLN'></fieldset></dl></div>
      2. <small id='TqFLN'></small><noframes id='TqFLN'>

        <tfoot id='TqFLN'></tfoot>

        如何在 vaadin-flow 中正确指定对话框大小

        时间:2023-09-28
          • <bdo id='wNZ9L'></bdo><ul id='wNZ9L'></ul>

          • <i id='wNZ9L'><tr id='wNZ9L'><dt id='wNZ9L'><q id='wNZ9L'><span id='wNZ9L'><b id='wNZ9L'><form id='wNZ9L'><ins id='wNZ9L'></ins><ul id='wNZ9L'></ul><sub id='wNZ9L'></sub></form><legend id='wNZ9L'></legend><bdo id='wNZ9L'><pre id='wNZ9L'><center id='wNZ9L'></center></pre></bdo></b><th id='wNZ9L'></th></span></q></dt></tr></i><div id='wNZ9L'><tfoot id='wNZ9L'></tfoot><dl id='wNZ9L'><fieldset id='wNZ9L'></fieldset></dl></div>

              <small id='wNZ9L'></small><noframes id='wNZ9L'>

              • <legend id='wNZ9L'><style id='wNZ9L'><dir id='wNZ9L'><q id='wNZ9L'></q></dir></style></legend>
                  <tbody id='wNZ9L'></tbody>

                  <tfoot id='wNZ9L'></tfoot>
                  本文介绍了如何在 vaadin-flow 中正确指定对话框大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  试图从包含按钮的网格渲染器中打开一个对话框.问题是对话框不遵守指定的大小.

                  Trying to open a dialog from a grid renderer which contain a button. The problem is that the dialog isn't respecting the specified size.

                  我尝试设置对话框的宽度和高度,但它不会影响 DOM 元素,只会影响它的子元素(看起来不像预期的那样)

                  I've tried setting the width and height of the dialog but it doesn't affect the DOM element only its childs (which doesn't look as expected)

                      @Override
                      public VerticalLayout createComponent(P item) {
                                  // this simply create a VerticalLayout
                          VerticalLayout layout = super.createComponent(item);
                  
                          HorizontalLayout subLayout = new HorizontalLayout();
                          subLayout.setWidthFull();
                          subLayout.setDefaultVerticalComponentAlignment(Alignment.CENTER);
                  
                          this.button = new MSButton(this.colorClass, this.vaadinIcon);
                          this.button.addClickListener(event -> {
                              this.parent = item;
                              this.grid.getDataProvider().refreshAll();
                              this.dialog.open();
                          });
                  
                          subLayout.add(this.button);
                          layout.add(subLayout);
                  
                          return layout;
                      }
                  
                      private void constructDialog() {
                          this.dialog = new Dialog();
                  
                          H1 titleHolder = new H1(this.getDialogTitle());
                          titleHolder.addClassName("mt-0");
                          titleHolder.setWidthFull();
                  
                          H3 headerHolder = new H3(this.getDialogHeaderText());
                          headerHolder.addClassName("mt-0");
                          headerHolder.setWidthFull();
                  
                          HorizontalLayout headerRow = new HorizontalLayout();
                          headerRow.add(headerHolder);
                          headerRow.add(this.getDialogHeaderIcon().create());
                          headerRow.setWidthFull();
                  
                          MSButton closeButton = new MSButton("Fermer", "success",
                                  VaadinIcon.CHECK_CIRCLE_O, event -> {
                                      dialog.close();
                                  });
                  
                          HorizontalLayout footerRow = new HorizontalLayout();
                          footerRow.add(closeButton);
                  
                          VerticalLayout footer = new VerticalLayout();
                          footer.setDefaultHorizontalComponentAlignment(Alignment.END);
                          footer.setAlignItems(Alignment.END);
                          footer.setWidthFull();
                          footer.add(footerRow);
                  
                          VerticalLayout container = new VerticalLayout();
                          container.add(titleHolder);
                          container.add(headerHolder);
                          container.add(this.grid);
                          container.add(footer);
                  
                          this.dialog.setWidth("700px");
                          this.dialog.setHeight("500px");
                  
                          this.dialog.add(container);
                      }
                  

                  结果如下:https://ibb.co/HNcgLK2

                  推荐答案

                  修复了使用 Lumo 主题而不是 Material one 的问题.

                  Fixed the problem by using Lumo theme instead of Material one.

                  这篇关于如何在 vaadin-flow 中正确指定对话框大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:单击中性按钮后是否可以保持对话框打开? 下一篇:Android - 使用 Xml 布局自定义对话框

                  相关文章

                  最新文章

                  <i id='LEVqH'><tr id='LEVqH'><dt id='LEVqH'><q id='LEVqH'><span id='LEVqH'><b id='LEVqH'><form id='LEVqH'><ins id='LEVqH'></ins><ul id='LEVqH'></ul><sub id='LEVqH'></sub></form><legend id='LEVqH'></legend><bdo id='LEVqH'><pre id='LEVqH'><center id='LEVqH'></center></pre></bdo></b><th id='LEVqH'></th></span></q></dt></tr></i><div id='LEVqH'><tfoot id='LEVqH'></tfoot><dl id='LEVqH'><fieldset id='LEVqH'></fieldset></dl></div>

                  <small id='LEVqH'></small><noframes id='LEVqH'>

                    <tfoot id='LEVqH'></tfoot>
                    <legend id='LEVqH'><style id='LEVqH'><dir id='LEVqH'><q id='LEVqH'></q></dir></style></legend>

                        <bdo id='LEVqH'></bdo><ul id='LEVqH'></ul>