Package org.daypilot.ui.args.calendar
Class EventDeleteArgs
java.lang.Object
org.daypilot.ui.args.common.DayPilotArgs
org.daypilot.ui.args.calendar.EventActionArgs
org.daypilot.ui.args.calendar.EventDeleteArgs
-
Field Summary
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EventDeleteArgs
fromJSON
(JSONObject params, JSONObject data) Methods inherited from class org.daypilot.ui.args.calendar.EventActionArgs
getEnd, getId, getRecurrentMasterId, getResource, getStart, getTags, getText, getValue, isAllDay, isRecurrent, isRecurrentException, loadEvent, setData
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
getData
-
Constructor Details
-
EventDeleteArgs
public EventDeleteArgs()
-
-
Method Details
-
fromJSON
-