Package org.daypilot.ui
Class DayPilotScheduler
java.lang.Object
org.daypilot.ui.DayPilotScheduler
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
int
int
getColumn
(int index) int
int
getDays()
getId()
getLinks()
javax.servlet.http.HttpServletRequest
protected DayOfWeek
javax.servlet.http.HttpServletResponse
getScale()
int
int
boolean
boolean
boolean
boolean
void
void
void
void
void
void
onCommand
(CommandArgs ea) void
void
void
void
void
void
void
void
void
void
onFinish()
void
void
void
onInit()
void
onNotify
(NotifyArgs ea) void
void
void
Deprecated.void
Deprecated.void
void
void
void
onRowEdit
(RowEditArgs ea) void
void
onRowMove
(RowMoveArgs ea) void
void
onScroll()
void
void
void
void
process
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
setBackColor
(String backColor) 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
setCssOnly
(boolean cssOnly) void
setDataEndField
(String dataEndField) void
setDataIdField
(String dataValueField) void
setDataJoinField
(String dataJoinField) void
setDataRecurrenceField
(String dataRecurrenceField) void
setDataResourceField
(String dataResourceField) void
setDataStartField
(String dataStartField) void
setDataTagFields
(String dataTagFields) void
setDataTextField
(String dataTextField) void
setDays
(int days) void
setEvents
(Collection events) void
setEventSortExpression
(String eventSortExpression) void
setHeaderDateFormat
(String headerDateFormat) void
setHourNameBackColor
(String hourNameBackColor) void
void
setNonBusinessBackColor
(String nonBusinessBackColor) void
void
setScrollX
(int scrollX) void
setScrollX
(DateTime time) void
setScrollY
(int scrollY) void
setShowNonBusiness
(boolean showNonBusiness) void
setStartDate
(DateTime startDate) void
setTimeFormat
(TimeFormat timeFormat) void
setTimeline
(TimeCellCollection timeline) void
setTimeZone
(TimeZone timeZone) void
setTreeEnabled
(boolean treeEnabled) void
setUpdateType
(UpdateType updateType) void
setUseUtcDates
(boolean useUtcDates) void
setViewType
(ViewType viewType) void
setWeekStarts
(WeekStarts weekStarts) void
update()
Updates the client (using CallBackUpdateType.EVENTS_ONLY).void
update
(JSONObject data, UpdateType updateType) void
update
(UpdateType updateType) void
updateWithMessage
(String message, UpdateType type)
-
Constructor Details
-
DayPilotScheduler
public DayPilotScheduler()
-
-
Method Details
-
onInit
- Throws:
Exception
-
onEventBubble
- Throws:
Exception
-
onResourceBubble
- Throws:
Exception
-
onGroupBubble
- Throws:
Exception
-
onEventMove
- Throws:
Exception
-
onEventResize
- Throws:
Exception
-
onScroll
- Throws:
Exception
-
onTimeRangeSelected
- Throws:
Exception
-
onFinish
- Throws:
Exception
-
onPrepare
- Throws:
Exception
-
onBeforeTimeHeaderRender
- Throws:
Exception
-
onBeforeCellRender
- Throws:
Exception
-
onIncludeCell
-
onCommand
- Throws:
Exception
-
onNotify
- Throws:
Exception
-
onTimeRangeMenuClick
- Throws:
Exception
-
onTimeRangeDoubleClick
- Throws:
Exception
-
onResourceHeaderMenuClick
Deprecated.Deprecated: Use onRowMenuClick instead.- Parameters:
ea
-- Throws:
Exception
-
onRowMenuClick
- Throws:
Exception
-
onResourceHeaderClick
Deprecated.Deprecated: Use onRowClick instead.- Parameters:
ea
-- Throws:
Exception
-
onRowClick
- Throws:
Exception
-
onEventMenuClick
- Throws:
Exception
-
onEventRightClick
- Throws:
Exception
-
onEventEdit
- Throws:
Exception
-
onEventDoubleClick
- Throws:
Exception
-
onEventClick
- Throws:
Exception
-
onBeforeResHeaderRender
- Throws:
Exception
-
onBeforeEventRender
- Throws:
Exception
-
onBeforeEventRecurrence
- Throws:
Exception
-
onRowCreate
- Throws:
Exception
-
onRowDoubleClick
- Throws:
Exception
-
onRowEdit
- Throws:
Exception
-
onRowMove
- Throws:
Exception
-
onRowSelect
- Throws:
Exception
-
onEventDelete
- Throws:
Exception
-
process
public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
getTimeHeaders
-
getDataValueField
-
setDataIdField
-
getDataTextField
-
setDataTextField
-
getDataStartField
-
setDataStartField
-
getDataEndField
-
setDataEndField
-
getDataResourceField
-
setDataResourceField
-
getEvents
-
setEvents
-
update
-
update
-
update
public void update()Updates the client (using CallBackUpdateType.EVENTS_ONLY). -
updateWithMessage
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest() -
getResponse
public javax.servlet.http.HttpServletResponse getResponse() -
getUpdateType
-
setUpdateType
-
getResolvedWeekStart
-
getStartDate
-
setStartDate
-
getEndDate
-
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
-
getScrollX
public int getScrollX() -
setScrollX
public void setScrollX(int scrollX) -
setScrollX
-
getScrollY
public int getScrollY() -
setScrollY
public void setScrollY(int scrollY) -
getResources
-
getSeparators
-
getHourNameBackColor
-
setHourNameBackColor
-
getColumnCount
public int getColumnCount() -
getColumn
-
getViewPort
-
getDataTagFields
-
setDataTagFields
-
getLocale
-
setLocale
-
getViewType
-
setViewType
-
getTimeFormat
-
setTimeFormat
-
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) -
getWeekStarts
-
setWeekStarts
-
isTreeEnabled
public boolean isTreeEnabled() -
setTreeEnabled
public void setTreeEnabled(boolean treeEnabled) -
getHeaderDateFormat
-
setHeaderDateFormat
-
getBackColor
-
setBackColor
-
getNonBusinessBackColor
-
setNonBusinessBackColor
-
getId
-
getTimeZone
-
setTimeZone
-
isUseUtcDates
public boolean isUseUtcDates() -
setUseUtcDates
public void setUseUtcDates(boolean useUtcDates) -
isCssOnly
public boolean isCssOnly() -
setCssOnly
public void setCssOnly(boolean cssOnly) -
getVisibleStart
-
getVisibleEnd
-
getScale
-
setScale
-
getTimeline
-
setTimeline
-
getCellWidthSpec
-
setCellWidthSpec
-
doIncludeCell
-
getSelectedRows
-
getDataRecurrenceField
-
setDataRecurrenceField
-
getEventSortExpression
-
setEventSortExpression
-
getLinks
-
getDataJoinField
-
setDataJoinField
-
getDataIdField
-
getMultiselect
-