|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.filter.Filter
public class Filter
| Constructor Summary | |
|---|---|
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 |
|
Filter(String customAttribute,
Matcher matcher)
Construct a filter with on a custom attribute and an associated matcher |
|
Filter(String customAttribute,
String value)
Construct a filter with on a custom attribute and an associated value |
|
| Method Summary | |
|---|---|
String |
getAttribut()
|
Matcher |
getMatcher()
|
boolean |
isPreFilter()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Filter(FilterType filterType,
String value)
filterType - value -
public Filter(FilterType filterType,
Matcher matcher)
filterType - matcher -
public Filter(String customAttribute,
String value)
customAttribute - value -
public Filter(String customAttribute,
Matcher matcher)
customAttribute - matcher - | Method Detail |
|---|
public String getAttribut()
public String toString()
toString in class Objectpublic Matcher getMatcher()
public boolean isPreFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||