Interface IServiceInterfaceMenuItem
-
- All Known Implementing Classes:
AddPopupInterface
,AddStylePopupInterface
@StableMinor(version="14.2", sinceVersion="10.2") public interface IServiceInterfaceMenuItem
Interface to be implemented by custom service interface menu item.- Since:
- 4.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
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
-
-