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

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
          extended by org.exoplatform.wiki.webui.control.action.core.AbstractFormActionComponent
              extended by org.exoplatform.wiki.webui.control.action.PreviewPageActionComponent

public class PreviewPageActionComponent
extends AbstractFormActionComponent


Nested Class Summary
static class PreviewPageActionComponent.PreviewPageActionListener
           
 
Field Summary
static String ACTION
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
PreviewPageActionComponent()
           
 
Method Summary
 String getActionName()
          Get name
 List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()
           
 boolean isAnchor()
          Get type of action
 boolean isSubmit()
           
 
Methods inherited from class org.exoplatform.wiki.webui.control.action.core.AbstractFormActionComponent
getActionLink
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, 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

ACTION

public static final String ACTION
See Also:
Constant Field Values
Constructor Detail

PreviewPageActionComponent

public PreviewPageActionComponent()
Method Detail

getFilters

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

getActionName

public String getActionName()
Description copied from class: AbstractActionComponent
Get name

Specified by:
getActionName in class AbstractActionComponent
Returns:
name of this component

isAnchor

public boolean isAnchor()
Description copied from class: AbstractActionComponent
Get type of action

Specified by:
isAnchor in class AbstractActionComponent
Returns:
true if this action creates anchor, false if vice versa

isSubmit

public boolean isSubmit()
Specified by:
isSubmit in class AbstractFormActionComponent


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