Network view component services

Most of the JViews TGO network services can be used in the network JSF context, with no modifications.
  • Interacting with the network objects
  • Positioning
  • Node layout
  • Link layout
  • Label layout
  • Layers
  • Background support
  • Filtering
  • Accepted and excluded classes
  • Setting the list of origins
  • Node factory
  • Link factory
  • Expansion strategy
For more information on these services, refer to the Network component services.
The following services show some differences in the network Faces component:
  • Interacting with the network view
  • Zooming

Interacting with the network view

JViews TGO network JSF interactors are declared in the JSPā„¢ file. This is required to specify how the web browser will react to user input; some interactions being executed directly on the client side while others are submitted to and executed on the server.
View interactors cannot be purely declared in the CSS file (as is the case for the Swing network component). Instead, they have to be declared together with the selectInteractor tag. For details on how to set a specific view interactor as the listener of a selectInteractor , refer to Configuring the selectInteractor.

Zooming

Although all three zooming modes (physical zoom, logical zoom and mixed zoom) are supported in the JFJ Network component, some thresholds are affected by some of the Rogue Wave JViews Network JSF specific settings, like zoomFactor , zoomLevels , minZoomLevel , or maxZoomLevel .