@FunctionalInterface
public static interface TextSearchStrategy.Factory
TextSearchStrategy
which is used as an identifier for the strategy itself.| Modifier and Type | Method and Description |
|---|---|
TextSearchStrategy |
create(int mode,
java.lang.String filter)
Build a new TextSearchStrategy for the specified mode and filter text.
|
TextSearchStrategy create(int mode, java.lang.String filter)
mode - either TextMatcherEditor.CONTAINS or
TextMatcherEditor.STARTS_WITH.filter - the search string to match againstGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by swimmesberger at Mon Feb 25 11:02:37 CET 2019