Class EventActionArgs

java.lang.Object
org.daypilot.ui.args.common.DayPilotArgs
org.daypilot.ui.args.calendar.EventActionArgs
Direct Known Subclasses:
EventBubbleArgs, EventClickArgs, EventDeleteArgs, EventDoubleClickArgs, EventEditArgs, 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()
    • getResource

      public String getResource()
    • isAllDay

      public boolean isAllDay()
    • getTags

      public TagCollection getTags()
    • setData

      protected void setData(JSONObject data)
      Overrides:
      setData in class DayPilotArgs
    • isRecurrent

      public boolean isRecurrent()
    • getRecurrentMasterId

      public String getRecurrentMasterId()
    • isRecurrentException

      public boolean isRecurrentException()