T - E - @Deprecated public abstract class AutocompleteBehavior<T,E> extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements IWiQueryPlugin
| Constructor and Description |
|---|
AutocompleteBehavior()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<AutocompleteValue<T,E>> |
autocomplete()
Deprecated.
|
void |
detach(org.apache.wicket.Component component)
Deprecated.
|
org.apache.wicket.markup.html.IHeaderContributor |
getHeaderContribution()
Deprecated.
|
protected Options |
getOptions()
Deprecated.
Method retrieving the options of the component
|
protected void |
onBind()
Deprecated.
|
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target)
Deprecated.
|
JsStatement |
statement()
Deprecated.
Returns the main
JsStatement used to create the plugin. |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, renderHead, throttleScriptbind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContributionafterRender, beforeRender, cleanup, detachModel, exception, isEnabled, isTemporary, onConfigure, onException, renderedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontributepublic org.apache.wicket.markup.html.IHeaderContributor getHeaderContribution()
public JsStatement statement()
IWiQueryPluginJsStatement used to create the plugin.statement in interface IWiQueryPluginJsStatement corresponding to this component.protected Options getOptions()
protected void onBind()
onBind in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorpublic void detach(org.apache.wicket.Component component)
detach in interface org.apache.wicket.behavior.IBehaviordetach in class org.apache.wicket.behavior.AbstractBehaviorprotected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorpublic abstract List<AutocompleteValue<T,E>> autocomplete()
Copyright © 2009-2012. All Rights Reserved.