public interface IAutoCompleteListener
extends org.apache.wicket.util.io.IClusterable
AutoCompleteTextField widget and the AutoCompleteBehavior| Modifier and Type | Method and Description |
|---|---|
boolean |
isChangeEventEnabled()
Indicates whether the 'change' event is enabled.
If true, the onChange(AjaxRequestTarget, String) event will be triggered |
void |
onChange(org.apache.wicket.ajax.AjaxRequestTarget target,
String value)
Triggered when the value has changed
|
void |
onSelect(org.apache.wicket.ajax.AjaxRequestTarget target,
int index)
Triggered when a selection has been made
|
boolean isChangeEventEnabled()
onChange(AjaxRequestTarget, String) event will be triggeredvoid onChange(org.apache.wicket.ajax.AjaxRequestTarget target,
String value)
target - the AjaxRequestTargetvalue - thevoid onSelect(org.apache.wicket.ajax.AjaxRequestTarget target,
int index)
target - the AjaxRequestTargetindex - the index of the selected itemCopyright © 2021 7thWeb. All rights reserved.