Package io.jmix.ui.component
Interface SuggestionFieldComponent.ParametrizedSearchExecutor<E>
- Type Parameters:
E
- items type
- All Superinterfaces:
SuggestionFieldComponent.SearchExecutor<E>
- Enclosing interface:
- SuggestionFieldComponent<V,
I>
public static interface SuggestionFieldComponent.ParametrizedSearchExecutor<E>
extends SuggestionFieldComponent.SearchExecutor<E>
Extended version of
SuggestionFieldComponent.SearchExecutor
that allows to pass parameters.-
Method Summary
Modifier and TypeMethodDescriptionCalled by the execution environment in UI thread to prepare execution parameters forSuggestionFieldComponent.SearchExecutor.search(String, Map)
.Methods inherited from interface io.jmix.ui.component.SuggestionFieldComponent.SearchExecutor
search
-
Method Details
-
getParams
Called by the execution environment in UI thread to prepare execution parameters forSuggestionFieldComponent.SearchExecutor.search(String, Map)
.- Returns:
- map with parameters
-