Uses of Enum Class
com.vaadin.flow.component.combobox.AutoFocusPartialMatch
Packages that use AutoFocusPartialMatch
-
Uses of AutoFocusPartialMatch in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox that return AutoFocusPartialMatchModifier and TypeMethodDescriptionComboBoxBase.getAutoFocusPartialMatch()Gets the mode that controls whether an item whose label partially matches the typed filter is automatically focused.static AutoFocusPartialMatchReturns the enum constant of this class with the specified name.static AutoFocusPartialMatch[]AutoFocusPartialMatch.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 AutoFocusPartialMatchModifier and TypeMethodDescriptionvoidComboBoxBase.setAutoFocusPartialMatch(AutoFocusPartialMatch mode) Sets the mode that controls whether an item whose label partially matches the typed filter is automatically focused.