- setAriaLabel(String) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Description copied from corresponding location in WebComponent:
- setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by hitting the esc-key or not.
- setCloseOnOutsideClick(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by clicking outside of it or not.
- setDraggable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog is enabled to be dragged by the user or not.
- setHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setMaxHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setMaxWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setMinHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setMinWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setModal(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether component will open modal or modeless dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens or closes the dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Description copied from corresponding location in WebComponent:
- setResizable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog can be resized by user or not.
- setWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-