Uses of Class
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteSettings.KeyTabBehavior
-
Packages that use AutoCompleteSettings.KeyTabBehavior Package Description org.apache.wicket.extensions.ajax.markup.html.autocomplete -
-
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.KeyTabBehavior Modifier and Type Method Description AutoCompleteSettings.KeyTabBehaviorAutoCompleteSettings. 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.static AutoCompleteSettings.KeyTabBehaviorAutoCompleteSettings.KeyTabBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoCompleteSettings.KeyTabBehavior[]AutoCompleteSettings.KeyTabBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AutoCompleteSettings.KeyTabBehavior Modifier and Type Method Description AutoCompleteSettingsAutoCompleteSettings. setKeyTabBehavior(AutoCompleteSettings.KeyTabBehavior keyTabBehavior)Set how the Tab key should be handled when having an item in the autocomplete list selected.
-