org.exoplatform.wiki.webui.control.action.core
Class AbstractFormActionComponent

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
Direct Known Subclasses:
HelpActionComponent, PreviewPageActionComponent

public abstract class AbstractFormActionComponent
extends AbstractActionComponent


Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
AbstractFormActionComponent()
           
 
Method Summary
 String getActionLink()
          Get action link
abstract  boolean isSubmit()
           
 
Methods inherited from class org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
getActionName, isAnchor
 
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
 

Constructor Detail

AbstractFormActionComponent

public AbstractFormActionComponent()
Method Detail

getActionLink

public String getActionLink()
                     throws Exception
Description copied from class: AbstractActionComponent
Get action link

Specified by:
getActionLink in class AbstractActionComponent
Returns:
a real action link of this component
Throws:
Exception

isSubmit

public abstract boolean isSubmit()


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