org.exoplatform.mail.webui.popup
Class UIAddMessageFilter
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIForm
org.exoplatform.mail.webui.popup.UIAddMessageFilter
- All Implemented Interfaces:
- UIPopupComponent
public class UIAddMessageFilter
- extends org.exoplatform.webui.form.UIForm
- implements UIPopupComponent
Created by The eXo Platform SARL
Author : Phung Nam
phunghainam@gmail.com
Nov 01, 2007 8:48:18 AM
| Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer |
org.exoplatform.webui.core.UIContainer.SelectTabActionListener |
| Fields inherited from class org.exoplatform.webui.form.UIForm |
ACTION, SUBCOMPONENT_ID |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
config, OBJECTID, UICOMPONENT, uiparent |
| Methods inherited from class org.exoplatform.webui.form.UIForm |
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url |
| 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, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_NAME
public static final java.lang.String FILTER_NAME
FILTER_FROM
public static final java.lang.String FILTER_FROM
FILTER_FROM_CONDITION
public static final java.lang.String FILTER_FROM_CONDITION
FILTER_TO
public static final java.lang.String FILTER_TO
FILTER_TO_CONDITION
public static final java.lang.String FILTER_TO_CONDITION
FILTER_SUBJECT
public static final java.lang.String FILTER_SUBJECT
FILTER_SUBJECT_CONDITION
public static final java.lang.String FILTER_SUBJECT_CONDITION
FILTER_BODY
public static final java.lang.String FILTER_BODY
FILTER_BODY_CONDITION
public static final java.lang.String FILTER_BODY_CONDITION
FILTER_APPLY_FOLDER
public static final java.lang.String FILTER_APPLY_FOLDER
FILTER_APPLY_TAG
public static final java.lang.String FILTER_APPLY_TAG
APPLY_ALL_MESSAGE
public static final java.lang.String APPLY_ALL_MESSAGE
UIAddMessageFilter
public UIAddMessageFilter()
throws java.lang.Exception
- Throws:
java.lang.Exception
init
public void init(java.lang.String accountId)
throws java.lang.Exception
- Throws:
java.lang.Exception
getCurrentFilter
public MessageFilter getCurrentFilter()
setCurrentFilter
public void setCurrentFilter(MessageFilter filter)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFilterName
public java.lang.String getFilterName()
throws java.lang.Exception
- Throws:
java.lang.Exception
setFilterName
public void setFilterName(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFrom
public java.lang.String getFrom()
throws java.lang.Exception
- Throws:
java.lang.Exception
setFrom
public void setFrom(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getFromCondition
public java.lang.String getFromCondition()
throws java.lang.Exception
- Throws:
java.lang.Exception
setFromCondition
public void setFromCondition(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTo
public java.lang.String getTo()
throws java.lang.Exception
- Throws:
java.lang.Exception
setTo
public void setTo(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getToCondition
public java.lang.String getToCondition()
throws java.lang.Exception
- Throws:
java.lang.Exception
setToCondition
public void setToCondition(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSubject
public java.lang.String getSubject()
throws java.lang.Exception
- Throws:
java.lang.Exception
setSubject
public void setSubject(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSubjectCondition
public java.lang.String getSubjectCondition()
throws java.lang.Exception
- Throws:
java.lang.Exception
setSubjectCondition
public void setSubjectCondition(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBody
public java.lang.String getBody()
throws java.lang.Exception
- Throws:
java.lang.Exception
setBody
public void setBody(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getBodyCondition
public java.lang.String getBodyCondition()
throws java.lang.Exception
- Throws:
java.lang.Exception
setBodyCondition
public void setBodyCondition(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getApplyFolder
public java.lang.String getApplyFolder()
throws java.lang.Exception
- Throws:
java.lang.Exception
setApplyFolder
public void setApplyFolder(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getApplyTag
public java.lang.String getApplyTag()
throws java.lang.Exception
- Throws:
java.lang.Exception
setApplyTag
public void setApplyTag(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getApplyAll
public java.lang.Boolean getApplyAll()
throws java.lang.Exception
- Throws:
java.lang.Exception
setApplyAll
public void setApplyAll(boolean b)
throws java.lang.Exception
- Throws:
java.lang.Exception
activate
public void activate()
throws java.lang.Exception
- Specified by:
activate in interface UIPopupComponent
- Throws:
java.lang.Exception
deActivate
public void deActivate()
throws java.lang.Exception
- Specified by:
deActivate in interface UIPopupComponent
- Throws:
java.lang.Exception
Copyright © 2011 eXo Platform SAS. All Rights Reserved.