org.zkoss.zul.impl
Class GroupsListModel.GroupDataInfo

java.lang.Object
  extended by org.zkoss.zul.impl.GroupsListModel.GroupDataInfo
Enclosing class:
GroupsListModel<D,G,F>

public static class GroupsListModel.GroupDataInfo
extends Object

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

GROUP

public static final byte GROUP
Indicates the data is a group (aka., the head of the group).

See Also:
Constant Field Values

GROUPFOOT

public static final byte GROUPFOOT
Indicates the data is a group foot.

See Also:
Constant Field Values

ELEMENT

public static final byte ELEMENT
Indicates the data is an element of a group.

See Also:
Constant Field Values

type

public byte type
The type of the data. It is one of GROUP, GROUPFOOT and ELEMENT.


close

public boolean close
Whether the group is closed. It is meaningful only if type is GROUP.



Copyright © 2011. All Rights Reserved.