Class DayPilotMonth


  • public class DayPilotMonth
    extends java.lang.Object
    • Constructor Detail

      • DayPilotMonth

        public DayPilotMonth()
    • Method Detail

      • onEventDelete

        public void onEventDelete​(EventDeleteArgs ea)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onTimeRangeMenuClick

        public void onTimeRangeMenuClick​(TimeRangeMenuClickArgs ea)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onTimeRangeDoubleClick

        public void onTimeRangeDoubleClick​(TimeRangeDoubleClickArgs ea)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventRightClick

        public void onEventRightClick​(EventRightClickArgs ea)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventMenuClick

        public void onEventMenuClick​(EventMenuClickArgs ea)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventClick

        public void onEventClick​(EventClickArgs ea)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onCommand

        public void onCommand​(CommandArgs ea)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onNotify

        public void onNotify​(NotifyArgs ea)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventBubble

        public void onEventBubble​(EventBubbleArgs ea)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventMove

        public void onEventMove​(EventMoveArgs ea)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onEventResize

        public void onEventResize​(EventResizeArgs ea)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onInit

        public void onInit()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onTimeRangeSelected

        public void onTimeRangeSelected​(TimeRangeSelectedArgs ea)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onFinish

        public void onFinish()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onPrepare

        public void onPrepare()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onBeforeEventRender

        public void onBeforeEventRender​(BeforeEventRenderArgs ea)
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onBeforeEventRecurrence

        public void onBeforeEventRecurrence​(BeforeEventRecurrenceArgs ea)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onBeforeCellRender

        public void onBeforeCellRender​(BeforeCellRenderArgs ea)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • onBeforeHeaderRender

        public void onBeforeHeaderRender​(BeforeHeaderRenderArgs ea)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • process

        public void process​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
      • getDataValueField

        public java.lang.String getDataValueField()
      • setDataValueField

        public void setDataValueField​(java.lang.String dataValueField)
      • getDataTextField

        public java.lang.String getDataTextField()
      • setDataTextField

        public void setDataTextField​(java.lang.String dataTextField)
      • getDataStartField

        public java.lang.String getDataStartField()
      • setDataStartField

        public void setDataStartField​(java.lang.String dataStartField)
      • getDataEndField

        public java.lang.String getDataEndField()
      • setDataEndField

        public void setDataEndField​(java.lang.String dataEndField)
      • getEvents

        public java.util.Collection getEvents()
      • setEvents

        public void setEvents​(java.util.Collection events)
      • update

        public void update​(UpdateType updateType)
      • update

        public void update()
        Updates the client (using CallBackUpdateType.EVENTS_ONLY).
      • updateWithMessage

        public void updateWithMessage​(java.lang.String message)
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
      • getUpdateType

        public UpdateType getUpdateType()
      • setUpdateType

        public void setUpdateType​(UpdateType updateType)
      • getStartDate

        public DateTime getStartDate()
      • setStartDate

        public void setStartDate​(DateTime startDate)
      • getVisibleStart

        public DateTime getVisibleStart()
      • getVisibleEnd

        public DateTime getVisibleEnd()
      • getEventSortExpression

        public java.lang.String getEventSortExpression()
      • setEventSortExpression

        public void setEventSortExpression​(java.lang.String eventSortExpression)
      • getDataTagFields

        public java.lang.String getDataTagFields()
      • setDataTagFields

        public void setDataTagFields​(java.lang.String dataTagFields)
      • getWeekStarts

        public WeekStarts getWeekStarts()
      • setWeekStarts

        public void setWeekStarts​(WeekStarts weekStarts)
      • isShowWeekend

        public boolean isShowWeekend()
      • setShowWeekend

        public void setShowWeekend​(boolean showWeekend)
      • getHeaderBackColor

        public java.lang.String getHeaderBackColor()
      • setHeaderBackColor

        public void setHeaderBackColor​(java.lang.String headerBackColor)
      • getBackColor

        public java.lang.String getBackColor()
      • setBackColor

        public void setBackColor​(java.lang.String backColor)
      • getNonBusinessBackColor

        public java.lang.String getNonBusinessBackColor()
      • setNonBusinessBackColor

        public void setNonBusinessBackColor​(java.lang.String nonBusinessBackColor)
      • getLocale

        public java.util.Locale getLocale()
      • setLocale

        public void setLocale​(java.util.Locale locale)
      • getId

        public java.lang.String getId()
      • getTimeFormat

        public TimeFormat getTimeFormat()
      • setTimeFormat

        public void setTimeFormat​(TimeFormat timeFormat)
      • isCssOnly

        public boolean isCssOnly()
      • setCssOnly

        public void setCssOnly​(boolean cssOnly)
      • isUseUtcDates

        public boolean isUseUtcDates()
      • setUseUtcDates

        public void setUseUtcDates​(boolean useUtcDates)
      • getViewType

        public ViewType getViewType()
      • setViewType

        public void setViewType​(ViewType viewType)
      • getWeeks

        public int getWeeks()
      • setWeeks

        public void setWeeks​(int weeks)
      • getDataRecurrenceField

        public java.lang.String getDataRecurrenceField()
      • setDataRecurrenceField

        public void setDataRecurrenceField​(java.lang.String dataRecurrenceField)
      • getClientState

        public JSONObject getClientState()
      • setClientState

        public void setClientState​(JSONObject clientState)