Package org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
Interface Summary Interface Description IAutoCompleteRenderer<T> A renderer used to generate html output for theAutoCompleteBehavior
. -
Class Summary Class Description AbstractAutoCompleteBehavior AbstractAutoCompleteRenderer<T> A renderer that abstracts auto-assist specific details and allows subclasses to only render the visual part of the assist instead of having to also render the necessary auto-assist javascript hooks.AbstractAutoCompleteTextRenderer<T> Base for text renderers that simply want to show a stringAutoCompleteBehavior<T> This behavior builds on top ofAbstractAutoCompleteBehavior
by introducing the concept of aIAutoCompleteRenderer
to make response writing easier.AutoCompleteSettings This class encapsulates various settings forAbstractAutoCompleteBehavior
.AutoCompleteTextField<T> An implementation of a textfield with the autoassist ajax behaviorAutoCompleteBehavior
.DefaultCssAutoCompleteTextField<T> AnAutoCompleteTextField
which automatically includes the default CSS for the suggestions.StringAutoCompleteRenderer A renderer that calls object.toString() to get the text value.