Java org.apache.wicket.extensions.ajax.markup.html.autocomplete AutoCompleteSettings fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.extensions.ajax.markup.html.autocomplete AutoCompleteSettings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.extensions.ajax.markup.html.autocomplete AutoCompleteSettings.

The text is from its open source code.

Constructor

Method

AutoCompleteSettingssetAdjustInputWidth(final boolean adjustInputWidth)
Adjust the width of the autocompleter selection window to the width of the related input field.
AutoCompleteSettingssetCssClassName(final String cssClassName)
Sets an CSS class name to add to the autocompleter markup container

This makes it easier to have multiple autocompleters in your application with different style and layout.

AutoCompleteSettingssetMaxHeightInPx(final int maxHeightInPx)
Sets the maximum height in pixels of the autocomplete list.
AutoCompleteSettingssetPreselect(final boolean preselect)
Sets whether the first item in the autocomplete list should be selected when the autocomplete list is shown.
AutoCompleteSettingssetShowCompleteListOnFocusGain(final boolean showCompleteListOnFocusGain)
Sets whether the list should be shown when the input field receives focus.
AutoCompleteSettingssetShowListOnEmptyInput(final boolean showListOnEmptyInput)
Sets whether the list should be shown when the input is empty.
AutoCompleteSettingssetShowListOnFocusGain(final boolean showListOnFocusGain)
Sets whether the list should be shown when the input field receives focus.
AutoCompleteSettingssetThrottleDelay(final int throttleDelay)
set the throttle delay how long the browser will wait before sending a request to the browser after the user released a key.
AutoCompleteSettingssetUseSmartPositioning(final boolean useSmartPositioning)
Sets whether the popup positioning will take into account browser window visible area or not.