We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.componentlocator.
Package com.vaadin.client.componentlocator
-
Interface Summary Interface Description LocatorStrategy This interface should be implemented by all locator strategies.
-
Class Summary Class Description ComponentLocator ComponentLocator provides methods for generating a String locator for a given DOM element and for locating a DOM element using a String locator.
LegacyLocatorStrategy The LegacyLocatorStrategy class handles the legacy locator syntax that was introduced in version 5.4 of the framework.
LocatorUtil Common String manipulator utilities used in VaadinFinderLocatorStrategy and SelectorPredicates.
SelectorPredicate SelectorPredicates are statements about the state of different components that VaadinFinderLocatorStrategy is finding.
VaadinFinderLocatorStrategy The VaadinFinder locator strategy implements an XPath-like syntax for locating elements in Vaadin applications.