public abstract class EdgeRemoveEventBehavior extends AbstractSubscribeBehavior
Modifier | Constructor and Description |
---|---|
protected |
EdgeRemoveEventBehavior() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onEdgeRemove(org.apache.wicket.ajax.AjaxRequestTarget target,
String url) |
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.request.IRequestParameters parameters,
String response) |
renderHead, respond
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
protected abstract void onEdgeRemove(org.apache.wicket.ajax.AjaxRequestTarget target, String url)
target
- url
- URL that was unlikedprotected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.request.IRequestParameters parameters, String response)
onEvent
in class AbstractSubscribeBehavior
Copyright © 2015. All rights reserved.