| Interface | Description |
|---|---|
| DynamicTable |
A dynamically changing table.
|
| Listener |
Listener for table changes.
|
| TableMap |
A map of tables.
|
| TransformableTableMap |
This object can be merged to produce a single coalesced Table.
|
| Class | Description |
|---|---|
| ColumnRenderersBuilder |
Builds and parses the directive for Table.COLUMN_RENDERERS_ATTRIBUTE.
|
| InstrumentedListenerAdapter |
This class is used for Listeners that represent "leaf" nodes in the update propagation tree.
|
| ReverseLookupListener |
Maintains a map from key column values to their index.
|
| TotalsTableBuilder |
Defines the default aggregations and display for a totals table.
|
| TreeTableFilter |
Apply filters, preserving parents.
|
| TreeTableOrphanPromoter |
Identify orphan rows in a table destined for conversion into a tree table, and mask their parent column value to
null, so that they show up at the top level of the hierarchy.
|