Module org.controlsfx.controls
Package org.controlsfx.control.textfield
Interface AutoCompletionBinding.ISuggestionRequest
-
- Enclosing class:
- AutoCompletionBinding<T>
public static interface AutoCompletionBinding.ISuggestionRequestRepresents a suggestion fetch request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUserText()Get the user text to which suggestions shall be foundbooleanisCancelled()Is this request canceled?
-