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

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.PermalinkActionComponent

public class PermalinkActionComponent
extends AbstractEventActionComponent


Nested Class Summary
static class PermalinkActionComponent.PermalinkActionListener
           
 
Field Summary
static String ACTION
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
PermalinkActionComponent()
           
 
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
Constructor Detail

PermalinkActionComponent

public PermalinkActionComponent()
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.