org.exoplatform.contact.webui.popup
Class UIEventReminderTab
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIFormInputSet
org.exoplatform.webui.form.UIFormInputWithActions
org.exoplatform.contact.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 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 |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
config, OBJECTID, UICOMPONENT, uiparent |
|
Method Summary |
java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> |
getActionField(java.lang.String fieldName)
|
protected org.exoplatform.webui.form.UIForm |
getParentFrom()
|
java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> |
getReminderTimes(int steps,
int maxValue)
|
void |
processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
|
void |
setActionField(java.lang.String fieldName,
java.util.List<org.exoplatform.webui.form.UIFormInputWithActions.ActionData> actions)
|
| 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 |
REMIND_BY_EMAIL
public static final java.lang.String REMIND_BY_EMAIL
EMAIL_REMIND_BEFORE
public static final java.lang.String EMAIL_REMIND_BEFORE
FIELD_EMAIL_ADDRESS
public static final java.lang.String FIELD_EMAIL_ADDRESS
EMAIL_REPEAT_INTERVAL
public static final java.lang.String EMAIL_REPEAT_INTERVAL
EMAIL_IS_REPEAT
public static final java.lang.String EMAIL_IS_REPEAT
UIEventReminderTab
public UIEventReminderTab(java.lang.String arg0)
throws java.lang.Exception
- Throws:
java.lang.Exception
getParentFrom
protected org.exoplatform.webui.form.UIForm getParentFrom()
getReminderTimes
public java.util.List<org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>> getReminderTimes(int steps,
int maxValue)
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)
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext arg0)
throws java.lang.Exception
- Overrides:
processRender in class org.exoplatform.webui.form.UIFormInputWithActions
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.