T - todo documentpublic abstract class ByStringLookup<T> extends Object implements LookupCriteria<T>
| Modifier | Constructor and Description |
|---|---|
protected |
ByStringLookup(String text)
Default comparison policy is StringComparePolicy.SUBSTRING
|
protected |
ByStringLookup(String text,
StringComparePolicy policy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(T control) |
abstract String |
getText(T control) |
String |
toString() |
protected ByStringLookup(String text)
text - todo documentprotected ByStringLookup(String text, StringComparePolicy policy)
Copyright © 2018. All rights reserved.