Uses of Interface
io.keikai.model.SPivotField
Packages that use SPivotField
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SPivotField in io.keikai.model
Methods in io.keikai.model that return SPivotFieldModifier and TypeMethodDescriptionSPivotTable.getField(int index) Returns the field at the specified index.SPivotTable.getFieldByName(String name) Returns the first field matching the given name.Methods in io.keikai.model that return types with arguments of type SPivotFieldModifier and TypeMethodDescriptionSPivotTable.getAllFields()Returns all fields defined in this pivot table.SPivotTable.getColumnFields()Returns the fields placed on the column axis.SPivotTable.getPageFields()Returns the fields placed on the page (report filter) axis.SPivotTable.getRowFields()Returns the fields placed on the row axis. -
Uses of SPivotField in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SPivotFieldMethods in io.keikai.model.impl that return SPivotFieldModifier and TypeMethodDescriptionPivotTableImpl.getField(int index) PivotTableImpl.getFieldByName(String name) Methods in io.keikai.model.impl that return types with arguments of type SPivotFieldModifier and TypeMethodDescriptionPivotTableImpl.getAllFields()PivotTableImpl.getColumnFields()PivotTableImpl.getPageFields()PivotTableImpl.getRowFields()Methods in io.keikai.model.impl with parameters of type SPivotFieldModifier and TypeMethodDescriptionvoidPivotTableImpl.addField(SPivotField field) Adds a pivot field.