Class DialogLocator

java.lang.Object
com.vaadin.browserless.locator.Locator<Dialog,DialogLocator>
com.vaadin.flow.component.dialog.DialogLocator
All Implemented Interfaces:
Clickable<Dialog>, HasThemeFilter<Dialog,DialogLocator>

@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor") public class DialogLocator extends Locator<Dialog,DialogLocator> implements Clickable<Dialog>, HasThemeFilter<Dialog,DialogLocator>
Generated locator for Dialog, derived from DialogTester. Filter steps are inherited from Locator; action methods delegate to a fresh tester around the resolved component, so behavioral changes belong on the tester, not here.
  • Constructor Details

    • DialogLocator

      public DialogLocator()
    • DialogLocator

      public DialogLocator(Dialog component)
  • Method Details