Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvDataSource

IlvDataSource

Category:
Rich Web Charts component
JavaScript File:
IlvDataSource.js
Description:
This is the client-side representation of a server-side IlvDataSource.
Deprecated:
RWC has been deprecated since JViews 8.7. Alternative Web technologies are provided with your JViews product.
Since:
JViews 7.5

Method Summary
Method Attributes Method Name and Description
 
containsDataSet(dataSet)
Tells whether this data source contains the specified data set.
 
getDataSet(idx)
Returns the data set at the specified index.
 
Returns the number of data sets provided by this data source.
 
getDataSetIndex(dataSet)
Returns the index of the specified data set.
 
Returns the data sets provided by this data source.
Method Detail
containsDataSet
containsDataSet(dataSet)
Tells whether this data source contains the specified data set.
Parameters:
dataSet

getDataSet
getDataSet(idx)
Returns the data set at the specified index.
Parameters:
idx

getDataSetCount
getDataSetCount()
Returns the number of data sets provided by this data source.

getDataSetIndex
getDataSetIndex(dataSet)
Returns the index of the specified data set.
Parameters:
dataSet - The considered data set.
Returns:
The index of the considered data set, or -1 if the data set is not handled by the data source.

getDataSets
getDataSets()
Returns the data sets provided by this data source.

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