public class GroupingData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
collapsed |
int |
endIndex |
int |
level |
int |
startIndex |
int |
uniqueIndex
index unique for this group, for collapse/expand
|
| Constructor and Description |
|---|
GroupingData() |
GroupingData(int start,
int end,
int level,
int unique,
boolean coll) |
GroupingData(long start,
long end,
short level,
long unique,
boolean coll) |
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.