org.exoplatform.calendar.webui.popup
Class UIEventReminderTab

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

public class UIEventReminderTab
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
static class UIEventReminderTab.AddActionListener
           
static class UIEventReminderTab.AddEmailAddressActionListener
           
static class UIEventReminderTab.CloseActionListener
           
 
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
static String EMAIL_IS_REPEAT
           
static String EMAIL_REMIND_BEFORE
           
static String EMAIL_REPEAT_INTERVAL
           
static String FIELD_EMAIL_ADDRESS
           
static String MINUTES
           
static String POPUP_IS_REPEAT
           
static String POPUP_REMIND_BEFORE
           
static String POPUP_REPEAT_INTERVAL
           
static String REMIND_BY_EMAIL
           
static String REMIND_BY_POPUP
           
static String REPEAT
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIEventReminderTab(String arg0)
           
 
Method Summary
 List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> getActionField(String fieldName)
           
protected  org.exoplatform.webui.form.UIForm getParentFrom()
           
 List<org.exoplatform.webui.core.model.SelectItemOption<String>> getReminderTimes(int steps, int maxValue)
           
 void processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
           
 void setActionField(String fieldName, List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
           
 
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

REMIND_BY_EMAIL

public static final String REMIND_BY_EMAIL

EMAIL_REMIND_BEFORE

public static final String EMAIL_REMIND_BEFORE

FIELD_EMAIL_ADDRESS

public static final String FIELD_EMAIL_ADDRESS

EMAIL_REPEAT_INTERVAL

public static final String EMAIL_REPEAT_INTERVAL

EMAIL_IS_REPEAT

public static final String EMAIL_IS_REPEAT

REPEAT

public static final String REPEAT

MINUTES

public static final String MINUTES

REMIND_BY_POPUP

public static final String REMIND_BY_POPUP

POPUP_REMIND_BEFORE

public static final String POPUP_REMIND_BEFORE

POPUP_REPEAT_INTERVAL

public static final String POPUP_REPEAT_INTERVAL

POPUP_IS_REPEAT

public static final String POPUP_IS_REPEAT
Constructor Detail

UIEventReminderTab

public UIEventReminderTab(String arg0)
                   throws Exception
Throws:
Exception
Method Detail

getParentFrom

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

getReminderTimes

public List<org.exoplatform.webui.core.model.SelectItemOption<String>> getReminderTimes(int steps,
                                                                                        int maxValue)

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


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.