Uses of Class
com.amalgamasimulation.desktop.binding.editingsupports.ComboBoxEditingSupport
Packages that use ComboBoxEditingSupport
Package
Description
-
Uses of ComboBoxEditingSupport in com.amalgamasimulation.desktop.binding.editingsupports
Modifier and TypeClassDescriptionclassClass is used to enable editing a table cell via a combo box with a list of values and via a auto complete with a list of values.classClass is used to enable editing a table cell via a combo box with a list of values and via a auto complete with a list of values.classClass is used to enable editing a table cell via a combo box with a list of values and via a auto complete with a list of values.classClass is used to select from a list of values in a cell.classClass is used to enable editing a table cell via a combo box with a list of values and via a auto complete with a list of values.classClass is used to select from a enum of values in a cell.classClass is used to select from a enum of values in a cell.Methods in com.amalgamasimulation.desktop.binding.editingsupports that return ComboBoxEditingSupportModifier and TypeMethodDescriptionComboBoxEditingSupport.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combo box to clear the table cell value.ComboBoxEditingSupport.setComparator(Comparator<V> comparator) Add a comparator that is used to sort combo box values.ComboBoxEditingSupport.setElements(Function<T, List<V>> elementsExtractor) Set up the value elementsExtractorComboBoxEditingSupport.setElements(List<V> elements) Set up the value elementsComboBoxEditingSupport.setFilter(BiPredicate<T, V> filter) Add a filter.ComboBoxEditingSupport.setMaxComboBoxElementsCount(int maxComboBoxElementsCount) Set up the maxComboBoxElementsCountComboBoxEditingSupport.setNameExtractor(Function<V, String> nameExtractor) Set up the combo box elements naming.ComboBoxEditingSupport.setSelectionListener(BiConsumer<T, V> selectionListener) Set up the selectionListenerComboBoxEditingSupport.setValueExtractor(Function<T, V> valueExtractor) Set up the value Extractor -
Uses of ComboBoxEditingSupport in com.amalgamasimulation.desktop.ui.builders
Fields in com.amalgamasimulation.desktop.ui.builders declared as ComboBoxEditingSupportModifier and TypeFieldDescriptionprotected ComboBoxEditingSupport<T, E> ComboEditingSupport.Builder.editingSupport