Uses of Interface
org.zkoss.zul.ext.GroupingInfo
-
Packages that use GroupingInfo Package Description org.zkoss.stateless.state org.zkoss.zul.impl -
-
Uses of GroupingInfo in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type GroupingInfo Modifier and Type Method Description CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row>
IGridController. getGroupsRenderer()
Returns the groups renderer.CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row>
IListboxController. getGroupsRenderer()
Returns the groups renderer.Method parameters in org.zkoss.stateless.state with type arguments of type GroupingInfo Modifier and Type Method Description static <D,G,F,R extends IRowBase>
IGridController<D,R>IGridController. of(IGrid owner, GroupsModel<D,G,F> model, CheckedFunction3<D,java.lang.Integer,GroupingInfo,R> renderer)
Returns the controller instance with the givengrid
void
IGridController. setGroupsRenderer(CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row> renderer)
Sets the groups renderer forGroupsModel
void
IListboxController. setGroupsRenderer(CheckedFunction3<Data,java.lang.Integer,GroupingInfo,Row> renderer)
Sets the groups renderer forGroupsModel
-
Uses of GroupingInfo in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement GroupingInfo Modifier and Type Class Description static class
GroupsListModel.GroupDataInfo
The group information returned byGroupsListModel.getDataInfo(int)
.Methods in org.zkoss.zul.impl that return GroupingInfo Modifier and Type Method Description GroupingInfo
GroupsListModel. getDataInfo(int index)
Returns the group info of given index
-