package org.apache.wicket.extensions.ajax.markup.html.autocomplete;
An implementation of a textfield with the autoassist ajax behavior
this(id, object, (Class)null);
this(id, (IModel)null, renderer);
- Parameters:
idtyperenderer
this(id, null, type, renderer);
- Parameters:
idmodelrenderer
this(id, model, (Class)null, renderer);
- Parameters:
idmodeltyperenderer
private static final long serialVersionUID = 1L;
Callback method that should return an iterator over all possible assist
choice objects. These objects will be passed to the renderer to generate
output. Usually it is enough to return an iterator over strings.