|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.internal.BaseFilterFunction
public abstract class BaseFilterFunction
| Constructor Summary | |
|---|---|
BaseFilterFunction()
|
|
| Method Summary | |
|---|---|
java.util.List<WebElement> |
filterElements(java.util.List<WebElement> allElements,
java.lang.String filterValue)
|
protected abstract boolean |
shouldAdd(WebElement element,
java.lang.String filterValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseFilterFunction()
| Method Detail |
|---|
public java.util.List<WebElement> filterElements(java.util.List<WebElement> allElements,
java.lang.String filterValue)
filterElements in interface FilterFunction
protected abstract boolean shouldAdd(WebElement element,
java.lang.String filterValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||