Module org.apache.wicket.extensions
Package org.apache.wicket.extensions.ajax.markup.html.autocomplete
package org.apache.wicket.extensions.ajax.markup.html.autocomplete
-
ClassDescriptionA 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.Base for text renderers that simply want to show a stringThis behavior builds on top of
AbstractAutoCompleteBehavior
by introducing the concept of aIAutoCompleteRenderer
to make response writing easier.This class encapsulates various settings forAbstractAutoCompleteBehavior
.An implementation of a textfield with the autoassist ajax behaviorAutoCompleteBehavior
.AnAutoCompleteTextField
which automatically includes the default CSS for the suggestions.A renderer used to generate html output for theAutoCompleteBehavior
.A renderer that calls object.toString() to get the text value.