Uses of Enum Class
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteSettings.KeyTabBehavior
Packages that use AutoCompleteSettings.KeyTabBehavior
-
Uses of AutoCompleteSettings.KeyTabBehavior in org.apache.wicket.extensions.ajax.markup.html.autocomplete
Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete that return AutoCompleteSettings.KeyTabBehaviorModifier and TypeMethodDescriptionAutoCompleteSettings.getKeyTabBehavior()Indicates how the Tab key should be handled when having an item in the autocomplete list selected,SELECT_FOCUS_NEXT_ELEMENTis the default behavior.Returns the enum constant of this class with the specified name.static AutoCompleteSettings.KeyTabBehavior[]AutoCompleteSettings.KeyTabBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AutoCompleteSettings.KeyTabBehaviorModifier and TypeMethodDescriptionAutoCompleteSettings.setKeyTabBehavior(AutoCompleteSettings.KeyTabBehavior keyTabBehavior) Set how the Tab key should be handled when having an item in the autocomplete list selected.