Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.faces.dhtml.renderkit |
This package contains the DHTML implementation of JViews JavaServer Faces Chart
renderers.
|
Modifier and Type | Class and Description |
---|---|
static class |
IlvSwingTableDataSource.Mapping
Deprecated.
Please use the superclass instead.
|
Modifier and Type | Method and Description |
---|---|
IlvAbstractTableDataSource.Mapping[] |
IlvSwingTableDataSource.getMapping()
Returns the contents of this data source according to the specified
mapping.
|
IlvAbstractTableDataSource.Mapping[] |
IlvTreeTableDataSource.getMappings()
Returns the mapping from flat-table-model to data sets.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSwingTableDataSource.setMapping(IlvAbstractTableDataSource.Mapping[] mapping)
Initializes the contents of this data source according to the specified
mapping.
|
void |
IlvTreeTableDataSource.setMappings(IlvAbstractTableDataSource.Mapping[] mappings)
Changes the mapping from flat-table-model to data sets.
|
Constructor and Description |
---|
IlvSwingTableDataSource(TableModel tableModel,
int type,
IlvAbstractTableDataSource.Mapping[] mapping)
Creates a new
IlvSwingTableDataSource associated with
the given TableModel with the series ordered according to
the specified type and initialized with the specified mapping. |
Modifier and Type | Method and Description |
---|---|
protected IlvAbstractTableDataSource.Mapping[] |
IlvJDBCDataSourceRenderer.getMappings(jakarta.faces.component.UIComponent component)
Returns the data mappings in a format compatible with the
IlvJDBCDataSource.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.