JViews Rich Web Charts
Tag panInteractor


Pan Interactor Faces Component

An interactor that allows the end user to pan the chart area using the right mouse button.

This tag must be nested in a chart tag.

Usage

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

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvRWChartPanInteractor



Tag Information
Tag Classilog.views.chart.rwc.faces.internal.taglib.IlvRWChartPanInteractorTag
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.
idfalsefalsejava.lang.StringThe ID of this component.
xAxisAllowedfalsefalsejava.lang.StringWhether the interactor operation is allowed along the X-axis.

The default value is true.

yAxisAllowedfalsefalsejava.lang.StringWhether the interactor operation is allowed along the Y-axis.

The default value is false.


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.