public class UIWikiPageVersionsCompare extends UIWikiContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIWikiPageVersionsCompare.CompareActionListener |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPARE_ACTION |
static String |
FROM_PARAM |
static String |
SHOW_HISTORY |
static String |
TO_PARAM |
static String |
VIEW_REVISION |
accept_Modes| Constructor and Description |
|---|
UIWikiPageVersionsCompare() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChanges() |
String |
getCurrentVersionIndex() |
String |
getDifferencesAsHTML() |
org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion |
getFromVersion() |
String |
getFromVersionAuthor() |
String |
getFromVersionName() |
String |
getFromVersionUpdateDate() |
org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion |
getToVersion() |
String |
getToVersionAuthor() |
String |
getToVersionName() |
String |
getToVersionUpdateDate() |
List<org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion> |
getVersions() |
void |
renderVersionsDifference(List<org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion> versions,
int from,
int to) |
void |
setChanges(int changes) |
void |
setCurrentVersionIndex(String currentVersionIndex) |
void |
setDifferencesAsHTML(String differencesAsHTML) |
void |
setFromVersion(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion fromVersion) |
void |
setToVersion(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion toVersion) |
void |
setVersions(List<org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion> versions) |
getAccept_Modes, getCurrentMode, processRender, setAccept_ModesaddChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String SHOW_HISTORY
public static final String VIEW_REVISION
public static final String COMPARE_ACTION
public static final String FROM_PARAM
public static final String TO_PARAM
public List<org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion> getVersions()
public void setVersions(List<org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion> versions)
public String getDifferencesAsHTML()
public void setDifferencesAsHTML(String differencesAsHTML)
public String getCurrentVersionIndex()
public void setCurrentVersionIndex(String currentVersionIndex)
public org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion getFromVersion()
public void setFromVersion(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion fromVersion)
throws Exception
Exceptionpublic String getFromVersionName()
public String getFromVersionAuthor()
public String getFromVersionUpdateDate()
public org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion getToVersion()
public void setToVersion(org.exoplatform.wiki.chromattic.ext.ntdef.NTVersion toVersion)
throws Exception
Exceptionpublic String getToVersionName()
public String getToVersionAuthor()
public String getToVersionUpdateDate()
public int getChanges()
public void setChanges(int changes)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.