Package org.daypilot.ui
Class DayPilotCalendar
java.lang.Object
org.daypilot.ui.DayPilotCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncallback
(JSONObject input) int
int
int
protected String[]
int
int
int
getDays()
int
getId()
javax.servlet.http.HttpServletRequest
protected DayOfWeek
javax.servlet.http.HttpServletResponse
int
boolean
boolean
boolean
void
void
void
void
void
void
onCommand
(CommandArgs ea) void
void
void
void
void
void
void
void
void
void
void
onFinish()
void
void
onInit()
void
onNotify
(NotifyArgs ea) void
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
setClientState
(JSONObject clientState) void
setCssClassPrefix
(String cssClassPrefix) void
setCssOnly
(boolean cssOnly) void
setDataAllDayField
(String dataAllDayField) void
setDataEndField
(String dataEndField) void
setDataRecurrenceField
(String dataRecurrenceField) void
setDataResourceField
(String dataResourceField) void
setDataStartField
(String dataStartField) void
setDataTagFields
(String dataTagFields) void
setDataTextField
(String dataTextField) void
setDataValueField
(String dataValueField) void
setDayBeginsHour
(int dayBeginsHour) void
setDayEndsHour
(int dayEndsHour) void
setDays
(int days) void
setEventHeaderVisible
(boolean eventHeaderVisible) void
setEvents
(Collection<?> events) void
setEventSortExpression
(String eventSortExpression) void
setHeaderDateFormat
(String headerDateFormat) void
setHeaderLevels
(int headerLevels) void
setHeightSpec
(HeightSpec heightSpec) void
setHourFontColor
(String hourFontColor) void
setHourFontFamily
(String hourFontFamily) void
setHourFontSize
(String hourFontSize) void
void
setNonBusinessBackColor
(String nonBusinessBackColor) void
setStartDate
(DateTime startDate) void
setTimeFormat
(TimeFormat timeFormat) void
setTimeHeaderCellDuration
(int timeHeaderCellDuration) 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
(UpdateType updateType) void
updateWithMessage
(String message, UpdateType type)
-
Constructor Details
-
DayPilotCalendar
public DayPilotCalendar()
-
-
Method Details
-
callback
-
process
public void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
getDataTagFieldsSplit
-
getDataValueField
-
setDataValueField
-
getDataTextField
-
setDataTextField
-
getDataStartField
-
setDataStartField
-
getDataEndField
-
setDataEndField
-
getDataResourceField
-
setDataResourceField
-
getEvents
-
setEvents
-
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
-
onInit
- Throws:
Exception
-
onEventBubble
- Throws:
Exception
-
onEventDoubleClick
- Throws:
Exception
-
onTimeRangeMenuClick
-
onHeaderClick
-
onEventSelect
-
onEventMenuClick
- Throws:
Exception
-
onTimeRangeDoubleClick
- Throws:
Exception
-
onEventRightClick
- Throws:
Exception
-
onEventEdit
- Throws:
Exception
-
onEventClick
- Throws:
Exception
-
onEventDelete
- Throws:
Exception
-
onBeforeHeaderRender
- Throws:
Exception
-
onBeforeTimeHeaderRender
- Throws:
Exception
-
onEventMove
- Throws:
Exception
-
onEventResize
- Throws:
Exception
-
onCommand
- Throws:
Exception
-
onNotify
- Throws:
Exception
-
onTimeRangeSelected
- Throws:
Exception
-
onBeforeEventRender
- Throws:
Exception
-
onBeforeEventRecurrence
- Throws:
Exception
-
onBeforeCellRender
- Throws:
Exception
-
onFinish
- Throws:
Exception
-
onPrepare
- Throws:
Exception
-
getVisibleStart
-
getVisibleEnd
-
getStartDate
-
setStartDate
-
getDays
public int getDays() -
setDays
public void setDays(int days) -
getCellDuration
public int getCellDuration() -
setCellDuration
public void setCellDuration(int cellDuration) -
getHeightSpec
-
setHeightSpec
-
getBusinessBeginsHour
public int getBusinessBeginsHour() -
setBusinessBeginsHour
public void setBusinessBeginsHour(int businessBeginsHour) -
getBusinessEndsHour
public int getBusinessEndsHour() -
setBusinessEndsHour
public void setBusinessEndsHour(int businessEndsHour) -
getViewType
-
setViewType
-
getDayBeginsHour
public int getDayBeginsHour() -
setDayBeginsHour
public void setDayBeginsHour(int dayBeginsHour) -
getHeaderLevels
public int getHeaderLevels() -
setHeaderLevels
public void setHeaderLevels(int headerLevels) -
getBackColor
-
setBackColor
-
getNonBusinessBackColor
-
setNonBusinessBackColor
-
getColumns
-
getHeaderDateFormat
-
setHeaderDateFormat
-
getLocale
-
setLocale
-
getSelectedEventValue
-
getDataTagFields
-
setDataTagFields
-
getDataAllDayField
-
setDataAllDayField
-
getId
-
getFirstDayOfWeek
-
isEventHeaderVisible
public boolean isEventHeaderVisible() -
setEventHeaderVisible
public void setEventHeaderVisible(boolean eventHeaderVisible) -
getTimeFormat
-
setTimeFormat
-
getTimeHeaderCellDuration
public int getTimeHeaderCellDuration() -
setTimeHeaderCellDuration
public void setTimeHeaderCellDuration(int timeHeaderCellDuration) -
getDayEndsHour
public int getDayEndsHour() -
setDayEndsHour
public void setDayEndsHour(int dayEndsHour) -
getHourFontFamily
-
setHourFontFamily
-
getHourFontSize
-
setHourFontSize
-
isCssOnly
public boolean isCssOnly() -
setCssOnly
public void setCssOnly(boolean cssOnly) -
getHourFontColor
-
setHourFontColor
-
getCssClassPrefix
-
setCssClassPrefix
-
isUseUtcDates
public boolean isUseUtcDates() -
setUseUtcDates
public void setUseUtcDates(boolean useUtcDates) -
getDataRecurrenceField
-
setDataRecurrenceField
-
getResolvedWeekStart
-
getWeekStarts
-
setWeekStarts
-
getEventSortExpression
-
setEventSortExpression
-
getClientState
-
setClientState
-