Interface IServiceInterfaceMenuItem
-
- All Known Implementing Classes:
AddPopupInterface
,AddStylePopupInterface
@StableMinor(version="16.1", sinceVersion="10.2") public interface IServiceInterfaceMenuItem
Interface to be implemented by custom service interface menu item.- Since:
- 4.0.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
Returns the javascript code to be executed when this menu item is triggered by the user.
-
-
-
Method Detail
-
getActionJavascript
java.lang.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
-
-