|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zul.impl.GroupsListModel.GroupDataInfo
public static class GroupsListModel.GroupDataInfo
The group information returned by GroupsListModel.getDataInfo(int).
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte GROUP
public static final byte GROUPFOOT
public static final byte ELEMENT
| Method Detail |
|---|
public int getType()
GroupingInfoGroupingInfo.GROUP, GroupingInfo.GROUPFOOT and GroupingInfo.ELEMENT.
getType in interface GroupingInfopublic int getGroupIndex()
GroupingInfo
getGroupIndex in interface GroupingInfopublic int getOffset()
GroupingInfoGroupingInfo.getType() is GroupingInfo.ELEMENT.
getOffset in interface GroupingInfopublic boolean isOpen()
GroupingInfoGroupingInfo.getType() is GroupingInfo.GROUP.
isOpen in interface GroupingInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||