public class KendoDestroyListener
extends org.apache.wicket.ajax.AjaxRequestTarget.AbstractListener
IListener for KendoUIBehaviors that destroys widgets about to be repainted.| Modifier and Type | Class and Description |
|---|---|
static interface |
KendoDestroyListener.IDestroyable
Specifies that a widgets can be automatically destroyed
|
| Constructor and Description |
|---|
KendoDestroyListener() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Object> |
newBeforeRespondVisitor(org.apache.wicket.ajax.AjaxRequestTarget target)
Gets a new
IVisitor that will be used by onBeforeRespond(Map, AjaxRequestTarget) |
void |
onBeforeRespond(Map<String,org.apache.wicket.Component> map,
org.apache.wicket.ajax.AjaxRequestTarget target) |
public void onBeforeRespond(Map<String,org.apache.wicket.Component> map, org.apache.wicket.ajax.AjaxRequestTarget target)
onBeforeRespond in interface org.apache.wicket.ajax.AjaxRequestTarget.IListeneronBeforeRespond in class org.apache.wicket.ajax.AjaxRequestTarget.AbstractListenerprotected static org.apache.wicket.util.visit.IVisitor<org.apache.wicket.Component,Object> newBeforeRespondVisitor(org.apache.wicket.ajax.AjaxRequestTarget target)
IVisitor that will be used by onBeforeRespond(Map, AjaxRequestTarget)target - the AjaxRequestTargetIVisitorCopyright © 2021 7thWeb. All rights reserved.