Package org.daypilot.ui.args.month
Class EventMoveArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.month.EventActionArgs
-
- org.daypilot.ui.args.month.EventMoveArgs
-
public class EventMoveArgs extends EventActionArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Constructor Description EventMoveArgs()
-
Method Summary
Modifier and Type Method Description static EventMoveArgs
fromJSON(JSONObject params, JSONObject data)
DateTime
getNewEnd()
java.lang.String
getNewResource()
DateTime
getNewStart()
int
getPosition()
-
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()
-
getNewResource
public java.lang.String getNewResource()
-
getPosition
public int getPosition()
-
fromJSON
public static EventMoveArgs fromJSON(JSONObject params, JSONObject data)
-
-