org.exoplatform.mail.webui.popup
Class UIAccountWizardStep4
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIFormInputSet
org.exoplatform.mail.webui.popup.UIAccountWizardStep4
- All Implemented Interfaces:
- WizardStep
public class UIAccountWizardStep4
- extends org.exoplatform.webui.form.UIFormInputSet
- implements WizardStep
Created by The eXo Platform SARL
Author : Pham Tuan
tuan.pham@exoplatform.com
Aug 16, 2007
| 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 |
| Methods inherited from class org.exoplatform.webui.form.UIFormInputSet |
addUIFormInput, addUIFormInput, getName, getUIFormCheckBoxInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingField, invokeSetBindingField, processDecode, processRender, 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_USERNAME
public static final java.lang.String FIELD_USERNAME
- See Also:
- Constant Field Values
FIELD_PASSWORD
public static final java.lang.String FIELD_PASSWORD
- See Also:
- Constant Field Values
FIELD_SAVEPASSWORD
public static final java.lang.String FIELD_SAVEPASSWORD
- See Also:
- Constant Field Values
CHECK_FROM_DATE
public static final java.lang.String CHECK_FROM_DATE
- See Also:
- Constant Field Values
FROM_DATE
public static final java.lang.String FROM_DATE
- See Also:
- Constant Field Values
isValid_
public boolean isValid_
UIAccountWizardStep4
public UIAccountWizardStep4(java.lang.String id)
throws java.lang.Exception
- Throws:
java.lang.Exception
lockFields
protected void lockFields(boolean isLock)
resetFields
protected void resetFields()
fillFields
protected void fillFields(java.lang.String userName,
java.lang.String password)
isFieldsValid
public boolean isFieldsValid()
- Specified by:
isFieldsValid in interface WizardStep
fieldsValid
protected void fieldsValid(boolean isValid)
getInfoMessage
public java.util.List<java.lang.String> getInfoMessage()
- Specified by:
getInfoMessage in interface WizardStep
getUserName
protected java.lang.String getUserName()
setUserName
protected void setUserName(java.lang.String value)
getPassword
protected java.lang.String getPassword()
setPassword
protected void setPassword(java.lang.String value)
getIsSavePass
protected boolean getIsSavePass()
setIsSavePass
protected void setIsSavePass(boolean value)
checkFromDate
protected boolean checkFromDate()
throws java.lang.Exception
- Throws:
java.lang.Exception
fillFields
public void fillFields(Account acc)
- Specified by:
fillFields in interface WizardStep
Copyright © 2012 eXo Platform SAS. All Rights Reserved.