Package org.daypilot.ui
Class DayPilotGantt
java.lang.Object
org.daypilot.ui.DayPilotGantt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
org.daypilot.ui.CellTableCell
int
int
int
getDays()
getId()
getLinks()
javax.servlet.http.HttpServletRequest
javax.servlet.http.HttpServletResponse
int
int
getScale()
int
int
getTasks()
boolean
void
void
void
void
onCommand
(CommandArgs ea) void
onFinish()
void
void
onInit()
void
void
void
void
onRowBubble
(RowBubbleArgs args) void
void
void
void
onRowEdit
(RowEditArgs ea) void
void
onRowMove
(RowMoveArgs ea) void
void
onTaskBubble
(TaskBubbleArgs args) void
void
void
void
void
void
void
process
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
setBusinessBeginsHour
(int businessBeginsHour) void
setBusinessEndsHour
(int businessEndsHour) void
setCellDuration
(int cellDuration) void
setCellGroupBy
(GroupBy cellGroupBy) void
setCellWidth
(int cellWidth) void
setCellWidthSpec
(CellWidthSpec cellWidthSpec) void
setClientState
(JSONObject clientState) void
setColumns
(TaskColumnCollection columns) void
setDays
(int days) void
void
setLinks
(LinkCollection links) void
void
setRowMarginBottom
(int rowMarginBottom) void
setRowMinHeight
(int rowMinHeight) void
void
setScrollX
(int scrollX) void
setScrollY
(int scrollY) void
setShowNonBusiness
(boolean showNonBusiness) void
setStartDate
(DateTime startDate) void
setTaskGroupMode
(Object taskGroupMode) void
setTasks
(TaskCollection tasks) void
setTimeFormat
(TimeFormat timeFormat) void
setTimeHeaders
(TimeHeaderCollection timeHeaders) void
setTimeline
(TimeCellCollection timeline) void
setTimeZone
(TimeZone timeZone) void
setWeekStarts
(WeekStarts weekStarts) void
update()
-
Constructor Details
-
DayPilotGantt
public DayPilotGantt()
-
-
Method Details
-
onPrepare
- Throws:
Exception
-
onFinish
- Throws:
Exception
-
onInit
- Throws:
Exception
-
onCommand
- Throws:
Exception
-
onTaskClick
- Throws:
Exception
-
onTaskDoubleClick
- Throws:
Exception
-
onRowClick
- Throws:
Exception
-
onTaskMenuClick
- Throws:
Exception
-
onTaskRightClick
- Throws:
Exception
-
onRowMenuClick
- Throws:
Exception
-
onTaskResize
- Throws:
Exception
-
onTaskMove
- Throws:
Exception
-
onLinkCreate
- Throws:
Exception
-
onLinkMenuClick
- Throws:
Exception
-
onRowCreate
- Throws:
Exception
-
onRowDoubleClick
- Throws:
Exception
-
onRowEdit
- Throws:
Exception
-
onRowMove
- Throws:
Exception
-
onRowSelect
- Throws:
Exception
-
onBeforeTaskRender
- Throws:
Exception
-
onBeforeTimeHeaderRender
- Throws:
Exception
-
onBeforeCellRender
- Throws:
Exception
-
onIncludeCell
- Throws:
Exception
-
onTaskBubble
- Throws:
Exception
-
onRowBubble
- Throws:
Exception
-
update
public void update() -
process
public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
getId
-
setId
-
getStartDate
-
setStartDate
-
getDays
public int getDays() -
setDays
public void setDays(int days) -
getCellDuration
public int getCellDuration() -
setCellDuration
public void setCellDuration(int cellDuration) -
getCellGroupBy
-
setCellGroupBy
-
getCellWidth
public int getCellWidth() -
setCellWidth
public void setCellWidth(int cellWidth) -
getClientState
-
setClientState
-
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
-
setLocale
-
getTimeHeaders
-
setTimeHeaders
-
getTimeFormat
-
setTimeFormat
-
getWeekStarts
-
setWeekStarts
-
getScale
-
setScale
-
getTasks
-
setTasks
-
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
-
setTaskGroupMode
-
getColumns
-
setColumns
-
getCellWidthSpec
-
setCellWidthSpec
-
getLinks
-
setLinks
-
getVisibleStart
-
getVisibleEnd
-
getResolvedWeekStart
-
getTimeline
-
setTimeline
-
getEndDate
-
getCell
-
getSelectedRows
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest() -
getResponse
public javax.servlet.http.HttpServletResponse getResponse() -
getTimeZone
-
setTimeZone
-