JViews Framework


Standard Syntax:
     <%@ taglib prefix="jvf" uri="http://www.ilog.com/jviews/tlds/jviews-framework-faces.tld" %>

XML Syntax:
     <anyxmlelement xmlns:jvf="http://www.ilog.com/jviews/tlds/jviews-framework-faces.tld" />

This tag library contains tags for the ILOG JViews Framework Faces components.

Tag Library Information
Display NameJViews Framework
Version8.1
Short Namejvf
URIhttp://www.ilog.com/jviews/tlds/jviews-framework-faces.tld
 

Tag Summary
contextualMenu
Contextual Menu Faces Component The contextual menu faces component allows you to create a popup menu on a view faces component.
mapInteractor
Map Interactor Faces Component Since JViews 7.5 this component is deprecated. Instead use the object selection interactor faces component (objectSelectInteractor) with the attribute invocationContext set to IMAGE_SERVLET_CONTEXT to achieve the same behavior.
mapRectInteractor
Map Rectangle Interactor Faces Component Since JViews 7.5 this component is deprecated. Instead use the object selection interactor faces component(objectSelectInteractor) with the attribute invocationContext set to IMAGE_SERVLET_CONTEXT to achieve the same behavior.
objectSelectInteractor
Object Selection Interactor Faces Component The object selection interactor faces component allows you to trigger a specified server-side action on an object when this object is selected.
objectSelectRectInteractor
Object Selection Rectangle Interactor Faces Component The object selection rectangle interactor faces component allows you to select objects within a rectangular region of the associated view faces component by outlining the desired area on the view faces component.
overview
Overview Faces Component The overview faces component provides an overview of the associated view faces component by displaying it on a smaller area a scaled version of this view faces component.
panInteractor
Not a visual component The pan interactor faces component allows users to pan in all directions the associated view faces component.
panTool
Pan Tool Faces Component The pan tool faces component is a navigational component that allows users to pan in all directions the associated view faces component.
view
View Faces Component The view faces component exposes an IlvManagerView as a JSF component.
zoomInteractor
Zoom Interactor Faces Component The zoom interactor faces component allows users to zoom in on a rectangular region of the associated view faces component by outlining the desired area on the view faces component.
zoomTool
Zoom Tool Faces Component The zoom tool faces component is a navigational component that allows users to zoom in or zoom out the associated view faces component.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.   Documentation homepage.