Package com.jalios.jcms.portlet.actions
Class PortletQueryForeachActionEditPublications
- java.lang.Object
-
- com.jalios.jcms.uicomponent.linkitems.AbstractUILinkItem
-
- com.jalios.jcms.portlet.actions.PortletQueryForeachActionEditPublications
-
- All Implemented Interfaces:
UILinkItem
public class PortletQueryForeachActionEditPublications extends AbstractUILinkItem
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.uicomponent.linkitems.AbstractUILinkItem
channel, ctx, HAS_DIVIDER_AFTER_PROP_SUFFIX, HAS_DIVIDER_BEFORE_PROP_SUFFIX, ICON_PROP_SUFFIX, INDEX_PROP_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description PortletQueryForeachActionEditPublications(UILinkItemsContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept()Returns true if the menu should propose this itemjava.lang.StringgetIcon()Returns the icon of the menu itemjava.lang.StringgetLinkAttributes()Returns HTML attributes to add to the link.-
Methods inherited from class com.jalios.jcms.uicomponent.linkitems.AbstractUILinkItem
getButton, getHtml, getIndex, getLabel, getLinkCss, getLoggedMember, getUrl, getWrapperCss, hasDividerAfter, hasDividerBefore, isLogged
-
-
-
-
Constructor Detail
-
PortletQueryForeachActionEditPublications
public PortletQueryForeachActionEditPublications(UILinkItemsContext ctx)
-
-
Method Detail
-
accept
public boolean accept()
Description copied from interface:UILinkItemReturns true if the menu should propose this item- Specified by:
acceptin interfaceUILinkItem- Overrides:
acceptin classAbstractUILinkItem- Returns:
- true if the menu should propose this item
-
getLinkAttributes
public java.lang.String getLinkAttributes()
Description copied from interface:UILinkItemReturns HTML attributes to add to the link.- Specified by:
getLinkAttributesin interfaceUILinkItem- Overrides:
getLinkAttributesin classAbstractUILinkItem- Returns:
- HTML attributes to add to the link.
-
getIcon
public java.lang.String getIcon()
Description copied from interface:UILinkItemReturns the icon of the menu item- Specified by:
getIconin interfaceUILinkItem- Overrides:
getIconin classAbstractUILinkItem- Returns:
- the icon of the menu item
-
-