Package | Description |
---|---|
ilog.tgo.faces.graph.dhtml.servlet |
Contains the
Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
ilog.views.diagrammer.faces.dhtml.servlet |
This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.diagrammer.servlet |
Contains the classes for implementing server-side applications based
on the Diagrammer component.
|
ilog.views.gantt.faces.dhtml.servlet |
This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.gantt.servlet |
Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
|
ilog.views.util.servlet |
This package contains various utility classes used in thinclient.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltFacesGraphSelectionSupport.doGetDeselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to deselect all the objects that are currently selected.
|
protected void |
IltFacesGraphSelectionSupport.doGetSelectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to select all the selectable objects.
|
protected void |
IltFacesGraphSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IltFacesGraphSelectionSupport.doGetSelectOneById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Clears the current selections and attempts to select the object with the specified identifier.
|
protected void |
IltFacesGraphSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IltFacesGraphSelectionSupport.doGetSelectOneMultipleById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Attempts to extend the selection with the object with the specified identifier,
if any.
|
protected void |
IltFacesGraphSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IltFacesGraphSelectionSupport.doGetUpdatedCapabilities(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Updates the capabilities that have changed.
|
protected List |
IltFacesGraphSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected void |
IltFacesGraphSelectionSupport.initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse response,
jakarta.servlet.http.HttpServletRequest request)
This method is overridden to add the graph view to the response
properties.
|
Modifier and Type | Method and Description |
---|---|
protected List |
IlvFacesDiagrammerSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvFacesDiagrammerSelectionSupport.setAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object,
List list)
Call this method to set additional properties on the given
Object following a client-side request. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvDiagrammerSelectionSupport.deselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Cancels the selection of all the objects in the specified diagram
component.
|
protected void |
IlvDiagrammerSelectionSupport.doGetDeselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to deselect all the objects that are currently selected.
|
protected void |
IlvDiagrammerSelectionSupport.doGetSelectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to select all the selectable objects.
|
protected void |
IlvDiagrammerSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IlvDiagrammerSelectionSupport.doGetSelectOneById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Clears the current selections and attempts to select the object with the specified identifier.
|
protected void |
IlvDiagrammerSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IlvDiagrammerSelectionSupport.doGetSelectOneMultipleById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Attempts to extend the selection with the object with the specified identifier,
if any.
|
protected void |
IlvDiagrammerSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IlvDiagrammerSelectionSupport.doGetUpdatedCapabilities(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Updates the capabilities that have changed.
|
protected void |
IlvDiagrammerSelectionSupport.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.
|
protected List |
IlvDiagrammerSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected Iterator |
IlvDiagrammerSelectionSupport.getSelectedObjects(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Returns the nodes and links currently selected in the diagram
component.
|
protected void |
IlvDiagrammerSelectionSupport.initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse response,
jakarta.servlet.http.HttpServletRequest request)
Overrides
IlvSelectionSupport.initializeResponseProperties(ilog.views.util.servlet.IlvSelectionSupport.IlvSelectionResponse, jakarta.servlet.http.HttpServletRequest)
to add the diagrammer to the response properties. |
protected boolean |
IlvDiagrammerSelectionSupport.isResizable(IlvSelectionSupport.IlvSelectionResponse response,
Object selectedObj)
Checks the selected object whether is resizable or not.
|
protected boolean |
IlvDiagrammerSelectionSupport.isSelected(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer,
IlvGraphic obj)
Tests if the specified object is selected.
|
protected void |
IlvDiagrammerSelectionSupport.selectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer)
Selects all the objects in the specified diagrammer.
|
protected void |
IlvDiagrammerSelectionSupport.setSelected(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
IlvDiagrammer diagrammer,
IlvGraphic obj,
boolean selected)
Selects the specified object.
|
Modifier and Type | Method and Description |
---|---|
protected List |
IlvFacesGanttTableSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvFacesGanttSheetSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvFacesGanttSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvFacesGanttTableSelectionSupport.setAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object,
List list)
This method is called to set properties on an
Object following
a client-side request. |
protected List |
IlvFacesGanttSheetSelectionSupport.setAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object,
List list)
This method is called to set properties on an
Object following
a client-side request. |
protected List |
IlvFacesGanttSelectionSupport.setAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object,
List list)
This method is called to set properties on an
Object following
a client-side request. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvGanttTableSelectionSupport.doGetDeselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to deselect all the objects that are currently selected.
|
protected void |
IlvGanttSheetSelectionSupport.doGetDeselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to deselect all the objects that are currently selected.
|
protected void |
IlvGanttTableSelectionSupport.doGetSelectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to select all the selectable objects.
|
protected void |
IlvGanttSheetSelectionSupport.doGetSelectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to select all the selectable objects.
|
protected void |
IlvGanttTableSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IlvGanttSheetSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IlvGanttSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IlvGanttTableSelectionSupport.doGetSelectOneById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Clears the current selections and attempts to select the object with the specified identifier.
|
protected void |
IlvGanttSheetSelectionSupport.doGetSelectOneById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Clears the current selections and attempts to select the object with the specified identifier.
|
protected void |
IlvGanttTableSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IlvGanttSheetSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IlvGanttSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IlvGanttTableSelectionSupport.doGetSelectOneMultipleById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Attempts to extend the selection with the object with the specified identifier,
if any.
|
protected void |
IlvGanttSheetSelectionSupport.doGetSelectOneMultipleById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Attempts to extend the selection with the object with the specified identifier,
if any.
|
protected void |
IlvGanttTableSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IlvGanttSheetSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IlvGanttSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IlvGanttComponentSelectionSupport.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.
|
protected List |
IlvGanttTableSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvGanttSheetSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected List |
IlvGanttSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected void |
IlvGanttTableSelectionSupport.initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse response,
jakarta.servlet.http.HttpServletRequest request)
To retrieve the Gantt chart from the response object:
IlvHierarchyChart chart = (IlvHierarchyChart) response.getProperty(GANTT_CHART_KEY); |
protected void |
IlvGanttSheetSelectionSupport.initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse response,
jakarta.servlet.http.HttpServletRequest request)
To retrieve the Gantt chart from the response object:
IlvHierarchyChart chart = (IlvHierarchyChart)response.getProperty(GANTT_CHART_KEY);
|
Modifier and Type | Method and Description |
---|---|
boolean |
IlvSelectionResizable.checkResizable(IlvSelectionSupport.IlvSelectionResponse response,
Object selectedObj)
To check whether the selected object can be resized.
|
protected void |
IlvSelectionSupport.doGetDeselectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to deselect all the objects that are currently selected.
|
protected void |
IlvSelectionSupport.doGetSelectAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Attempts to select all the selectable objects.
|
protected abstract void |
IlvSelectionSupport.doGetSelectOne(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Clears the current selections and attempts to select the object at a given position
If a selectable object is found with the specified position, it is selected.
|
protected void |
IlvSelectionSupport.doGetSelectOneById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Clears the current selections and attempts to select the object with the specified identifier.
|
protected abstract void |
IlvSelectionSupport.doGetSelectOneMultiple(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
int x,
int y)
Attempts to extend the selection with the object at a given position, if
any.
|
protected void |
IlvSelectionSupport.doGetSelectOneMultipleById(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
String id)
Attempts to extend the selection with the object with the specified identifier,
if any.
|
protected abstract void |
IlvSelectionSupport.doGetUpdateAll(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Resynchronizes the selection on the client from the server-side state of
selection.
|
protected void |
IlvSelectionSupport.doGetUpdatedCapabilities(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response)
Updates the capabilities that have changed.
|
protected void |
IlvSelectionSupport.doPostSetProperties(jakarta.servlet.http.HttpServletRequest request,
IlvSelectionSupport.IlvSelectionResponse response,
List<?> list)
Handles client-side updates of selected objects.
|
protected abstract List<Object> |
IlvSelectionSupport.getAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object)
Returns additional information about a selected object.
|
protected void |
IlvSelectionSupport.initializeResponseProperties(IlvSelectionSupport.IlvSelectionResponse response,
jakarta.servlet.http.HttpServletRequest request)
Initialize properties that will be used during the handling of a selection
request.
|
protected boolean |
IlvSelectionSupport.isResizable(IlvSelectionSupport.IlvSelectionResponse response,
Object selectedObj)
Checks the selected object whether is resizable or not.
|
protected List<Object> |
IlvSelectionSupport.setAdditionalProperties(IlvSelectionSupport.IlvSelectionResponse response,
Object object,
List<?> list)
This method is called to set additional properties on the given
Object following a client-side request. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.