Interface EntitySearchModel.Settings

Enclosing interface:
EntitySearchModel

public static interface EntitySearchModel.Settings
Column search settings
  • Method Summary

    Modifier and Type
    Method
    Description
    is.codion.common.state.State
     
    is.codion.common.state.State
     
    is.codion.common.state.State
     
    is.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
    • spaceAsWildcard

      is.codion.common.state.State spaceAsWildcard()
      Returns:
      a State representing whether spaces in the search string are automatically replaced with wildcards
    • caseSensitive

      is.codion.common.state.State caseSensitive()
      Returns:
      a State representing whether the search is case-sensitive