Uses of Interface
io.keikai.model.STable
Packages that use STable
Package
Description
-
Uses of STable in io.keikai.importer
Methods in io.keikai.importer with parameters of type STable -
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) SheetImpl.getTableByRowCol(int rowIdx, int colIdx) abstract STableAbstractBookAdv.removeTable(String name) BookImpl.removeTable(String name) Methods in io.keikai.model.impl that return types with arguments of type STableMethods in io.keikai.model.impl with parameters of type STableModifier and TypeMethodDescriptionabstract voidvoidvoidabstract SNameAbstractBookAdv.createTableName(STable table) BookImpl.createTableName(STable table) abstract voidAbstractSheetAdv.removeTable(STable table) voidSheetImpl.removeTable(STable table) abstract StringAbstractBookAdv.setTableColumnName(STable table, String oldName, String newName) BookImpl.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