public class SchedulerDataSource extends KendoDataSource
SchedulerKendoDataSource.HierarchicalDataSourcetransport, TYPE| Constructor and Description |
|---|
SchedulerDataSource(org.apache.wicket.Component component)
Constructor
|
SchedulerDataSource(org.apache.wicket.Component component,
String type)
Constructor
|
SchedulerDataSource(String name)
Constructor which create a JSON based data-source
|
SchedulerDataSource(String name,
String type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.wicket.jquery.core.Options |
newSchemaFields()
Gets default schema fields
This can be used for advanced usage/mapping |
String |
toScript()
Gets the data-source jQuery statement.
|
build, getName, getReadCallbackFunction, getReadCallbackFunction, getToken, nameOf, setTransportCreate, setTransportDelete, setTransportRead, setTransportReadUrl, setTransportUpdatepublic SchedulerDataSource(String name)
name - the data-source namepublic SchedulerDataSource(org.apache.wicket.Component component)
component - the hosting component (used to get the name)public SchedulerDataSource(String name, String type)
name - the data-source nametype - the response type (json, xml)public SchedulerDataSource(org.apache.wicket.Component component,
String type)
component - the hosting component (used to get the name)type - the response data type (json, xml)public String toScript()
IKendoDataSourcetoScript in interface IKendoDataSourcetoScript in class KendoDataSourcepublic static com.googlecode.wicket.jquery.core.Options newSchemaFields()
Options of default schema fieldsCopyright © 2021 7thWeb. All rights reserved.