public class UIQuickAddEvent extends org.exoplatform.webui.form.UIForm implements UIPopupComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UIQuickAddEvent.CancelActionListener |
static class |
UIQuickAddEvent.MoreDetailActionListener |
static class |
UIQuickAddEvent.SaveActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ALLDAY |
static String |
FIELD_CALENDAR |
static String |
FIELD_CATEGORY |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_EVENT |
static String |
FIELD_FROM |
static String |
FIELD_FROM_TIME |
static String |
FIELD_TO |
static String |
FIELD_TO_TIME |
static String |
UIQUICKADDTASK |
| Constructor and Description |
|---|
UIQuickAddEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
autoAddReminder(org.exoplatform.calendar.service.CalendarEvent calEvent,
Date from,
String username) |
boolean |
canEdit(String[] savePerms) |
void |
deActivate() |
List<org.exoplatform.webui.core.model.SelectItem> |
getCalendars() |
String |
getLabel(String id) |
protected int |
getTimeShift() |
org.exoplatform.webui.form.ext.UIFormComboBox |
getUIFormCombobox(String name) |
org.exoplatform.webui.form.UIFormSelectBoxWithGroups |
getUIFormSelectBoxGroup(String id) |
void |
init(org.exoplatform.calendar.service.CalendarSetting calendarSetting,
String startTime,
String endTime) |
boolean |
isEvent() |
void |
setEvent(boolean isEvent) |
void |
setIsAllday(boolean isChecked) |
void |
setSelectedCalendar(String value) |
void |
setSelectedCategory(String value) |
void |
update(String calType,
List<org.exoplatform.webui.core.model.SelectItem> options) |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getSubmitAction, getUICheckBoxInput, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, 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 FIELD_EVENT
public static final String FIELD_CALENDAR
public static final String FIELD_CATEGORY
public static final String FIELD_FROM
public static final String FIELD_TO
public static final String FIELD_FROM_TIME
public static final String FIELD_TO_TIME
public static final String FIELD_ALLDAY
public static final String FIELD_DESCRIPTION
public static final String UIQUICKADDTASK
public org.exoplatform.webui.form.ext.UIFormComboBox getUIFormCombobox(String name)
public void init(org.exoplatform.calendar.service.CalendarSetting calendarSetting,
String startTime,
String endTime)
throws Exception
Exceptionpublic List<org.exoplatform.webui.core.model.SelectItem> getCalendars() throws Exception
Exceptionpublic String getLabel(String id)
getLabel in class org.exoplatform.webui.form.UIFormpublic void setIsAllday(boolean isChecked)
public void setSelectedCalendar(String value)
public org.exoplatform.webui.form.UIFormSelectBoxWithGroups getUIFormSelectBoxGroup(String id)
public void setSelectedCategory(String value)
public void activate()
throws Exception
activate in interface UIPopupComponentExceptionpublic void deActivate()
throws Exception
deActivate in interface UIPopupComponentExceptionpublic void setEvent(boolean isEvent)
public boolean isEvent()
public void update(String calType, List<org.exoplatform.webui.core.model.SelectItem> options) throws Exception
Exceptionprotected int getTimeShift()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.