Uses of Interface
org.zkoss.pivot.GroupHandler
-
Packages that use GroupHandler Package Description org.zkoss.pivot Major classes of ZK Pivottable.org.zkoss.pivot.impl Implementation of models. -
-
Uses of GroupHandler in org.zkoss.pivot
Methods in org.zkoss.pivot that return GroupHandler Modifier and Type Method Description GroupHandler
PivotField. getGroupHandler()
Returns the group handler. -
Uses of GroupHandler in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as GroupHandler Modifier and Type Field Description protected GroupHandler
SimplePivotField. _groupHandler
Methods in org.zkoss.pivot.impl that return GroupHandler Modifier and Type Method Description GroupHandler
SimplePivotField. getGroupHandler()
Methods in org.zkoss.pivot.impl with parameters of type GroupHandler Modifier and Type Method Description void
SimplePivotField. setGroupHandler(GroupHandler groupHandler)
Sets the group handler.
-