org.exoplatform.calendar.webui.popup
Class UITaskDetailTab

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

public class UITaskDetailTab
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.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
protected  java.util.List<Attachment> attachments_
           
static java.lang.String FIELD_ATTACHMENTS
           
static java.lang.String FIELD_CALENDAR
           
static java.lang.String FIELD_CATEGORY
           
static java.lang.String FIELD_CHECKALL
           
static java.lang.String FIELD_DELEGATION
           
static java.lang.String FIELD_DESCRIPTION
           
static java.lang.String FIELD_EVENT
           
static java.lang.String FIELD_FROM
           
static java.lang.String FIELD_FROM_TIME
           
static java.lang.String FIELD_PRIORITY
           
static java.lang.String FIELD_STATUS
           
static java.lang.String FIELD_TO
           
static java.lang.String FIELD_TO_TIME
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UITaskDetailTab(java.lang.String arg0)
           
 
Method Summary
 void addToUploadFileList(Attachment attachfile)
           
 java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(java.lang.String fieldName)
           
protected  java.util.List<Attachment> getAttachments()
           
protected  java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getCalendar()
           
protected  org.exoplatform.webui.form.UIForm getParentFrom()
           
protected  java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getRepeater()
           
 UIFormComboBox getUIFormComboBox(java.lang.String id)
           
 org.exoplatform.webui.form.UIFormSelectBoxWithGroups getUIFormSelectBoxGroup(java.lang.String id)
           
 java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getUploadFileList()
           
 void refreshUploadFileList()
           
 void removeFromUploadFileList(Attachment attachfile)
           
 void setActionField(java.lang.String fieldName, java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
           
protected  void setAttachments(java.util.List<Attachment> attachment)
           
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputWithActions
processRender
 
Methods inherited from class org.exoplatform.webui.form.UIFormInputSet
addUIFormInput, addUIFormInput, getName, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, reset
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_EVENT

public static final java.lang.String FIELD_EVENT

FIELD_CALENDAR

public static final java.lang.String FIELD_CALENDAR

FIELD_CATEGORY

public static final java.lang.String FIELD_CATEGORY

FIELD_FROM

public static final java.lang.String FIELD_FROM

FIELD_TO

public static final java.lang.String FIELD_TO

FIELD_FROM_TIME

public static final java.lang.String FIELD_FROM_TIME

FIELD_TO_TIME

public static final java.lang.String FIELD_TO_TIME

FIELD_CHECKALL

public static final java.lang.String FIELD_CHECKALL

FIELD_DELEGATION

public static final java.lang.String FIELD_DELEGATION

FIELD_PRIORITY

public static final java.lang.String FIELD_PRIORITY

FIELD_DESCRIPTION

public static final java.lang.String FIELD_DESCRIPTION

FIELD_STATUS

public static final java.lang.String FIELD_STATUS

FIELD_ATTACHMENTS

public static final java.lang.String FIELD_ATTACHMENTS

attachments_

protected java.util.List<Attachment> attachments_
Constructor Detail

UITaskDetailTab

public UITaskDetailTab(java.lang.String arg0)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getParentFrom

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

getUploadFileList

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

addToUploadFileList

public void addToUploadFileList(Attachment attachfile)

removeFromUploadFileList

public void removeFromUploadFileList(Attachment attachfile)

refreshUploadFileList

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

getAttachments

protected java.util.List<Attachment> getAttachments()

setAttachments

protected void setAttachments(java.util.List<Attachment> attachment)

getCalendar

protected java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getCalendar()
                                                                                                   throws java.lang.Exception
Throws:
java.lang.Exception

getRepeater

protected java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getRepeater()

setActionField

public void setActionField(java.lang.String fieldName,
                           java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
                    throws java.lang.Exception
Overrides:
setActionField in class org.exoplatform.webui.form.UIFormInputWithActions
Throws:
java.lang.Exception

getActionField

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

getUIFormComboBox

public UIFormComboBox getUIFormComboBox(java.lang.String id)

getUIFormSelectBoxGroup

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.