En-desarrollo #27

Merged
alex merged 39 commits from En-desarrollo into main 2024-10-07 18:23:34 +00:00
Showing only changes of commit 64d62a06db - Show all commits

View File

@ -81,7 +81,7 @@ public class WorkDocumentsView extends Main {
} }
private Button createSaveButton(String sectionTitle, Button viewButton) { private Button createSaveButton(String sectionTitle, Button viewButton) {
Button saveButton = new Button("Save"); Button saveButton = new Button("Save");
saveButton.addClickListener(clickEvent -> saveFile(sectionTitle, )); saveButton.addClickListener(clickEvent -> saveFile(sectionTitle, viewButton));
return saveButton; return saveButton;
} }
private HorizontalLayout createLayoutWithComponent(com.vaadin.flow.component.Component component) { private HorizontalLayout createLayoutWithComponent(com.vaadin.flow.component.Component component) {