|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterType | |
|---|---|
| org.fluentlenium.core.filter | |
| org.fluentlenium.core.wait | |
| Uses of FilterType in org.fluentlenium.core.filter |
|---|
| Methods in org.fluentlenium.core.filter that return FilterType | |
|---|---|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.fluentlenium.core.filter with parameters of type FilterType | |
|---|---|
static Filter |
FilterConstructor.buildFilter(String name,
FilterType type,
Class matcherType)
Create a filter by name |
| Constructors in org.fluentlenium.core.filter with parameters of type FilterType | |
|---|---|
Filter(FilterType filterType,
Matcher matcher)
Construct a filter with a type and an associated matcher |
|
Filter(FilterType filterType,
String value)
Construct a filter with a type and an associated value |
|
FilterBuilder(FilterType filterType)
|
|
| Uses of FilterType in org.fluentlenium.core.wait |
|---|
| Constructors in org.fluentlenium.core.wait with parameters of type FilterType | |
|---|---|
FluentWaitBuilder(FluentWaitMatcher fluentWaitBuilder,
FilterType filterType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||