Interface SearchField.SearchFieldSuggestionRequest
- Enclosing class:
SearchField<T>
public static interface SearchField.SearchFieldSuggestionRequest
Represents a suggestion fetch request.
-
Method Summary
Modifier and TypeMethodDescriptionGet the user text to which suggestions shall be foundbooleanIs this request canceled?
-
Method Details
-
isCancelled
boolean isCancelled()Is this request canceled?- Returns:
trueif the request is canceled, otherwisefalse
-
getUserText
-