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