org.daypilot.ui
Class DayPilotCalendar

java.lang.Object
  extended by org.daypilot.ui.DayPilotCalendar

public class DayPilotCalendar
extends java.lang.Object


Constructor Summary
DayPilotCalendar()
           
 
Method Summary
 JSONObject callback(JSONObject input)
           
 java.lang.String getBackColor()
           
 int getBusinessBeginsHour()
           
 int getBusinessEndsHour()
           
 java.lang.String getDataEndField()
           
 java.lang.String getDataStartField()
           
 java.lang.String getDataTextField()
           
 java.lang.String getDataValueField()
           
 int getDays()
           
 java.util.Collection getEvents()
           
 DayOfWeek getFirstDayOfWeek()
           
 java.lang.String getHeaderDateFormat()
           
 HeightSpec getHeightSpec()
           
 java.lang.String getHourFontColor()
           
 java.lang.String getHourFontFamily()
           
 java.lang.String getHourFontSize()
           
 java.lang.String getId()
           
 java.util.Locale getLocale()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 DateTime getStartDate()
           
 TimeFormat getTimeFormat()
           
 UpdateType getUpdateType()
           
 ViewType getViewType()
           
 DateTime getVisibleEnd()
           
 DateTime getVisibleStart()
           
 boolean isEventHeaderVisible()
           
 void onCommand(CommandArgs ea)
           
 void onEventClick(EventClickArgs ea)
           
 void onEventMove(EventMoveArgs ea)
           
 void onEventResize(EventResizeArgs ea)
           
 void onFinish()
           
 void onInit()
           
 void onPrepare()
           
 void onTimeRangeSelected(TimeRangeSelectedArgs ea)
           
 void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setBackColor(java.lang.String backColor)
           
 void setBusinessBeginsHour(int businessBeginsHour)
           
 void setBusinessEndsHour(int businessEndsHour)
           
 void setDataEndField(java.lang.String dataEndField)
           
 void setDataStartField(java.lang.String dataStartField)
           
 void setDataTextField(java.lang.String dataTextField)
           
 void setDataValueField(java.lang.String dataValueField)
           
 void setDays(int days)
           
 void setEventHeaderVisible(boolean eventHeaderVisible)
           
 void setEvents(java.util.Collection<?> events)
           
 void setHeaderDateFormat(java.lang.String headerDateFormat)
           
 void setHeightSpec(HeightSpec heightSpec)
           
 void setHourFontColor(java.lang.String hourFontColor)
           
 void setHourFontFamily(java.lang.String hourFontFamily)
           
 void setHourFontSize(java.lang.String hourFontSize)
           
 void setLocale(java.util.Locale locale)
           
 void setStartDate(DateTime startDate)
           
 void setTimeFormat(TimeFormat timeFormat)
           
 void setUpdateType(UpdateType updateType)
           
 void setViewType(ViewType viewType)
           
 void update()
          Updates the client (using CallBackUpdateType.EVENTS_ONLY).
 void update(UpdateType updateType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DayPilotCalendar

public DayPilotCalendar()
Method Detail

callback

public JSONObject callback(JSONObject input)

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).


getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getResponse

public javax.servlet.http.HttpServletResponse getResponse()

getUpdateType

public UpdateType getUpdateType()

setUpdateType

public void setUpdateType(UpdateType updateType)

onInit

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

onEventClick

public void onEventClick(EventClickArgs 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

onCommand

public void onCommand(CommandArgs ea)
               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

getVisibleStart

public DateTime getVisibleStart()

getVisibleEnd

public DateTime getVisibleEnd()

getStartDate

public DateTime getStartDate()

setStartDate

public void setStartDate(DateTime startDate)

getDays

public int getDays()

setDays

public void setDays(int days)

getHeightSpec

public HeightSpec getHeightSpec()

setHeightSpec

public void setHeightSpec(HeightSpec heightSpec)

getBusinessBeginsHour

public int getBusinessBeginsHour()

setBusinessBeginsHour

public void setBusinessBeginsHour(int businessBeginsHour)

getBusinessEndsHour

public int getBusinessEndsHour()

setBusinessEndsHour

public void setBusinessEndsHour(int businessEndsHour)

getViewType

public ViewType getViewType()

setViewType

public void setViewType(ViewType viewType)

getBackColor

public java.lang.String getBackColor()

setBackColor

public void setBackColor(java.lang.String backColor)

getHeaderDateFormat

public java.lang.String getHeaderDateFormat()

setHeaderDateFormat

public void setHeaderDateFormat(java.lang.String headerDateFormat)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)

getId

public java.lang.String getId()

getFirstDayOfWeek

public DayOfWeek getFirstDayOfWeek()

isEventHeaderVisible

public boolean isEventHeaderVisible()

setEventHeaderVisible

public void setEventHeaderVisible(boolean eventHeaderVisible)

getTimeFormat

public TimeFormat getTimeFormat()

setTimeFormat

public void setTimeFormat(TimeFormat timeFormat)

getHourFontFamily

public java.lang.String getHourFontFamily()

setHourFontFamily

public void setHourFontFamily(java.lang.String hourFontFamily)

getHourFontSize

public java.lang.String getHourFontSize()

setHourFontSize

public void setHourFontSize(java.lang.String hourFontSize)

getHourFontColor

public java.lang.String getHourFontColor()

setHourFontColor

public void setHourFontColor(java.lang.String hourFontColor)


Version 1.0.453
Copyright © 2012 Annpoint, s.r.o. All Rights Reserved.