Class PageInfoActionComponent
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractActionComponent
-
- org.exoplatform.wiki.webui.control.action.core.AbstractEventActionComponent
-
- org.exoplatform.wiki.webui.control.action.PageInfoActionComponent
-
public class PageInfoActionComponent extends AbstractEventActionComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPageInfoActionComponent.PageInfoActionListener
-
Constructor Summary
Constructors Constructor Description PageInfoActionComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionName()Get nameList<org.exoplatform.webui.ext.filter.UIExtensionFilter>getFilters()booleanisAnchor()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, 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
-
-
-
-
Field Detail
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFilters
public List<org.exoplatform.webui.ext.filter.UIExtensionFilter> getFilters()
-
getActionName
public String getActionName()
Description copied from class:AbstractActionComponentGet name- Specified by:
getActionNamein classAbstractActionComponent- Returns:
- name of this component
-
isAnchor
public boolean isAnchor()
Description copied from class:AbstractActionComponentGet type of action- Specified by:
isAnchorin classAbstractActionComponent- Returns:
trueif this action creates anchor,falseif vice versa
-
-