Uses of Interface
org.zkoss.pivot.event.PivotDataListener
-
Packages that use PivotDataListener Package Description org.zkoss.pivot Major classes of ZK Pivottable.org.zkoss.pivot.impl Implementation of models. -
-
Uses of PivotDataListener in org.zkoss.pivot
Methods in org.zkoss.pivot with parameters of type PivotDataListener Modifier and Type Method Description void
PivotModel. addPivotDataListener(PivotDataListener p)
Adds a pivot data listener.void
PivotModel. removePivotDataListener(PivotDataListener p)
Removes a pivot data listener. -
Uses of PivotDataListener in org.zkoss.pivot.impl
Methods in org.zkoss.pivot.impl with parameters of type PivotDataListener Modifier and Type Method Description void
AbstractPivotModel. addPivotDataListener(PivotDataListener p)
void
AbstractPivotModel. removePivotDataListener(PivotDataListener p)
-