Package | Description |
---|---|
ilog.tgo.faces.graph.dhtml.event |
Contains the JViews TGO Faces DHTML specific event types needed in order to propagate events from DHTML clients into the JViews TGO Faces server side runtime.
|
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.servlet |
Contains the classes for implementing server-side applications based
on the Diagrammer component.
|
ilog.views.faces.dhtml.servlet |
This package contains the servlet, servlet support and actions to manage the image generation and interactions.
|
ilog.views.servlet |
Generic Java Servlet to produce images from a JViews Manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IltFacesObjectSelectActionListener.actionPerformed(ServerActionEvent event)
Checks if there is a user defined method binding to be invoked.
|
void |
IltFacesObjectMoveActionListener.actionPerformed(ServerActionEvent event)
Decodes the given server event and processes the appropriate position
changes.
|
void |
IltFacesGraphInteractorServerActionListener.actionPerformed(ServerActionEvent event)
Translates the server action into an
ActionEvent object, then
invokes the appropriate listener to process the user interaction. |
Modifier and Type | Method and Description |
---|---|
protected Object |
IltFacesGraphPopupListener.getGraphicComponent(ServerActionEvent event)
Accesses the appropriate graphic component holding the representation
objects.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDiagrammerSelectionActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvDiagrammerResizeActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvDiagrammerMoveNodeActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvDiagrammerLinkActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvDiagrammerDeleteActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvDiagrammerCreateActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
protected void |
IlvDiagrammerCreateActionListener.applyProperties(ServerActionEvent event,
IlvDiagrammer diagrammer,
Object object)
Applies the properties to the created object.
|
protected Object |
IlvDiagrammerCreateActionListener.createLink(ServerActionEvent event,
IlvDiagrammer diagrammer,
String tag,
Object source,
Object target)
This method creates a diagrammer link.
|
protected Object |
IlvDiagrammerCreateActionListener.createNode(ServerActionEvent event,
IlvDiagrammer diagrammer,
String tag)
This method creates a diagrammer node.
|
protected void |
IlvDiagrammerLinkActionListener.moveLink(ServerActionEvent event)
Edit the selected link by move its points or change its start node or end node.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesSelectRectActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvFacesSelectActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvFacesPopupMenuActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
protected Object |
IlvFacesPopupMenuActionListener.getGraphicComponent(ServerActionEvent event)
Returns the graphic component displayed by the image.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
void |
IlvPopupMenuServerActionListener.actionPerformed(ServerActionEvent event)
Performs the action requested from the client side.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.