Uses of Class
com.vaadin.flow.component.dialog.Dialog
Packages that use Dialog
Package
Description
-
Uses of Dialog in com.vaadin.browserless
Methods in com.vaadin.browserless with parameters of type Dialog -
Uses of Dialog in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type DialogModifier and TypeMethodDescriptiondefault DialogLocatorReturns a locator seeded with the givenDialoginstance. -
Uses of Dialog in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog that return DialogConstructors in com.vaadin.flow.component.dialog with parameters of type DialogModifierConstructorDescriptionClosedEvent(Dialog source, boolean fromClient) DialogCloseActionEvent(Dialog source, boolean fromClient) DialogDraggedEvent(Dialog source, boolean fromClient, String left, String top) DialogLocator(Dialog component) DialogResizeEvent(Dialog source, boolean fromClient, String width, String height, String left, String top) DialogTester(Dialog component) Wrap given component for testing.OpenedChangeEvent(Dialog source, boolean fromClient)