|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.filter.FilterConstructor
public final class FilterConstructor
| Method Summary | |
|---|---|
static Filter |
buildFilter(String name,
FilterType type,
Class matcherType)
Create a filter by name |
static FilterBuilder |
with(String attribute)
Create a filter builder for the attribute |
static Filter |
with(String customAttribute,
Matcher matcher)
Deprecated. |
static Filter |
with(String customAttribute,
String matcher)
Deprecated. |
static FilterBuilder |
withId()
Create a filter builder for the attribute by id |
static Filter |
withId(Matcher matcher)
Deprecated. |
static Filter |
withId(String id)
Create a filter by id |
static FilterBuilder |
withName()
Create a filter builder for the attribute by name |
static Filter |
withName(Matcher matcher)
Deprecated. |
static Filter |
withName(String name)
Create a filter by name |
static FilterBuilder |
withText()
Create a filter builder for the attribute by text |
static Filter |
withText(Matcher matcher)
Deprecated. |
static Filter |
withText(String text)
Create a filter by text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Filter buildFilter(String name,
FilterType type,
Class matcherType)
name -
public static Filter withName(String name)
name -
public static Filter withId(String id)
id -
public static Filter withText(String text)
text -
public static FilterBuilder with(String attribute)
attribute -
public static FilterBuilder withName()
-
public static FilterBuilder withId()
-
public static FilterBuilder withText()
-
@Deprecated public static Filter withName(Matcher matcher)
matcher -
@Deprecated public static Filter withId(Matcher matcher)
matcher -
@Deprecated public static Filter withText(Matcher matcher)
matcher -
@Deprecated
public static Filter with(String customAttribute,
Matcher matcher)
customAttribute - matcher -
@Deprecated
public static Filter with(String customAttribute,
String matcher)
customAttribute - matcher -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||