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