Package org.zkoss.zul.ext
Interface GroupingInfo
-
- All Known Implementing Classes:
GroupsListModel.GroupDataInfo
public interface GroupingInfoRepresents the runtime information of each iteration caused byGroupsModel- Since:
- 6.0.0
- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetGroupIndex()Returns the index of this groupintgetOffset()The offset of an element in a group.intgetType()The type of the data.booleanisOpen()Whether the group is opened.
-
-
-
Field Detail
-
GROUP
static final byte GROUP
Indicates the data is a group (a.k.a., the head of the group).- See Also:
- Constant Field Values
-
GROUPFOOT
static final byte GROUPFOOT
Indicates the data is a group foot.- See Also:
- Constant Field Values
-
ELEMENT
static final byte ELEMENT
Indicates the data is an element of a group.- See Also:
- Constant Field Values
-
-