org.exoplatform.mail.webui.popup
Class UIAddMessageFilter

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by 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 Class Summary
static class UIAddMessageFilter.CancelActionListener
           
static class UIAddMessageFilter.SaveActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static java.lang.String APPLY_ALL_MESSAGE
           
static java.lang.String FILTER_APPLY_FOLDER
           
static java.lang.String FILTER_APPLY_TAG
           
static java.lang.String FILTER_BODY
           
static java.lang.String FILTER_BODY_CONDITION
           
static java.lang.String FILTER_FROM
           
static java.lang.String FILTER_FROM_CONDITION
           
static java.lang.String FILTER_NAME
           
static java.lang.String FILTER_SUBJECT
           
static java.lang.String FILTER_SUBJECT_CONDITION
           
static java.lang.String FILTER_TO
           
static java.lang.String FILTER_TO_CONDITION
           
 
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
 
Constructor Summary
UIAddMessageFilter()
           
 
Method Summary
 void activate()
           
 void deActivate()
           
 java.lang.Boolean getApplyAll()
           
 java.lang.String getApplyFolder()
           
 java.lang.String getApplyTag()
           
 java.lang.String getBody()
           
 java.lang.String getBodyCondition()
           
 MessageFilter getCurrentFilter()
           
 java.lang.String getFilterName()
           
 java.lang.String getFrom()
           
 java.lang.String getFromCondition()
           
 java.lang.String getSubject()
           
 java.lang.String getSubjectCondition()
           
 java.lang.String getTo()
           
 java.lang.String getToCondition()
           
 void init(java.lang.String accountId)
           
 void setApplyAll(boolean b)
           
 void setApplyFolder(java.lang.String s)
           
 void setApplyTag(java.lang.String s)
           
 void setBody(java.lang.String s)
           
 void setBodyCondition(java.lang.String s)
           
 void setCurrentFilter(MessageFilter filter)
           
 void setFilterName(java.lang.String s)
           
 void setFrom(java.lang.String s)
           
 void setFromCondition(java.lang.String s)
           
 void setSubject(java.lang.String s)
           
 void setSubjectCondition(java.lang.String s)
           
 void setTo(java.lang.String s)
           
 void setToCondition(java.lang.String s)
           
 
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
 

Field Detail

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
Constructor Detail

UIAddMessageFilter

public UIAddMessageFilter()
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

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.