Skip navigation links
JViews Chart
            Tag dataSource
 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 Class | ilog.views.chart.faces.dhtml.taglib.IlvDataSourceTag | 
| TagExtraInfo Class | None | 
| Body Content | JSP | 
| Display Name | Data Source | 
| Attributes | 
| Name | Required | Request-time | Type | Description | 
| 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. | 
| id | true | false | java.lang.String | The ID of the component. | 
| value | true | false | java.lang.String | The referenced IlvDataSource to bind. | 
| Variables | 
No Variables Defined. | 
Skip navigation links
            © Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.