Uses of Interface
io.keikai.model.STable
Packages that use STable
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Engines classes.
Keikai Spreadsheet Internal Range API Implementation classes.
Classes for implementing Keikai Spreadsheet UI Components (implementation only).
-
Uses of STable in io.keikai.model
Methods in io.keikai.model that return types with arguments of type STableMethods in io.keikai.model with parameters of type STable -
Uses of STable in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STableModifier and TypeClassDescriptionclassclassstatic classMethods in io.keikai.model.impl that return STableModifier and TypeMethodDescriptionabstract STableabstract STableAbstractSheetAdv.getTableByRowCol(int rowIdx, int colIdx) abstract STableAbstractBookAdv.removeTable(String name) Methods in io.keikai.model.impl with parameters of type STableModifier and TypeMethodDescriptionabstract voidabstract SNameAbstractBookAdv.createTableName(STable table) abstract voidAbstractSheetAdv.removeTable(STable table) abstract StringAbstractBookAdv.setTableColumnName(STable table, String oldName, String newName) Constructors in io.keikai.model.impl with parameters of type STableModifierConstructorDescriptionDummyTable(STable tb) TableNameImpl(AbstractBookAdv book, STable table, String id, String name) -
Uses of STable in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type STableModifier and TypeMethodDescriptionFormulaEngineImpl.renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, String oldName, String newName, FormulaParseContext context) -
Uses of STable in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula with parameters of type STableModifier and TypeMethodDescriptionFormulaEngine.renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, String oldName, String newName, FormulaParseContext context) -
Uses of STable in io.keikai.range.impl
Methods in io.keikai.range.impl that return STableMethods in io.keikai.range.impl with parameters of type STableModifier and TypeMethodDescriptionvoidModelUpdateCollector.addAutoFilterUpdate(SSheet sheet, STable table) voidAutoFilterHelper.applyAutoFilter(STable table) AutoFilterHelper.enableAutoFilter(STable table, int field, SAutoFilter.FilterOp filterOp, Object criteria1, Object criteria2, Boolean showButton) AutoFilterHelper.enableTableFilter(STable table, boolean enable) voidNotifyChangeHelper.notifySheetAutoFilterChange(SSheet sheet, STable table) voidAutoFilterHelper.resetAutoFilter(STable table) Constructors in io.keikai.range.impl with parameters of type STable -
Uses of STable in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type STableModifier and TypeMethodDescriptionCellFormatHelper.getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle, Map<String, String> mergedBorder) booleanCellFormatHelper.hasRightBorder(STable table, SCellStyle tbStyle)