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

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.AbstractEventActionComponent
              extended by org.exoplatform.wiki.webui.control.action.EditPageActionComponent

public class EditPageActionComponent
extends AbstractEventActionComponent


Nested Class Summary
static class EditPageActionComponent.EditPageActionListener
           
 
Field Summary
static String ACTION
           
static String SECTION
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
EditPageActionComponent()
           
 
Method Summary
 String getActionName()
          Get name
 List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()
           
 boolean isAnchor()
          Get type of action
 
Methods inherited from class org.exoplatform.wiki.webui.control.action.core.AbstractEventActionComponent
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

SECTION

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

EditPageActionComponent

public EditPageActionComponent()
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


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