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
  • Constructor Details

    • EventActionArgs

      protected EventActionArgs()
  • Method Details

    • loadEvent

      public void loadEvent(JSONObject event)
    • getValue

      @Deprecated public String getValue()
      Deprecated.
    • getId

      public String getId()
    • getText

      public String getText()
    • getStart

      public DateTime getStart()
    • getEnd

      public DateTime getEnd()
    • getTags

      public TagCollection getTags()
    • getData

      public JSONObject getData()
      Overrides:
      getData in class DayPilotArgs
    • isRecurrent

      public boolean isRecurrent()
    • getRecurrentMasterId

      public String getRecurrentMasterId()
    • isRecurrentException

      public boolean isRecurrentException()