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