package org.apache.wicket.extensions.ajax.markup.html.autocomplete;
An implementation of a textfield with the autoassist ajax behavior
Construct.
- Parameters:
idmodeltypesettings
Construct.
- Parameters:
idobjectsettings
this(id, object, (Class<T>)null, settings);
this(id, (IModel<T>)null, settings);
this(id, (IModel<T>)null, renderer);
- Parameters:
idtyperenderer
- Parameters:
idmodelrenderer
Construct.
- Parameters:
idmodeltyperenderersettings
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.