Uses of Class
com.vaadin.client.componentlocator.SelectorPredicate
-
Packages that use SelectorPredicate Package Description com.vaadin.client.componentlocator -
-
Uses of SelectorPredicate in com.vaadin.client.componentlocator
Methods in com.vaadin.client.componentlocator that return types with arguments of type SelectorPredicate Modifier and Type Method Description static List<SelectorPredicate>
SelectorPredicate. extractPostFilterPredicates(String path)
static List<SelectorPredicate>
SelectorPredicate. extractPredicates(String path)
Generates a list of predicates from a single predicate string.
-