public class IlvPopupChartServerAction extends Object implements IlvChartServerAction
IlvChartServerActionEvent
into a
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.
|
REQUEST_THREAD, SWING_EVENT_THREAD
Constructor and Description |
---|
IlvPopupChartServerAction()
Creates a new
IlvPopupChartServerAction instance. |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(IlvChartServerActionEvent event)
Handles the menu action.
|
protected IlvChartDataPicker |
createDataPicker(int x,
int y)
Creates the data picker used to retrieve the selected object on the view.
|
int |
getExecutionThread()
Returns the execution thread for this action.
|
protected IlvMenu |
getMenuFromSession(javax.servlet.http.HttpServletRequest request)
Retrieves the previously created menu from the session.
|
public static final String ACTION_NAME
public IlvPopupChartServerAction()
IlvPopupChartServerAction
instance.public void actionPerformed(IlvChartServerActionEvent event) throws javax.servlet.ServletException
actionPerformed
in interface IlvChartServerAction
event
- The event.javax.servlet.ServletException
protected IlvChartDataPicker createDataPicker(int x, int y)
x
- The x coordinate of the clicked point.y
- The y coordinate of the clicked point.protected IlvMenu getMenuFromSession(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request.public int getExecutionThread()
IlvChartServerAction
getExecutionThread
in interface IlvChartServerAction
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.