Module is.codion.framework.model
Package is.codion.framework.model
Interface EntitySearchModel.Settings
- Enclosing interface:
- EntitySearchModel
public static interface EntitySearchModel.Settings
Column search settings
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
wildcardPrefix
State wildcardPrefix()- Returns:
- a State representing whether a wildcard is automatically prepended to the search string
-
wildcardPostfix
State wildcardPostfix()- Returns:
- a State representing whether a wildcard is automatically appended to the search string
-
spaceAsWildcard
State spaceAsWildcard()- Returns:
- a State representing whether spaces in the search string are automatically replaced with wildcards
-
caseSensitive
State caseSensitive()- Returns:
- a State representing whether the search is case-sensitive
-