Package org.exoplatform.wiki.webui
Class UIWikiPageVersionsList
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.webui.form.UIForm
-
- org.exoplatform.wiki.webui.core.UIWikiForm
-
- org.exoplatform.wiki.webui.UIWikiPageVersionsList
-
public class UIWikiPageVersionsList extends UIWikiForm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiPageVersionsList.CompareRevisionActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPARE_ACTIONstatic StringEXTENSION_TYPEstatic StringRESTORE_ACTIONstatic StringVERSION_NAME_PREFIXstatic StringVIEW_REVISION-
Fields inherited from class org.exoplatform.wiki.webui.core.UIWikiForm
accept_Modes
-
-
Constructor Summary
Constructors Constructor Description UIWikiPageVersionsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.exoplatform.wiki.mow.api.PageVersion>getVersionsList()voidprocessRender(org.exoplatform.webui.application.WebuiRequestContext context)protected voidrenderRestoreRevisionActions(String versionName)-
Methods inherited from class org.exoplatform.wiki.webui.core.UIWikiForm
getAccept_Modes, getCurrentMode, setAccept_Modes
-
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, 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
-
RESTORE_ACTION
public static final String RESTORE_ACTION
- See Also:
- Constant Field Values
-
VIEW_REVISION
public static final String VIEW_REVISION
- See Also:
- Constant Field Values
-
COMPARE_ACTION
public static final String COMPARE_ACTION
- See Also:
- Constant Field Values
-
EXTENSION_TYPE
public static final String EXTENSION_TYPE
- See Also:
- Constant Field Values
-
VERSION_NAME_PREFIX
public static final String VERSION_NAME_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
processRender
public void processRender(org.exoplatform.webui.application.WebuiRequestContext context) throws Exception- Overrides:
processRenderin classUIWikiForm- Throws:
Exception
-
getVersionsList
public List<org.exoplatform.wiki.mow.api.PageVersion> getVersionsList() throws Exception
- Throws:
Exception
-
-