Uses of Interface
io.keikai.model.STable
-
Packages that use STable Package Description io.keikai.importer io.keikai.model io.keikai.model.impl io.keikai.model.impl.sys.formula io.keikai.model.sys.formula io.keikai.range.impl -
-
Uses of STable in io.keikai.importer
Methods in io.keikai.importer with parameters of type STable Modifier and Type Method Description protected voidXlsxImporter. importTableName(STable table) -
Uses of STable in io.keikai.model
Methods in io.keikai.model that return types with arguments of type STable Modifier and Type Method Description java.util.List<STable>SSheet. getTables()Get tables in this sheetMethods in io.keikai.model with parameters of type STable Modifier and Type Method Description voidSSheet. addTable(STable table)Add a new table -
Uses of STable in io.keikai.model.impl
Classes in io.keikai.model.impl that implement STable Modifier and Type Class Description classAbstractTableAdvclassTableImplstatic classTableImpl.DummyTableMethods in io.keikai.model.impl that return STable Modifier and Type Method Description abstract STableAbstractBookAdv. getTable(java.lang.String name)STableBookImpl. getTable(java.lang.String name)abstract STableAbstractSheetAdv. getTableByRowCol(int rowIdx, int colIdx)STableSheetImpl. getTableByRowCol(int rowIdx, int colIdx)abstract STableAbstractBookAdv. removeTable(java.lang.String name)STableBookImpl. removeTable(java.lang.String name)Methods in io.keikai.model.impl that return types with arguments of type STable Modifier and Type Method Description java.util.List<STable>SheetImpl. getTables()Methods in io.keikai.model.impl with parameters of type STable Modifier and Type Method Description abstract voidAbstractBookAdv. addTable(STable table)voidBookImpl. addTable(STable table)voidSheetImpl. addTable(STable table)abstract SNameAbstractBookAdv. createTableName(STable table)SNameBookImpl. createTableName(STable table)abstract voidAbstractSheetAdv. removeTable(STable table)voidSheetImpl. removeTable(STable table)abstract java.lang.StringAbstractBookAdv. setTableColumnName(STable table, java.lang.String oldName, java.lang.String newName)java.lang.StringBookImpl. setTableColumnName(STable table, java.lang.String oldName, java.lang.String newName)Constructors in io.keikai.model.impl with parameters of type STable Constructor Description DummyTable(STable tb)TableNameImpl(AbstractBookAdv book, STable table, java.lang.String id, java.lang.String name) -
Uses of STable in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula with parameters of type STable Modifier and Type Method Description FormulaExpressionFormulaEngineImpl. renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, java.lang.String oldName, java.lang.String newName, FormulaParseContext context) -
Uses of STable in io.keikai.model.sys.formula
Methods in io.keikai.model.sys.formula with parameters of type STable Modifier and Type Method Description FormulaExpressionFormulaEngine. renameColumnNameTablePtgs(FormulaExpression fexpr, STable table, java.lang.String oldName, java.lang.String newName, FormulaParseContext context) -
Uses of STable in io.keikai.range.impl
Methods in io.keikai.range.impl that return STable Modifier and Type Method Description STableAutoFilterUpdate. getTable()Methods in io.keikai.range.impl with parameters of type STable Modifier and Type Method Description voidModelUpdateCollector. addAutoFilterUpdate(SSheet sheet, STable table)voidAutoFilterHelper. applyAutoFilter(STable table)SAutoFilterAutoFilterHelper. enableAutoFilter(STable table, int field, SAutoFilter.FilterOp filterOp, java.lang.Object criteria1, java.lang.Object criteria2, java.lang.Boolean showButton)SAutoFilterAutoFilterHelper. 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 Constructor Description AutoFilterUpdate(SSheet sheet, STable table)
-