|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupingInfo
Represents the runtime information of each iteration caused by GroupsModel
| Field Summary | |
|---|---|
static byte |
ELEMENT
Indicates the data is an element of a group. |
static byte |
GROUP
Indicates the data is a group (a.k.a., the head of the group). |
static byte |
GROUPFOOT
Indicates the data is a group foot. |
| Method Summary | |
|---|---|
int |
getGroupIndex()
Returns the index of this group |
int |
getOffset()
The offset of an element in a group. |
int |
getType()
The type of the data. |
boolean |
isOpen()
Whether the group is opened. |
| Field Detail |
|---|
static final byte GROUP
static final byte GROUPFOOT
static final byte ELEMENT
| Method Detail |
|---|
int getType()
GROUP, GROUPFOOT and ELEMENT.
int getGroupIndex()
int getOffset()
getType() is ELEMENT.
boolean isOpen()
getType() is GROUP.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||