Class AbstractFormActionComponent
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractFormActionComponent
-
- Direct Known Subclasses:
PreviewPageActionComponent
public abstract class AbstractFormActionComponent extends AbstractActionComponent
-
-
Constructor Summary
Constructors Constructor Description AbstractFormActionComponent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetActionLink()Get action linkabstract booleanisSubmit()-
Methods inherited from class org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
getActionName, isAnchor
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, 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
-
-
-
-
Method Detail
-
getActionLink
public String getActionLink() throws Exception
Description copied from class:AbstractActionComponentGet action link- Specified by:
getActionLinkin classAbstractActionComponent- Returns:
- a real action link of this component
- Throws:
Exception
-
isSubmit
public abstract boolean isSubmit()
-
-