Interface SuggestionFieldComponent.SearchExecutor<E>

Type Parameters:
E - items type
All Known Subinterfaces:
SuggestionFieldComponent.ParametrizedSearchExecutor<E>
Enclosing interface:
SuggestionFieldComponent<V,I>

public static interface SuggestionFieldComponent.SearchExecutor<E>
Custom suggestions search action interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    search(String searchString, Map<String,Object> searchParams)
    Executed on background thread.