public abstract class IlvGanttComponentSelectionSupport extends IlvSelectionSupport
IlvSelectionSupport.IlvSelectionResponse
Modifier and Type | Field and Description |
---|---|
static String |
HIERARCHY_CHART_KEY
The key to retrieve the
IlvHierarchyChart from the selection
response object. |
protected static String |
LAST_SELECTED_OBJECT_KEY
The key to retrieve the last selected object from the selection
response object.
|
protected static String |
VIEW_BBOX_KEY
The key to retrieve the bounds of the view from the selection response
object.
|
REQUEST_TYPE
Constructor and Description |
---|
IlvGanttComponentSelectionSupport()
Creates a
IlvGanttComponentSelectionSupport . |
IlvGanttComponentSelectionSupport(IlvGanttServletSupport support)
Creates a
IlvGanttComponentSelectionSupport . |
Modifier and Type | Method and Description |
---|---|
protected void |
doPostSetProperties(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
List list)
This method is called to manage the update on the server-side of properties
that have been changed on selected objects on the client-side.
|
IlvGanttServletSupport |
getSupport()
Returns the
IlvGanttServletSupport instance attached to
this support. |
abstract void |
imageModeActionPerformed(ServerActionEvent event)
Server action listener invoked when a request with an action to change the
image mode is received.
|
void |
installListeners()
Installs the server action listeners to properly handle selection actions.
|
abstract void |
moveSelectionActionPerformed(ServerActionEvent event)
Server action listener invoked when a request with an action to move the
selected objects is received.
|
void |
removeListeners()
Removes the server action previously installed with
installListeners . |
abstract void |
selectObjectActionPerformed(ServerActionEvent event)
Server action listener invoked when a request with an action to perform
some selection update is received.
|
doGetDeselectAll, doGetSelectAll, doGetSelectOne, doGetSelectOneById, doGetSelectOneMultiple, doGetSelectOneMultipleById, doGetUpdateAll, doGetUpdatedCapabilities, getAdditionalProperties, getLastSelectedObject, handleRequest, initializeResponseProperties, isResizable, setAdditionalProperties, setLastSelectedObject
public static final String HIERARCHY_CHART_KEY
IlvHierarchyChart
from the selection
response object.protected static final String VIEW_BBOX_KEY
protected static final String LAST_SELECTED_OBJECT_KEY
public IlvGanttComponentSelectionSupport()
IlvGanttComponentSelectionSupport
.public IlvGanttComponentSelectionSupport(IlvGanttServletSupport support)
IlvGanttComponentSelectionSupport
.support
- The image servlet support.public IlvGanttServletSupport getSupport()
IlvGanttServletSupport
instance attached to
this support.public void installListeners()
installListeners
in class IlvSelectionSupport
public void removeListeners()
installListeners
.removeListeners
in class IlvSelectionSupport
public abstract void imageModeActionPerformed(ServerActionEvent event) throws jakarta.servlet.ServletException
jakarta.servlet.ServletException
public abstract void selectObjectActionPerformed(ServerActionEvent event) throws jakarta.servlet.ServletException
jakarta.servlet.ServletException
public abstract void moveSelectionActionPerformed(ServerActionEvent event) throws jakarta.servlet.ServletException
jakarta.servlet.ServletException
protected void doPostSetProperties(jakarta.servlet.http.HttpServletRequest request, IlvSelectionSupport.IlvSelectionResponse response, List list) throws IOException
doPostSetProperties
in class IlvSelectionSupport
request
- The HTTP request.response
- The response object.list
- The List
of additional information on a
selected objects. Each item of this list is an
List
that corresponds to properties a
selected object.
Note that the first object of each of these sub lists is
the unique identifier of the selected object.IOException
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.