org.exoplatform.wiki.webui.control.action
Class RestoreRevisionActionComponent

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.control.action.RestoreRevisionActionComponent

public class RestoreRevisionActionComponent
extends org.exoplatform.webui.core.UIContainer


Nested Class Summary
static class RestoreRevisionActionComponent.RestoreRevisionActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
protected  boolean isCurrentVersion
           
protected  String label
           
static String RESTORE_ACTION
           
protected  String tooltip
           
protected  String versionName
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
RestoreRevisionActionComponent()
           
 
Method Summary
 List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()
           
 void setCurrentVersion(boolean isCurrentVersion)
           
 void setLabel(String label)
           
 void setTooltip(String tooltip)
           
 void setVersionName(String versionName)
           
 
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, processRender, 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

RESTORE_ACTION

public static final String RESTORE_ACTION
See Also:
Constant Field Values

isCurrentVersion

protected boolean isCurrentVersion

versionName

protected String versionName

label

protected String label

tooltip

protected String tooltip
Constructor Detail

RestoreRevisionActionComponent

public RestoreRevisionActionComponent()
Method Detail

getFilters

public List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()

setCurrentVersion

public void setCurrentVersion(boolean isCurrentVersion)

setVersionName

public void setVersionName(String versionName)

setLabel

public void setLabel(String label)

setTooltip

public void setTooltip(String tooltip)


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