Class BeforeEventRenderArgs

java.lang.Object
org.daypilot.ui.args.scheduler.BeforeEventRenderArgs

public class BeforeEventRenderArgs extends Object
  • Constructor Details Link icon

    • BeforeEventRenderArgs Link icon

      public BeforeEventRenderArgs(JSONObject event, String[] tagFields, Object dataItem)
  • Method Details Link icon

    • getDurationBarColor Link icon

      public String getDurationBarColor()
    • setDurationBarColor Link icon

      public void setDurationBarColor(String durationBarColor)
    • getDurationBarImageUrl Link icon

      public String getDurationBarImageUrl()
    • setDurationBarImageUrl Link icon

      public void setDurationBarImageUrl(String durationBarImageUrl)
    • getBackgroundColor Link icon

      public String getBackgroundColor()
    • setBackgroundColor Link icon

      public void setBackgroundColor(String backgroundColor)
    • getInnerHTML Link icon

      public String getInnerHTML()
    • setInnerHTML Link icon

      public void setInnerHTML(String innerHTML)
    • getToolTip Link icon

      public String getToolTip()
    • setToolTip Link icon

      public void setToolTip(String toolTip)
    • getContextMenuClientName Link icon

      public String getContextMenuClientName()
    • setContextMenuClientName Link icon

      public void setContextMenuClientName(String contextMenuClientName)
    • getCssClass Link icon

      public String getCssClass()
    • setCssClass Link icon

      public void setCssClass(String cssClass)
    • getBackgroundImage Link icon

      public String getBackgroundImage()
    • setBackgroundImage Link icon

      public void setBackgroundImage(String backgroundImage)
    • getBackgroundRepeat Link icon

      public String getBackgroundRepeat()
    • setBackgroundRepeat Link icon

      public void setBackgroundRepeat(String backgroundRepeat)
    • isEventResizeEnabled Link icon

      public boolean isEventResizeEnabled()
    • setEventResizeEnabled Link icon

      public void setEventResizeEnabled(boolean eventResizeEnabled)
    • isEventMoveEnabled Link icon

      public boolean isEventMoveEnabled()
    • setEventMoveEnabled Link icon

      public void setEventMoveEnabled(boolean eventMoveEnabled)
    • isEventClickEnabled Link icon

      public boolean isEventClickEnabled()
    • setEventClickEnabled Link icon

      public void setEventClickEnabled(boolean eventClickEnabled)
    • isEventDeleteEnabled Link icon

      public boolean isEventDeleteEnabled()
    • setEventDeleteEnabled Link icon

      public void setEventDeleteEnabled(boolean eventDeleteEnabled)
    • isEventDoubleClickEnabled Link icon

      public boolean isEventDoubleClickEnabled()
    • setEventDoubleClickEnabled Link icon

      public void setEventDoubleClickEnabled(boolean eventDoubleClickEnabled)
    • isEventRightClickEnabled Link icon

      public boolean isEventRightClickEnabled()
    • setEventRightClickEnabled Link icon

      public void setEventRightClickEnabled(boolean eventRightClickEnabled)
    • getStaticBubbleHTML Link icon

      public String getStaticBubbleHTML()
    • setStaticBubbleHTML Link icon

      public void setStaticBubbleHTML(String staticBubbleHTML)
    • getValue Link icon

      public String getValue()
    • getTag Link icon

      public String getTag(int index)
    • getTag Link icon

      public String getTag(String field)
    • getStart Link icon

      public DateTime getStart()
    • getEnd Link icon

      public DateTime getEnd()
    • getText Link icon

      public String getText()
    • getResource Link icon

      public String getResource()
    • isDurationBarVisible Link icon

      public boolean isDurationBarVisible()
    • setDurationBarVisible Link icon

      public void setDurationBarVisible(boolean durationBarVisible)
    • isEventMoveVerticalEnabled Link icon

      public boolean isEventMoveVerticalEnabled()
    • setEventMoveVerticalEnabled Link icon

      public void setEventMoveVerticalEnabled(boolean eventMoveVerticalEnabled)
    • isEventMoveHorizontalEnabled Link icon

      public boolean isEventMoveHorizontalEnabled()
    • setEventMoveHorizontalEnabled Link icon

      public void setEventMoveHorizontalEnabled(boolean eventMoveHorizontalEnabled)
    • getAreas Link icon

      public AreaCollection getAreas()
    • setPercentComplete Link icon

      public void setPercentComplete(int percent)
    • getPercentComplete Link icon

      public int getPercentComplete()
    • getDataItem Link icon

      public DataItemWrapper getDataItem()
    • getDurationBarBackgroundColor Link icon

      public String getDurationBarBackgroundColor()
    • setDurationBarBackgroundColor Link icon

      public void setDurationBarBackgroundColor(String durationBarBackgroundColor)
    • isRecurrent Link icon

      public boolean isRecurrent()
    • isRecurrentException Link icon

      public boolean isRecurrentException()
    • getRecurrentMasterId Link icon

      public String getRecurrentMasterId()
    • getJoin Link icon

      public String getJoin()
    • setJoin Link icon

      public void setJoin(String join)
    • getId Link icon

      public String getId()
    • getContainer Link icon

      public String getContainer()
    • setContainer Link icon

      public void setContainer(String container)
    • getVersions Link icon

      public EventVersionCollection getVersions()
    • getHeight Link icon

      public Integer getHeight()
    • setHeight Link icon

      public void setHeight(Integer height)