Uses of Interface
com.amalgamasimulation.desktop.ui.builders.AutoCompleteTextEditingSupport.FinalBuilder
Packages that use AutoCompleteTextEditingSupport.FinalBuilder
-
Uses of AutoCompleteTextEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement AutoCompleteTextEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classAutoCompleteTextEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an auto-complete text editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return AutoCompleteTextEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedAutoCompleteTextEditingSupport.Builder.comparator(Comparator<E> comparator) AutoCompleteTextEditingSupport.FinalBuilder.comparator(Comparator<E> comparator) Add a comparator that is used to sort combobox values.AutoCompleteTextEditingSupport.Builder.enableNullElement(String notSetLiteral) AutoCompleteTextEditingSupport.FinalBuilder.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combobox to clear the table cell value.AutoCompleteTextEditingSupport.Builder.filter(BiPredicate<T, E> filter) AutoCompleteTextEditingSupport.FinalBuilder.filter(BiPredicate<T, E> filter) Add a filter.Add a filter.AutoCompleteTextEditingSupport.Builder.handler(BiConsumer<T, E> listener) AutoCompleteTextEditingSupport.ButtonListenerBuilder.handler(BiConsumer<T, E> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonAutoCompleteTextEditingSupport.Builder.strategy(ValidationStrategy<E, String> strategy) AutoCompleteTextEditingSupport.FinalBuilder.strategy(ValidationStrategy<E, String> strategy) Set a strategy that firstly validates the entered value before placing it in the object, and secondly processes the value from the object before displaying it in the editor.