Serialized Form
-
Package org.zkoss.pivot
-
Class org.zkoss.pivot.Pivottable extends org.zkoss.zul.impl.XulElement implements Serializable
- serialVersionUID:
- 20110103L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
_actpg
int _actpg
-
_autowrap
boolean _autowrap
-
_cacheRenderingMap
Map<String,Object> _cacheRenderingMap
-
_customWidths
Map<Integer,Integer> _customWidths
-
_frozenColumnHeaders
boolean _frozenColumnHeaders
-
_grandTotalForColumns
boolean _grandTotalForColumns
-
_grandTotalForRows
boolean _grandTotalForRows
-
_npg
int _npg
-
_orient
String _orient
-
_pgsz
int _pgsz
-
_rowWidths
Map<Integer,Integer> _rowWidths
-
_ttsz
int _ttsz
-
-
-
Package org.zkoss.pivot.event
-
Class org.zkoss.pivot.event.PivotColumnResizeEvent extends org.zkoss.zk.ui.event.Event implements Serializable
- serialVersionUID:
- 1360574320629000L
-
Serialized Fields
-
_colContext
PivotHeaderContext _colContext
-
_df
PivotField _df
-
_width
int _width
-
-
Class org.zkoss.pivot.event.PivotRowResizeEvent extends org.zkoss.zk.ui.event.Event implements Serializable
- serialVersionUID:
- -3386452822116189099L
-
Serialized Fields
-
_indexArray
int[] _indexArray
-
_widthArray
int[] _widthArray
-
-
Class org.zkoss.pivot.event.PivotUIEvent extends org.zkoss.zk.ui.event.Event implements Serializable
- serialVersionUID:
- 4921606491027913571L
-
Serialized Fields
-
_colCtx
PivotHeaderContext _colCtx
-
_df
PivotField _df
-
_open
boolean _open
-
_pfType
PivotField.Type _pfType
-
_rowCtx
PivotHeaderContext _rowCtx
-
_x
int _x
-
_y
int _y
-
-
-
Package org.zkoss.pivot.impl
-
Class org.zkoss.pivot.impl.AbstractPivotModel extends Object implements Serializable
- serialVersionUID:
- 201102110924L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
- Throws:
IOException
-
-
Class org.zkoss.pivot.impl.TabularPivotModel extends AbstractPivotModel implements Serializable
- serialVersionUID:
- 201002110924L
-
Serialized Fields
-
_colTree
SimplePivotHeaderTree _colTree
-
_customCals
Set<ContextualCalculator<?>> _customCals
-
_dataDirty
boolean _dataDirty
-
_dataFields
TabularPivotField[] _dataFields
-
_fieldListeners
Map<TabularPivotField,FieldDataListener> _fieldListeners
-
_fieldMap
Map<PivotField.Type,List<TabularPivotField>> _fieldMap
-
_fields
List<TabularPivotField> _fields
-
_openColumnTreeOnInit
boolean _openColumnTreeOnInit
-
_openRowTreeOnInit
boolean _openRowTreeOnInit
-
_rawData
Iterable<? extends List<?>> _rawData
-
_rowTree
SimplePivotHeaderTree _rowTree
-
_schemeDirty
boolean _schemeDirty
-
_space
TabularPivotModel.CalculatorContextSpace _space
-
-
-
Package org.zkoss.pivot.impl.util
-
Class org.zkoss.pivot.impl.util.IndexLinkedList extends LinkedList<T> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.zkoss.pivot.ui
-
Class org.zkoss.pivot.ui.PivotFieldControl extends org.zkoss.zul.Div implements Serializable
- serialVersionUID:
- -231161691096467273L
-
Serialized Fields
-
_afterCompose
boolean _afterCompose
-
_calmap
Map<String,Calculator> _calmap
-
_currPF
PivotField _currPF
-
_deferred
boolean _deferred
-
_dirty
boolean _dirty
-
_fieldCals
Map<PivotField,Calculator> _fieldCals
-
_fieldSubs
Map<PivotField,Calculator[]> _fieldSubs
-
_layout
String _layout
-
_model
PivotModelExt _model
-
clist
org.zkoss.zul.Grid clist
-
dlist
org.zkoss.zul.Grid dlist
-
FIELD_BTN_LISTENER
org.zkoss.zk.ui.event.EventListener FIELD_BTN_LISTENER
-
FIELD_RENDERER
org.zkoss.zul.RowRenderer FIELD_RENDERER
-
ITEM_DROP_LISTENER
org.zkoss.zk.ui.event.EventListener ITEM_DROP_LISTENER
-
menuDF
org.zkoss.zul.Menupopup menuDF
-
menuFilterList
org.zkoss.zul.Menupopup menuFilterList
-
menuRCF
org.zkoss.zul.Menupopup menuRCF
-
menuSortA
org.zkoss.zul.Menuitem menuSortA
-
menuSortZ
org.zkoss.zul.Menuitem menuSortZ
-
menuSummary
org.zkoss.zul.Menupopup menuSummary
-
rlist
org.zkoss.zul.Grid rlist
-
SUMMARY_CLICK_LISTENER
org.zkoss.zk.ui.event.EventListener SUMMARY_CLICK_LISTENER
-
ulist
org.zkoss.zul.Grid ulist
-
-
Class org.zkoss.pivot.ui.PivotFieldControlChangeEvent extends org.zkoss.zk.ui.event.Event implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_field
PivotField _field
-
_newType
PivotField.Type _newType
-
_oldType
PivotField.Type _oldType
-
-
-
Package org.zkoss.pivot.ui.impl
-
Class org.zkoss.pivot.ui.impl.SubtotalSelectionController extends org.zkoss.zk.ui.util.GenericForwardComposer implements Serializable
- serialVersionUID:
- 393767088129147286L
-
Serialized Fields
-
_field
PivotField _field
-
_model
PivotModelExt _model
-
_pfc
PivotFieldControl _pfc
-
modalSubtotal
org.zkoss.zul.Window modalSubtotal
-
subs
org.zkoss.zul.Listbox subs
-
-
-
Package org.zkoss.pivot.util
-
Class org.zkoss.pivot.util.ExcelUnreadableException extends IOException implements Serializable
- serialVersionUID:
- -173607158853331704L
-
Serialized Fields
-
_field
PivotField _field
-
_newValue
String _newValue
-
_oldValue
String _oldValue
-
-