JViews Chart
Tag dataSource


Not a visual component

Since JViews 8.0 this tag is deprecated. The preferred way to access business data is to set the data attribute on the chartView tag.

The data source faces component provides access to the business data that is to be displayed on a chart view faces component. It exposes an IlvDataSource as a JSF component. The actual IlvDataSource can be accessed via the value attribute.

Usage

<jvcf:dataSource
      id="dataSource"
      value="#{bean.dataSource}" />

...
<jvcf:chartView
      id="chart"
      dataSourceId="dataSource"/>

DHTML - JavaScript Types

This component has no JavaScript representation.

JSF Component Class

IlvFacesDataSource



Tag Information
Tag Classilog.views.chart.faces.dhtml.taglib.IlvDataSourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameData Source

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.
idtruefalsejava.lang.StringThe ID of the component.
valuetruefalsejava.lang.StringThe referenced IlvDataSource to bind.

Variables
No Variables Defined.


© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.