public interface ISchedulerConverter
extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
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 |
org.apache.wicket.ajax.json.JSONObject toJson(SchedulerEvent event)
SchedulerEvent to a JSONObjectevent - the SchedulerEventJSONObjectSchedulerEvent toObject(org.apache.wicket.ajax.json.JSONObject object, List<ResourceList> lists)
JSONObject to a SchedulerEventobject - the JSONObjectlists - the List of ResourceListsSchedulerEventCopyright © 2021 7thWeb. All rights reserved.