public class DataSourceEvent
extends com.googlecode.wicket.jquery.core.JQueryEvent
KendoDataSource event objects| Modifier and Type | Class and Description |
|---|---|
static class |
DataSourceEvent.CreateEvent
Provides an event object that will be broadcasted by the
DataSourceAjaxBehavior 'create' callback |
static class |
DataSourceEvent.DeleteEvent
Provides an event object that will be broadcasted by the
DataSourceAjaxBehavior 'delete' callback |
static class |
DataSourceEvent.UpdateEvent
Provides an event object that will be broadcasted by the
DataSourceAjaxBehavior 'update' callback |
| Constructor and Description |
|---|
DataSourceEvent() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.ajax.json.JSONObject |
data()
Gets the json data from the
RequestCycle |
org.apache.wicket.ajax.json.JSONObject |
getObject() |
Copyright © 2021 7thWeb. All rights reserved.