Uses of Interface
com.dlsc.gemsfx.SearchField.SearchFieldSuggestionRequest
-
Uses of SearchField.SearchFieldSuggestionRequest in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal javafx.util.Callback<SearchField.SearchFieldSuggestionRequest,
Collection<T>> SearchField.getSuggestionProvider()
Gets the value of thesuggestionProvider
property.final javafx.beans.property.ObjectProperty<javafx.util.Callback<SearchField.SearchFieldSuggestionRequest,
Collection<T>>> SearchField.suggestionProviderProperty()
A callback used for looking up a list of suggestions for the current search text.Modifier and TypeMethodDescriptionfinal void
SearchField.setSuggestionProvider
(javafx.util.Callback<SearchField.SearchFieldSuggestionRequest, Collection<T>> suggestionProvider) Sets the value of thesuggestionProvider
property.