core.AbstractTable
(AbstractTable)¶
Actions
- An AbstractTable is the definition of a tabular data view, usually
displayed in a Grid (but it’s up to the user interface to decide how to implement this).
Base class for
Table
andVirtualTable
.