See: Description
Interface | Description |
---|---|
IlvComputedColumnInfo |
This interface describes a tree-table column whose value for each row
can be computed from other column values.
|
IlvTreeListModel |
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
Class | Description |
---|---|
IlvAbstractTreeListModel |
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model. |
IlvBasicTreeListModel |
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model and
the management of the columns. |
IlvBufferTreeListModel |
This class implements an
IlvTreeListModel that
buffers (caches) the data of a given IlvTreeListModel . |
IlvDefaultTreeListModel |
This class is the default implementation of the
IlvTreeListModel interface. |
IlvFilterTreeListModel |
This class is a base class for tree-like object list models that encapsulate
other models.
|
IlvPropertyBasedTreeListModel |
This class is an implementation of the
IlvTreeListModel
interface which stores the objects and the column info objects locally
in this instance. |
IlvTreeListRowIndexCache |
This class implements a row index cache for an
IlvTreeListModel . |
IlvTreeListUtilities |
Some general-purpose utilities relating to
IlvTreeListModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.