Uses of Class
org.controlsfx.control.textfield.AutoCompletionBinding.AutoCompletionEvent
Packages that use AutoCompletionBinding.AutoCompletionEvent
Package
Description
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.AutoCompletionEventModifier and TypeFieldDescriptionstatic final 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.AutoCompletionEventModifier and TypeMethodDescriptionfinal javafx.event.EventHandler
<AutoCompletionBinding.AutoCompletionEvent<T>> AutoCompletionBinding.getOnAutoCompleted()
Gets the value of theonAutoCompleted
property.final 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.AutoCompletionEventModifier and TypeMethodDescriptionfinal void
AutoCompletionBinding.setOnAutoCompleted
(javafx.event.EventHandler<AutoCompletionBinding.AutoCompletionEvent<T>> value) Set a event handler which is invoked after an auto completion.