JViews Rich Web Charts
Tag infoViewInteractor


Information View Interactor Faces Component

An interactor that displays an information tooltip when the mouse cursor is over a chart point.

Usage

<jvrc:chart
      id="chart"
      width="450px"
      height="300px"
      value="project.icpr">
      <jvrc:infoViewInteractor/>
<jvrc:chart/>

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvRWChartInfoViewInteractor



Tag Information
Tag Classilog.views.chart.rwc.faces.internal.taglib.IlvRWChartInfoViewInteractorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
followMousefalsefalsejava.lang.StringWhether the info view follows the mouse moves.

The default value is false.

idfalsefalsejava.lang.StringThe ID of this component.
pickingModefalsefalsejava.lang.StringSpecifies the picking mode of this interactor.

The picking mode defines how to retrieve the picked data point.

Two modes are supported:

  • NEARESTPOINT_PICKING: Retrieves the data point closest to the picking point.
  • ITEM_PICKING: Retrieves the data point that contains the picking point.

The default value is NEARESTPOINT_PICKING


Variables
No Variables Defined.


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