Uses of Class
com.vaadin.flow.component.listbox.MultiSelectListBoxLocator
Packages that use MultiSelectListBoxLocator
-
Uses of MultiSelectListBoxLocator in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator that return MultiSelectListBoxLocatorModifier and TypeMethodDescriptiondefault <V> MultiSelectListBoxLocator<V> GeneratedLocators.findMultiSelectListBox(Class<V> vType) Returns a locator forMultiSelectListBoxcomponents.default <V> MultiSelectListBoxLocator<V> GeneratedLocators.use(MultiSelectListBox<V> component) Returns a locator seeded with the givenMultiSelectListBoxinstance.