org.exoplatform.calendar.webui.popup
Class UIEventDetailTab

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIFormInputSet
              extended by org.exoplatform.webui.form.UIFormInputWithActions
                  extended by org.exoplatform.calendar.webui.popup.UIEventDetailTab

public class UIEventDetailTab
extends org.exoplatform.webui.form.UIFormInputWithActions

Created by The eXo Platform SARL Author : Pham Tuan tuan.pham@exoplatform.com Aug 29, 2007


Nested Class Summary
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormInputWithActions
org.exoplatform.webui.form.UIFormInputWithActions.ActionData
 
Nested classes/interfaces inherited from class org.exoplatform.webui.form.UIFormInputSet
org.exoplatform.webui.form.UIFormInputSet.SelectComponentActionListener
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
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
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIEventDetailTab(String id)
           
 
Method Summary
 void addToUploadFileList(org.exoplatform.calendar.service.Attachment attachfile)
           
 List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)
           
protected  List<org.exoplatform.calendar.service.Attachment> getAttachments()
           
protected  org.exoplatform.webui.form.UIForm getParentFrom()
           
 org.exoplatform.webui.form.ext.UIFormComboBox getUIFormComboBox(String id)
           
 UIFormDateTimePicker getUIFormDateTimePicker(String id)
           
 org.exoplatform.webui.form.UIFormSelectBoxWithGroups getUIFormSelectBoxGroup(String id)
           
 List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getUploadFileList()
           
 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)
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputSet
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, getUICheckBoxInput, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset, setSelectedComponent, setSelectedComponent
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, 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, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_MESSAGE

public static final String FIELD_MESSAGE

FIELD_EVENT

public static final String FIELD_EVENT

FIELD_CALENDAR

public static final String FIELD_CALENDAR

FIELD_CATEGORY

public static final String FIELD_CATEGORY

FIELD_FROM

public static final String FIELD_FROM

FIELD_TO

public static final String FIELD_TO

FIELD_FROM_TIME

public static final String FIELD_FROM_TIME

FIELD_TO_TIME

public static final String FIELD_TO_TIME

FIELD_CHECKALL

public static final String FIELD_CHECKALL

FIELD_REPEAT

public static final String FIELD_REPEAT

FIELD_ISREPEAT

public static final String FIELD_ISREPEAT

FIELD_REPEAT_UNTIL

public static final String FIELD_REPEAT_UNTIL

FIELD_PLACE

public static final String FIELD_PLACE

FIELD_PRIORITY

public static final String FIELD_PRIORITY

FIELD_DESCRIPTION

public static final String FIELD_DESCRIPTION

FIELD_ATTACHMENTS

public static final String FIELD_ATTACHMENTS

attachments_

protected List<org.exoplatform.calendar.service.Attachment> attachments_
Constructor Detail

UIEventDetailTab

public UIEventDetailTab(String id)
                 throws Exception
Throws:
Exception
Method Detail

getParentFrom

protected org.exoplatform.webui.form.UIForm getParentFrom()

getUploadFileList

public List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getUploadFileList()
                                                                                     throws Exception
Throws:
Exception

addToUploadFileList

public void addToUploadFileList(org.exoplatform.calendar.service.Attachment attachfile)

removeFromUploadFileList

public void removeFromUploadFileList(org.exoplatform.calendar.service.Attachment attachfile)

refreshUploadFileList

public void refreshUploadFileList()
                           throws Exception
Throws:
Exception

getAttachments

protected List<org.exoplatform.calendar.service.Attachment> getAttachments()

setAttachments

protected void setAttachments(List<org.exoplatform.calendar.service.Attachment> attachment)

setActionField

public void setActionField(String fieldName,
                           List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
Overrides:
setActionField in class org.exoplatform.webui.form.UIFormInputWithActions

getActionField

public List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)

processRender

public void processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
                   throws Exception
Overrides:
processRender in class org.exoplatform.webui.form.UIFormInputWithActions
Throws:
Exception

getUIFormComboBox

public org.exoplatform.webui.form.ext.UIFormComboBox getUIFormComboBox(String id)

getUIFormDateTimePicker

public UIFormDateTimePicker getUIFormDateTimePicker(String id)

getUIFormSelectBoxGroup

public org.exoplatform.webui.form.UIFormSelectBoxWithGroups getUIFormSelectBoxGroup(String id)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.