public class AddPopupInterface extends Object implements IServiceInterfaceMenuItem, IServiceInstanceMenuItem
Constructor and Description |
---|
AddPopupInterface() |
Modifier and Type | Method and Description |
---|---|
String |
getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
Returns the javascript code to be executed when this menu item is triggered by the user.
|
String |
getActionJavascript(ServiceInstanceConfig serviceInstance,
Element menuItemDefinition)
Returns the javascript code to be executed when this menu item is triggered by the user.
|
public String getActionJavascript(ServiceInstanceConfig serviceInstance, Element menuItemDefinition) throws PortalException
IServiceInstanceMenuItem
getActionJavascript
in interface IServiceInstanceMenuItem
serviceInstance
- the service instance this menu item is being triggered on.menuItemDefinition
- the xml element containing the definition of this menu item.PortalException
- if the menu item cannot be executed, the message of this exception is to be displayed to
the user.public String getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest) throws PortalException
IServiceInterfaceMenuItem
getActionJavascript
in interface IServiceInterfaceMenuItem
menuItemRequest
- information about the request for the menu item.PortalException
- if the menu item cannot be executed, the message of this exception is to be displayed to
the user.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.