Uses of Enum Class
com.vaadin.flow.component.combobox.PartialMatchMode
Packages that use PartialMatchMode
-
Uses of PartialMatchMode in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return PartialMatchModeModifier and TypeMethodDescriptionComboBoxBase.getPartialMatchMode()Gets the mode that controls which item is automatically set to be selected, for example on Enter, when the typed filter only partially matches its label.static PartialMatchModeReturns the enum constant of this class with the specified name.static PartialMatchMode[]PartialMatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.combobox with parameters of type PartialMatchModeModifier and TypeMethodDescriptionvoidComboBoxBase.setPartialMatchMode(PartialMatchMode mode) Sets the mode that controls which item is automatically set to be selected, for example on Enter, when the typed filter only partially matches its label.