public class SelectorPredicate extends Object
| Constructor and Description |
|---|
SelectorPredicate() |
| Modifier and Type | Method and Description |
|---|---|
static List<SelectorPredicate> |
extractPostFilterPredicates(String path) |
static List<SelectorPredicate> |
extractPredicates(String path)
Generates a list of predicates from a single predicate string.
|
int |
getIndex() |
String |
getName() |
String |
getValue() |
boolean |
isWildcard() |
void |
setIndex(int index) |
void |
setName(String name) |
void |
setValue(String value) |
void |
setWildcard(boolean wildcard) |
public static List<SelectorPredicate> extractPostFilterPredicates(String path)
public static List<SelectorPredicate> extractPredicates(String path)
path - a comma separated string of predicatespublic String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic int getIndex()
public void setIndex(int index)
index - the index to setpublic boolean isWildcard()
public void setWildcard(boolean wildcard)
wildcard - the wildcard to setCopyright © 2018 Vaadin Ltd. All rights reserved.