Uses of Class
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteSettings

Packages that use AutoCompleteSettings
org.apache.wicket.extensions.ajax.markup.html.autocomplete   
 

Uses of AutoCompleteSettings in org.apache.wicket.extensions.ajax.markup.html.autocomplete
 

Fields in org.apache.wicket.extensions.ajax.markup.html.autocomplete declared as AutoCompleteSettings
protected  AutoCompleteSettings AbstractAutoCompleteBehavior.settings
           
 

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete that return AutoCompleteSettings
 AutoCompleteSettings AutoCompleteSettings.setAdjustInputWidth(boolean adjustInputWidth)
          Adjust the width of the autocompleter selection window to the width of the related input field.
 AutoCompleteSettings AutoCompleteSettings.setCssClassName(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.

 AutoCompleteSettings AutoCompleteSettings.setMaxHeightInPx(int maxHeightInPx)
          Sets the maximum height in pixels of the autocomplete list.
 AutoCompleteSettings AutoCompleteSettings.setPreselect(boolean preselect)
          Sets whether the first item in the autocomplete list should be selected when the autocomplete list is shown.
 AutoCompleteSettings AutoCompleteSettings.setShowCompleteListOnFocusGain(boolean showCompleteListOnFocusGain)
          Sets whether the list should be shown when the input field receives focus.
 AutoCompleteSettings AutoCompleteSettings.setShowListOnEmptyInput(boolean showListOnEmptyInput)
          Sets whether the list should be shown when the input is empty.
 AutoCompleteSettings AutoCompleteSettings.setShowListOnFocusGain(boolean showListOnFocusGain)
          Sets whether the list should be shown when the input field receives focus.
 AutoCompleteSettings AutoCompleteSettings.setThrottleDelay(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.
 AutoCompleteSettings AutoCompleteSettings.setUseHideShowCoveredIEFix(boolean useHideShowCoveredIEFix)
          Indicates whether in case of IE (and Opera), "select" "iframe" and "applet" tags should be hidden if covered by popup.
 AutoCompleteSettings AutoCompleteSettings.setUseSmartPositioning(boolean useSmartPositioning)
          Sets whether the popup positioning will take into account browser window visible area or not.
 

Methods in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AutoCompleteSettings
protected  AutoCompleteBehavior<T> AutoCompleteTextField.newAutoCompleteBehavior(IAutoCompleteRenderer<T> renderer, AutoCompleteSettings settings)
          Factory method for autocomplete behavior that will be added to this textfield
 

Constructors in org.apache.wicket.extensions.ajax.markup.html.autocomplete with parameters of type AutoCompleteSettings
AbstractAutoCompleteBehavior(AutoCompleteSettings settings)
          Constructor
AutoCompleteBehavior(IAutoCompleteRenderer<T> renderer, AutoCompleteSettings settings)
          Constructor
AutoCompleteTextField(String id, AutoCompleteSettings settings)
          Construct.
AutoCompleteTextField(String id, IModel<T> object, AutoCompleteSettings settings)
          Construct.
AutoCompleteTextField(String id, IModel<T> model, Class<T> type, AutoCompleteSettings settings)
          Construct.
AutoCompleteTextField(String id, IModel<T> model, Class<T> type, IAutoCompleteRenderer<T> renderer, AutoCompleteSettings settings)
          Construct.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.