Package org.daypilot.ui.args.month
Class EventMenuClickArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.month.EventActionArgs
-
- org.daypilot.ui.args.month.EventMenuClickArgs
-
public class EventMenuClickArgs extends EventActionArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Constructor Description EventMenuClickArgs()
-
Method Summary
Modifier and Type Method Description boolean
commandEquals(java.lang.String string)
static EventMenuClickArgs
fromJSON(JSONObject params, JSONObject data)
java.lang.String
getCommand()
-
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
-
fromJSON
public static EventMenuClickArgs fromJSON(JSONObject params, JSONObject data)
-
getCommand
public java.lang.String getCommand()
-
commandEquals
public boolean commandEquals(java.lang.String string)
-
-