Package org.daypilot.ui.args.month
Class EventResizeArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.month.EventActionArgs
-
- org.daypilot.ui.args.month.EventResizeArgs
-
public class EventResizeArgs extends EventActionArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Constructor Description EventResizeArgs()
-
Method Summary
Modifier and Type Method Description static EventResizeArgs
fromJSON(JSONObject params, JSONObject data)
DateTime
getNewEnd()
DateTime
getNewStart()
-
Methods inherited from class org.daypilot.ui.args.month.EventActionArgs
getData, getEnd, getId, getRecurrentMasterId, getStart, getTags, getText, getValue, isRecurrent, isRecurrentException, loadEvent
-
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
setData
-
-
-
-
Method Detail
-
getNewStart
public DateTime getNewStart()
-
getNewEnd
public DateTime getNewEnd()
-
fromJSON
public static EventResizeArgs fromJSON(JSONObject params, JSONObject data)
-
-