public class UIWeekView extends UICalendarView
| Modifier and Type | Class and Description |
|---|---|
static class |
UIWeekView.UpdateAllDayEventActionListener |
static class |
UIWeekView.UpdateEventActionListener |
UICalendarView.AbortCloseActionListener, UICalendarView.CancelDeleteEvent, UICalendarView.ChangeCategoryActionListener, UICalendarView.ConfirmCloseActionListener, UICalendarView.ConfirmDeleteAllSeries, UICalendarView.ConfirmDeleteCancel, UICalendarView.ConfirmDeleteEvent, UICalendarView.ConfirmDeleteFollowingSeries, UICalendarView.ConfirmDeleteOnlyInstance, UICalendarView.ConfirmUpdateAllSeries, UICalendarView.ConfirmUpdateCancel, UICalendarView.ConfirmUpdateFollowSeries, UICalendarView.ConfirmUpdateOnlyInstance, UICalendarView.DeleteActionListener, UICalendarView.DeleteEventActionListener, UICalendarView.EventSelectActionListener, UICalendarView.ExportEventActionListener, UICalendarView.GotoDateActionListener, UICalendarView.MoveEventActionListener, UICalendarView.MoveNextActionListener, UICalendarView.MovePreviousActionListener, UICalendarView.SwitchViewActionListener, UICalendarView.TaskViewActionListener, UICalendarView.ViewActionListener| Modifier and Type | Field and Description |
|---|---|
protected List<org.exoplatform.calendar.model.Event> |
allDayEvent |
protected Date |
beginDate_ |
static String |
CURRENT_DATE |
protected LinkedHashMap<String,org.exoplatform.calendar.model.Event> |
dataMap_ |
protected List<org.exoplatform.calendar.model.Event> |
daysData_ |
protected Date |
endDate_ |
protected Map<String,List<org.exoplatform.calendar.model.Event>> |
eventData_ |
protected boolean |
isShowCustomView_ |
ACT_ADDNEW_EVENT, ACT_ADDNEW_TASK, ACT_DELETE, ACT_EDIT, ACT_NEXT, ACT_PREVIOUS, ACT_VIEW, calendar_, CALENDARID, calendarSetting_, CALNAME, CALTYPE, CONTEXT_MENU, DAY, dfs_, displayTimes_, EVENT_CATEGORIES, EVENTID, FINISH_TIME, instanceTempCalendar_, ISOCCUR, isShowEvent_, MONTH, monthsName_, QUICKEDIT_MENU, RECURID, recurrenceEventsMap, START_TIME, timeSteps_, TYPE_BOTH, TYPE_DAY, TYPE_EVENT, TYPE_MONTH, TYPE_NONE, TYPE_TASK, TYPE_WEEK, xCalService, YEAR| Constructor and Description |
|---|
UIWeekView() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getBeginDateOfWeek() |
LinkedHashMap<String,org.exoplatform.calendar.model.Event> |
getDataMap() |
String |
getDefaultStartTimeOfEvent()
The returned value of this function is used to initialize start time for
event form which is rendered when user click "add event" or "add task"
|
Calendar |
getEndDateOfWeek() |
protected Map<String,List<org.exoplatform.calendar.model.Event>> |
getEventData() |
boolean |
isShowCustomView() |
void |
refresh() |
applySeting, filterNonSpaceEvent, getBeginDateOfMonth, getBeginDay, getCalendarSetting, getColors, getContextMenu, getCurrentCalendar, getCurrentDate, getCurrentDay, getCurrentMonth, getcurrentOccurrence, getCurrentWeek, getCurrentYear, getDateByValue, getDateFormat, getDateTimeFormat, getDateTimeString, getDayName, getDayOfWeek, getDaysInMonth, getDaysInMonth, getDaysName, getDefaultTimeInterval, getDisplayTimes, getDisplayTimes, getEndDateOfMonth, getEndDay, getEndTime, getEventInMonth, getEventInMonth, getFilterCalendarIds, getIconStyleForAttachment, getInstanceTempCalendar, getLabel, getLastUpdatedEventId, getMonthName, getMonthsName, getOtherCalendars, getOtherSpaceCalendar, getPriority, getPrivateCalendars, getPublicCalendars, getPublicCalendars, getQuickEditMenu, getRecurrenceMap, getSelectedCategory, getSelectedEvents, getSharedCalendars, getStartTime, getTimeFormat, getTimeInterval, getTimeSteps, getViews, getViewType, gotoDate, isCurrentDay, isCurrentMonth, isCurrentWeek, isEventEditable, isInSpace, isSameDate, isSameDate, isShowWorkingTime, keyGen, moveCalendarTo, moveEvents, processRender, refresh, removeEvents, renderDateTimeString, renderDayString, renderDayViewInTitleBar, renderTimeString, setCalendarSetting, setCurrentCalendar, setCurrentDate, setCurrentDay, setCurrentMonth, setCurrentOccurrence, setCurrentWeek, setCurrentYear, setLastUpdatedEventId, setSelectedCategory, setViewType, updateaddUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, urladdChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, urlpublic static final String CURRENT_DATE
protected List<org.exoplatform.calendar.model.Event> allDayEvent
protected LinkedHashMap<String,org.exoplatform.calendar.model.Event> dataMap_
protected List<org.exoplatform.calendar.model.Event> daysData_
protected boolean isShowCustomView_
protected Date beginDate_
protected Date endDate_
public void refresh()
throws Exception
refresh in interface CalendarViewrefresh in class UICalendarViewExceptionpublic LinkedHashMap<String,org.exoplatform.calendar.model.Event> getDataMap()
public boolean isShowCustomView()
public String getDefaultStartTimeOfEvent()
UICalendarViewgetDefaultStartTimeOfEvent in class UICalendarViewCopyright © 2003–2020 eXo Platform SAS. All rights reserved.