public abstract class KeyEventBehavior
extends org.apache.wicket.ajax.AjaxEventBehavior
| Modifier and Type | Class and Description |
|---|---|
class |
KeyEventBehavior.KeyEventResponse |
| Constructor and Description |
|---|
KeyEventBehavior() |
KeyEventBehavior(String event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target) |
protected abstract void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
KeyEventBehavior.KeyEventResponse keyPressResponse) |
protected void |
updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes) |
getEvent, onCheckEvent, renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic KeyEventBehavior()
public KeyEventBehavior(String event)
protected void updateAjaxAttributes(org.apache.wicket.ajax.attributes.AjaxRequestAttributes attributes)
updateAjaxAttributes in class org.apache.wicket.ajax.AjaxEventBehaviorprotected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
onEvent in class org.apache.wicket.ajax.AjaxEventBehaviorprotected abstract void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
KeyEventBehavior.KeyEventResponse keyPressResponse)
Copyright © 2014 dontdrinkandroot. All rights reserved.