Package org.exoplatform.wiki.webui.popup
Class UIWikiMovePageForm
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.wiki.webui.popup.UIWikiMovePageForm
-
- All Implemented Interfaces:
org.exoplatform.webui.core.UIPopupComponent
public class UIWikiMovePageForm extends org.exoplatform.webui.form.UIForm implements org.exoplatform.webui.core.UIPopupComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiMovePageForm.CloseActionListenerstatic classUIWikiMovePageForm.MoveActionListenerstatic classUIWikiMovePageForm.RenameActionListenerstatic classUIWikiMovePageForm.SwitchSpaceActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringLOCATION_CONTAINERStringMOVEstatic StringPAGENAME_INFOprotected static StringSPACE_SWITCHERstatic StringUITREE
-
Constructor Summary
Constructors Constructor Description UIWikiMovePageForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()protected StringcreateDuplicatedPageNotification()voiddeActivate()List<org.exoplatform.wiki.webui.popup.UIWikiMovePageForm.PageInfo>getDupplicatedPages()voidsetDupplicatedPages(List<org.exoplatform.wiki.webui.popup.UIWikiMovePageForm.PageInfo> dupplicatedPages)-
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUICheckBoxInput, 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, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url
-
-
-
-
Field Detail
-
PAGENAME_INFO
public static final String PAGENAME_INFO
- See Also:
- Constant Field Values
-
LOCATION_CONTAINER
public static final String LOCATION_CONTAINER
- See Also:
- Constant Field Values
-
UITREE
public static final String UITREE
- See Also:
- Constant Field Values
-
MOVE
public String MOVE
-
SPACE_SWITCHER
protected static final String SPACE_SWITCHER
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDuplicatedPageNotification
protected String createDuplicatedPageNotification() throws Exception
- Throws:
Exception
-
getDupplicatedPages
public List<org.exoplatform.wiki.webui.popup.UIWikiMovePageForm.PageInfo> getDupplicatedPages()
-
setDupplicatedPages
public void setDupplicatedPages(List<org.exoplatform.wiki.webui.popup.UIWikiMovePageForm.PageInfo> dupplicatedPages)
-
activate
public void activate()
- Specified by:
activatein interfaceorg.exoplatform.webui.core.UIPopupComponent
-
deActivate
public void deActivate()
- Specified by:
deActivatein interfaceorg.exoplatform.webui.core.UIPopupComponent
-
-