Package org.apache.wicket.extensions.ajax.markup.html.autocomplete

Interface Summary
IAutoCompleteRenderer A renderer used to generate html output for the AutoCompleteBehavior.
 

Class Summary
AbstractAutoCompleteBehavior  
AbstractAutoCompleteRenderer A renderer that abstracts autoassist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary autoassist javascript hooks.
AbstractAutoCompleteTextRenderer Base for text renderers that simply want to show a string
AutoCompleteBehavior This behavior builds on top of AbstractAutoCompleteBehavior by introducing the concept of a IAutoCompleteRenderer to make response writing easier.
AutoCompleteSettings This class encapsulates various settings for AbstractAutoCompleteBehavior.
AutoCompleteTextField An implementation of a textfield with the autoassist ajax behavior AutoCompleteBehavior.
DefaultCssAutocompleteTextField An AutoCompleteTextField which automatically includes the default CSS for the suggestions.
StringAutoCompleteRenderer An renderer that assumes that assist objects are Strings.
 



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