public interface IGroupInfo
| Modifier and Type | Method and Description |
|---|---|
void |
collapse()
Collapses current group.
|
void |
expand()
Expands current group.
|
java.util.List<IGroupInfo> |
getChildren()
Get children of current group
|
int |
getEndIndex()
Gets the end index of current group.
|
boolean |
getIsCollapsed()
Get whether the current group is collapsed
|
int |
getLevel()
Gets the level of current group.
|
IGroupInfo |
getParent()
Get the parent of current group
|
int |
getStartIndex()
Gets the start index of current group.
|
void expand()
void collapse()
int getStartIndex()
int getEndIndex()
int getLevel()
boolean getIsCollapsed()
IGroupInfo getParent()
java.util.List<IGroupInfo> getChildren()