Package io.jmix.ui.component
Class ComboBox.OptionsCaptionFilteringContext
java.lang.Object
io.jmix.ui.component.ComboBox.OptionsCaptionFilteringContext
Caption filtering context. Can be used to test whether an item with the given caption
matches to the given search string.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
itemCaption
-
searchString
-
-
Constructor Details
-
OptionsCaptionFilteringContext
- Parameters:
itemCaption
- the caption of the item to filter, notnull
searchString
- the user entered search string, notnull
-
-
Method Details
-
getItemCaption
- Returns:
- the caption of the item to filter, not
null
-
getSearchString
- Returns:
- the user entered search string, not
null
-