Uses of Class
org.vaadin.firitin.components.dialog.VDialog
-
Packages that use VDialog Package Description org.vaadin.firitin.components.dialog org.vaadin.firitin.form -
-
Uses of VDialog in org.vaadin.firitin.components.dialog
Subclasses of VDialog in org.vaadin.firitin.components.dialog Modifier and Type Class Description classConfirmationDialogSimple confirmation dialog.Methods in org.vaadin.firitin.components.dialog that return VDialog Modifier and Type Method Description VDialogVDialog. withCloseOnEsc(boolean closeOnEsc)VDialogVDialog. withCloseOnOutsideClick(boolean closeOnOutsideClick)VDialogVDialog. withComponentAtIndex(int index, com.vaadin.flow.component.Component component)VDialogVDialog. withDialogCloseActionListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent> listener)VDialogVDialog. withDraggable(boolean draggable)VDialogVDialog. withModal(boolean modal)VDialogVDialog. withOpened(boolean opened)VDialogVDialog. withOpenedChangeListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent<com.vaadin.flow.component.dialog.Dialog>> listener)VDialogVDialog. withResizable(boolean resizable) -
Uses of VDialog in org.vaadin.firitin.form
Methods in org.vaadin.firitin.form that return VDialog Modifier and Type Method Description VDialogAbstractForm. openInModalPopup()
-