Class AddStylePopupInterface
- java.lang.Object
-
- lumis.portal.serviceinterface.menu.AddPopupInterface
-
- lumis.portal.serviceinterface.menu.AddStylePopupInterface
-
- All Implemented Interfaces:
IServiceInstanceMenuItem
,IServiceInterfaceMenuItem
public class AddStylePopupInterface extends AddPopupInterface
-
-
Constructor Summary
Constructors Constructor Description AddStylePopupInterface()
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class lumis.portal.serviceinterface.menu.AddPopupInterface
getActionJavascript
-
-
-
-
Method Detail
-
getActionJavascript
public String getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest) throws PortalException
Description copied from interface:IServiceInterfaceMenuItem
Returns the javascript code to be executed when this menu item is triggered by the user.- Specified by:
getActionJavascript
in interfaceIServiceInterfaceMenuItem
- Overrides:
getActionJavascript
in classAddPopupInterface
- 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.
-
-