public class IlvRowSelectAction extends Object implements IlvServerAction
IlvRowSelectAction
is a server side action that selects a
a row when requested from the client. This action is designed to coordinate
with an IlvRowSelectInteractor
on the client side. You can
register this action on the server side by calling the
IlvGanttServletSupport.addServerAction
method.
Selecting a row does not modify any of the standard capabilities of the
servlet. Therefore, this action can be requested from the client side by
calling the IlvGanttComponentView.performAction()
method with
the final updateAll argument omitted or set to false
.
This will send an updated image to the client after the row selection is
performed. This action takes a single integer parameter that is the
visible vertical position
of the row. These implementation details are handled for you automatically
if you use an IlvRowSelectInteractor
on the client side.
Constructor and Description |
---|
IlvRowSelectAction()
Creates a new
IlvRowSelectAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ServerActionEvent event)
Performs the row selection action requested from the client side.
|
public void actionPerformed(ServerActionEvent event) throws javax.servlet.ServletException
actionPerformed
in interface IlvServerAction
event
- The server action event.javax.servlet.ServletException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.