Uses of Interface
io.keikai.model.STable
-
Packages that use STable Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.model.sys.formula Keikai Spreadsheet Internal Book Model Engines classes.io.keikai.range.impl Keikai Spreadsheet Internal Range API Implementation classes.io.keikai.ui.impl Classes for implementing Keikai Spreadsheet UI Components (implementation only).io.keikaiex.formula Classes bridging Keikai Spreadsheet formula functions to ZK EL functions. -
-
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 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(String name)STableBookImpl. getTable(String name)abstract STableAbstractSheetAdv. getTableByRowCol(int rowIdx, int colIdx)STableSheetImpl. getTableByRowCol(int rowIdx, int colIdx)abstract STableAbstractBookAdv. removeTable(String name)STableBookImpl. removeTable(String name)Methods in io.keikai.model.impl that return types with arguments of type STable Modifier and Type Method Description 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 StringAbstractBookAdv. setTableColumnName(STable table, String oldName, String newName)StringBookImpl. setTableColumnName(STable table, String oldName, String newName)Constructors in io.keikai.model.impl with parameters of type STable Constructor Description DummyTable(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 STable Modifier and Type Method Description FormulaExpressionFormulaEngineImpl. 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 STable Modifier and Type Method Description FormulaExpressionFormulaEngine. 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 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, Object criteria1, Object criteria2, 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) -
Uses of STable in io.keikai.ui.impl
Methods in io.keikai.ui.impl with parameters of type STable Modifier and Type Method Description StringCellFormatHelper. getHtmlStyle(StringBuffer doubleBorder, STable table, SCellStyle tbStyle, Map<String,String> mergedBorder)booleanCellFormatHelper. hasRightBorder(STable table, SCellStyle tbStyle) -
Uses of STable in io.keikaiex.formula
Methods in io.keikaiex.formula with parameters of type STable Modifier and Type Method Description FormulaExpressionFormulaEngineEx. renameColumnNameTablePtgs(FormulaExpression fe, STable table, String oldName, String newName, FormulaParseContext context)
-