org.exoplatform.wiki.webui
Class UIWikiVersionSelect

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.core.UIWikiContainer
              extended by org.exoplatform.wiki.webui.UIWikiVersionSelect

public class UIWikiVersionSelect
extends UIWikiContainer


Nested Class Summary
static class UIWikiVersionSelect.CompareRevisionActionListener
           
static class UIWikiVersionSelect.NextVersionActionListener
           
static class UIWikiVersionSelect.PreviousVersionActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String COMPARE_ACTION
           
static String EXTENSION_TYPE
           
static String NEXT_VERSION
           
static String PREVIOUS_VERSION
           
static String RESTORE_ACTION
           
static String SHOW_HISTORY
           
static String VIEW_CURRENT_VERSION
           
static String VIEW_REVISION
           
 
Fields inherited from class org.exoplatform.wiki.webui.core.UIWikiContainer
accept_Modes
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiVersionSelect()
           
 
Method Summary
 String getVersionName()
           
protected  boolean isHasNextVersion()
           
protected  boolean isHasPreviousVersion()
           
protected  boolean renderRestoreRevisionActions()
           
 void setVersionName(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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

UIWikiVersionSelect

public UIWikiVersionSelect()
                    throws Exception
Throws:
Exception
Method Detail

getVersionName

public String getVersionName()

setVersionName

public void setVersionName(String versionName)

isHasPreviousVersion

protected boolean isHasPreviousVersion()

isHasNextVersion

protected boolean isHasNextVersion()
                            throws Exception
Throws:
Exception

renderRestoreRevisionActions

protected boolean renderRestoreRevisionActions()
                                        throws Exception
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.