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 boolean
accept()
Returns true if the menu should propose this itemjava.lang.String
getHtml()
Returns the action(s) html if you need to provide multiple links (You will need to produce LI > A)java.lang.String
getIcon()
Returns the icon of the menu itemjava.lang.String
getLinkCss()
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: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
-
getHtml
public java.lang.String getHtml()
Description copied from interface:UILinkItem
Returns the action(s) html if you need to provide multiple links (You will need to produce LI > A)- Specified by:
getHtml
in interfaceUILinkItem
- Overrides:
getHtml
in classAbstractUILinkItem
- Returns:
- the actions html
-
getLinkCss
public java.lang.String getLinkCss()
Description copied from interface:UILinkItem
Returns CSS classes to add to the link.- Specified by:
getLinkCss
in interfaceUILinkItem
- Overrides:
getLinkCss
in classAbstractUILinkItem
- Returns:
- CSS classes 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
-
getPortletTypeClasses
public java.util.Set<java.lang.Class<? extends Publication>> getPortletTypeClasses()
-
-