public class UIEventDetailTab
extends org.exoplatform.webui.form.UIFormInputWithActions
| Modifier and Type | Class and Description |
|---|---|
static class |
UIEventDetailTab.FileActionData |
org.exoplatform.webui.form.UIFormInputWithActions.ActionData| Modifier and Type | Field and Description |
|---|---|
protected List<org.exoplatform.calendar.service.Attachment> |
attachments_ |
static String |
FIELD_ATTACHMENTS |
static String |
FIELD_CALENDAR |
static String |
FIELD_CATEGORY |
static String |
FIELD_CHECKALL |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_EVENT |
static String |
FIELD_FROM |
static String |
FIELD_FROM_TIME |
static String |
FIELD_ISREPEAT |
static String |
FIELD_MESSAGE |
static String |
FIELD_PLACE |
static String |
FIELD_PRIORITY |
static String |
FIELD_REPEAT |
static String |
FIELD_REPEAT_UNTIL |
static String |
FIELD_TO |
static String |
FIELD_TO_TIME |
static String |
LABEL_ADD_ATTACHMENTS |
| Constructor and Description |
|---|
UIEventDetailTab(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToUploadFileList(org.exoplatform.calendar.service.Attachment attachfile) |
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> |
getActionField(String fieldName) |
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> |
getAttachmentData()
used in groovy template
|
protected List<org.exoplatform.calendar.service.Attachment> |
getAttachments() |
protected org.exoplatform.webui.form.UIForm |
getParentFrom() |
protected int |
getTimeShift() |
org.exoplatform.webui.form.ext.UIFormComboBox |
getUIFormComboBox(String id) |
UIFormDateTimePicker |
getUIFormDateTimePicker(String id) |
org.exoplatform.webui.form.UIFormSelectBoxWithGroups |
getUIFormSelectBoxGroup(String id) |
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext arg0) |
void |
refreshUploadFileList() |
void |
removeFromUploadFileList(org.exoplatform.calendar.service.Attachment attachfile) |
void |
setActionField(String fieldName,
List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions) |
protected void |
setAttachments(List<org.exoplatform.calendar.service.Attachment> attachment) |
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset, setSelectedComponent, setSelectedComponentaddChild, 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, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String FIELD_MESSAGE
public 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_CHECKALL
public static final String FIELD_REPEAT
public static final String FIELD_ISREPEAT
public static final String FIELD_REPEAT_UNTIL
public static final String FIELD_PLACE
public static final String FIELD_PRIORITY
public static final String FIELD_DESCRIPTION
public static final String FIELD_ATTACHMENTS
public static final String LABEL_ADD_ATTACHMENTS
protected List<org.exoplatform.calendar.service.Attachment> attachments_
protected org.exoplatform.webui.form.UIForm getParentFrom()
public List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getAttachmentData() throws Exception
Exceptionpublic void addToUploadFileList(org.exoplatform.calendar.service.Attachment attachfile)
public void removeFromUploadFileList(org.exoplatform.calendar.service.Attachment attachfile)
protected List<org.exoplatform.calendar.service.Attachment> getAttachments()
protected void setAttachments(List<org.exoplatform.calendar.service.Attachment> attachment)
public void setActionField(String fieldName, List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
setActionField in class org.exoplatform.webui.form.UIFormInputWithActionspublic List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)
public void processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
throws Exception
processRender in class org.exoplatform.webui.form.UIFormInputWithActionsExceptionpublic org.exoplatform.webui.form.ext.UIFormComboBox getUIFormComboBox(String id)
public UIFormDateTimePicker getUIFormDateTimePicker(String id)
public org.exoplatform.webui.form.UIFormSelectBoxWithGroups getUIFormSelectBoxGroup(String id)
protected int getTimeShift()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.