public class SchedulerConverter extends Object implements ISchedulerConverter
ISchedulerConverter| Constructor and Description |
|---|
SchedulerConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected SchedulerEvent |
newSchedulerEvent()
Gets a new
SchedulerEvent |
org.apache.wicket.ajax.json.JSONObject |
toJson(SchedulerEvent event)
Converts a
SchedulerEvent to a JSONObject |
SchedulerEvent |
toObject(org.apache.wicket.ajax.json.JSONObject object,
List<ResourceList> lists)
Converts a
JSONObject to a SchedulerEvent |
public org.apache.wicket.ajax.json.JSONObject toJson(SchedulerEvent event)
ISchedulerConverterSchedulerEvent to a JSONObjecttoJson in interface ISchedulerConverterevent - the SchedulerEventJSONObjectpublic SchedulerEvent toObject(org.apache.wicket.ajax.json.JSONObject object, List<ResourceList> lists)
ISchedulerConverterJSONObject to a SchedulerEventtoObject in interface ISchedulerConverterobject - the JSONObjectlists - the List of ResourceListsSchedulerEventprotected SchedulerEvent newSchedulerEvent()
SchedulerEventSchedulerEventCopyright © 2021 7thWeb. All rights reserved.