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 boolean
accept()
Returns true if the menu should propose this itemjava.lang.String
getIcon()
Returns the icon of the menu itemjava.lang.String
getLinkAttributes()
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:UILinkItem
Returns true if the menu should propose this item- Specified by:
accept
in interfaceUILinkItem
- Overrides:
accept
in classAbstractUILinkItem
- Returns:
- true if the menu should propose this item
-
getLinkAttributes
public java.lang.String getLinkAttributes()
Description copied from interface:UILinkItem
Returns HTML attributes to add to the link.- Specified by:
getLinkAttributes
in interfaceUILinkItem
- Overrides:
getLinkAttributes
in classAbstractUILinkItem
- Returns:
- HTML attributes to add to the link.
-
getIcon
public java.lang.String getIcon()
Description copied from interface:UILinkItem
Returns the icon of the menu item- Specified by:
getIcon
in interfaceUILinkItem
- Overrides:
getIcon
in classAbstractUILinkItem
- Returns:
- the icon of the menu item
-
-