Package org.exoplatform.wiki.webui
Class UIWikiVersionSelect
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.wiki.webui.core.UIWikiContainer
-
- org.exoplatform.wiki.webui.UIWikiVersionSelect
-
public class UIWikiVersionSelect extends UIWikiContainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIWikiVersionSelect.CompareRevisionActionListenerstatic classUIWikiVersionSelect.NextVersionActionListenerstatic classUIWikiVersionSelect.PreviousVersionActionListener
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPARE_ACTIONstatic StringEXTENSION_TYPEstatic StringNEXT_VERSIONstatic StringPREVIOUS_VERSIONstatic StringRESTORE_ACTIONstatic StringSHOW_HISTORYstatic StringVIEW_CURRENT_VERSIONstatic StringVIEW_REVISION-
Fields inherited from class org.exoplatform.wiki.webui.core.UIWikiContainer
accept_Modes
-
-
Constructor Summary
Constructors Constructor Description UIWikiVersionSelect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVersionName()protected booleanhasNextVersion()protected booleanisHasPreviousVersion()protected booleanrenderRestoreRevisionActions()voidsetVersionName(String versionName)-
Methods inherited from class org.exoplatform.wiki.webui.core.UIWikiContainer
getAccept_Modes, getCurrentMode, processRender, setAccept_Modes
-
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, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Field Detail
-
VIEW_CURRENT_VERSION
public static final String VIEW_CURRENT_VERSION
- See Also:
- Constant Field Values
-
COMPARE_ACTION
public static final String COMPARE_ACTION
- See Also:
- Constant Field Values
-
RESTORE_ACTION
public static final String RESTORE_ACTION
- See Also:
- Constant Field Values
-
SHOW_HISTORY
public static final String SHOW_HISTORY
- See Also:
- Constant Field Values
-
NEXT_VERSION
public static final String NEXT_VERSION
- See Also:
- Constant Field Values
-
PREVIOUS_VERSION
public static final String PREVIOUS_VERSION
- See Also:
- Constant Field Values
-
VIEW_REVISION
public static final String VIEW_REVISION
- See Also:
- Constant Field Values
-
EXTENSION_TYPE
public static final String EXTENSION_TYPE
- See Also:
- Constant Field Values
-
-