| Interface | Description |
|---|---|
| IRowGroup<T> |
Represents a collapseable group of rows (of type T) in the
IRowGroupModel. |
| IRowGroupModel<T> |
The model behind the
RowGroupExpandCollapseLayer contains
IRowGroups which in turn contain lists of row objects of type T. |
| IRowGroupModelListener |
| Class | Description |
|---|---|
| RowGroup<T> |
An implementation of
IRowGroup. |
| RowGroupModel<T> |
A thread-safe implementation of
IRowGroupModel which is optimised for
larger data-sets (it should cope with at least 10k rows spread across 2-300
groups). |
Copyright © 2013. All Rights Reserved.