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 TypeMethodDescriptionis.codion.common.state.Stateis.codion.common.state.Stateis.codion.common.state.State
-
Method Details
-
wildcardPrefix
is.codion.common.state.State wildcardPrefix()- Returns:
- a State representing whether a wildcard is automatically prepended to the search string
-
wildcardPostfix
is.codion.common.state.State wildcardPostfix()- Returns:
- a State representing whether a wildcard is automatically appended to the search string
-
caseSensitive
is.codion.common.state.State caseSensitive()- Returns:
- a State representing whether the search is case-sensitive
-