Class EventActionArgs

java.lang.Object
org.daypilot.ui.args.common.DayPilotArgs
org.daypilot.ui.args.scheduler.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()
    • getTags

      public TagCollection getTags()
    • isRecurrent

      public boolean isRecurrent()
    • getRecurrentMasterId

      public String getRecurrentMasterId()
    • getJoin

      public String getJoin()
    • setJoin

      public void setJoin(String join)
    • isRecurrentException

      public boolean isRecurrentException()