Package com.jalios.jcms.portlet.actions
Class PortletQueryForeachActionPublish
- java.lang.Object
 - 
- com.jalios.jcms.uicomponent.linkitems.AbstractUILinkItem
 - 
- com.jalios.jcms.portlet.actions.PortletQueryForeachActionPublish
 
 
 
- 
- All Implemented Interfaces:
 UILinkItem
public class PortletQueryForeachActionPublish 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 PortletQueryForeachActionPublish(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.StringgetHtml()Returns the action(s) html if you need to provide multiple links (You will need to produce LI > A)java.lang.StringgetIcon()Returns the icon of the menu itemjava.lang.StringgetLinkCss()Returns CSS classes to add to the link.java.util.Set<java.lang.Class<? extends Publication>>getPortletTypeClasses()- 
Methods inherited from class com.jalios.jcms.uicomponent.linkitems.AbstractUILinkItem
getButton, getIndex, getLabel, getLinkAttributes, getLoggedMember, getUrl, getWrapperCss, hasDividerAfter, hasDividerBefore, isLogged 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PortletQueryForeachActionPublish
public PortletQueryForeachActionPublish(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
 
 
- 
getHtml
public java.lang.String getHtml()
Description copied from interface:UILinkItemReturns the action(s) html if you need to provide multiple links (You will need to produce LI > A)- Specified by:
 getHtmlin interfaceUILinkItem- Overrides:
 getHtmlin classAbstractUILinkItem- Returns:
 - the actions html
 
 
- 
getLinkCss
public java.lang.String getLinkCss()
Description copied from interface:UILinkItemReturns CSS classes to add to the link.- Specified by:
 getLinkCssin interfaceUILinkItem- Overrides:
 getLinkCssin classAbstractUILinkItem- Returns:
 - CSS classes 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
 
 
- 
getPortletTypeClasses
public java.util.Set<java.lang.Class<? extends Publication>> getPortletTypeClasses()
 
 - 
 
 -