Package org.daypilot.ui
Class DayPilotGantt
- java.lang.Object
-
- org.daypilot.ui.DayPilotGantt
-
public class DayPilotGantt extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DayPilotGantt()
-
Method Summary
-
-
-
Method Detail
-
onPrepare
public void onPrepare() throws java.lang.Exception
- Throws:
java.lang.Exception
-
onFinish
public void onFinish() throws java.lang.Exception
- Throws:
java.lang.Exception
-
onInit
public void onInit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
onCommand
public void onCommand(CommandArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskClick
public void onTaskClick(TaskClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskDoubleClick
public void onTaskDoubleClick(TaskDoubleClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowClick
public void onRowClick(RowClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskMenuClick
public void onTaskMenuClick(TaskMenuClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskRightClick
public void onTaskRightClick(TaskRightClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowMenuClick
public void onRowMenuClick(RowMenuClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskResize
public void onTaskResize(TaskResizeArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskMove
public void onTaskMove(TaskMoveArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onLinkCreate
public void onLinkCreate(LinkCreateArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onLinkMenuClick
public void onLinkMenuClick(LinkMenuClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowCreate
public void onRowCreate(RowCreateArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowDoubleClick
public void onRowDoubleClick(RowDoubleClickArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowEdit
public void onRowEdit(RowEditArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowMove
public void onRowMove(RowMoveArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowSelect
public void onRowSelect(RowSelectArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onBeforeTaskRender
public void onBeforeTaskRender(BeforeTaskRenderArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onBeforeTimeHeaderRender
public void onBeforeTimeHeaderRender(BeforeTimeHeaderRenderArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onBeforeCellRender
public void onBeforeCellRender(BeforeCellRenderArgs cell) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onIncludeCell
public void onIncludeCell(IncludeCellArgs ea) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onTaskBubble
public void onTaskBubble(TaskBubbleArgs args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
onRowBubble
public void onRowBubble(RowBubbleArgs args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
update
public void update()
-
process
public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getStartDate
public DateTime getStartDate()
-
setStartDate
public void setStartDate(DateTime startDate)
-
getDays
public int getDays()
-
setDays
public void setDays(int days)
-
getCellDuration
public int getCellDuration()
-
setCellDuration
public void setCellDuration(int cellDuration)
-
getCellGroupBy
public GroupBy getCellGroupBy()
-
setCellGroupBy
public void setCellGroupBy(GroupBy cellGroupBy)
-
getCellWidth
public int getCellWidth()
-
setCellWidth
public void setCellWidth(int cellWidth)
-
getClientState
public JSONObject getClientState()
-
setClientState
public void setClientState(JSONObject clientState)
-
isShowNonBusiness
public boolean isShowNonBusiness()
-
setShowNonBusiness
public void setShowNonBusiness(boolean showNonBusiness)
-
getBusinessBeginsHour
public int getBusinessBeginsHour()
-
setBusinessBeginsHour
public void setBusinessBeginsHour(int businessBeginsHour)
-
getBusinessEndsHour
public int getBusinessEndsHour()
-
setBusinessEndsHour
public void setBusinessEndsHour(int businessEndsHour)
-
getLocale
public java.util.Locale getLocale()
-
setLocale
public void setLocale(java.util.Locale locale)
-
getTimeHeaders
public TimeHeaderCollection getTimeHeaders()
-
setTimeHeaders
public void setTimeHeaders(TimeHeaderCollection timeHeaders)
-
getTimeFormat
public TimeFormat getTimeFormat()
-
setTimeFormat
public void setTimeFormat(TimeFormat timeFormat)
-
getWeekStarts
public WeekStarts getWeekStarts()
-
setWeekStarts
public void setWeekStarts(WeekStarts weekStarts)
-
getScale
public TimeScale getScale()
-
setScale
public void setScale(TimeScale scale)
-
getTasks
public TaskCollection getTasks()
-
setTasks
public void setTasks(TaskCollection tasks)
-
getScrollX
public int getScrollX()
-
setScrollX
public void setScrollX(int scrollX)
-
getScrollY
public int getScrollY()
-
setScrollY
public void setScrollY(int scrollY)
-
getRowMarginBottom
public int getRowMarginBottom()
-
setRowMarginBottom
public void setRowMarginBottom(int rowMarginBottom)
-
getRowMinHeight
public int getRowMinHeight()
-
setRowMinHeight
public void setRowMinHeight(int rowMinHeight)
-
getTaskGroupMode
public java.lang.Object getTaskGroupMode()
-
setTaskGroupMode
public void setTaskGroupMode(java.lang.Object taskGroupMode)
-
getColumns
public TaskColumnCollection getColumns()
-
setColumns
public void setColumns(TaskColumnCollection columns)
-
getCellWidthSpec
public CellWidthSpec getCellWidthSpec()
-
setCellWidthSpec
public void setCellWidthSpec(CellWidthSpec cellWidthSpec)
-
getLinks
public LinkCollection getLinks()
-
setLinks
public void setLinks(LinkCollection links)
-
getVisibleStart
public DateTime getVisibleStart()
-
getVisibleEnd
public DateTime getVisibleEnd()
-
getResolvedWeekStart
public DayOfWeek getResolvedWeekStart()
-
getTimeline
public TimeCellCollection getTimeline()
-
setTimeline
public void setTimeline(TimeCellCollection timeline)
-
getEndDate
public DateTime getEndDate()
-
getCell
public org.daypilot.ui.CellTableCell getCell(DateTime from, DateTime to, java.lang.String task)
-
getSelectedRows
public java.util.Collection<Task> getSelectedRows()
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
-
getTimeZone
public java.util.TimeZone getTimeZone()
-
setTimeZone
public void setTimeZone(java.util.TimeZone timeZone)
-
-