public abstract class AbstractPivotModel extends Object implements PivotModel, Serializable
PivotModel| Constructor and Description |
|---|
AbstractPivotModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPivotDataListener(PivotDataListener p)
Adds a pivot data listener.
|
protected void |
fireEvent()
Fires a
PivotDataEvent for all registered listener (thru
addPivotDataListener(org.zkoss.pivot.event.PivotDataListener). |
void |
removePivotDataListener(PivotDataListener p)
Removes a pivot data listener.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumnHeaderTree, getFields, getFields, getRowHeaderTree, getValuepublic void addPivotDataListener(PivotDataListener p)
PivotModeladdPivotDataListener in interface PivotModelPivotDataListenerpublic void removePivotDataListener(PivotDataListener p)
PivotModelremovePivotDataListener in interface PivotModelPivotDataListenerprotected void fireEvent()
PivotDataEvent for all registered listener (thru
addPivotDataListener(org.zkoss.pivot.event.PivotDataListener).Copyright © 2023. All rights reserved.