Package org.daypilot.ui.args.scheduler
Class EventBubbleArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.scheduler.EventActionArgs
-
- org.daypilot.ui.args.scheduler.EventBubbleArgs
-
public class EventBubbleArgs extends EventActionArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Constructor Summary
Constructors Constructor Description EventBubbleArgs()
-
Method Summary
Modifier and Type Method Description static EventBubbleArgs
fromJSON(JSONObject params, JSONObject data)
java.lang.String
getBubbleHTML()
void
setBubbleHTML(java.lang.String bubbleHTML)
-
Methods inherited from class org.daypilot.ui.args.scheduler.EventActionArgs
getEnd, getId, getJoin, getRecurrentMasterId, getResource, getStart, getTags, getText, getValue, isRecurrent, isRecurrentException, loadEvent, setJoin
-
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
getData, setData
-
-
-
-
Method Detail
-
fromJSON
public static EventBubbleArgs fromJSON(JSONObject params, JSONObject data)
-
getBubbleHTML
public java.lang.String getBubbleHTML()
-
setBubbleHTML
public void setBubbleHTML(java.lang.String bubbleHTML)
-
-