Interface IServiceInterfaceMenuItem
-
- All Known Implementing Classes:
AddPopupInterface
,AddStylePopupInterface
@StableMinor(version="14.0", sinceVersion="10.2") public interface IServiceInterfaceMenuItem
Interface to be implemented by custom service interface menu item.- Since:
- 4.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
Returns the javascript code to be executed when this menu item is triggered by the user.
-
-
-
Method Detail
-
getActionJavascript
String getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest) throws PortalException
Returns the javascript code to be executed when this menu item is triggered by the user.- Parameters:
menuItemRequest
- information about the request for the menu item.- Returns:
- the javascript code.
- Throws:
PortalException
- if the menu item cannot be executed, the message of this exception is to be displayed to the user.- Since:
- 10.2.0
-
-