|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PivotModelExt
An extension of PivotModel which specifies control methods, used by
PivotFieldControl.
| Nested Class Summary | |
|---|---|
static interface |
PivotModelExt.SortCtrl
The optional interface for sorting control. |
| Method Summary | |
|---|---|
void |
setFieldType(PivotField field,
PivotField.Type type)
Change the type of a pivot field. |
void |
setFieldType(PivotField field,
PivotField.Type type,
int index)
Change the type of a pivot field and insert it at the given level (in case of COLUMN or ROW) or display position (in case of DATA). |
| Methods inherited from interface org.zkoss.pivot.PivotModel |
|---|
addPivotDataListener, getColumnHeaderTree, getFields, getFields, getRowHeaderTree, getValue, removePivotDataListener |
| Method Detail |
|---|
void setFieldType(PivotField field,
PivotField.Type type)
PivotField.Type
void setFieldType(PivotField field,
PivotField.Type type,
int index)
index - the tree level or display positionPivotField.Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||