| |||||||
FRAMES NO FRAMES |
The network view faces component exposes an IlpNetwork
as a JSF
component. It acts as a facade to the underlying network component (IlpNetwork
) and provides access to the most common uses of the network component, such as accessing the underlying network component, accessing the network view directly, or accessing the associated data source via its data source faces component.
<jvtf:networkView
id="network"
context="#{context}"
style="width:740px;height:550px"
styleSheets="resources/styles/network.css"
dataSourceId="dataSource"
imageFormat="PNG"
backgroundColor="lightGray"/>
IltNetworkViewProxy, IltNetworkTiledViewProxy
Tag Information | |
Tag Class | ilog.tgo.faces.network.dhtml.taglib.IltFacesNetworkViewTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | Network View |
Attributes | ||||
Name | Required | Request-time | Type | Description |
backgroundColor | false | false | java.lang.String | The background color of the view. |
beforeSessionExpirationHandler | false | false | java.lang.String | The JavaScript code that will be called when the session is about to expire. For example to keep the session alive set this attribute to view.updateImage() . |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean. If this attribute is set, the tag does not create the component itself but retrieves it from the bean property. This attribute must be a value binding. |
boundingBox | false | false | java.lang.String | The initial visible area displayed of the view in manager coordinate system. The format is x,y,width,height of a rectangle that represents the bounding box. Note that the view may adapt this bounding box according some constraints like fixed zoom levels for example. |
context | true | false | java.lang.String | The binding to a JViews TGO context bean, this property is mandatory. |
data | false | false | java.lang.String | The data to display: xml project, IlpAbstractDataSource instance, id of a data source Faces component. |
dataSource | false | false | java.lang.String | The binding to a predefined data source. See the data source component for more information. |
dataSourceId | false | false | java.lang.String | The ID of a predefined data source. See the data source component for more information. |
defaultStyleSheet | false | false | java.lang.String | The default CSS style sheet for the underlying IlpNetwork component. |
errorMessage | false | false | java.lang.String | The message displayed by the view if an error occured during the image generation by the server. |
constrainedOnContents | false | false | java.lang.String | Defines whether the view is constrained to the manager content bounds or not. The default value is true . Note that zoom levels (set by |
generateImageMap | false | false | java.lang.String | Flag indicating whether an image map should be generated or not. |
height | false | false | java.lang.String | The desired height in pixels of the component. Another way to set the size of the component is to use the 'style' attribute. This value overrides values set with the 'style' attribute. |
id | false | false | java.lang.String | The ID of this component. |
imageFormat | false | false | java.lang.String | The image format used to encode the image that is displayed by this view. If the view is tiled, this format is used for the tiles only. The dynamic layer is using PNG format only. |
imageMapGenerator | false | false | java.lang.String | The imagemap generator. If the generateImageMap property is true, this generator will be invoked to dynamically create the image map. |
imageMapGeneratorClass | false | false | java.lang.String | The image map generator class name. This property is used if and only if the imageMapGenerator property is not set. |
imageMapVisible | false | false | java.lang.String | Flag indicating whether an image map should be visible or not (if generated). |
interactor | false | false | java.lang.String | The binding to the default interactor to set on the view. |
interactorId | false | false | java.lang.String | The ID of the default interactor to set on the view. |
maxZoomLevel | false | false | java.lang.String | The maximum zoom level. This property is used if, and only if, the zoomLevels property is not used.The default value is 10. |
messageBox | false | false | java.lang.String | The binding to a message box component used to display messages. |
messageBoxId | false | false | java.lang.String | The ID of a message box component used to display messages. |
minZoomLevel | false | false | java.lang.String | The minimum zoom level. This property is used if, and only if, the zoomLevels property is not used.The default value is 1. |
network | false | false | java.lang.String | The binding to an IlpNetwork instance. |
onCapabilitiesLoaded | false | false | java.lang.String | The JavaScript code executed when the capabilities are loaded from the server. |
onImageLoaded | false | false | java.lang.String | The JavaScript code that is executed when the image is loaded. |
panFactor | false | false | java.lang.String | The factor used when pan JavaScript actions are called (like panNorth and so on) |
project | false | false | java.lang.String | The path to a network project. |
partialTriggers | false | false | java.lang.String | This attribute is meaningful only when the component is used inside an Apache MyFaces Trinidad application. The IDs of the components that should trigger a partial update. This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too. Separate multiple triggers with a space. Trigger identifiers are relative to the source component for non-NamingContainer components and relative to the parent component for NamingContainer components. Identifiers must account for NamingContainers. You can use a single colon to start the search from the root, or use multiple colons to move up through the NamingContainer. For example, for a non-NamingContainer component, "::" will search from the parent naming container, ":::" will search from the grandparent naming container, etc. For a NamingContainer component, "::" will search from the parent component's parent naming container. ":::" will search from the parent component's grandparent naming container. |
resizable | false | false | java.lang.String | Sets whether the view can be resized or not. |
servlet | false | false | java.lang.String | The servlet that will generate the image. This property could be a URL to the servlet or the fully qualified servlet class name. |
style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered. |
styleClass | false | false | java.lang.String | Space-separated list of CSS style classe(s) to be applied when this element is rendered. |
styleSheets | false | false | java.lang.String | Comma-separated list of URLs of style sheets. |
tileManager | false | false | java.lang.String | The tile manager is responsible for retrieving and/or storing image tiles on the server side. The tile manager is used when the view is tiled, i.e. if the tileSize is strictly positive. |
tileSize | false | false | java.lang.String | The size of a tile. If the tile size is greater or equals to 0, the view will be set in tiled mode. The tile size must be carefully chosen for performance reasons. |
updateInterval | false | false | java.lang.String | The interval in seconds between two automatic updates. |
waitingImage | false | false | java.lang.String | The image displayed during the image loading. |
width | false | false | java.lang.String | The desired width in pixels of the component. Another way to set the size of the component is to use the 'style' attribute. This value overrides values set with the 'style' attribute. |
zoomFactor | false | false | java.lang.String | The zoom factor used during client zoomIn and zoomOut actions. The zoom is limited by the This factor is used if, and only if, the |
zoomLevels | false | false | java.lang.String | Comma-separated list of fixed zoom levels that can be displayed by the view. If the zoom levels are not specified, zooming is limited only by the |
scrollBar | false | false | java.lang.String | Sets the scroll bar's state,the default value is "no",its valid value is one of {"no","need","yes"}, this attribute cannot work in tiled mode. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |