Package org.daypilot.ui.args.scheduler
Class BeforeEventRenderArgs
java.lang.Object
org.daypilot.ui.args.scheduler.BeforeEventRenderArgs
-
Constructor Summary
ConstructorDescriptionBeforeEventRenderArgs
(JSONObject event, String[] tagFields, Object dataItem) -
Method Summary
Modifier and TypeMethodDescriptiongetAreas()
getEnd()
getId()
getJoin()
int
getStart()
getTag
(int index) getText()
getValue()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBackgroundColor
(String backgroundColor) void
setBackgroundImage
(String backgroundImage) void
setBackgroundRepeat
(String backgroundRepeat) void
setContainer
(String container) void
setContextMenuClientName
(String contextMenuClientName) void
setCssClass
(String cssClass) void
setDurationBarBackgroundColor
(String durationBarBackgroundColor) void
setDurationBarColor
(String durationBarColor) void
setDurationBarImageUrl
(String durationBarImageUrl) void
setDurationBarVisible
(boolean durationBarVisible) void
setEventClickEnabled
(boolean eventClickEnabled) void
setEventDeleteEnabled
(boolean eventDeleteEnabled) void
setEventDoubleClickEnabled
(boolean eventDoubleClickEnabled) void
setEventMoveEnabled
(boolean eventMoveEnabled) void
setEventMoveHorizontalEnabled
(boolean eventMoveHorizontalEnabled) void
setEventMoveVerticalEnabled
(boolean eventMoveVerticalEnabled) void
setEventResizeEnabled
(boolean eventResizeEnabled) void
setEventRightClickEnabled
(boolean eventRightClickEnabled) void
setInnerHTML
(String innerHTML) void
void
setPercentComplete
(int percent) void
setStaticBubbleHTML
(String staticBubbleHTML) void
setToolTip
(String toolTip)
-
Constructor Details
-
BeforeEventRenderArgs
-
-
Method Details
-
getDurationBarColor
-
setDurationBarColor
-
getDurationBarImageUrl
-
setDurationBarImageUrl
-
getBackgroundColor
-
setBackgroundColor
-
getInnerHTML
-
setInnerHTML
-
getToolTip
-
setToolTip
-
getContextMenuClientName
-
setContextMenuClientName
-
getCssClass
-
setCssClass
-
getBackgroundImage
-
setBackgroundImage
-
getBackgroundRepeat
-
setBackgroundRepeat
-
isEventResizeEnabled
public boolean isEventResizeEnabled() -
setEventResizeEnabled
public void setEventResizeEnabled(boolean eventResizeEnabled) -
isEventMoveEnabled
public boolean isEventMoveEnabled() -
setEventMoveEnabled
public void setEventMoveEnabled(boolean eventMoveEnabled) -
isEventClickEnabled
public boolean isEventClickEnabled() -
setEventClickEnabled
public void setEventClickEnabled(boolean eventClickEnabled) -
isEventDeleteEnabled
public boolean isEventDeleteEnabled() -
setEventDeleteEnabled
public void setEventDeleteEnabled(boolean eventDeleteEnabled) -
isEventDoubleClickEnabled
public boolean isEventDoubleClickEnabled() -
setEventDoubleClickEnabled
public void setEventDoubleClickEnabled(boolean eventDoubleClickEnabled) -
isEventRightClickEnabled
public boolean isEventRightClickEnabled() -
setEventRightClickEnabled
public void setEventRightClickEnabled(boolean eventRightClickEnabled) -
getStaticBubbleHTML
-
setStaticBubbleHTML
-
getValue
-
getTag
-
getTag
-
getStart
-
getEnd
-
getText
-
getResource
-
isDurationBarVisible
public boolean isDurationBarVisible() -
setDurationBarVisible
public void setDurationBarVisible(boolean durationBarVisible) -
isEventMoveVerticalEnabled
public boolean isEventMoveVerticalEnabled() -
setEventMoveVerticalEnabled
public void setEventMoveVerticalEnabled(boolean eventMoveVerticalEnabled) -
isEventMoveHorizontalEnabled
public boolean isEventMoveHorizontalEnabled() -
setEventMoveHorizontalEnabled
public void setEventMoveHorizontalEnabled(boolean eventMoveHorizontalEnabled) -
getAreas
-
setPercentComplete
public void setPercentComplete(int percent) -
getPercentComplete
public int getPercentComplete() -
getDataItem
-
getDurationBarBackgroundColor
-
setDurationBarBackgroundColor
-
isRecurrent
public boolean isRecurrent() -
isRecurrentException
public boolean isRecurrentException() -
getRecurrentMasterId
-
getJoin
-
setJoin
-
getId
-
getContainer
-
setContainer
-
getVersions
-