|
||||||||||
| 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 infomation returned by GroupsListModel.getDataInfo(int).
| Field Summary | |
|---|---|
boolean |
close
Whether the group is closed. |
static byte |
ELEMENT
Indicates the data is an element of a group. |
static byte |
GROUP
Indicates the data is a group (aka., the head of the group). |
static byte |
GROUPFOOT
Indicates the data is a group foot. |
byte |
type
The type of the data. |
| Method Summary |
|---|
| 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
public byte type
GROUP, GROUPFOOT and ELEMENT.
public boolean close
type is GROUP.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||