public abstract class CommentRemoveEventBehavior extends AbstractSubscribeBehavior
| Modifier | Constructor and Description | 
|---|---|
| protected  | CommentRemoveEventBehavior() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | onCommentRemove(org.apache.wicket.ajax.AjaxRequestTarget target,
               String href,
               String commentId) | 
| protected void | onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
       org.apache.wicket.request.IRequestParameters parameters,
       String response) | 
renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindprotected abstract void onCommentRemove(org.apache.wicket.ajax.AjaxRequestTarget target,
                   String href,
                   String commentId)
target - href - Open Graph URL of the Comment PlugincommentId - The commentID of the deleted commentprotected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
           org.apache.wicket.request.IRequestParameters parameters,
           String response)
onEvent in class AbstractSubscribeBehaviorCopyright © 2015. All rights reserved.