Uses of Class
org.controlsfx.control.textfield.AutoCompletionBinding.AutoCompletionEvent
-
Packages that use AutoCompletionBinding.AutoCompletionEvent Package Description org.controlsfx.control.textfield A package containing a number of useful classes related to text input. -
-
Uses of AutoCompletionBinding.AutoCompletionEvent in org.controlsfx.control.textfield
Fields in org.controlsfx.control.textfield with type parameters of type AutoCompletionBinding.AutoCompletionEvent Modifier and Type Field Description static javafx.event.EventType<AutoCompletionBinding.AutoCompletionEvent<?>>
AutoCompletionBinding.AutoCompletionEvent. AUTO_COMPLETED
The event type that should be listened to by people interested in knowing when an auto completion has been performed.Methods in org.controlsfx.control.textfield that return types with arguments of type AutoCompletionBinding.AutoCompletionEvent Modifier and Type Method Description javafx.event.EventHandler<AutoCompletionBinding.AutoCompletionEvent<T>>
AutoCompletionBinding. getOnAutoCompleted()
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<AutoCompletionBinding.AutoCompletionEvent<T>>>
AutoCompletionBinding. onAutoCompletedProperty()
Method parameters in org.controlsfx.control.textfield with type arguments of type AutoCompletionBinding.AutoCompletionEvent Modifier and Type Method Description void
AutoCompletionBinding. setOnAutoCompleted(javafx.event.EventHandler<AutoCompletionBinding.AutoCompletionEvent<T>> value)
Set a event handler which is invoked after an auto completion.
-