Interface SearchField.SearchFieldSuggestionRequest

Enclosing class:
SearchField<T>

public static interface SearchField.SearchFieldSuggestionRequest
Represents a suggestion fetch request.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the user text to which suggestions shall be found
    boolean
    Is this request canceled?
  • Method Details

    • isCancelled

      boolean isCancelled()
      Is this request canceled?
      Returns:
      true if the request is canceled, otherwise false
    • getUserText

      String getUserText()
      Get the user text to which suggestions shall be found
      Returns:
      String containing the user text