Package org.daypilot.ui.args.month
Class EventActionArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.month.EventActionArgs
-
- Direct Known Subclasses:
EventBubbleArgs
,EventClickArgs
,EventDeleteArgs
,EventMenuClickArgs
,EventMoveArgs
,EventResizeArgs
,EventRightClickArgs
public class EventActionArgs extends DayPilotArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EventActionArgs()
-
Method Summary
Modifier and Type Method Description JSONObject
getData()
DateTime
getEnd()
java.lang.String
getId()
java.lang.String
getRecurrentMasterId()
DateTime
getStart()
TagCollection
getTags()
java.lang.String
getText()
java.lang.String
getValue()
Deprecated.boolean
isRecurrent()
boolean
isRecurrentException()
void
loadEvent(JSONObject event)
-
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
setData
-
-
-
-
Method Detail
-
loadEvent
public void loadEvent(JSONObject event)
-
getValue
@Deprecated public java.lang.String getValue()
Deprecated.
-
getId
public java.lang.String getId()
-
getText
public java.lang.String getText()
-
getStart
public DateTime getStart()
-
getEnd
public DateTime getEnd()
-
getTags
public TagCollection getTags()
-
getData
public JSONObject getData()
- Overrides:
getData
in classDayPilotArgs
-
isRecurrent
public boolean isRecurrent()
-
getRecurrentMasterId
public java.lang.String getRecurrentMasterId()
-
isRecurrentException
public boolean isRecurrentException()
-
-