Module is.codion.swing.common.ui
Interface FilterTableSearchModel
public interface FilterTableSearchModel
Handles searching through a
FilterTable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Manages the search results.static interface
Holds a row/column coordinate -
Method Summary
-
Method Details
-
regularExpression
State regularExpression()- Returns:
- the
State
controlling whether regular expressions should be used when searching
-
caseSensitive
State caseSensitive()- Returns:
- the
State
controlling whether searching is case-sensitive
-
searchString
- Returns:
- the Value for the search string
-
predicate
- Returns:
- the
Value
controlling the search predicate
-
results
FilterTableSearchModel.Results results()- Returns:
- the
FilterTableSearchModel.Results
-