org.exoplatform.ecm.webui.component.admin.repository
Class UIWizardStep3
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.form.UIFormInputSet
org.exoplatform.ecm.webui.form.UIFormInputSetWithAction
org.exoplatform.ecm.webui.component.admin.repository.UIWizardStep3
- All Implemented Interfaces:
- org.exoplatform.webui.form.UIFormInput
public class UIWizardStep3
- extends UIFormInputSetWithAction
Created by The eXo Platform SARL
Author : Pham Tuan
tuan.pham@exoplatform.com
Aug 8, 2007
| 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 |
| Fields inherited from class org.exoplatform.webui.core.UIComponent |
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent |
| Methods inherited from class org.exoplatform.ecm.webui.form.UIFormInputSetWithAction |
addValidator, addValidator, getActionInfo, getActionValues, getBindingField, getFieldActions, getFormName, getInfoField, getInputSetActions, getLabel, getListInfoField, getMsgKey, getTypeValue, getValidators, getValue, isDeleteOnly, isShowActionInfo, isShowOnly, isView, processRender, setActionInfo, setActions, setFieldActions, setInfoField, setIntroduction, setIsDeleteOnly, setIsShowOnly, setIsView, setListInfoField, setValue, showActionInfo |
| Methods inherited from class org.exoplatform.webui.form.UIFormInputSet |
addUIFormInput, addUIFormInput, getName, getSelectedComponentId, 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, getRendererFor, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, registerRendererFor, 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 |
| Methods inherited from interface org.exoplatform.webui.form.UIFormInput |
getName, reset |
FIELD_QUERYHANDLER
public static final java.lang.String FIELD_QUERYHANDLER
- See Also:
- Constant Field Values
FIELD_INDEXPATH
public static final java.lang.String FIELD_INDEXPATH
- See Also:
- Constant Field Values
FIELD_ISCACHE
public static final java.lang.String FIELD_ISCACHE
- See Also:
- Constant Field Values
FIELD_MAXSIZE
public static final java.lang.String FIELD_MAXSIZE
- See Also:
- Constant Field Values
FIELD_LIVETIME
public static final java.lang.String FIELD_LIVETIME
- See Also:
- Constant Field Values
UIWizardStep3
public UIWizardStep3(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
setFieldQueryHandler
protected void setFieldQueryHandler(java.lang.String queryHandler)
setFieldIndexPath
protected void setFieldIndexPath(java.lang.String indexPath)
setFieldIsCache
protected void setFieldIsCache(boolean isCache)
setFieldCacheMaxSize
protected void setFieldCacheMaxSize(java.lang.String maxSize)
setFieldLiveTime
protected void setFieldLiveTime(java.lang.String liveTime)
resetFields
protected void resetFields()
fillFields
protected void fillFields(java.lang.String queryHandler,
java.lang.String indexPath,
boolean isCache,
java.lang.String maxSize,
java.lang.String liveTime)
lockFields
protected void lockFields(boolean isLock)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.