public class IlvPopupMenuAction extends Object implements IlvServerAction
ServerActionEvent
into a
ilog.views.util.servlet.event.ServletActionEvent
used in the
pop-up menu model and to delegate the processing of this event to the selected menu item action listener.Modifier and Type | Field and Description |
---|---|
static String |
ACTION_NAME
The action name handled by this server action.
|
Constructor and Description |
---|
IlvPopupMenuAction()
Creates a new
IlvPopupMenuAction instance. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
protected IlvMenu |
getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieves the previously created menu from the session.
|
public static final String ACTION_NAME
public IlvPopupMenuAction()
IlvPopupMenuAction
instance.public void actionPerformed(ServerActionEvent event) throws javax.servlet.ServletException
IlvServerAction
actionPerformed
in interface IlvServerAction
event
- The server action event.javax.servlet.ServletException
protected IlvMenu getMenuFromSession(javax.servlet.http.HttpServletRequest request)
request
- The http request.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.