Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
Constructor and Description |
---|
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel model,
IlvObjectFactory creator)
Creates a model backed by a given
IlvFlatListModel , with the ability to add
rows, and with the same columns. |
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
IlvFlatListModel , with the ability to add
rows, and with the given columns. |
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
IlvFlatListModel , with the ability to add
rows, and with the given columns. |
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel model,
IlvObjectFactory creator,
int eventsMaskHint)
Creates a model backed by a given
IlvFlatListModel , with the ability to add
rows, and with the same columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator)
Creates a model backed by a given
IlvFlatSetModel , with the ability
to add rows and with the same columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the ability to add
rows, and with the given columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
rows, and with the given columns. |
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel model,
IlvObjectFactory creator,
int eventsMaskHint)
Creates a model backed by a given
IlvFlatSetModel , with the ability
to add rows and with the same columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with zero columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with the given columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
IlvDataColumnInfo[] columns,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with the given columns. |
IlvListToFlatTableModel(DefaultListModel model,
IlvPropertyConnector propaccess,
IlvObjectFactory creator,
int eventsMaskHint)
Creates a model backed by a given
ListModel , with the ability to add
or remove rows, and with zero columns. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.