Uses of Interface
com.amalgamasimulation.desktop.ui.builders.ComboEditingSupport.FinalBuilder
Packages that use ComboEditingSupport.FinalBuilder
-
Uses of ComboEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement ComboEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classAutoCompleteComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of an auto-complete combobox editing support.static classComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a combobox editing support.static classDynamicAutoCompleteComboEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a dynamic auto-complete combobox editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return ComboEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedComboEditingSupport.Builder.comparator(Comparator<E> comparator) ComboEditingSupport.FinalBuilder.comparator(Comparator<E> comparator) Add a comparator that is used to sort combobox values.ComboEditingSupport.Builder.enableNullElement(String notSetLiteral) ComboEditingSupport.FinalBuilder.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combobox to clear the table cell value.ComboEditingSupport.Builder.filter(BiPredicate<T, E> filter) ComboEditingSupport.FinalBuilder.filter(BiPredicate<T, E> filter) Add a filter.Add a filter.ComboEditingSupport.Builder.handler(BiConsumer<T, E> listener) ComboEditingSupport.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 buttonComboEditingSupport.Builder.maxComboBoxElementsCount(int maxComboBoxElementsCount) ComboEditingSupport.FinalBuilder.maxComboBoxElementsCount(int maxComboBoxElementsCount) Set up the max number of values in the combo box