Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.xml |
This package contains readers and writers that allow read/write Chart
data from/to org.w3c.dom.Document object.
|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
ilog.views.chart.faces.component.data |
This package contains the component classes related to the Chart data model.
|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Method and Description |
---|---|
IlvDataSource |
IlvChartConfiguration.IlvDataSourceXMLSerializer.createDataSource()
Returns a new
IlvDataSource instance in its default state. |
IlvDataSource |
IlvChartRenderer.getDataSource()
Returns the data source to which this renderer is connected.
|
IlvDataSource |
IlvChart.getDataSource()
Returns the data source of the first renderer.
|
IlvDataSource |
IlvChartConfiguration.getDataSource(int idx)
Returns the data source at the given index.
|
IlvDataSource |
IlvChartConfiguration.IlvDataSourceXMLSerializer.read(Element elt,
IlvDataSource dataSource,
URL projectURL)
Initializes the specified
IlvDataSource from the given
Element . |
Modifier and Type | Method and Description |
---|---|
Iterator<IlvDataSource> |
IlvChartConfiguration.getDataSourceIterator()
Returns an iterator over all the data sources handled by this
configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.addData(IlvDataSource dataSource,
int chartType)
Connects the specified data to this chart, using the specified rendering
type.
|
void |
IlvChartConfiguration.addDataSource(IlvDataSource dataSource)
Add the specified data source to this configuration.
|
IlvDataSource |
IlvChartConfiguration.IlvDataSourceXMLSerializer.read(Element elt,
IlvDataSource dataSource,
URL projectURL)
Initializes the specified
IlvDataSource from the given
Element . |
void |
IlvChartRenderer.setDataSource(IlvDataSource dataSource)
Connects the specified data source to this renderer.
|
void |
IlvChart.setDataSource(IlvDataSource dataSource)
Sets the given data source as the current data source.
|
void |
IlvChartConfiguration.setDataSources(IlvDataSource[] dataSources)
Sets the datasources of this configuration.
|
void |
IlvChartConfiguration.IlvDataSourceXMLSerializer.write(Element elt,
IlvDataSource dataSource,
URL projectURL)
Writes the specified
IlvDataSource into the given
Element . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractDataSource
This abstract class provides default implementations for some of the methods
in the
IlvDataSource interface. |
class |
IlvAbstractTableDataSource
A data source that displays elements of a table.
|
class |
IlvDefaultDataSource
A default data source implementation.
|
class |
IlvInputDataSource
A data source that loads data sets from an input source, using
a given data reader.
|
class |
IlvJDBCDataSource
A data source that loads data from a database.
|
class |
IlvSwingTableDataSource
A data source that handles data stored in a
TableModel . |
class |
IlvTreeTableDataSource
This class encapsulates a tree-table or table-like model in an
IlvDataSource . |
Modifier and Type | Method and Description |
---|---|
static IlvDataSource |
IlvDataSetProperty.getDataSource(IlvDataSet dataSet)
Returns the main data source of the specified data set.
|
Modifier and Type | Method and Description |
---|---|
static void |
IlvDataSetProperty.setDataSource(IlvDataSet dataSet,
IlvDataSource dataSource)
Sets the main data source of the specified data set.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvXMLDataSource
A data source that reads data from an XML file.
|
Modifier and Type | Method and Description |
---|---|
IlvDataSource |
IlvDataSourceToFlatTableModel.getUnderlyingDataSource()
Returns the underlying data source.
|
Constructor and Description |
---|
IlvDataSourceToFlatTableModel(IlvDataSource dataSource)
Creates a model backed by a given
IlvDataSource . |
IlvDataSourceToFlatTableModel(IlvDataSource dataSource,
boolean includingLabels)
Creates a model backed by a given
IlvDataSource . |
Modifier and Type | Method and Description |
---|---|
IlvDataSource |
DataSourceEvent.getDataSource()
Returns the data source on which the event occurred.
|
Constructor and Description |
---|
DataSourceEvent(IlvDataSource dataSource,
int type,
int firstIdx,
int lastIdx,
IlvDataSet[] oldDataSets)
Creates a new
DataSourceEvent . |
Modifier and Type | Method and Description |
---|---|
IlvDataSource |
IlvFacesDataSource.getValue()
Returns the wrapped
IlvDataSource instance handled by this component. |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDataSource.setValue(IlvDataSource value)
Sets the wrapped
IlvDataSource instance handled by this component. |
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesChartOverview.setDataSource(IlvDataSource dataSource)
Sets the given data source as the current data source.
|
void |
IlvFacesChart.setDataSource(IlvDataSource dataSource)
Sets the given data source as the current data source.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.setDataSource(IlvDataSource dataSource)
Connects the specified data source to this renderer.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.